Skip to content

Commit

Permalink
Update taginfo list after last update; add missing
Browse files Browse the repository at this point in the history
  • Loading branch information
SupaplexOSM authored Apr 21, 2024
1 parent 9c34d8f commit e95160f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mapstyle/taginfo/taginfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@
{ "key": "amenity", "value": "telephone", "object_types": ["node"] },
{ "key": "amenity", "value": "toilets", "object_types": ["node","area"] },
{ "key": "amenity", "value": "traffic_park", "object_types": ["area"] },
{ "key": "amenity", "value": "vending_machine", "object_types": ["node"], "description": "Rendering parking ticket machines (vending=parking_tickets)" },
{ "key": "amenity", "value": "waste_basket", "object_types": ["node"] },
{ "key": "amenity", "value": "waste_disposal", "object_types": ["area"] },
{ "key": "area:highway", "object_types": ["area"], "description": "Highway areas are rendered and textures for some surfaces used additionally if specified." },
{ "key": "area:highway", "value": "bus_bay", "object_types": ["area"], "description": "Highway areas are rendered and textures for some surfaces used additionally if specified." },
{ "key": "area:highway", "value": "bus_guideway", "object_types": ["area"], "description": "Highway areas are rendered and textures for some surfaces used additionally if specified." },
{ "key": "area:highway", "value": "living_street", "object_types": ["area"], "description": "Highway areas are rendered and textures for some surfaces used additionally if specified." },
{ "key": "area:highway", "value": "pedestrian", "object_types": ["area"], "description": "Highway areas are rendered and textures for some surfaces used additionally if specified." },
Expand Down Expand Up @@ -110,6 +112,7 @@
{ "key": "change:lanes", "object_types": ["way"], "description": "Used among lots of other tags for a complex road marking and lane processing and rendering." },
{ "key": "change:lanes:forward", "object_types": ["way"], "description": "Used among lots of other tags for a complex road marking and lane processing and rendering." },
{ "key": "change:lanes:backward", "object_types": ["way"], "description": "Used among lots of other tags for a complex road marking and lane processing and rendering." },
{ "key": "circumference", "object_types": ["node"], "description": "Tree trunks and stumps are rendered according to their circumference, if specified." },
{ "key": "crossing", "value": "marked", "object_types": ["node","way"] },
{ "key": "crossing", "value": "traffic_signals", "object_types": ["node","way"] },
{ "key": "crossing", "value": "zebra", "object_types": ["node","way"] },
Expand Down Expand Up @@ -234,6 +237,7 @@
{ "key": "highway", "value": "tertiary", "object_types": ["way","area"] },
{ "key": "highway", "value": "tertiary_link", "object_types": ["way","area"] },
{ "key": "highway", "value": "track", "object_types": ["way","area"] },
{ "key": "highway", "value": "traffic_sign", "object_types": ["node"] },
{ "key": "highway", "value": "unclassified", "object_types": ["way","area"] },
{ "key": "historic", "value": "memorial", "object_types": ["node","area"] },
{ "key": "information", "value": "guidepost", "object_types": ["node"], "description": "Guideposts are rendered differently than other tourism information features." },
Expand Down Expand Up @@ -300,6 +304,7 @@
{ "key": "man_made", "value": "chimney", "object_types": ["node","area"] },
{ "key": "man_made", "value": "embankment", "object_types": ["way"] },
{ "key": "man_made", "value": "flagpole", "object_types": ["node"] },
{ "key": "man_made", "value": "guard_stone", "object_types": ["node"] },
{ "key": "man_made", "value": "manhole", "object_types": ["node","area"] },
{ "key": "man_made", "value": "mast", "object_types": ["node"] },
{ "key": "man_made", "value": "monitoring_station", "object_types": ["node"] },
Expand Down Expand Up @@ -407,6 +412,7 @@
{ "key": "turn:lanes:backward", "object_types": ["way"], "description": "Used among lots of other tags for a complex road marking and lane processing and rendering." },
{ "key": "turn:lanes:forward", "object_types": ["way"], "description": "Used among lots of other tags for a complex road marking and lane processing and rendering." },
{ "key": "tree:ref", "object_types": ["node"], "description": "Tree reference numbers are rendered at larger scales." },
{ "key": "vending", "value": "parking_tickets", "object_types": ["node"] },
{ "key": "waterway", "value": "canal", "object_types": ["way"] },
{ "key": "waterway", "value": "ditch", "object_types": ["way"] },
{ "key": "waterway", "value": "river", "object_types": ["way"] },
Expand Down
Binary file modified mapstyle/taginfo/taginfo.ods
Binary file not shown.

0 comments on commit e95160f

Please sign in to comment.