Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2016-03-29 13:05:19 +0300
committerAlex Zolotarev <alex@maps.me>2016-03-29 19:22:39 +0300
commit6b5478977c263431e8a6e00f9d67e79d52ba9ec1 (patch)
tree100ff0d5157376c8787eb1f283234df23e2c2b4c /data/mapcss-mapping.csv
parenteb8c4661351dcfa9488d9af32857bb2df1d80417 (diff)
[styles] Define “marshes” type according to osm rules (natural=wetland=marsh).
Diffstat (limited to 'data/mapcss-mapping.csv')
-rw-r--r--data/mapcss-mapping.csv3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/mapcss-mapping.csv b/data/mapcss-mapping.csv
index eeb57b6fa5..cec8dc1172 100644
--- a/data/mapcss-mapping.csv
+++ b/data/mapcss-mapping.csv
@@ -202,7 +202,7 @@ highway|motorway_link;[highway=motorway_link];;name;int_name;201;
leisure|golf_course;[leisure=golf_course];;name;int_name;202;
highway|service|bridge;[highway=service][bridge?];;name;int_name;203;
power|minor_line;[power=minor_line];;name;int_name;204;
-natural|marsh;[natural=marsh];;name;int_name;205;
+natural|marsh;[natural=marsh];x;name;int_name;205;natural|wetland|marsh
leisure|stadium;[leisure=stadium];;name;int_name;206;
amenity|doctors;[amenity=doctors];;name;int_name;207;
railway|disused;[railway=disused];;name;int_name;208;
@@ -1067,3 +1067,4 @@ amenity|car_wash;[amenity=car_wash];;name;int_name;1066;
amenity|veterinary;[amenity=veterinary];;name;int_name;1067;
amenity|charging_station;[amenity=charging_station];;name;int_name;1068;
amenity|childcare;[amenity=childcare];;name;int_name;1069;
+natural|wetland|marsh;[natural=wetland][wetland=marsh];;name;int_name;1070;