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:
authormgsergio <mgsergio@yandex.ru>2016-07-08 16:06:53 +0300
committerGitHub <noreply@github.com>2016-07-08 16:06:53 +0300
commit96e7e73e1a4b48c9e3f81388b2c90b5f993be5d2 (patch)
tree631aacca17644e7c42c6eb724d19462a39038641 /data
parentaef5903ca959a9175c52e35c7746655319bebcba (diff)
parent1717fa143d0f196afc7c32bd24fc04c293b70a0a (diff)
Merge pull request #3511 from Zverik/wheelchair
[types] Wheelchair accessibility types
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 55e365c71e..7c0682b8fb 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 cd0d81c512..b973cff873 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 777238e35e..f91d27d4a3 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 d4afcc7311..042790f3b6 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 -
+ {}
{}