Skip to content

v0.2.51..v0.2.52 changeset mgcp_rules.js

Garret Voltz edited this page Jan 15, 2020 · 1 revision
diff --git a/translations/mgcp_rules.js b/translations/mgcp_rules.js
index b2a5b3a..472bf97 100644
--- a/translations/mgcp_rules.js
+++ b/translations/mgcp_rules.js
@@ -107,9 +107,10 @@ mgcp.rules = {
     ['F_CODE','AL200','ruins','yes'], // Ruins
     ['F_CODE','AL241','man_made','mast'], // MGCP does not have AT011 (Aerial)
     ['F_CODE','AL260','barrier','city_wall'], // Wall
-    ['F_CODE','AP050','highway','footway'],
-    ['F_CODE','AP050','highway','bridleway'],
-    ['F_CODE','AP050','highway','cycleway'],
+    // ['F_CODE','AP050','highway','footway'],
+    // ['F_CODE','AP050','highway','bridleway'],
+    // ['F_CODE','AP050','highway','cycleway'],
+    // ['F_CODE','AP030','highway','living_street'],
     ['F_CODE','AP030','highway','motorway'], // Limited Access Motorway
     ['F_CODE','AP030','highway','motorway_link'], // Limited Access Motorway
     ['F_CODE','AP030','highway','primary'],
@@ -117,14 +118,16 @@ mgcp.rules = {
     ['F_CODE','AP030','highway','residential'],
     ['F_CODE','AP030','highway','secondary'],
     ['F_CODE','AP030','highway','secondary_link'],
-    ['F_CODE','AP030','highway','service'],
+    // ['F_CODE','AP030','highway','service'],
     ['F_CODE','AP030','highway','tertiary'],
     ['F_CODE','AP030','highway','tertiary_link'],
     ['F_CODE','AP030','highway','trunk'], // Motorway
     ['F_CODE','AP030','highway','trunk_link'], // Motorway
     ['F_CODE','AP030','highway','unclassified'],
     ['F_CODE','AP030','highway','construction'], // Lifecycle
+    // ['F_CODE','AP030','highway','pedestrian'], // It is still a road
     ['F_CODE','AP030','highway','yes'], // Just in case...
+    ['F_CODE','AQ125','amenity','bus_station'],
     ['F_CODE','AT050','landuse','facility'],
     ['F_CODE','BA010','natural','land_water_boundary'], // Land/Water Boundary - old translation
     ['F_CODE','BA030','place','islet'], // From OSM
Clone this wiki locally