Skip to content

Commit

Permalink
osmose 9005 multivalues (osmlab#579)
Browse files Browse the repository at this point in the history
Co-authored-by: mselaineshum <[email protected]>
  • Loading branch information
elaineseattle and elaineseattle authored Jul 14, 2021
1 parent 4547c1b commit a7d3152
Showing 1 changed file with 97 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,102 @@
]
}
]
}
},
{
"instruction": "The tag: {0} contains MULTIPLE VALUES separated by semicolons.",
"regex": [";"],
"tagNames": [
"addr:street",
"highway",
"lanes",
"maxspeed",
"name",
"surface",
"telecom:medium",
"water", "waterway"
],
"exceptions": []
},
{
"instruction": "The tag: {0} BEGINS WITH semicolons.",
"regex": ["^;"],
"tagNames": [
"abutters", "access", "admin_level", "aerialway", "aeroway", "amenity",
"barrier", "bicycle", "boat", "border_type", "boundary", "bridge", "building", "construction",
"covered", "craft", "crossing", "cuisine", "cutting",
"disused", "drive_in", "drive_through",
"electrified", "embankment", "emergency",
"fenced", "foot", "ford",
"geological", "goods",
"hgv", "highway", "historic",
"internet_access",
"landuse", "lanes", "leisure",
"man_made", "military", "mooring", "motorboat", "mountain_pass", "name", "natural", "noexit", "note",
"office",
"power", "public_transport",
"railway", "route",
"sac_scale", "service", "shop", "smoothness", "source", "source_ref", "sport", "surface",
"tactile_paving", "toll", "tourism", "tracktype", "traffic_calming", "trail_visibility",
"tunnel",
"usage",
"vehicle",
"wall", "waterway", "wheelchair", "wood"
],
"exceptions": []
},
{
"instruction": "The tag: {0} ENDS WITH semicolons.",
"regex": [";$"],
"tagNames": [
"abutters", "access", "admin_level", "aerialway", "aeroway", "amenity",
"barrier", "bicycle", "boat", "border_type", "boundary", "bridge", "building", "construction",
"covered", "craft", "crossing", "cuisine", "cutting",
"disused", "drive_in", "drive_through",
"electrified", "embankment", "emergency",
"fenced", "foot", "ford",
"geological", "goods",
"hgv", "highway", "historic",
"internet_access",
"landuse", "lanes", "leisure",
"man_made", "military", "mooring", "motorboat", "mountain_pass", "name", "natural", "noexit", "note",
"office",
"power", "public_transport",
"railway", "route",
"sac_scale", "service", "shop", "smoothness", "source", "source_ref", "sport", "surface",
"tactile_paving", "toll", "tourism", "tracktype", "traffic_calming", "trail_visibility",
"tunnel",
"usage",
"vehicle",
"wall", "waterway", "wheelchair", "wood"
],
"exceptions": []
},
{
"instruction": "The tag: {0} contains EMPTY SPACE in between semicolons.",
"regex": [";\\s*;"],
"tagNames": [
"abutters", "access", "admin_level", "aerialway", "aeroway", "amenity",
"barrier", "bicycle", "boat", "border_type", "boundary", "bridge", "building", "construction",
"covered", "craft", "crossing", "cuisine", "cutting",
"disused", "drive_in", "drive_through",
"electrified", "embankment", "emergency",
"fenced", "foot", "ford",
"geological", "goods",
"hgv", "highway", "historic",
"internet_access",
"landuse", "lanes", "leisure",
"man_made", "military", "mooring", "motorboat", "mountain_pass", "name", "natural", "noexit", "note",
"office",
"power", "public_transport",
"railway", "route",
"sac_scale", "service", "shop", "smoothness", "source", "source_ref", "sport", "surface",
"tactile_paving", "toll", "tourism", "tracktype", "traffic_calming", "trail_visibility",
"tunnel",
"usage",
"vehicle",
"wall", "waterway", "wheelchair", "wood"
],
"exceptions": []
}
]
}

0 comments on commit a7d3152

Please sign in to comment.