Skip to Content

+++ 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 NameTypeDescription
kindstringtype of water body
way_areafloatarea in square meter (Mercator Projection)

Features

kindOSM tagGeometryZoom
glacierglacier{{< tag natural glacier >}}polygon4+
waterwater{{< tag natural water >}} + water!=riverpolygon4+
riverriver{{< tag waterway riverbank >}}, {{< tag natural water >}} + {{< tag water river >}}polygon4+
reservoirreservoir{{< tag landuse reservoir >}}polygon4+
basinbasin{{< tag landuse basin >}}polygon4+
dockdock{{< tag waterway dock >}}polygon10+
canalcanal{{< tag waterway canal >}}polygon10+

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 nameTypeDescription
kindstringtype of water body (see water_polygons layer for a list of values)
way_areafloatarea in square meter (Mercator Projection)
namestringvalue of OSM {{< tag name >}} tag
name_enstringvalue of OSM {{< tag “name:en” >}} tag
name_destringvalue 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 NameTypeDefaultDescription
kindstringtype of waterway
tunnelbooleanfalsetrue for {{< tag tunnel yes building_passage >}} or {{< tag covered yes >}}. false otherwise
bridgebooleanfalsetrue for {{< tag bridge yes viaduct boardwalk cantilever covered low_water_crossing movable trestle >}}. false otherwise

Features

kindOSM tagGeometryZoom
canalcanal{{< tag waterway canal >}}lineCanals are available if their line is longer than 0.25 pixel but not below 9.
riverriver{{< tag waterway river >}}lineRivers are available if their line is longer than 0.25 pixel but not below 9.
streamstream{{< tag waterway stream >}}line14+
ditchditch{{< tag waterway ditch >}}line14+

Layer “water_lines_labels”

Hold line geometries and names for named water lines.

Minimum Zoom Levels

FeatureZoom
canalCanals are available if their line is longer than 0.25 pixel but not below 12.
riverRivers are available if their line is longer than 0.25 pixel but not below 12.
stream14+
ditch14+

Properties

Field NameTypeDefaultDescription
kindstringtype of water body (see water_lines layer for a list of values)
namestringvalue of OSM {{< tag name >}} tag
name_enstringvalue of OSM {{< tag “name:en” >}} tag
name_destringvalue of OSM {{< tag “name:de” >}} tag
tunnelbooleanfalsetrue for {{< tag tunnel yes building_passage >}} or {{< tag covered yes >}}, false otherwise
bridgebooleanfalsetrue 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 NameType
kindstring

Features

kindOSM tagGeometryZoom
damdam{{< tag waterway dam >}}line12+

Layer “dam_polygons”

Holds polygon geometries of dams (not dykes).

Properties

Field NameType
kindstring

Features

kindOSM tagGeometryZoom
damdam{{< tag waterway dam >}}polygon12+

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 NameTypeDescription
kindstringsee Features section for possible values

Features

kindOSM TagsGeometryZoom
pier{{< tag man_made pier >}}line12+
breakwater{{< tag man_made breakwater >}}line12+
groyne{{< tag man_made groyne >}}line12+

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 NameTypeDescription
kindstringsee Features section for possible values

Features

kindOSM TagsGeometryZoom
pier{{< tag man_made pier >}}line12+
breakwater{{< tag man_made breakwater >}}line12+
groyne{{< tag man_made groyne >}}line12+

Countries, States, Cities

Layer “boundaries”

Holds boundary lines of countries and states.

Properties

Field nameTypeDescription
admin_levelintegerhighest administrative boundary this line belongs to
maritimebooleanBoundary line is located on sea, base on OSM {{< tag maritime >}} tag, or is the coastline (way tagged with {{< tag natural coastline >}})
disputedbooleanBoundary 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_levelGeometryZoom
countries2line0+
states4line7+

Layer “boundary_labels”

Holds label points for boundary polygons of countries and states. Features are sorted by way_area in descending order.

Properties

Field nameTypeDescription
admin_levelintegervalue of OSM {{< tag admin_level >}} tag, see Features section for possible values
way_areafloatarea in ha
namestringvalue of OSM {{< tag name >}} tag
name_enstringvalue of OSM {{< tag “name:en” >}} tag
name_destringvalue of OSM {{< tag “name:de” >}} tag

Features

Value of admin_levelGeometryMinimum AreaZoom
countries2point2*10^6 km²2+
countries2point7*10^5 km²3+
countries2point1*10^5 km²4+
countries2pointnone5+
states4point7*10^5 km²3+
states4point1*10^5 km²4+
states4pointnone5+

Layer “place_labels”

Holds label points for populated places. Features are sorted by population in descending order.

Properties

Field NameTypeDescription
kindstringvalue of OSM {{< tag place >}} tag, see Features section for possible values
namestringvalue of OSM {{< tag name >}} tag
name_enstringvalue of OSM {{< tag “name:en” >}} tag
name_destringvalue of OSM {{< tag “name:de” >}} tag
populationintegervalue of OSM {{< tag population >}} tag, else defaults (see below)

Features

Value of kindOSM TagsGeometryZoomDefault Population
national capitalcapital{{< tag place city town village hamlet >}} + {{< tag capital yes >}}point4+depends on place *
state capitalstate_capital{{< tag place city town village hamlet >}} + {{< tag capital 4 >}}point4+depends on place *
citycity{{< tag place city >}} (except capitals)point6+100,000
towntown{{< tag place town >}} (except capitals)point7+5,000
villagevillage{{< tag place village >}} (except capitals)point10+100
hamlethamlet{{< tag place hamlet >}} (except capitals)point10+50
suburbsuburb{{< tag place suburb >}}point10+1,000
quarterquarter{{< tag place quarter >}}point10+500
neighbourhoodneighbourhood{{< tag place neighbourhood >}}point10+100
isolated dwellingisolated_dwelling{{< tag place isolated_dwelling >}}point10+5
farmfarm{{< tag place farm >}}point10+5
islandisland{{< tag place island >}}point10+0
unpopulated placelocality{{< tag place locality >}}point10+0

Land Use, Land Cover, Buildings

Layer “land”

This layer contains basic land cover that is usually drawn first.

Properties

Field NameTypeDescription
kindstringsee Features section for possible values

Features

kindOSM TagsGeometryZoom
forest{{< tag landuse forest >}} or {{< tag natural wood >}}polygon7+
grass{{< tag landuse grass >}}polygon11+
meadow{{< tag landuse meadow >}}polygon11+
orchard{{< tag landuse orchard >}}polygon11+
vineyard{{< tag landuse vineyard >}}polygon11+
allotments{{< tag landuse allotments >}}polygon11+
cemetery{{< tag landuse cemetery >}}polygon13+
grave_yard{{< tag amenity grave_yard >}}polygon13+
village_green{{< tag landuse village_green >}}polygon11+
recreation_ground{{< tag landuse recreation_ground >}}polygon11+
greenhouse_horticulture{{< tag landuse greenhouse_horticulture >}}polygon11+
plant_nursery{{< tag landuse plant_nursery >}}polygon11+
sand{{< tag natural sand >}}polygon10+
beach{{< tag natural beach >}}polygon10+
heath{{< tag natural heath >}}polygon11+
scrub{{< tag natural scrub >}}polygon11+
grassland{{< tag natural grassland >}}polygon11+
bare_rock{{< tag natural bare_rock >}}polygon11+
scree{{< tag natural scree >}}polygon11+
shingle{{< tag natural shingle >}}polygon11+
swamp{{< tag wetland swamp >}}polygon11+
bog{{< tag wetland bog >}}polygon11+
string_bog{{< tag wetland string_bog >}}polygon11+
wet_meadow{{< tag wetland wet_meadow >}}polygon11+
marsh{{< tag wetland marsh >}}polygon11+
golf_course{{< tag leisure golf_course >}}polygon11+
park{{< tag leisure park >}}polygon11+
garden{{< tag leisure garden >}}polygon11+
playground{{< tag leisure playground >}}polygon11+
miniature_golf{{< tag leisure miniature_golf >}}polygon11+
residential{{< tag landuse residential >}}polygon10+
industrial{{< tag landuse industrial >}}polygon10+
commercial{{< tag landuse commercial >}}polygon10+
garages{{< tag landuse garages >}}polygon10+
retail{{< tag landuse retail >}}polygon10+
railway{{< tag landuse railway >}}polygon10+
landfill{{< tag landuse landfill >}}polygon10+
quarry{{< tag landuse quarry >}}polygon11+
brownfield{{< tag landuse brownfield >}}polygon10+
greenfield{{< tag landuse greenfield >}}polygon10+
farmyard{{< tag landuse farmyard >}}polygon10+
farmland{{< tag landuse farmland >}}polygon10+

Layer “sites”

This layer is for types of land use that will usually be above the basic land layer, but below buildings.

Properties

Field NameTypeDescription
kindstringsee Features section for possible values

Features

Value of kindOSM TagGeometryZoom
military danger areadanger_area{{< tag military danger_area >}}polygon14+
sports centersports_centre{{< tag leisure sports_centre >}}polygon14+
university campusuniversity{{< tag amenity university >}}polygon14+
college campuscollege{{< tag amenity college >}}polygon14+
school campusschool{{< tag amenity school >}}polygon14+
hospital campushospital{{< tag amenity hospital >}}polygon14+
prison areaprison{{< tag amenity prison >}}polygon14+
car parkparking{{< tag amenity parking >}}polygon14+
bicycle parkingbicycle_parking{{< tag amenity bicycle_parking >}}polygon14+
construction siteconstruction{{< tag landuse construction >}}polygon14+

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 NameTypeOSM Key
housenamestring{{< tag “addr:housename” >}}
housenumberstring{{< 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 NameTypeZoomDefaultDescription
kindstring5+always setFeature class, contains value of {{< tag highway >}}, {{< tag aeroway >}} or {{< tag railway >}}
linkboolean11+falsetrue for link roads ({{< tag highway motorway_link trunk_link primary_link secondary_link tertiary_link >}})
railboolean5+falsetrue for railways, false otherwise
tunnelboolean11+falsetrue for {{< tag tunnel yes building_passage >}} or {{< tag covered yes >}}, false otherwise
bridgeboolean11+falsetrue for {{< tag bridge yes viaduct boardwalk cantilever covered low_water_crossing movable trestle >}}, false otherwise
onewayboolean14+falsetrue for {{< tag oneway yes 1 true -1 >}}; always false for rail features
oneway_reverseboolean14+falsetrue for reverse (not reversible) oneways ({{< tag oneway -1 >}}); always false for rail features
tracktypestring11+field not availablevalue of {{< tag tracktype >}}
surfacestring11+empty stringvalue of {{< tag surface >}}
servicestring11+field not availablevalue of {{< tag service >}}
bicyclestring14+empty stringvalue of {{< tag bicycle >}}
horsestring14+empty stringvalue of {{< tag horse >}}

Features

The following features are available in this layer:

Feature Classvalue of kindZoomComment
motorway and their linksmotorway5+Use link flag to differentiate between main roads type and their links.
trunk roads and their linkstrunk6+Use link flag to differentiate between main roads type and their links.
primary roads and their linksprimary8+Use link flag to differentiate between main roads type and their links.
secondary roads and their linkssecondary9+Use link flag to differentiate between main roads type and their links.
tertiary roads and their linkstertiary10+Use link flag to differentiate between main roads type and their links.
side roadsunclassified12+
residential roadsresidential12+
roads exclusively for busesbusway12+
bus guidewaysbus_guideway12+
residential roads w/traffic calmingliving_street13+
service roadsservice13+
pedestrian roadspedestrian13+
trackstrack13+
footpathsfootway13+
stepssteps13+
unspecified pathspath13+use the bicycle and horse attributes for details about permitted use of the path
bicycle pathscycleway13+
runwayrunway11+
taxiwaytaxiway13+
railwayrail8/10+ways with {{< tag service >}} on zoom level 8+, other ways on zoom level 10+
narrow gauge railwaynarrow_gauge8+ways with {{< tag service >}} on zoom level 8+, other ways on zoom level 10+
tramtram10+
light railwaylight_rail10+
funicularfunicular10+
subwaysubway10+
monorailmonorail10+

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 NameTypeDefaultDescription
kindstringalways setFeature class, contains value of {{< tag highway >}} or {{< tag “area:aeroway” >}}
bridgebooleanfalsetrue for {{< tag bridge yes viaduct boardwalk cantilever covered low_water_crossing movable trestle >}}, false otherwise
railbooleanfalsealways false
servicestringempty stringvalue of {{< tag service >}}
surfacestringempty stringvalue of {{< tag surface >}}
tunnelbooleanfalsetrue for {{< tag tunnel yes building_passage >}} or {{< tag covered yes >}}, false otherwise

Features

The following features are available in this layer:

Feature Classvalue of kindZoom
pedestrianpedestrian14+
service roadsservice14+
runwayrunway11+
taxiwaytaxiway13+

Layer “street_labels”

This layer holds street geometries for labelling. It contains their names and reference numbers.

Properties

Field NameTypeOSM Key
kindstringvalue of OSM {{< tag highway >}}, {{< tag aeroway >}} or {{< tag taxiway >}} tag
refstringvalue of OSM {{< tag ref >}} tag, semicolons replaced by newline characters (ASCII character 10)
ref_rowsintegernumber of lines of the ref value
ref_colsintegermaximum line length of the ref value
namestringvalue of OSM {{< tag name >}} tag
name_enstringvalue of OSM {{< tag “name:en” >}} tag
name_destringvalue of OSM {{< tag “name:de” >}} tag
tunnelboolean

Features

Feature Classvalue of kindZoom
motorwaymotorway10+
motorway linksmotorway_link13+
trunk roadstrunk12+
trunk roadstrunk_link13+
primary roadsprimary12+
primary linksprimary_link13+
secondary roadssecondary13+
secondary linkssecondary_link13+
tertiary roadstertiary13+
tertiary linkstertiary_link14+
side roadsunclassified14+
residential roadsresidential14+
residential roads w/traffic calmingliving_street14+
roads exclusively for busesbusway14+
bus guidewaysbus_guideway14+
service roadsservice14+
pedestrian roadspedestrian14+
trackstrack14+
footpathsfootway14+
stepssteps14+
unspecified pathspath14+
bicycle pathscycleway14+
runwayrunway11+
taxiwaytaxiway13+
railwayrail10+
narrow gauge railwaynarrow_gauge10+
tramtram10+
light railwaylight_rail10+
funicularfunicular10+
subwaysubway10+
monorailmonorail10+

Layer “streets_polygons_labels”

Holds labelling points of the polygons of the “streets_polygons” layer.

Properties

Field NameTypeOSM Key
kindstringvalue of OSM {{< tag highway >}} or {{< tag aeroway >}} tag
namestringvalue of OSM {{< tag name >}} tag
name_enstringvalue of OSM {{< tag “name:en” >}} tag
name_destringvalue of OSM {{< tag “name:de” >}} tag

Features

The following features are available in this layer:

Feature Classvalue of kindZoom
pedestrianpedestrian14+
service roadsservice14+
runwayrunway14+
taxiwaytaxiway14+

Layer “street_labels_points”

This layer holds motorway exit labels.

Properties

Field NameTypeOSM Key
kindstringvalue of OSM {{< tag highway >}} tag
refstringvalue of OSM {{< tag ref >}} tag
namestringvalue of OSM {{< tag name >}} tag
name_enstringvalue of OSM {{< tag “name:en” >}} tag
name_destringvalue of OSM {{< tag “name:de” >}} tag

Features

The following features are available in this layer:

Feature Classvalue of kindZoom
motorway exit pointsmotorway_junction12+

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 NameTypeDescription
kindstringsee Features section for possible values

Features

kindOSM TagsGeometryZoom
bridge{{< tag man_made bridge >}}polygon12+

Layer “aerialways”

Holds aerialways as lines.

Properties

Field NameTypeOSM Key
kindstring{{< tag aerialway >}}

Features

Feature Classvalue of kindOSM TagZoom
cable carcable_car{{< tag aerialway cable_car >}}12+
gondolagondola{{< tag aerialway gondola >}}12+
goods cable cargoods{{< tag aerialway goods >}}12+
chair liftchair_lift{{< tag aerialway chair_lift >}}12+
drag liftdrag_lift{{< tag aerialway drag_lift >}}12+
t-bar liftt-bar{{< tag aerialway t-bar >}}12+
j-bar liftj-bar{{< tag aerialway j-bar >}}12+
platter liftplatter{{< tag aerialway platter >}}12+
rope-tow liftrope-tow{{< tag aerialway rope_tow >}}12+

Layer “ferries”

Holds line geometries of ferries.

Properties

Field NameTypeOSM Key
kindstring
namestringvalue of OSM {{< tag name >}} tag
name_enstringvalue of OSM {{< tag “name:en” >}} tag
name_destringvalue of OSM {{< tag “name:de” >}} tag

Features

The following features are available in this layer:

Feature Classvalue of kindOSM TagZoom
motor vehicle ferriesferry{{< tag route ferry >}} + motor_vehicle!=no10+
all ferriesferry{{< 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 NameTypeDescription
kindstringfeature class
namestringvalue of OSM {{< tag name >}} tag
name_enstringvalue of OSM {{< tag “name:en” >}} tag
name_destringvalue of OSM {{< tag “name:de” >}} tag
iatastringvalue of OSM {{< tag iata >}} tag

Features

Feature Classvalue of kindOSM TagZoom
airport, aerodromeaerodrome{{< tag aeroway aerodrome >}}11+
helipadhelipad{{< tag aeroway helipad >}}13+
stationstation{{< tag railway station >}}13+
halthalt{{< tag railway halt >}}13+
tram_stoptram_stop{{< tag railway tram_stop >}}14+
bus_stationbus_station{{< tag amenity bus_station >}}13+
bus_stopbus_stop{{< tag highway bus_stop >}}14+
ferry terminalferry_terminal{{< tag amenity ferry_terminal >}}12+
aerialway stationaerialway_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 NameTypeDefaultDescription
amenitystringnullvalue of OSM {{< tag amenity >}} tag if listed in the “Features” subsection below
leisurestringnullvalue of OSM {{< tag leisure >}} tag if listed in the “Features” subsection below
tourismstringnullvalue of OSM {{< tag tourism >}} tag if listed in the “Features” subsection below
shopstringnullvalue of OSM {{< tag shop >}} tag if listed in the “Features” subsection below
man_madestringnullvalue of OSM {{< tag man_made >}} tag if listed in the “Features” subsection below
historicstringnullvalue of OSM {{< tag historic >}} tag if listed in the “Features” subsection below
emergencystringnullvalue of OSM {{< tag emergency >}} tag if listed in the “Features” subsection below
highwaystringnullvalue of OSM {{< tag highway >}} tag if listed in the “Features” subsection below
officestringnullvalue of OSM {{< tag office >}} tag if listed in the “Features” subsection below
namestringnullvalue of OSM {{< tag name >}} tag
name_enstringnullvalue of OSM {{< tag “name:en” >}} tag
name_destringnullvalue of OSM {{< tag “name:de” >}} tag
housenamestringnull{{< tag “addr:housename” >}}
housenumberstringnull{{< tag “addr:housenumber” >}}

The following attributes are set for selected features only. Their value comes from the equally named OSM keys.

Field NameTypeDefaultSelection criteria (OSM tags)
cuisinestringnull{{< tag amenity restaurant fast_food pub bar cafe >}}
sportstringnull{{< tag leisure pitch sports_centre >}}
vendingstringnull{{< tag amenity vending_machine >}}
informationstringnull{{< tag tourism information >}}
tower:typestringnull{{< tag man_made tower >}}
religionstringnull{{< tag amenity place_of_worship >}}
denominationstringnull{{< 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 NameTypeDefaultSelection criteria (OSM tags)
recycling:glass_bottlesbooleanfalse{{< tag amenity recycling >}}
recycling:paperbooleanfalse{{< tag amenity recycling >}}
recycling:clothesbooleanfalse{{< tag amenity recycling >}}
recycling:scrap_metalbooleanfalse{{< tag amenity recycling >}}
atmbooleanfalse{{< 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.

Last updated on