tilezen / vector-datasource

Tilezen vector tile service - OpenStreetMap data in several formats
https://www.nextzen.org/
Other
509 stars 120 forks source link

add art galleries #990

Closed IndyHurt closed 8 years ago

IndyHurt commented 8 years ago

One expected at Minna & 2nd:

overpass example missing in zinc example

Link to map above: Targeted Editing - Collections Map

nvkelso commented 8 years ago

tl;dr

Only add:

Museum example in pois.yaml:

  - filter: {tourism: museum}
    min_zoom: LEAST(zoom + 1.43, 16)
    output: {kind: museum}

Another reference is outdoor shops which have the double clamp:

  - filter: {shop: outdoor}
    min_zoom: GREATEST(15, LEAST(zoom, 16))
    output: {kind: outdoor}

The other tags aren't supported in the wiki or by common usage in the data, we should ignore them.

Approximate uses of each of these via TagInfo:

nvkelso commented 8 years ago

Verified!