-1

Is there any way to make tileserver-gl working inside a desktop program so when the program start the tile server start with it

Muayd
  • 15
  • 3

1 Answers1

0

Yes, you can set up NW.js to run a local webserver, and point to that for your app. Here is an example:

More examples for NW.js are at

Jaredcheeda
  • 1,657
  • 17
  • 15