Flag lines with a highway service tag but no highway=service tag

This commit is contained in:
Quincy Morgan
2019-03-13 11:56:09 -04:00
parent 1bcc156ac3
commit 94096beb68
7 changed files with 45 additions and 10 deletions
+5 -5
View File
@@ -4161,23 +4161,23 @@ en:
# 'terms: road,street'
terms: '<translate with synonyms or related terms for ''Service Road'', separated by commas>'
highway/service/alley:
# 'highway=service, service=alley'
# service=alley
name: Alley
terms: '<translate with synonyms or related terms for ''Alley'', separated by commas>'
highway/service/drive-through:
# 'highway=service, service=drive-through'
# service=drive-through
name: Drive-Through
terms: '<translate with synonyms or related terms for ''Drive-Through'', separated by commas>'
highway/service/driveway:
# 'highway=service, service=driveway'
# service=driveway
name: Driveway
terms: '<translate with synonyms or related terms for ''Driveway'', separated by commas>'
highway/service/emergency_access:
# 'highway=service, service=emergency_access'
# service=emergency_access
name: Emergency Access
terms: '<translate with synonyms or related terms for ''Emergency Access'', separated by commas>'
highway/service/parking_aisle:
# 'highway=service, service=parking_aisle'
# service=parking_aisle
name: Parking Aisle
terms: '<translate with synonyms or related terms for ''Parking Aisle'', separated by commas>'
highway/services:
+5 -5
View File
@@ -454,11 +454,11 @@
"highway/secondary_link": {"icon": "iD-highway-secondary-link", "fields": ["{highway/primary_link}"], "moreFields": ["{highway/primary_link}"], "geometry": ["line"], "tags": {"highway": "secondary_link"}, "terms": ["on ramp", "off ramp", "ramp", "road", "street"], "name": "Secondary Link"},
"highway/secondary": {"icon": "iD-highway-secondary", "fields": ["{highway/primary}"], "moreFields": ["{highway/primary}"], "geometry": ["line"], "tags": {"highway": "secondary"}, "terms": ["road", "street"], "name": "Secondary Road"},
"highway/service": {"icon": "iD-highway-service", "fields": ["name", "service", "oneway", "maxspeed", "surface", "structure", "access"], "moreFields": ["covered", "lanes", "lit", "maxheight", "maxspeed/advisory", "oneway/bicycle"], "geometry": ["line"], "tags": {"highway": "service"}, "terms": ["road", "street"], "name": "Service Road"},
"highway/service/alley": {"icon": "iD-highway-service", "geometry": ["line"], "tags": {"highway": "service", "service": "alley"}, "reference": {"key": "service", "value": "alley"}, "name": "Alley"},
"highway/service/drive-through": {"icon": "iD-highway-service", "fields": ["{highway/service}", "covered"], "geometry": ["line"], "tags": {"highway": "service", "service": "drive-through"}, "reference": {"key": "service", "value": "drive-through"}, "name": "Drive-Through"},
"highway/service/driveway": {"icon": "iD-highway-service", "geometry": ["line"], "tags": {"highway": "service", "service": "driveway"}, "reference": {"key": "service", "value": "driveway"}, "name": "Driveway"},
"highway/service/emergency_access": {"icon": "iD-highway-service", "geometry": ["line"], "tags": {"highway": "service", "service": "emergency_access"}, "reference": {"key": "service", "value": "emergency_access"}, "name": "Emergency Access"},
"highway/service/parking_aisle": {"icon": "iD-highway-service", "geometry": ["line"], "tags": {"highway": "service", "service": "parking_aisle"}, "reference": {"key": "service", "value": "parking_aisle"}, "name": "Parking Aisle"},
"highway/service/alley": {"icon": "iD-highway-service", "geometry": ["line"], "tags": {"service": "alley"}, "addTags": {"highway": "service", "service": "alley"}, "removeTags": {"highway": "service", "service": "alley"}, "reference": {"key": "service", "value": "alley"}, "name": "Alley"},
"highway/service/drive-through": {"icon": "iD-highway-service", "fields": ["{highway/service}", "covered"], "geometry": ["line"], "tags": {"service": "drive-through"}, "addTags": {"highway": "service", "service": "drive-through"}, "removeTags": {"highway": "service", "service": "drive-through"}, "reference": {"key": "service", "value": "drive-through"}, "name": "Drive-Through"},
"highway/service/driveway": {"icon": "iD-highway-service", "geometry": ["line"], "tags": {"service": "driveway"}, "addTags": {"highway": "service", "service": "driveway"}, "removeTags": {"highway": "service", "service": "driveway"}, "reference": {"key": "service", "value": "driveway"}, "name": "Driveway"},
"highway/service/emergency_access": {"icon": "iD-highway-service", "geometry": ["line"], "tags": {"service": "emergency_access"}, "addTags": {"highway": "service", "service": "emergency_access"}, "removeTags": {"highway": "service", "service": "emergency_access"}, "reference": {"key": "service", "value": "emergency_access"}, "name": "Emergency Access"},
"highway/service/parking_aisle": {"icon": "iD-highway-service", "geometry": ["line"], "tags": {"service": "parking_aisle"}, "addTags": {"highway": "service", "service": "parking_aisle"}, "removeTags": {"highway": "service", "service": "parking_aisle"}, "reference": {"key": "service", "value": "parking_aisle"}, "name": "Parking Aisle"},
"highway/services": {"icon": "maki-car", "fields": ["{highway/rest_area}"], "moreFields": ["{highway/rest_area}"], "geometry": ["point", "vertex", "area"], "tags": {"highway": "services"}, "terms": ["services", "travel plaza", "service station"], "name": "Service Area"},
"highway/speed_camera": {"icon": "maki-attraction", "geometry": ["point", "vertex"], "fields": ["direction", "ref", "maxspeed"], "tags": {"highway": "speed_camera"}, "terms": [], "name": "Speed Camera"},
"highway/steps": {"icon": "iD-highway-steps", "fields": ["incline_steps", "handrail", "step_count", "surface", "lit", "width"], "moreFields": ["covered", "dog"], "geometry": ["line"], "tags": {"highway": "steps"}, "terms": ["stairs", "staircase", "stairway"], "name": "Steps"},
@@ -4,6 +4,13 @@
"line"
],
"tags": {
"service": "alley"
},
"addTags": {
"highway": "service",
"service": "alley"
},
"removeTags": {
"highway": "service",
"service": "alley"
},
@@ -8,6 +8,13 @@
"line"
],
"tags": {
"service": "drive-through"
},
"addTags": {
"highway": "service",
"service": "drive-through"
},
"removeTags": {
"highway": "service",
"service": "drive-through"
},
@@ -4,6 +4,13 @@
"line"
],
"tags": {
"service": "driveway"
},
"addTags": {
"highway": "service",
"service": "driveway"
},
"removeTags": {
"highway": "service",
"service": "driveway"
},
@@ -4,6 +4,13 @@
"line"
],
"tags": {
"service": "emergency_access"
},
"addTags": {
"highway": "service",
"service": "emergency_access"
},
"removeTags": {
"highway": "service",
"service": "emergency_access"
},
@@ -4,6 +4,13 @@
"line"
],
"tags": {
"service": "parking_aisle"
},
"addTags": {
"highway": "service",
"service": "parking_aisle"
},
"removeTags": {
"highway": "service",
"service": "parking_aisle"
},