mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-06 13:08:00 +02:00
restore square icon for speed limit signs in some countries
see https://github.com/openstreetmap/id-tagging-schema/pull/968#issuecomment-1664215593
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"icon": "maki-square-stroked",
|
||||
"fields": [
|
||||
"{traffic_sign/maxspeed}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{traffic_sign/maxspeed}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"traffic_sign": "maxspeed"
|
||||
},
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"US",
|
||||
"CA",
|
||||
"LR"
|
||||
]
|
||||
},
|
||||
"name": "{traffic_sign/maxspeed}"
|
||||
}
|
||||
@@ -11,6 +11,13 @@
|
||||
"tags": {
|
||||
"traffic_sign": "maxspeed"
|
||||
},
|
||||
"locationSet": {
|
||||
"exclude": [
|
||||
"US",
|
||||
"CA",
|
||||
"LR"
|
||||
]
|
||||
},
|
||||
"terms": [
|
||||
"max speed",
|
||||
"maximum speed",
|
||||
|
||||
Reference in New Issue
Block a user