mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-02-13 17:22:47 +00:00
Add Radar Speed Sign preset (#442)
* Add Radar Speed Sign preset * Add `maxspeed` and `maxspeed/advisory fields`
This commit is contained in:
28
data/presets/highway/speed_display.json
Normal file
28
data/presets/highway/speed_display.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"icon": "maki-square-stroked",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"fields": [
|
||||
"direction_point",
|
||||
"direction_vertex",
|
||||
"maxspeed"
|
||||
],
|
||||
"moreFields": [
|
||||
"maxspeed/advisory"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "speed_display"
|
||||
},
|
||||
"terms": [
|
||||
"driver feedback sign",
|
||||
"dynamic speed display",
|
||||
"speed awareness message",
|
||||
"speed display board",
|
||||
"speed radar sign",
|
||||
"traffic calming sign",
|
||||
"your speed sign"
|
||||
],
|
||||
"name": "Radar Speed Sign"
|
||||
}
|
||||
Reference in New Issue
Block a user