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
path: root/data
diff options
context:
space:
mode:
authorIlya Zverev <zverik@textual.ru>2016-06-09 19:03:29 +0300
committerIlya Zverev <zverik@textual.ru>2016-06-09 19:03:29 +0300
commit1717fa143d0f196afc7c32bd24fc04c293b70a0a (patch)
tree3e149555b972898bfdbeeb8c64b179c6bbcd2cf6 /data
parent69510f47b6f01a034575416e5061d69187237a27 (diff)
[types] Wheelchair accessibility type
Diffstat (limited to 'data')
-rw-r--r--data/classificator.txt5
-rw-r--r--data/mapcss-mapping.csv3
-rw-r--r--data/types.txt3
-rw-r--r--data/visibility.txt5
4 files changed, 16 insertions, 0 deletions
diff --git a/data/classificator.txt b/data/classificator.txt
index 14e45b22bd..95bcdee4eb 100644
--- a/data/classificator.txt
+++ b/data/classificator.txt
@@ -869,4 +869,9 @@ world +
waterfall -
weir -
{}
+ wheelchair +
+ limited -
+ no -
+ yes -
+ {}
{}
diff --git a/data/mapcss-mapping.csv b/data/mapcss-mapping.csv
index 7c3e47ad6e..9318c524b3 100644
--- a/data/mapcss-mapping.csv
+++ b/data/mapcss-mapping.csv
@@ -1118,3 +1118,6 @@ psurface|paved_good;1117;
psurface|paved_bad;1118;
psurface|unpaved_good;1119;
psurface|unpaved_bad;1120;
+wheelchair|yes;1121;
+wheelchair|no;1122;
+wheelchair|limited;1123;
diff --git a/data/types.txt b/data/types.txt
index 8cfa84722c..8ba9db2c1f 100644
--- a/data/types.txt
+++ b/data/types.txt
@@ -1118,3 +1118,6 @@ psurface|paved_good
psurface|paved_bad
psurface|unpaved_good
psurface|unpaved_bad
+wheelchair|yes
+wheelchair|no
+wheelchair|limited
diff --git a/data/visibility.txt b/data/visibility.txt
index a46afd4b42..da69336c28 100644
--- a/data/visibility.txt
+++ b/data/visibility.txt
@@ -869,4 +869,9 @@ world 00000000000000000000 +
waterfall 00000000000000000000 -
weir 00000000000000111111 -
{}
+ wheelchair 00000000000000000000 +
+ limited 00000000000000000000 -
+ no 00000000000000000000 -
+ yes 00000000000000000000 -
+ {}
{}