Skip to content

v0.2.52..v0.2.53 changeset mgcp.js

Garret Voltz edited this page Feb 12, 2020 · 1 revision
diff --git a/translations/mgcp.js b/translations/mgcp.js
index 2731ded..096c232 100644
--- a/translations/mgcp.js
+++ b/translations/mgcp.js
@@ -1177,7 +1177,6 @@ mgcp = {
             ["t.man_made && t.building == 'yes'","delete t.building"],
             ["t.man_made == 'water_tower'","a.F_CODE = 'AL241'"],
             ["t.natural == 'sinkhole'","a.F_CODE = 'BH145'; t['water:sink:type'] = 'disappearing'; delete t.natural"],
-            ["t.natural == 'scrub'","t.natural = 'grassland'; t['grassland:type'] = 'grassland_with_trees'"],
             ["t.natural == 'spring' && !(t['spring:type'])","t['spring:type'] = 'spring'"],
             ["t.natural == 'wood'","t.landuse = 'forest'"],
             ["t.power == 'generator'","a.F_CODE = 'AL015'; t.use = 'power_generation'"],
Clone this wiki locally