mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-29 15:16:07 +02:00
Add presets for highway=milestone and waterway=milestone
(closes #5284)
This commit is contained in:
Vendored
+9
-1
@@ -1890,7 +1890,7 @@
|
||||
"label": "Display"
|
||||
},
|
||||
"distance": {
|
||||
"label": "Total Distance"
|
||||
"label": "Distance"
|
||||
},
|
||||
"dock": {
|
||||
"label": "Type"
|
||||
@@ -4397,6 +4397,10 @@
|
||||
"name": "Living Street",
|
||||
"terms": ""
|
||||
},
|
||||
"highway/milestone": {
|
||||
"name": "Highway Milestone",
|
||||
"terms": "milestone,marker"
|
||||
},
|
||||
"highway/mini_roundabout": {
|
||||
"name": "Mini-Roundabout",
|
||||
"terms": ""
|
||||
@@ -6717,6 +6721,10 @@
|
||||
"name": "Marine Fuel Station",
|
||||
"terms": "petrol,gas,diesel,boat"
|
||||
},
|
||||
"waterway/milestone": {
|
||||
"name": "Waterway Milestone",
|
||||
"terms": "milestone,marker"
|
||||
},
|
||||
"waterway/river": {
|
||||
"name": "River",
|
||||
"terms": "beck,branch,brook,course,creek,estuary,rill,rivulet,run,runnel,stream,tributary,watercourse"
|
||||
|
||||
Reference in New Issue
Block a user