Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes icon links for capital icons in taginfo #1169

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions scripts/taginfo_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,31 @@
"object_types": ["node"],
"description": "Marks the city with a national capital icon.",
"doc_url": "https://openmaptiles.org/schema/#capital",
"icon_url": "https://raw.githubusercontent.com/osm-americana/openstreetmap-americana/main/icons/star_nation_capital.svg"
"icon_url": "https://raw.githubusercontent.com/osm-americana/openstreetmap-americana/main/icons/place_star_in_circle.svg"
},
{
"key": "capital",
"value": "2",
"object_types": ["node"],
"description": "Marks the city with a national capital icon.",
"doc_url": "https://openmaptiles.org/schema/#capital",
"icon_url": "https://raw.githubusercontent.com/osm-americana/openstreetmap-americana/main/icons/star_nation_capital.svg"
"icon_url": "https://raw.githubusercontent.com/osm-americana/openstreetmap-americana/main/icons/place_star_in_circle.svg"
},
{
"key": "capital",
"value": "3",
"object_types": ["node"],
"description": "Marks the city with a state capital icon.",
"doc_url": "https://openmaptiles.org/schema/#capital",
"icon_url": "https://raw.githubusercontent.com/osm-americana/openstreetmap-americana/main/icons/star_state_capital.svg"
"icon_url": "https://raw.githubusercontent.com/osm-americana/openstreetmap-americana/main/icons/place_star.svg"
},
{
"key": "capital",
"value": "4",
"object_types": ["node"],
"description": "Marks the city with a state capital icon.",
"doc_url": "https://openmaptiles.org/schema/#capital",
"icon_url": "https://raw.githubusercontent.com/osm-americana/openstreetmap-americana/main/icons/star_state_capital.svg"
"icon_url": "https://raw.githubusercontent.com/osm-americana/openstreetmap-americana/main/icons/place_star.svg"
},
{
"key": "capital",
Expand Down
Loading