You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: shortbread-website/content/schema/1.1.md
+6-20Lines changed: 6 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,12 @@ Some layers have their features sorted by importance or rendering order. This al
23
23
24
24
Shortbread vector tiles have a minzoom of 0 and a maxzoom of 14. Higher client zooms are achieved with overzoomed zoom 14 tiles.
25
25
26
+
## Names
27
+
28
+
Wherever a feature has a `name` attribute it also may have `name_xx` tags, where `xx` is an IETF language code and the contents of the tag come from `name:xx`. For example a feature could have `name_en` and `name_de` attributes that come from the `name:en` and `name:de` tags.
29
+
30
+
Implementations may define their own list of IETF language codes that they include in their tiles.
31
+
26
32
## Water
27
33
28
34
### Layer "ocean"
@@ -66,8 +72,6 @@ descending order.
66
72
|`kind`| string | type of water body (see _water_polygons_ layer for a list of values) |
67
73
|`way_area`| float | area in square meter (Mercator Projection) |
68
74
|`name`| string | value of OSM {{< tag name >}} tag |
69
-
|`name_en`| string | value of OSM {{< tag "name:en" >}} tag |
70
-
|`name_de`| string | value of OSM {{< tag "name:de" >}} tag |
71
75
72
76
### Layer "water_lines"
73
77
@@ -109,8 +113,6 @@ Hold line geometries and names for named water lines.
0 commit comments