+++ title = “Vector Tile Schema 1.0” linkTitle = “1.0” description = “This page describes the layers of the Shortbread vector schema and their contents as of version 1.0” toc = true +++
About
The Shortbread vector tile schema is intended to be a basic, lean, general-purpose vector tile schema for OpenStreetMap data. It does not, and is not intended to, cover the full breadth and depth of OpenStreetMap tagging.
This document describes the layers that are defined in the vector tile schema, and the features and attributes available on each layer.
Feature sorting
Some layers have their features sorted by importance or rendering order. This allows you to use rendering engines which do not support feature sorting themselves.
Water
Layer “ocean”
This layer contains oceans.
Additional attributes are provided only to make GDAL read features from this layer. They have no other meaning.
Layer “water_polygons”
This layer contains inland water bodies and glaciers.
Properties
Field Name | Type | Description |
---|---|---|
kind | string | type of water body |
way_area | float | area in square meter (Mercator Projection) |
Features
kind | OSM tag | Geometry | Zoom | |
---|---|---|---|---|
glacier | glacier | {{< tag natural glacier >}} | polygon | 4+ |
water | water | {{< tag natural water >}} + water!=river | polygon | 4+ |
river | river | {{< tag waterway riverbank >}}, {{< tag natural water >}} + {{< tag water river >}} | polygon | 4+ |
reservoir | reservoir | {{< tag landuse reservoir >}} | polygon | 4+ |
basin | basin | {{< tag landuse basin >}} | polygon | 4+ |
dock | dock | {{< tag waterway dock >}} | polygon | 10+ |
canal | canal | {{< tag waterway canal >}} | polygon | 10+ |
Layer “water_polygons_labels”
Holds point geometries and names for all named water polygons available in the water_polygons layer.
The way_area
attributes allows you to prefer labels of larger areas. Features are sorted by way_area
in
descending order.
Properties
Field name | Type | Description |
---|---|---|
kind | string | type of water body (see water_polygons layer for a list of values) |
way_area | float | area in square meter (Mercator Projection) |
name | string | value of OSM {{< tag name >}} tag |
name_en | string | value of OSM {{< tag “name:en” >}} tag |
name_de | string | value of OSM {{< tag “name:de” >}} tag |
Layer “water_lines”
Holds waterway line geometries. Features are sorted by their {{< tag layer >}} tags in OpenStreetMap in ascending order (default 0).
Properties
Field Name | Type | Default | Description |
---|---|---|---|
kind | string | type of waterway | |
tunnel | boolean | false | true for {{< tag tunnel yes building_passage >}} or {{< tag covered yes >}}. false otherwise |
bridge | boolean | false | true for {{< tag bridge yes viaduct boardwalk cantilever covered low_water_crossing movable trestle >}}. false otherwise |
Features
kind | OSM tag | Geometry | Zoom | |
---|---|---|---|---|
canal | canal | {{< tag waterway canal >}} | line | Canals are available if their line is longer than 0.25 pixel but not below 9. |
river | river | {{< tag waterway river >}} | line | Rivers are available if their line is longer than 0.25 pixel but not below 9. |
stream | stream | {{< tag waterway stream >}} | line | 14+ |
ditch | ditch | {{< tag waterway ditch >}} | line | 14+ |
Layer “water_lines_labels”
Hold line geometries and names for named water lines.
Minimum Zoom Levels
Feature | Zoom |
---|---|
canal | Canals are available if their line is longer than 0.25 pixel but not below 12. |
river | Rivers are available if their line is longer than 0.25 pixel but not below 12. |
stream | 14+ |
ditch | 14+ |
Properties
Field Name | Type | Default | Description |
---|---|---|---|
kind | string | type of water body (see water_lines layer for a list of values) | |
name | string | value of OSM {{< tag name >}} tag | |
name_en | string | value of OSM {{< tag “name:en” >}} tag | |
name_de | string | value of OSM {{< tag “name:de” >}} tag | |
tunnel | boolean | false | true for {{< tag tunnel yes building_passage >}} or {{< tag covered yes >}}, false otherwise |
bridge | boolean | false | true for {{< tag bridge yes viaduct boardwalk cantilever covered low_water_crossing movable trestle >}}, false otherwise |
Layer “dam_lines”
Holds line geometries of dams (not dykes).
Properties
Field Name | Type |
---|---|
kind | string |
Features
kind | OSM tag | Geometry | Zoom | |
---|---|---|---|---|
dam | dam | {{< tag waterway dam >}} | line | 12+ |
Layer “dam_polygons”
Holds polygon geometries of dams (not dykes).
Properties
Field Name | Type |
---|---|
kind | string |
Features
kind | OSM tag | Geometry | Zoom | |
---|---|---|---|---|
dam | dam | {{< tag waterway dam >}} | polygon | 12+ |
Layer “pier_lines”
This layer contains piers, breakwaters and groynes mapped as lines. See the pier_polygons layer for those mapped as polygons.
Properties
Field Name | Type | Description |
---|---|---|
kind | string | see Features section for possible values |
Features
kind | OSM Tags | Geometry | Zoom |
---|---|---|---|
pier | {{< tag man_made pier >}} | line | 12+ |
breakwater | {{< tag man_made breakwater >}} | line | 12+ |
groyne | {{< tag man_made groyne >}} | line | 12+ |
Layer “pier_polygons”
This layer contains piers, breakwaters and groynes mapped as polygons. See the pier_lines layer for those mapped as lines.
Properties
Field Name | Type | Description |
---|---|---|
kind | string | see Features section for possible values |
Features
kind | OSM Tags | Geometry | Zoom |
---|---|---|---|
pier | {{< tag man_made pier >}} | line | 12+ |
breakwater | {{< tag man_made breakwater >}} | line | 12+ |
groyne | {{< tag man_made groyne >}} | line | 12+ |
Countries, States, Cities
Layer “boundaries”
Holds boundary lines of countries and states.
Properties
Field name | Type | Description |
---|---|---|
admin_level | integer | highest administrative boundary this line belongs to |
maritime | boolean | Boundary line is located on sea, base on OSM {{< tag maritime >}} tag, or is the coastline (way tagged with {{< tag natural coastline >}}) |
disputed | boolean | Boundary line is tagged with {{< tag disputed yes >}} or member of a relation with {{< tag boundary disputed >}} and admin_level unset or between 2 and 4 . |
Features
Value of admin_level | Geometry | Zoom | |
---|---|---|---|
countries | 2 | line | 0+ |
states | 4 | line | 7+ |
Layer “boundary_labels”
Holds label points for boundary polygons of countries and states. Features are sorted by way_area
in
descending order.
Properties
Field name | Type | Description |
---|---|---|
admin_level | integer | value of OSM {{< tag admin_level >}} tag, see Features section for possible values |
way_area | float | area in ha |
name | string | value of OSM {{< tag name >}} tag |
name_en | string | value of OSM {{< tag “name:en” >}} tag |
name_de | string | value of OSM {{< tag “name:de” >}} tag |
Features
Value of admin_level | Geometry | Minimum Area | Zoom | |
---|---|---|---|---|
countries | 2 | point | 2*10^6 km² | 2+ |
countries | 2 | point | 7*10^5 km² | 3+ |
countries | 2 | point | 1*10^5 km² | 4+ |
countries | 2 | point | none | 5+ |
states | 4 | point | 7*10^5 km² | 3+ |
states | 4 | point | 1*10^5 km² | 4+ |
states | 4 | point | none | 5+ |
Layer “place_labels”
Holds label points for populated places. Features are sorted by population
in descending order.
Properties
Field Name | Type | Description |
---|---|---|
kind | string | value of OSM {{< tag place >}} tag, see Features section for possible values |
name | string | value of OSM {{< tag name >}} tag |
name_en | string | value of OSM {{< tag “name:en” >}} tag |
name_de | string | value of OSM {{< tag “name:de” >}} tag |
population | integer | value of OSM {{< tag population >}} tag, else defaults (see below) |
Features
Value of kind | OSM Tags | Geometry | Zoom | Default Population | |
---|---|---|---|---|---|
national capital | capital | {{< tag place city town village hamlet >}} + {{< tag capital yes >}} | point | 4+ | depends on place * |
state capital | state_capital | {{< tag place city town village hamlet >}} + {{< tag capital 4 >}} | point | 4+ | depends on place * |
city | city | {{< tag place city >}} (except capitals) | point | 6+ | 100,000 |
town | town | {{< tag place town >}} (except capitals) | point | 7+ | 5,000 |
village | village | {{< tag place village >}} (except capitals) | point | 10+ | 100 |
hamlet | hamlet | {{< tag place hamlet >}} (except capitals) | point | 10+ | 50 |
suburb | suburb | {{< tag place suburb >}} | point | 10+ | 1,000 |
quarter | quarter | {{< tag place quarter >}} | point | 10+ | 500 |
neighbourhood | neighbourhood | {{< tag place neighbourhood >}} | point | 10+ | 100 |
isolated dwelling | isolated_dwelling | {{< tag place isolated_dwelling >}} | point | 10+ | 5 |
farm | farm | {{< tag place farm >}} | point | 10+ | 5 |
island | island | {{< tag place island >}} | point | 10+ | 0 |
unpopulated place | locality | {{< tag place locality >}} | point | 10+ | 0 |
Land Use, Land Cover, Buildings
Layer “land”
This layer contains basic land cover that is usually drawn first.
Properties
Field Name | Type | Description |
---|---|---|
kind | string | see Features section for possible values |
Features
kind | OSM Tags | Geometry | Zoom |
---|---|---|---|
forest | {{< tag landuse forest >}} or {{< tag natural wood >}} | polygon | 7+ |
grass | {{< tag landuse grass >}} | polygon | 11+ |
meadow | {{< tag landuse meadow >}} | polygon | 11+ |
orchard | {{< tag landuse orchard >}} | polygon | 11+ |
vineyard | {{< tag landuse vineyard >}} | polygon | 11+ |
allotments | {{< tag landuse allotments >}} | polygon | 11+ |
cemetery | {{< tag landuse cemetery >}} | polygon | 13+ |
grave_yard | {{< tag amenity grave_yard >}} | polygon | 13+ |
village_green | {{< tag landuse village_green >}} | polygon | 11+ |
recreation_ground | {{< tag landuse recreation_ground >}} | polygon | 11+ |
greenhouse_horticulture | {{< tag landuse greenhouse_horticulture >}} | polygon | 11+ |
plant_nursery | {{< tag landuse plant_nursery >}} | polygon | 11+ |
sand | {{< tag natural sand >}} | polygon | 10+ |
beach | {{< tag natural beach >}} | polygon | 10+ |
heath | {{< tag natural heath >}} | polygon | 11+ |
scrub | {{< tag natural scrub >}} | polygon | 11+ |
grassland | {{< tag natural grassland >}} | polygon | 11+ |
bare_rock | {{< tag natural bare_rock >}} | polygon | 11+ |
scree | {{< tag natural scree >}} | polygon | 11+ |
shingle | {{< tag natural shingle >}} | polygon | 11+ |
swamp | {{< tag wetland swamp >}} | polygon | 11+ |
bog | {{< tag wetland bog >}} | polygon | 11+ |
string_bog | {{< tag wetland string_bog >}} | polygon | 11+ |
wet_meadow | {{< tag wetland wet_meadow >}} | polygon | 11+ |
marsh | {{< tag wetland marsh >}} | polygon | 11+ |
golf_course | {{< tag leisure golf_course >}} | polygon | 11+ |
park | {{< tag leisure park >}} | polygon | 11+ |
garden | {{< tag leisure garden >}} | polygon | 11+ |
playground | {{< tag leisure playground >}} | polygon | 11+ |
miniature_golf | {{< tag leisure miniature_golf >}} | polygon | 11+ |
residential | {{< tag landuse residential >}} | polygon | 10+ |
industrial | {{< tag landuse industrial >}} | polygon | 10+ |
commercial | {{< tag landuse commercial >}} | polygon | 10+ |
garages | {{< tag landuse garages >}} | polygon | 10+ |
retail | {{< tag landuse retail >}} | polygon | 10+ |
railway | {{< tag landuse railway >}} | polygon | 10+ |
landfill | {{< tag landuse landfill >}} | polygon | 10+ |
quarry | {{< tag landuse quarry >}} | polygon | 11+ |
brownfield | {{< tag landuse brownfield >}} | polygon | 10+ |
greenfield | {{< tag landuse greenfield >}} | polygon | 10+ |
farmyard | {{< tag landuse farmyard >}} | polygon | 10+ |
farmland | {{< tag landuse farmland >}} | polygon | 10+ |
Layer “sites”
This layer is for types of land use that will usually be above the basic land layer, but below buildings.
Properties
Field Name | Type | Description |
---|---|---|
kind | string | see Features section for possible values |
Features
Value of kind | OSM Tag | Geometry | Zoom | |
---|---|---|---|---|
military danger area | danger_area | {{< tag military danger_area >}} | polygon | 14+ |
sports center | sports_centre | {{< tag leisure sports_centre >}} | polygon | 14+ |
university campus | university | {{< tag amenity university >}} | polygon | 14+ |
college campus | college | {{< tag amenity college >}} | polygon | 14+ |
school campus | school | {{< tag amenity school >}} | polygon | 14+ |
hospital campus | hospital | {{< tag amenity hospital >}} | polygon | 14+ |
prison area | prison | {{< tag amenity prison >}} | polygon | 14+ |
car park | parking | {{< tag amenity parking >}} | polygon | 14+ |
bicycle parking | bicycle_parking | {{< tag amenity bicycle_parking >}} | polygon | 14+ |
construction site | construction | {{< tag landuse construction >}} | polygon | 14+ |
Layer “buildings”
Has polygons for everything with a building tag (not building=no) from zoom 14 on.
There is a property for all features on this layer, called dummy
, a number
which is always 1
.
Layer “addresses”
Has points for everything with an address from zoom 14+. Polygons are represented by a point.
If a feature is available in the pois layer, it will not be duplicated in the addresses layer.
Properties
Field Name | Type | OSM Key |
---|---|---|
housename | string | {{< tag “addr:housename” >}} |
housenumber | string | {{< tag “addr:housenumber” >}} |
Streets and Transport
Layer “streets”
Holds line geometries of the whole road network. Features are ordered by the so-called z-order value which is computed from road class, OSM {{< tag layer >}}, {{< tag bridge >}} and {{< tag tunnel >}} tags. More important roads are are sorted before less important roads, tunnels before bridges.
Properties
Field Name | Type | Zoom | Default | Description |
---|---|---|---|---|
kind | string | 5+ | always set | Feature class, contains value of {{< tag highway >}}, {{< tag aeroway >}} or {{< tag railway >}} |
link | boolean | 11+ | false | true for link roads ({{< tag highway motorway_link trunk_link primary_link secondary_link tertiary_link >}}) |
rail | boolean | 5+ | false | true for railways, false otherwise |
tunnel | boolean | 11+ | false | true for {{< tag tunnel yes building_passage >}} or {{< tag covered yes >}}, false otherwise |
bridge | boolean | 11+ | false | true for {{< tag bridge yes viaduct boardwalk cantilever covered low_water_crossing movable trestle >}}, false otherwise |
oneway | boolean | 14+ | false | true for {{< tag oneway yes 1 true -1 >}}; always false for rail features |
oneway_reverse | boolean | 14+ | false | true for reverse (not reversible) oneways ({{< tag oneway -1 >}}); always false for rail features |
tracktype | string | 11+ | field not available | value of {{< tag tracktype >}} |
surface | string | 11+ | empty string | value of {{< tag surface >}} |
service | string | 11+ | field not available | value of {{< tag service >}} |
bicycle | string | 14+ | empty string | value of {{< tag bicycle >}} |
horse | string | 14+ | empty string | value of {{< tag horse >}} |
Features
The following features are available in this layer:
Feature Class | value of kind | Zoom | Comment |
---|---|---|---|
motorway and their links | motorway | 5+ | Use link flag to differentiate between main roads type and their links. |
trunk roads and their links | trunk | 6+ | Use link flag to differentiate between main roads type and their links. |
primary roads and their links | primary | 8+ | Use link flag to differentiate between main roads type and their links. |
secondary roads and their links | secondary | 9+ | Use link flag to differentiate between main roads type and their links. |
tertiary roads and their links | tertiary | 10+ | Use link flag to differentiate between main roads type and their links. |
side roads | unclassified | 12+ | |
residential roads | residential | 12+ | |
roads exclusively for buses | busway | 12+ | |
bus guideways | bus_guideway | 12+ | |
residential roads w/traffic calming | living_street | 13+ | |
service roads | service | 13+ | |
pedestrian roads | pedestrian | 13+ | |
tracks | track | 13+ | |
footpaths | footway | 13+ | |
steps | steps | 13+ | |
unspecified paths | path | 13+ | use the bicycle and horse attributes for details about permitted use of the path |
bicycle paths | cycleway | 13+ | |
runway | runway | 11+ | |
taxiway | taxiway | 13+ | |
railway | rail | 8/10+ | ways with {{< tag service >}} on zoom level 8+, other ways on zoom level 10+ |
narrow gauge railway | narrow_gauge | 8+ | ways with {{< tag service >}} on zoom level 8+, other ways on zoom level 10+ |
tram | tram | 10+ | |
light railway | light_rail | 10+ | |
funicular | funicular | 10+ | |
subway | subway | 10+ | |
monorail | monorail | 10+ |
Layer “street_polygons”
Holds polygons geometries of certain streets mapped as polygons. Features are ordered by the so-called z-order value which is computed from road class, OSM {{< tag layer >}}, {{< tag bridge >}} and {{< tag tunnel >}} tags. More important roads are are sorted before less important roads, tunnels before bridges.
Properties
Field Name | Type | Default | Description |
---|---|---|---|
kind | string | always set | Feature class, contains value of {{< tag highway >}} or {{< tag “area:aeroway” >}} |
bridge | boolean | false | true for {{< tag bridge yes viaduct boardwalk cantilever covered low_water_crossing movable trestle >}}, false otherwise |
rail | boolean | false | always false |
service | string | empty string | value of {{< tag service >}} |
surface | string | empty string | value of {{< tag surface >}} |
tunnel | boolean | false | true for {{< tag tunnel yes building_passage >}} or {{< tag covered yes >}}, false otherwise |
Features
The following features are available in this layer:
Feature Class | value of kind | Zoom |
---|---|---|
pedestrian | pedestrian | 14+ |
service roads | service | 14+ |
runway | runway | 11+ |
taxiway | taxiway | 13+ |
Layer “street_labels”
This layer holds street geometries for labelling. It contains their names and reference numbers.
Properties
Field Name | Type | OSM Key |
---|---|---|
kind | string | value of OSM {{< tag highway >}}, {{< tag aeroway >}} or {{< tag taxiway >}} tag |
ref | string | value of OSM {{< tag ref >}} tag, semicolons replaced by newline characters (ASCII character 10) |
ref_rows | integer | number of lines of the ref value |
ref_cols | integer | maximum line length of the ref value |
name | string | value of OSM {{< tag name >}} tag |
name_en | string | value of OSM {{< tag “name:en” >}} tag |
name_de | string | value of OSM {{< tag “name:de” >}} tag |
tunnel | boolean |
Features
Feature Class | value of kind | Zoom |
---|---|---|
motorway | motorway | 10+ |
motorway links | motorway_link | 13+ |
trunk roads | trunk | 12+ |
trunk roads | trunk_link | 13+ |
primary roads | primary | 12+ |
primary links | primary_link | 13+ |
secondary roads | secondary | 13+ |
secondary links | secondary_link | 13+ |
tertiary roads | tertiary | 13+ |
tertiary links | tertiary_link | 14+ |
side roads | unclassified | 14+ |
residential roads | residential | 14+ |
residential roads w/traffic calming | living_street | 14+ |
roads exclusively for buses | busway | 14+ |
bus guideways | bus_guideway | 14+ |
service roads | service | 14+ |
pedestrian roads | pedestrian | 14+ |
tracks | track | 14+ |
footpaths | footway | 14+ |
steps | steps | 14+ |
unspecified paths | path | 14+ |
bicycle paths | cycleway | 14+ |
runway | runway | 11+ |
taxiway | taxiway | 13+ |
railway | rail | 10+ |
narrow gauge railway | narrow_gauge | 10+ |
tram | tram | 10+ |
light railway | light_rail | 10+ |
funicular | funicular | 10+ |
subway | subway | 10+ |
monorail | monorail | 10+ |
Layer “streets_polygons_labels”
Holds labelling points of the polygons of the “streets_polygons” layer.
Properties
Field Name | Type | OSM Key |
---|---|---|
kind | string | value of OSM {{< tag highway >}} or {{< tag aeroway >}} tag |
name | string | value of OSM {{< tag name >}} tag |
name_en | string | value of OSM {{< tag “name:en” >}} tag |
name_de | string | value of OSM {{< tag “name:de” >}} tag |
Features
The following features are available in this layer:
Feature Class | value of kind | Zoom |
---|---|---|
pedestrian | pedestrian | 14+ |
service roads | service | 14+ |
runway | runway | 14+ |
taxiway | taxiway | 14+ |
Layer “street_labels_points”
This layer holds motorway exit labels.
Properties
Field Name | Type | OSM Key |
---|---|---|
kind | string | value of OSM {{< tag highway >}} tag |
ref | string | value of OSM {{< tag ref >}} tag |
name | string | value of OSM {{< tag name >}} tag |
name_en | string | value of OSM {{< tag “name:en” >}} tag |
name_de | string | value of OSM {{< tag “name:de” >}} tag |
Features
The following features are available in this layer:
Feature Class | value of kind | Zoom |
---|---|---|
motorway exit points | motorway_junction | 12+ |
Layer “bridges”
This layer contains bridges mapped as polygons. There is no distinction which type of road, railway, runway or waterway uses this bridge.
Please mind that only some bridges are mapped as polygons but almost all roads located on a bridge have their location on a bridge as an attribute (see streets layer for details).
Properties
Field Name | Type | Description |
---|---|---|
kind | string | see Features section for possible values |
Features
kind | OSM Tags | Geometry | Zoom |
---|---|---|---|
bridge | {{< tag man_made bridge >}} | polygon | 12+ |
Layer “aerialways”
Holds aerialways as lines.
Properties
Field Name | Type | OSM Key |
---|---|---|
kind | string | {{< tag aerialway >}} |
Features
Feature Class | value of kind | OSM Tag | Zoom |
---|---|---|---|
cable car | cable_car | {{< tag aerialway cable_car >}} | 12+ |
gondola | gondola | {{< tag aerialway gondola >}} | 12+ |
goods cable car | goods | {{< tag aerialway goods >}} | 12+ |
chair lift | chair_lift | {{< tag aerialway chair_lift >}} | 12+ |
drag lift | drag_lift | {{< tag aerialway drag_lift >}} | 12+ |
t-bar lift | t-bar | {{< tag aerialway t-bar >}} | 12+ |
j-bar lift | j-bar | {{< tag aerialway j-bar >}} | 12+ |
platter lift | platter | {{< tag aerialway platter >}} | 12+ |
rope-tow lift | rope-tow | {{< tag aerialway rope_tow >}} | 12+ |
Layer “ferries”
Holds line geometries of ferries.
Properties
Field Name | Type | OSM Key |
---|---|---|
kind | string | |
name | string | value of OSM {{< tag name >}} tag |
name_en | string | value of OSM {{< tag “name:en” >}} tag |
name_de | string | value of OSM {{< tag “name:de” >}} tag |
Features
The following features are available in this layer:
Feature Class | value of kind | OSM Tag | Zoom |
---|---|---|---|
motor vehicle ferries | ferry | {{< tag route ferry >}} + motor_vehicle!=no | 10+ |
all ferries | ferry | {{< tag route ferry >}} | 12+ |
Points of interest
Layer “public_transport”
Holds public transport stops as points. Areas in OSM are represented by a point.
Properties
Field Name | Type | Description |
---|---|---|
kind | string | feature class |
name | string | value of OSM {{< tag name >}} tag |
name_en | string | value of OSM {{< tag “name:en” >}} tag |
name_de | string | value of OSM {{< tag “name:de” >}} tag |
iata | string | value of OSM {{< tag iata >}} tag |
Features
Feature Class | value of kind | OSM Tag | Zoom |
---|---|---|---|
airport, aerodrome | aerodrome | {{< tag aeroway aerodrome >}} | 11+ |
helipad | helipad | {{< tag aeroway helipad >}} | 13+ |
station | station | {{< tag railway station >}} | 13+ |
halt | halt | {{< tag railway halt >}} | 13+ |
tram_stop | tram_stop | {{< tag railway tram_stop >}} | 14+ |
bus_station | bus_station | {{< tag amenity bus_station >}} | 13+ |
bus_stop | bus_stop | {{< tag highway bus_stop >}} | 14+ |
ferry terminal | ferry_terminal | {{< tag amenity ferry_terminal >}} | 12+ |
aerialway station | aerialway_station | {{< tag aerialway station >}} | 13+ |
Layer “pois”
Holds points of interest as point geometries. Areas in OSM are represented by a point.
All features are available on zoom level 14 only.
Properties
Field Name | Type | Default | Description |
---|---|---|---|
amenity | string | null | value of OSM {{< tag amenity >}} tag if listed in the “Features” subsection below |
leisure | string | null | value of OSM {{< tag leisure >}} tag if listed in the “Features” subsection below |
tourism | string | null | value of OSM {{< tag tourism >}} tag if listed in the “Features” subsection below |
shop | string | null | value of OSM {{< tag shop >}} tag if listed in the “Features” subsection below |
man_made | string | null | value of OSM {{< tag man_made >}} tag if listed in the “Features” subsection below |
historic | string | null | value of OSM {{< tag historic >}} tag if listed in the “Features” subsection below |
emergency | string | null | value of OSM {{< tag emergency >}} tag if listed in the “Features” subsection below |
highway | string | null | value of OSM {{< tag highway >}} tag if listed in the “Features” subsection below |
office | string | null | value of OSM {{< tag office >}} tag if listed in the “Features” subsection below |
name | string | null | value of OSM {{< tag name >}} tag |
name_en | string | null | value of OSM {{< tag “name:en” >}} tag |
name_de | string | null | value of OSM {{< tag “name:de” >}} tag |
housename | string | null | {{< tag “addr:housename” >}} |
housenumber | string | null | {{< tag “addr:housenumber” >}} |
The following attributes are set for selected features only. Their value comes from the equally named OSM keys.
Field Name | Type | Default | Selection criteria (OSM tags) |
---|---|---|---|
cuisine | string | null | {{< tag amenity restaurant fast_food pub bar cafe >}} |
sport | string | null | {{< tag leisure pitch sports_centre >}} |
vending | string | null | {{< tag amenity vending_machine >}} |
information | string | null | {{< tag tourism information >}} |
tower:type | string | null | {{< tag man_made tower >}} |
religion | string | null | {{< tag amenity place_of_worship >}} |
denomination | string | null | {{< tag amenity place_of_worship >}} |
The following attributes are set for selected features only. They are true if the specified OSM key has the value yes
.
Field Name | Type | Default | Selection criteria (OSM tags) |
---|---|---|---|
recycling:glass_bottles | boolean | false | {{< tag amenity recycling >}} |
recycling:paper | boolean | false | {{< tag amenity recycling >}} |
recycling:clothes | boolean | false | {{< tag amenity recycling >}} |
recycling:scrap_metal | boolean | false | {{< tag amenity recycling >}} |
atm | boolean | false | {{< tag amenity bank >}} |
Features
The following key-value combinations are included in this layer:
- {{< tag amenity arts_centre >}}
- {{< tag amenity atm >}}
- {{< tag amenity bank >}}
- {{< tag amenity bar >}}
- {{< tag amenity bench >}}
- {{< tag amenity bicycle_rental >}}
- {{< tag amenity biergarten >}}
- {{< tag amenity cafe >}}
- {{< tag amenity car_rental >}}
- {{< tag amenity car_sharing >}}
- {{< tag amenity car_wash >}}
- {{< tag amenity cinema >}}
- {{< tag amenity clinic >}}
- {{< tag amenity college >}}
- {{< tag amenity community_centre >}}
- {{< tag amenity courthouse >}}
- {{< tag amenity dentist >}}
- {{< tag amenity doctors >}}
- {{< tag amenity dog_park >}}
- {{< tag amenity drinking_water >}}
- {{< tag amenity embassy >}}
- {{< tag amenity fast_food >}}
- {{< tag amenity fire_station >}}
- {{< tag amenity food_court >}}
- {{< tag amenity fountain >}}
- {{< tag amenity grave_yard >}}
- {{< tag amenity hospital >}}
- {{< tag amenity hunting_stand >}}
- {{< tag amenity library >}}
- {{< tag amenity marketplace >}}
- {{< tag amenity nightclub >}}
- {{< tag amenity nursing_home >}}
- {{< tag amenity pharmacy >}}
- {{< tag amenity place_of_worship >}}
- {{< tag amenity playground >}}
- {{< tag amenity police >}}
- {{< tag amenity post_box >}}
- {{< tag amenity post_office >}}
- {{< tag amenity prison >}}
- {{< tag amenity pub >}}
- {{< tag amenity public_building >}}
- {{< tag amenity recycling >}}
- {{< tag amenity restaurant >}}
- {{< tag amenity school >}}
- {{< tag amenity shelter >}}
- {{< tag amenity telephone >}}
- {{< tag amenity theatre >}}
- {{< tag amenity toilets >}}
- {{< tag amenity townhall >}}
- {{< tag amenity university >}}
- {{< tag amenity vending_machine >}}
- {{< tag amenity veterinary >}}
- {{< tag amenity waste_basket >}}
- {{< tag emergency defibrillator >}}
- {{< tag emergency fire_hydrant >}}
- {{< tag emergency phone >}}
- {{< tag highway emergency_access_point >}}
- {{< tag historic archaeological_site >}}
- {{< tag historic battlefield >}}
- {{< tag historic castle >}}
- {{< tag historic fort >}}
- {{< tag historic memorial >}}
- {{< tag historic monument >}}
- {{< tag historic ruins >}}
- {{< tag historic wayside_cross >}}
- {{< tag historic wayside_shrine >}}
- {{< tag leisure golf_course >}}
- {{< tag leisure ice_rink >}}
- {{< tag leisure pitch >}}
- {{< tag leisure sports_centre >}}
- {{< tag leisure stadium >}}
- {{< tag leisure swimming_pool >}}
- {{< tag leisure water_park >}}
- {{< tag man_made lighthouse >}}
- {{< tag man_made surveillance >}}
- {{< tag man_made tower >}}
- {{< tag man_made wastewater_plant >}}
- {{< tag man_made water_well >}}
- {{< tag man_made water_works >}}
- {{< tag man_made watermill >}}
- {{< tag man_made windmill >}}
- {{< tag office diplomatic >}}
- {{< tag shop alcohol >}}
- {{< tag shop bakery >}}
- {{< tag shop beauty >}}
- {{< tag shop beverages >}}
- {{< tag shop bicycle >}}
- {{< tag shop books >}}
- {{< tag shop butcher >}}
- {{< tag shop car >}}
- {{< tag shop chemist >}}
- {{< tag shop clothes >}}
- {{< tag shop computer >}}
- {{< tag shop convenience >}}
- {{< tag shop department_store >}}
- {{< tag shop doityourself >}}
- {{< tag shop dry_cleaning >}}
- {{< tag shop florist >}}
- {{< tag shop furniture >}}
- {{< tag shop garden_centre >}}
- {{< tag shop general >}}
- {{< tag shop gift >}}
- {{< tag shop greengrocer >}}
- {{< tag shop hairdresser >}}
- {{< tag shop hardware >}}
- {{< tag shop jewelry >}}
- {{< tag shop kiosk >}}
- {{< tag shop laundry >}}
- {{< tag shop mall >}}
- {{< tag shop mobile_phone >}}
- {{< tag shop newsagent >}}
- {{< tag shop optician >}}
- {{< tag shop outdoor >}}
- {{< tag shop shoes >}}
- {{< tag shop sports >}}
- {{< tag shop stationery >}}
- {{< tag shop supermarket >}}
- {{< tag shop toys >}}
- {{< tag shop travel_agency >}}
- {{< tag shop video >}}
- {{< tag tourism artwork >}}
- {{< tag tourism alpine_hut >}}
- {{< tag tourism bed_and_breakfast >}}
- {{< tag tourism camp_site >}}
- {{< tag tourism caravan_site >}}
- {{< tag tourism chalet >}}
- {{< tag tourism guest_house >}}
- {{< tag tourism hostel >}}
- {{< tag tourism hotel >}}
- {{< tag tourism information >}}
- {{< tag tourism motel >}}
- {{< tag tourism picnic_site >}}
- {{< tag tourism theme_park >}}
- {{< tag tourism viewpoint >}}
- {{< tag tourism zoo >}}
Types
Where a field is assigned a type, it is the name of a type in the MVT specification, except that when integer is specificed any of the integer types in the specification may be used.