Skip to content

Commit

Permalink
Merge pull request shortbread-tiles#69 from shortbread-tiles/typos-in…
Browse files Browse the repository at this point in the history
…-schema

Fix some obvious typos in the schema
  • Loading branch information
pnorman authored Dec 6, 2024
2 parents 13cb9f1 + 2422ac7 commit 97540a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions shortbread-website/content/schema/1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ land layer, but below buildings.
| | Value of `kind` | OSM Tag | Geometry | Zoom |
| -------------------- | :---------------- | :---------------------------------- | :------- | :--- |
| military danger area | `danger_area` | {{< tag military danger_area >}} | polygon | 14+ |
| sports center | `sports_center` | {{< tag leisure sports_center >}} | 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+ |
Expand Down Expand Up @@ -751,7 +751,7 @@ The following key-value combinations are included in this layer:
- {{< tag emergency fire_hydrant >}}
- {{< tag emergency phone >}}
- {{< tag highway emergency_access_point >}}
- {{< tag historic archaelogical_site >}}
- {{< tag historic archaeological_site >}}
- {{< tag historic battlefield >}}
- {{< tag historic castle >}}
- {{< tag historic fort >}}
Expand Down Expand Up @@ -805,7 +805,7 @@ The following key-value combinations are included in this layer:
- {{< tag shop mall >}}
- {{< tag shop mobile_phone >}}
- {{< tag shop newsagent >}}
- {{< tag shop optican >}}
- {{< tag shop optician >}}
- {{< tag shop outdoor >}}
- {{< tag shop shoes >}}
- {{< tag shop sports >}}
Expand Down
4 changes: 2 additions & 2 deletions shortbread-website/static/taginfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
{ "key": "highway" },
{ "key": "highway", "value": "bus_stop" },
{ "key": "highway", "value": "emergency_access_point" },
{ "key": "historic", "value": "archaelogical_site" },
{ "key": "historic", "value": "archaeological_site" },
{ "key": "historic", "value": "artwork" },
{ "key": "historic", "value": "battlefield" },
{ "key": "historic", "value": "castle" },
Expand Down Expand Up @@ -242,7 +242,7 @@
{ "key": "shop", "value": "mall" },
{ "key": "shop", "value": "mobile_phone" },
{ "key": "shop", "value": "newsagent" },
{ "key": "shop", "value": "optican" },
{ "key": "shop", "value": "optician" },
{ "key": "shop", "value": "outdoor" },
{ "key": "shop", "value": "shoes" },
{ "key": "shop", "value": "sports" },
Expand Down

0 comments on commit 97540a1

Please sign in to comment.