Minutely updated vector tiles demo

I tried opening it by using QGIS

Neat. It appears that it actually includes every OSM object instead of limiting it to a select few.

Back then, I struggled because some OSM objects were missing from the vector tile server :

Update : I can’t find healthcare=midwife on poi layer. Is there any documentation regarding which OSM tag is included for each data layer?


Just made my own custom map style by consulting this documentation and directly modifying the “colorful.json”.

https://altilunium.github.io/vmap-osm/

I have to modify the sprite configuration ( "sprite": "http://localhost/vtile/sprites/sprites" | https://github.com/versatiles-org/versatiles-style/releases/download/v4.3.0/styles.tar.gz) as the original demo’s sprites seem to be missing.


Requests :

  1. Add “name” to water polygon (currently, we can’t render body of water’s name)

4 Likes