-
Is it possible to use a non-mbtiles source for this server? I have global OSM data in a postgres database already, so referencing an mbtiles copy seems redundant storage-wise.
-
Hi.
We are using the tileserver-gl for our new maps. We are already using Leaflet.js for interactions with the map. So far the tileserver-gl viewer is working, we can navigate through the map, we see…
-
Hi.
I do not know if this relates to tileserver-gl or mbtiles from osm2vectortiles, but we have noticed some vertical lines on the water areas.
![Weird lines](http://img5.fotos-hochladen.net/uploads…
-
in my osm2vectortiles.json, i need to change the value of "tile"
ex:
"tiles": [
"127.0.0.1:8080/data/osm2vectortiles/{z}/{x}/{y}.pbf"
]
I need to have :
"tiles": [
"127.0.0.1:8080/myfolder/data/osm2…
-
We forked tileserver-gl and removed the serverside rendering part so it is installable via npm.
Perhaps you can publish tileserver-gl to npm and make it work for any Node environment?
This makes it mu…
-
- **What did you see?**
https://gfycat.com/SecondhandDefiantEwe
- **What did you expect to see?**
https://gfycat.com/PotableSinfulCurlew
- **What map location are you having problems with?**
All of…
-
The PNGs produced by the tileserver-gl are now rather large 24bit RGB/ 32bit RGBA.
The tiles can be minimised (usually up to half of the size) by quantization - and generating paletted 8bit PNG inste…
-
Secondary roads (dutch N-roads) are not styled in tm2 OSM-Bright and street tiles with the new planet.mbtile (they did style correctly with the old world.mbtile)
![osm-bright-n-roads-no-style](https:…
-
The master code in this repository should expose also the "tileserver-gl-light" package for use with OSM2VectorTiles.
https://github.com/osm2vectortiles/tileserver-gl-light
It does have practical us…
-
Hey hey and thanks for this wonderful project. While trying to install the npm module, i constantly run into following error:
```
/Users/imac24/.nvm/versions/node/v4.5.0/lib
└── (empty)
npm ERR! Dar…