Skip to content

Commit

Permalink
Merge pull request #1127 from wmisener/wmisener/taginfo-updates
Browse files Browse the repository at this point in the history
Documenting use of capital, admin_level, and place
  • Loading branch information
ZeLonewolf authored Jul 16, 2024
2 parents b632dac + 7ae62ce commit b64bf7c
Showing 1 changed file with 110 additions and 0 deletions.
110 changes: 110 additions & 0 deletions scripts/taginfo_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,116 @@
"doc_url": "https://openmaptiles.org/schema/#capital",
"icon_url": "https://github.com/raw/ZeLonewolf/openstreetmap-americana/main/icons/star_state_capital.svg"
},
{
"key": "capital",
"value": "5",
"object_types": ["node"],
"description": "Marks the place with a local capital icon.",
"doc_url": "https://openmaptiles.org/schema/#capital",
"icon_url": "https://github.com/raw/ZeLonewolf/openstreetmap-americana/main/icons/place_dot_in_circle.svg"
},
{
"key": "capital",
"value": "6",
"object_types": ["node"],
"description": "Marks the place with a local capital icon.",
"doc_url": "https://openmaptiles.org/schema/#capital",
"icon_url": "https://github.com/raw/ZeLonewolf/openstreetmap-americana/main/icons/place_dot_in_circle.svg"
},
{
"key": "boundary",
"value": "administrative",
"object_types": ["way"],
"description": "Administrative boundaries are marked by dashed lines, with different signatures for each value of admin_level.",
"doc_url": "https://openmaptiles.org/schema/#boundary"
},
{
"key": "admin_level",
"value": "2",
"object_types": ["way"],
"description": "National boundaries are marked by a dashed line with a purple halo.",
"doc_url": "https://openmaptiles.org/schema/#boundary"
},
{
"key": "admin_level",
"value": "3",
"object_types": ["way"],
"description": "National boundaries are marked by a dashed line with a purple halo.",
"doc_url": "https://openmaptiles.org/schema/#boundary"
},
{
"key": "admin_level",
"value": "4",
"object_types": ["way"],
"description": "State boundaries are marked by a dashed line with a purple halo.",
"doc_url": "https://openmaptiles.org/schema/#boundary"
},
{
"key": "admin_level",
"value": "5",
"object_types": ["way"],
"description": "Regional boundaries are marked by a dashed line with a purple halo.",
"doc_url": "https://openmaptiles.org/schema/#boundary"
},
{
"key": "admin_level",
"value": "6",
"object_types": ["way"],
"description": "County boundaries are marked by a dashed line.",
"doc_url": "https://openmaptiles.org/schema/#boundary"
},
{
"key": "admin_level",
"value": "8",
"object_types": ["way"],
"description": "Municipal boundaries are marked by a dashed line.",
"doc_url": "https://openmaptiles.org/schema/#boundary"
},
{
"key": "place",
"value": "continent",
"object_types": ["node"],
"description": "Continents are labeled in capital letters.",
"doc_url": "https://openmaptiles.org/schema/#place"
},
{
"key": "place",
"value": "country",
"object_types": ["node"],
"description": "Countries are labeled in mixed case.",
"doc_url": "https://openmaptiles.org/schema/#place"
},
{
"key": "place",
"value": "state",
"object_types": ["node"],
"description": "States are labeled in capital letters.",
"doc_url": "https://openmaptiles.org/schema/#place"
},
{
"key": "place",
"value": "city",
"object_types": ["node"],
"description": "Cities are marked with a dot.",
"doc_url": "https://openmaptiles.org/schema/#place",
"icon_url": "https://github.com/raw/ZeLonewolf/openstreetmap-americana/main/icons/place_dot.svg"
},
{
"key": "place",
"value": "town",
"object_types": ["node"],
"description": "Towns are marked with a dot.",
"doc_url": "https://openmaptiles.org/schema/#place",
"icon_url": "https://github.com/raw/ZeLonewolf/openstreetmap-americana/main/icons/place_dot.svg"
},
{
"key": "place",
"value": "village",
"object_types": ["node"],
"description": "Villages are marked with a dot.",
"doc_url": "https://openmaptiles.org/schema/#place",
"icon_url": "https://github.com/raw/ZeLonewolf/openstreetmap-americana/main/icons/place_dot.svg"
},
{
"key": "disputed",
"value": "yes",
Expand Down

0 comments on commit b64bf7c

Please sign in to comment.