Open sherpya opened 4 years ago
Vector tiles have a schema which defines which layers are found in the data and what attributes they have. The style used to render the data in the client accesses the layers and attributes and defines how to draw them using lines, colors, etc.
The usual styles for tileserver-gl like positron
use the OpenMapTiles schema. The OSM QA Tiles use an entirely different schema, that is not geared towards map making, but to provide all information to data processing tools. That’s why the style rules in positron
don’t find the data they are looking for in the QA Tiles.
You would need to create a style from scratch to visualize the QA data. Here’s some discussion about using the Maputik editor for this task (without solution): https://github.com/maputnik/editor/issues/83
@hfs there is a converter docker image but e.g. Italy map at zoom 7-16 (or 18) would take 80 days even on a very performant box
I'm using tileserver-gl v3.0.0 with node v10.20.1
It works fine using
osm-2017-07-03-v3.6.1-europe_italy.mbtiles
but not with maps downloaded from http://osmlab.github.io/osm-qa-tiles/
I only get white (or black depending on the theme) tiles
here is my config: