summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2014-10-31 14:46:51 -0400
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-10-31 17:14:30 -0400
commitd675828fe14d55c1a0de30f951d2005ae5d8cf84 (patch)
treef61abe370999771bf976aa409d294e34368eca38
parent16bd75c6ccc0340295d65e04728239a7eea693dd (diff)
downloadqtlocation-mapboxgl-d675828fe14d55c1a0de30f951d2005ae5d8cf84.tar.gz
Get mapbox-gl-styles via submodule (fixes #511)
-rw-r--r--.gitmodules4
-rw-r--r--gyp/styles.gypi2
-rw-r--r--linux/main.cpp2
-rw-r--r--macosx/main.mm2
-rwxr-xr-xscripts/travis_script.sh3
m---------styles0
-rw-r--r--styles/bright/img/sprite.json2818
-rw-r--r--styles/bright/img/sprite.pngbin118946 -> 0 bytes
-rw-r--r--styles/bright/img/sprite@2x.json2818
-rw-r--r--styles/bright/img/sprite@2x.pngbin272040 -> 0 bytes
-rw-r--r--styles/bright/style.json1335
-rw-r--r--styles/outdoors/style.json2223
12 files changed, 10 insertions, 9197 deletions
diff --git a/.gitmodules b/.gitmodules
index 850e0c7e2b..81e2c6f9df 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -5,3 +5,7 @@
[submodule "test/suite"]
path = test/suite
url = https://github.com/mapbox/mapbox-gl-test-suite.git
+
+[submodule "styles"]
+ path = styles
+ url = https://github.com/mapbox/mapbox-gl-styles.git
diff --git a/gyp/styles.gypi b/gyp/styles.gypi
index 31bf530c5f..19f84481dc 100644
--- a/gyp/styles.gypi
+++ b/gyp/styles.gypi
@@ -19,7 +19,7 @@
'hard_dependency': 1,
'dependencies': [ 'touch_styles' ], # required for xcode http://openradar.appspot.com/7232149
'direct_dependent_settings': {
- 'mac_bundle_resources': [ '../styles' ],
+ 'mac_bundle_resources': [ '../styles/styles' ],
}
},
{
diff --git a/linux/main.cpp b/linux/main.cpp
index 604e471dd1..fa4a495837 100644
--- a/linux/main.cpp
+++ b/linux/main.cpp
@@ -65,7 +65,7 @@ int main(int argc, char *argv[]) {
}
// Load style
- const std::string style = std::string("file://") + uv::cwd() + std::string("/styles/bright/style.json");
+ const std::string style = std::string("file://") + uv::cwd() + std::string("/styles/bright-v5.json");
map.setStyleURL(style);
int ret = view->run();
diff --git a/macosx/main.mm b/macosx/main.mm
index 81494821cf..5c6f3592a9 100644
--- a/macosx/main.mm
+++ b/macosx/main.mm
@@ -100,7 +100,7 @@ int main() {
if (accessToken) map.setAccessToken([accessToken cStringUsingEncoding:[NSString defaultCStringEncoding]]);
// Load style
- const std::string path([[[NSBundle mainBundle] pathForResource:@"style" ofType:@"json" inDirectory:@"styles/bright"] UTF8String]);
+ const std::string path([[[NSBundle mainBundle] pathForResource:@"bright-v5" ofType:@"json" inDirectory:@"styles/"] UTF8String]);
map.setStyleURL(std::string("file://") + path);
diff --git a/scripts/travis_script.sh b/scripts/travis_script.sh
index c224617314..ea6097dc55 100755
--- a/scripts/travis_script.sh
+++ b/scripts/travis_script.sh
@@ -3,6 +3,9 @@
set -e
set -o pipefail
+mapbox_time "checkout_styles" \
+git submodule update --init styles
+
if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then
#
# build & test Linux
diff --git a/styles b/styles
new file mode 160000
+Subproject bc7b7c38ef1e668fe6f64ff3b2146a08b57c74c
diff --git a/styles/bright/img/sprite.json b/styles/bright/img/sprite.json
deleted file mode 100644
index d8fd539f42..0000000000
--- a/styles/bright/img/sprite.json
+++ /dev/null
@@ -1,2818 +0,0 @@
-{
- "marker-24": {
- "x": 0,
- "y": 0,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "zoo-24": {
- "x": 26,
- "y": 0,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "-24": {
- "x": 0,
- "y": 26,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "wetland-24": {
- "x": 26,
- "y": 26,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "water-24": {
- "x": 52,
- "y": 0,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "airfield-24": {
- "x": 52,
- "y": 26,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "waste-basket-24": {
- "x": 0,
- "y": 52,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "warehouse-24": {
- "x": 26,
- "y": 52,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "airport-24": {
- "x": 52,
- "y": 52,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "village-24": {
- "x": 78,
- "y": 0,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "triangle-stroked-24": {
- "x": 78,
- "y": 26,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "alcohol-shop-24": {
- "x": 78,
- "y": 52,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "triangle-24": {
- "x": 0,
- "y": 78,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "town-hall-24": {
- "x": 26,
- "y": 78,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "america-football-24": {
- "x": 52,
- "y": 78,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "town-24": {
- "x": 78,
- "y": 78,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "toilets-24": {
- "x": 104,
- "y": 0,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "art-gallery-24": {
- "x": 104,
- "y": 26,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "theatre-24": {
- "x": 104,
- "y": 52,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "tennis-24": {
- "x": 104,
- "y": 78,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "bakery-24": {
- "x": 0,
- "y": 104,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "telephone-24": {
- "x": 26,
- "y": 104,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "swimming-24": {
- "x": 52,
- "y": 104,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "bank-24": {
- "x": 78,
- "y": 104,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "suitcase-24": {
- "x": 104,
- "y": 104,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "star-stroked-24": {
- "x": 130,
- "y": 0,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "bar-24": {
- "x": 130,
- "y": 26,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "star-24": {
- "x": 130,
- "y": 52,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "square-stroked-24": {
- "x": 130,
- "y": 78,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "baseball-24": {
- "x": 130,
- "y": 104,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "square-24": {
- "x": 0,
- "y": 130,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "soccer-24": {
- "x": 26,
- "y": 130,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "basketball-24": {
- "x": 52,
- "y": 130,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "slaughterhouse-24": {
- "x": 78,
- "y": 130,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "skiing-24": {
- "x": 104,
- "y": 130,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "beer-24": {
- "x": 130,
- "y": 130,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "shop-24": {
- "x": 156,
- "y": 0,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "scooter-24": {
- "x": 156,
- "y": 26,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "bicycle-24": {
- "x": 156,
- "y": 52,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "school-24": {
- "x": 156,
- "y": 78,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "rocket-24": {
- "x": 156,
- "y": 104,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "building-24": {
- "x": 156,
- "y": 130,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "roadblock-24": {
- "x": 0,
- "y": 156,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "restaurant-24": {
- "x": 26,
- "y": 156,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "bus-24": {
- "x": 52,
- "y": 156,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "religious-muslim-24": {
- "x": 78,
- "y": 156,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "religious-jewish-24": {
- "x": 104,
- "y": 156,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "cafe-24": {
- "x": 130,
- "y": 156,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "religious-christian-24": {
- "x": 156,
- "y": 156,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "rail-underground-24": {
- "x": 182,
- "y": 0,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "camera-24": {
- "x": 182,
- "y": 26,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "rail-metro-24": {
- "x": 182,
- "y": 52,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "rail-light-24": {
- "x": 182,
- "y": 78,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "campsite-24": {
- "x": 182,
- "y": 104,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "rail-above-24": {
- "x": 182,
- "y": 130,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "rail-24": {
- "x": 182,
- "y": 156,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "car-24": {
- "x": 0,
- "y": 182,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "prison-24": {
- "x": 26,
- "y": 182,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "post-24": {
- "x": 52,
- "y": 182,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "cemetery-24": {
- "x": 78,
- "y": 182,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "polling-place-24": {
- "x": 104,
- "y": 182,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "police-24": {
- "x": 130,
- "y": 182,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "chemist-24": {
- "x": 156,
- "y": 182,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "playground-24": {
- "x": 182,
- "y": 182,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "place-of-worship-24": {
- "x": 208,
- "y": 0,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "cinema-24": {
- "x": 208,
- "y": 26,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "pitch-24": {
- "x": 208,
- "y": 52,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "pharmacy-24": {
- "x": 208,
- "y": 78,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "circle-24": {
- "x": 208,
- "y": 104,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "parking-garage-24": {
- "x": 208,
- "y": 130,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "parking-24": {
- "x": 208,
- "y": 156,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "circle-stroked-24": {
- "x": 208,
- "y": 182,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "park2-24": {
- "x": 0,
- "y": 208,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "park-24": {
- "x": 26,
- "y": 208,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "city-24": {
- "x": 52,
- "y": 208,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "oil-well-24": {
- "x": 78,
- "y": 208,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "music-24": {
- "x": 104,
- "y": 208,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "clothing-store-24": {
- "x": 130,
- "y": 208,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "museum-24": {
- "x": 156,
- "y": 208,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "monument-24": {
- "x": 182,
- "y": 208,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "college-24": {
- "x": 208,
- "y": 208,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "mobilephone-24": {
- "x": 234,
- "y": 0,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "minefield-24": {
- "x": 234,
- "y": 26,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "commercial-24": {
- "x": 234,
- "y": 52,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "marker-stroked-24": {
- "x": 234,
- "y": 78,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "london-underground-24": {
- "x": 234,
- "y": 104,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "cricket-24": {
- "x": 234,
- "y": 130,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "logging-24": {
- "x": 234,
- "y": 156,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "lodging-24": {
- "x": 234,
- "y": 182,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "cross-24": {
- "x": 234,
- "y": 208,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "lighthouse-24": {
- "x": 0,
- "y": 234,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "library-24": {
- "x": 26,
- "y": 234,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "dam-24": {
- "x": 52,
- "y": 234,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "laundry-24": {
- "x": 78,
- "y": 234,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "land-use-24": {
- "x": 104,
- "y": 234,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "danger-24": {
- "x": 130,
- "y": 234,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "industrial-24": {
- "x": 156,
- "y": 234,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "hospital-24": {
- "x": 182,
- "y": 234,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "disability-24": {
- "x": 208,
- "y": 234,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "heliport-24": {
- "x": 234,
- "y": 234,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "heart-24": {
- "x": 260,
- "y": 0,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "dog-park-24": {
- "x": 260,
- "y": 26,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "harbor-24": {
- "x": 260,
- "y": 52,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "hairdresser-24": {
- "x": 260,
- "y": 78,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "embassy-24": {
- "x": 260,
- "y": 104,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "grocery-24": {
- "x": 260,
- "y": 130,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "golf-24": {
- "x": 260,
- "y": 156,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "emergency-telephone-24": {
- "x": 260,
- "y": 182,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "garden-24": {
- "x": 260,
- "y": 208,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "fuel-24": {
- "x": 260,
- "y": 234,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "entrance-24": {
- "x": 0,
- "y": 260,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "fire-station-24": {
- "x": 26,
- "y": 260,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "ferry-24": {
- "x": 52,
- "y": 260,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "farm-24": {
- "x": 78,
- "y": 260,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "fast-food-24": {
- "x": 104,
- "y": 260,
- "width": 24,
- "height": 24,
- "pixelRatio": 1,
- "sdf": false
- },
- "police-18": {
- "x": 130,
- "y": 260,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "fast-food-18": {
- "x": 150,
- "y": 260,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "farm-18": {
- "x": 170,
- "y": 260,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "fire-station-18": {
- "x": 190,
- "y": 260,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "fuel-18": {
- "x": 210,
- "y": 260,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "entrance-18": {
- "x": 230,
- "y": 260,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "garden-18": {
- "x": 250,
- "y": 260,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "golf-18": {
- "x": 286,
- "y": 0,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "emergency-telephone-18": {
- "x": 286,
- "y": 20,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "grocery-18": {
- "x": 286,
- "y": 40,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "hairdresser-18": {
- "x": 286,
- "y": 60,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "embassy-18": {
- "x": 286,
- "y": 80,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "harbor-18": {
- "x": 286,
- "y": 100,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "heart-18": {
- "x": 286,
- "y": 120,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "dog-park-18": {
- "x": 286,
- "y": 140,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "heliport-18": {
- "x": 286,
- "y": 160,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "hospital-18": {
- "x": 286,
- "y": 180,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "disability-18": {
- "x": 286,
- "y": 200,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "industrial-18": {
- "x": 286,
- "y": 220,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "land-use-18": {
- "x": 286,
- "y": 240,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "danger-18": {
- "x": 286,
- "y": 260,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "laundry-18": {
- "x": 0,
- "y": 286,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "library-18": {
- "x": 20,
- "y": 286,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "dam-18": {
- "x": 40,
- "y": 286,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "lighthouse-18": {
- "x": 60,
- "y": 286,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "lodging-18": {
- "x": 80,
- "y": 286,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "cross-18": {
- "x": 100,
- "y": 286,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "logging-18": {
- "x": 120,
- "y": 286,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "london-underground-18": {
- "x": 140,
- "y": 286,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "cricket-18": {
- "x": 160,
- "y": 286,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "marker-18": {
- "x": 180,
- "y": 286,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "-18": {
- "x": 200,
- "y": 286,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "marker-stroked-18": {
- "x": 220,
- "y": 286,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "minefield-18": {
- "x": 240,
- "y": 286,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "commercial-18": {
- "x": 260,
- "y": 286,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "mobilephone-18": {
- "x": 280,
- "y": 286,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "monument-18": {
- "x": 306,
- "y": 0,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "college-18": {
- "x": 306,
- "y": 20,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "motorway_1": {
- "x": 0,
- "y": 306,
- "width": 19,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "motorway_2": {
- "x": 21,
- "y": 306,
- "width": 24,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "motorway_3": {
- "x": 47,
- "y": 306,
- "width": 29,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "motorway_4": {
- "x": 78,
- "y": 306,
- "width": 34,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "motorway_5": {
- "x": 114,
- "y": 306,
- "width": 39,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "motorway_6": {
- "x": 155,
- "y": 306,
- "width": 44,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "museum-18": {
- "x": 306,
- "y": 40,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "music-18": {
- "x": 306,
- "y": 60,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "clothing-store-18": {
- "x": 306,
- "y": 80,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "oil-well-18": {
- "x": 306,
- "y": 100,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "park-18": {
- "x": 306,
- "y": 120,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "city-18": {
- "x": 306,
- "y": 140,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "park2-18": {
- "x": 306,
- "y": 160,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "parking-18": {
- "x": 306,
- "y": 180,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "circle-stroked-18": {
- "x": 306,
- "y": 200,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "parking-garage-18": {
- "x": 306,
- "y": 220,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "pharmacy-18": {
- "x": 306,
- "y": 240,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "circle-18": {
- "x": 306,
- "y": 260,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "pitch-18": {
- "x": 306,
- "y": 280,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "place-of-worship-18": {
- "x": 201,
- "y": 306,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "cinema-18": {
- "x": 221,
- "y": 306,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "playground-18": {
- "x": 241,
- "y": 306,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "ferry-18": {
- "x": 261,
- "y": 306,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "chemist-18": {
- "x": 281,
- "y": 306,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "polling-place-18": {
- "x": 301,
- "y": 306,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "post-18": {
- "x": 326,
- "y": 0,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "cemetery-18": {
- "x": 326,
- "y": 20,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "prison-18": {
- "x": 326,
- "y": 40,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "rail-18": {
- "x": 326,
- "y": 60,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "car-18": {
- "x": 326,
- "y": 80,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "rail-above-18": {
- "x": 326,
- "y": 100,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "rail-light-18": {
- "x": 326,
- "y": 120,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "campsite-18": {
- "x": 326,
- "y": 140,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "rail-metro-18": {
- "x": 326,
- "y": 160,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "rail-underground-18": {
- "x": 326,
- "y": 180,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "camera-18": {
- "x": 326,
- "y": 200,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "religious-christian-18": {
- "x": 326,
- "y": 220,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "religious-jewish-18": {
- "x": 326,
- "y": 240,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "cafe-18": {
- "x": 326,
- "y": 260,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "religious-muslim-18": {
- "x": 326,
- "y": 280,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "restaurant-18": {
- "x": 326,
- "y": 300,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "bus-18": {
- "x": 0,
- "y": 326,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "roadblock-18": {
- "x": 20,
- "y": 326,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "rocket-18": {
- "x": 40,
- "y": 326,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "building-18": {
- "x": 60,
- "y": 326,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "school-18": {
- "x": 80,
- "y": 326,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "scooter-18": {
- "x": 100,
- "y": 326,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "bicycle-18": {
- "x": 120,
- "y": 326,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "shop-18": {
- "x": 140,
- "y": 326,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "skiing-18": {
- "x": 160,
- "y": 326,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "beer-18": {
- "x": 180,
- "y": 326,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "slaughterhouse-18": {
- "x": 200,
- "y": 326,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "soccer-18": {
- "x": 220,
- "y": 326,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "basketball-18": {
- "x": 240,
- "y": 326,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "square-18": {
- "x": 260,
- "y": 326,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "square-stroked-18": {
- "x": 280,
- "y": 326,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "baseball-18": {
- "x": 300,
- "y": 326,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "star-18": {
- "x": 320,
- "y": 326,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "star-stroked-18": {
- "x": 346,
- "y": 0,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "bar-18": {
- "x": 346,
- "y": 20,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "suitcase-18": {
- "x": 346,
- "y": 40,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "swimming-18": {
- "x": 346,
- "y": 60,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "bank-18": {
- "x": 346,
- "y": 80,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "telephone-18": {
- "x": 346,
- "y": 100,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "tennis-18": {
- "x": 346,
- "y": 120,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "bakery-18": {
- "x": 346,
- "y": 140,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "theatre-18": {
- "x": 346,
- "y": 160,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "toilets-18": {
- "x": 346,
- "y": 180,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "art-gallery-18": {
- "x": 346,
- "y": 200,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "town-18": {
- "x": 346,
- "y": 220,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "town-hall-18": {
- "x": 346,
- "y": 240,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "america-football-18": {
- "x": 346,
- "y": 260,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "triangle-18": {
- "x": 346,
- "y": 280,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "triangle-stroked-18": {
- "x": 346,
- "y": 300,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "alcohol-shop-18": {
- "x": 346,
- "y": 320,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "village-18": {
- "x": 0,
- "y": 346,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "warehouse-18": {
- "x": 20,
- "y": 346,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "airport-18": {
- "x": 40,
- "y": 346,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "waste-basket-18": {
- "x": 60,
- "y": 346,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "water-18": {
- "x": 80,
- "y": 346,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "airfield-18": {
- "x": 100,
- "y": 346,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "zoo-18": {
- "x": 120,
- "y": 346,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "wetland-18": {
- "x": 140,
- "y": 346,
- "width": 18,
- "height": 18,
- "pixelRatio": 1,
- "sdf": false
- },
- "cricket-12": {
- "x": 270,
- "y": 260,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "prison-12": {
- "x": 160,
- "y": 346,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "minefield-12": {
- "x": 174,
- "y": 346,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "cemetery-12": {
- "x": 188,
- "y": 346,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "rail-12": {
- "x": 202,
- "y": 346,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "fuel-12": {
- "x": 216,
- "y": 346,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "grocery-12": {
- "x": 230,
- "y": 346,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "rail-above-12": {
- "x": 244,
- "y": 346,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "mobilephone-12": {
- "x": 258,
- "y": 346,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "car-12": {
- "x": 272,
- "y": 346,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "rail-light-12": {
- "x": 286,
- "y": 346,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "industrial-12": {
- "x": 300,
- "y": 346,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "commercial-12": {
- "x": 314,
- "y": 346,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "rail-metro-12": {
- "x": 328,
- "y": 346,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "monument-12": {
- "x": 342,
- "y": 346,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "campsite-12": {
- "x": 366,
- "y": 0,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "rail-underground-12": {
- "x": 366,
- "y": 14,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "ferry-12": {
- "x": 366,
- "y": 28,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "disability-12": {
- "x": 366,
- "y": 42,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "religious-christian-12": {
- "x": 366,
- "y": 56,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "land-use-12": {
- "x": 366,
- "y": 70,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "camera-12": {
- "x": 366,
- "y": 84,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "religious-jewish-12": {
- "x": 366,
- "y": 98,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "emergency-telephone-12": {
- "x": 366,
- "y": 112,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "hairdresser-12": {
- "x": 366,
- "y": 126,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "religious-muslim-12": {
- "x": 366,
- "y": 140,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "laundry-12": {
- "x": 366,
- "y": 154,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "cafe-12": {
- "x": 366,
- "y": 168,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "restaurant-12": {
- "x": 366,
- "y": 182,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "fire-station-12": {
- "x": 366,
- "y": 196,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "danger-12": {
- "x": 366,
- "y": 210,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "roadblock-12": {
- "x": 366,
- "y": 224,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "museum-12": {
- "x": 366,
- "y": 238,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "bus-12": {
- "x": 366,
- "y": 252,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "rocket-12": {
- "x": 366,
- "y": 266,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "library-12": {
- "x": 366,
- "y": 280,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "college-12": {
- "x": 366,
- "y": 294,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "school-12": {
- "x": 366,
- "y": 308,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "music-12": {
- "x": 366,
- "y": 322,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "building-12": {
- "x": 366,
- "y": 336,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "scooter-12": {
- "x": 366,
- "y": 350,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "garden-12": {
- "x": 0,
- "y": 366,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "harbor-12": {
- "x": 14,
- "y": 366,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "shop-12": {
- "x": 28,
- "y": 366,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "oil-well-12": {
- "x": 42,
- "y": 366,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "bicycle-12": {
- "x": 56,
- "y": 366,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "skiing-12": {
- "x": 70,
- "y": 366,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "lighthouse-12": {
- "x": 84,
- "y": 366,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "clothing-store-12": {
- "x": 98,
- "y": 366,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "slaughterhouse-12": {
- "x": 112,
- "y": 366,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "park-12": {
- "x": 126,
- "y": 366,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "beer-12": {
- "x": 140,
- "y": 366,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "soccer-12": {
- "x": 154,
- "y": 366,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "-12": {
- "x": 168,
- "y": 366,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "dam-12": {
- "x": 182,
- "y": 366,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "square-12": {
- "x": 196,
- "y": 366,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "park2-12": {
- "x": 210,
- "y": 366,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "basketball-12": {
- "x": 224,
- "y": 366,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "square-stroked-12": {
- "x": 238,
- "y": 366,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "lodging-12": {
- "x": 252,
- "y": 366,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "city-12": {
- "x": 266,
- "y": 366,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "star-12": {
- "x": 280,
- "y": 366,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "parking-12": {
- "x": 294,
- "y": 366,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "baseball-12": {
- "x": 308,
- "y": 366,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "star-stroked-12": {
- "x": 322,
- "y": 366,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "embassy-12": {
- "x": 336,
- "y": 366,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "heart-12": {
- "x": 350,
- "y": 366,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "suitcase-12": {
- "x": 364,
- "y": 366,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "parking-garage-12": {
- "x": 380,
- "y": 0,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "bar-12": {
- "x": 380,
- "y": 14,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "swimming-12": {
- "x": 380,
- "y": 28,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "logging-12": {
- "x": 380,
- "y": 42,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "circle-stroked-12": {
- "x": 380,
- "y": 56,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "telephone-12": {
- "x": 380,
- "y": 70,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "pharmacy-12": {
- "x": 380,
- "y": 84,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "bank-12": {
- "x": 380,
- "y": 98,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "tennis-12": {
- "x": 380,
- "y": 112,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "entrance-12": {
- "x": 380,
- "y": 126,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "cross-12": {
- "x": 380,
- "y": 140,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "theatre-12": {
- "x": 380,
- "y": 154,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "pitch-12": {
- "x": 380,
- "y": 168,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "bakery-12": {
- "x": 380,
- "y": 182,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "toilets-12": {
- "x": 380,
- "y": 196,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "london-underground-12": {
- "x": 380,
- "y": 210,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "circle-12": {
- "x": 380,
- "y": 224,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "town-12": {
- "x": 380,
- "y": 238,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "place-of-worship-12": {
- "x": 380,
- "y": 252,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "art-gallery-12": {
- "x": 380,
- "y": 266,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "town-hall-12": {
- "x": 380,
- "y": 280,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "golf-12": {
- "x": 380,
- "y": 294,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "heliport-12": {
- "x": 380,
- "y": 308,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "triangle-12": {
- "x": 380,
- "y": 322,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "playground-12": {
- "x": 380,
- "y": 336,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "america-football-12": {
- "x": 380,
- "y": 350,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "triangle-stroked-12": {
- "x": 380,
- "y": 364,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "marker-12": {
- "x": 0,
- "y": 380,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "cinema-12": {
- "x": 14,
- "y": 380,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "village-12": {
- "x": 28,
- "y": 380,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "police-12": {
- "x": 42,
- "y": 380,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "alcohol-shop-12": {
- "x": 56,
- "y": 380,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "warehouse-12": {
- "x": 70,
- "y": 380,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "farm-12": {
- "x": 84,
- "y": 380,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "dog-park-12": {
- "x": 98,
- "y": 380,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "waste-basket-12": {
- "x": 112,
- "y": 380,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "polling-place-12": {
- "x": 126,
- "y": 380,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "airport-12": {
- "x": 140,
- "y": 380,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "water-12": {
- "x": 154,
- "y": 380,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "marker-stroked-12": {
- "x": 168,
- "y": 380,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "fast-food-12": {
- "x": 182,
- "y": 380,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "post-12": {
- "x": 196,
- "y": 380,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "wetland-12": {
- "x": 210,
- "y": 380,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "hospital-12": {
- "x": 224,
- "y": 380,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "airfield-12": {
- "x": 238,
- "y": 380,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "zoo-12": {
- "x": 252,
- "y": 380,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "chemist-12": {
- "x": 266,
- "y": 380,
- "width": 12,
- "height": 12,
- "pixelRatio": 1,
- "sdf": false
- },
- "wave": {
- "x": 280,
- "y": 380,
- "width": 16,
- "height": 8,
- "pixelRatio": 1,
- "sdf": false
- }
-} \ No newline at end of file
diff --git a/styles/bright/img/sprite.png b/styles/bright/img/sprite.png
deleted file mode 100644
index 34ef6124b8..0000000000
--- a/styles/bright/img/sprite.png
+++ /dev/null
Binary files differ
diff --git a/styles/bright/img/sprite@2x.json b/styles/bright/img/sprite@2x.json
deleted file mode 100644
index b15134a6a8..0000000000
--- a/styles/bright/img/sprite@2x.json
+++ /dev/null
@@ -1,2818 +0,0 @@
-{
- "marker-24": {
- "x": 0,
- "y": 0,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "zoo-24": {
- "x": 50,
- "y": 0,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "-24": {
- "x": 0,
- "y": 50,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "wetland-24": {
- "x": 50,
- "y": 50,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "water-24": {
- "x": 100,
- "y": 0,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "airfield-24": {
- "x": 100,
- "y": 50,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "waste-basket-24": {
- "x": 0,
- "y": 100,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "warehouse-24": {
- "x": 50,
- "y": 100,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "airport-24": {
- "x": 100,
- "y": 100,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "village-24": {
- "x": 150,
- "y": 0,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "triangle-stroked-24": {
- "x": 150,
- "y": 50,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "alcohol-shop-24": {
- "x": 150,
- "y": 100,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "triangle-24": {
- "x": 0,
- "y": 150,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "town-hall-24": {
- "x": 50,
- "y": 150,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "america-football-24": {
- "x": 100,
- "y": 150,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "town-24": {
- "x": 150,
- "y": 150,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "toilets-24": {
- "x": 200,
- "y": 0,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "art-gallery-24": {
- "x": 200,
- "y": 50,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "theatre-24": {
- "x": 200,
- "y": 100,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "tennis-24": {
- "x": 200,
- "y": 150,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "bakery-24": {
- "x": 0,
- "y": 200,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "telephone-24": {
- "x": 50,
- "y": 200,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "swimming-24": {
- "x": 100,
- "y": 200,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "bank-24": {
- "x": 150,
- "y": 200,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "suitcase-24": {
- "x": 200,
- "y": 200,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "star-stroked-24": {
- "x": 250,
- "y": 0,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "bar-24": {
- "x": 250,
- "y": 50,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "star-24": {
- "x": 250,
- "y": 100,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "square-stroked-24": {
- "x": 250,
- "y": 150,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "baseball-24": {
- "x": 250,
- "y": 200,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "square-24": {
- "x": 0,
- "y": 250,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "soccer-24": {
- "x": 50,
- "y": 250,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "basketball-24": {
- "x": 100,
- "y": 250,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "slaughterhouse-24": {
- "x": 150,
- "y": 250,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "skiing-24": {
- "x": 200,
- "y": 250,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "beer-24": {
- "x": 250,
- "y": 250,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "shop-24": {
- "x": 300,
- "y": 0,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "scooter-24": {
- "x": 300,
- "y": 50,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "bicycle-24": {
- "x": 300,
- "y": 100,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "school-24": {
- "x": 300,
- "y": 150,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "rocket-24": {
- "x": 300,
- "y": 200,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "building-24": {
- "x": 300,
- "y": 250,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "roadblock-24": {
- "x": 0,
- "y": 300,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "restaurant-24": {
- "x": 50,
- "y": 300,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "bus-24": {
- "x": 100,
- "y": 300,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "religious-muslim-24": {
- "x": 150,
- "y": 300,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "religious-jewish-24": {
- "x": 200,
- "y": 300,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "cafe-24": {
- "x": 250,
- "y": 300,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "religious-christian-24": {
- "x": 300,
- "y": 300,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "rail-underground-24": {
- "x": 350,
- "y": 0,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "camera-24": {
- "x": 350,
- "y": 50,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "rail-metro-24": {
- "x": 350,
- "y": 100,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "rail-light-24": {
- "x": 350,
- "y": 150,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "campsite-24": {
- "x": 350,
- "y": 200,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "rail-above-24": {
- "x": 350,
- "y": 250,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "rail-24": {
- "x": 350,
- "y": 300,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "car-24": {
- "x": 0,
- "y": 350,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "prison-24": {
- "x": 50,
- "y": 350,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "post-24": {
- "x": 100,
- "y": 350,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "cemetery-24": {
- "x": 150,
- "y": 350,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "polling-place-24": {
- "x": 200,
- "y": 350,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "police-24": {
- "x": 250,
- "y": 350,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "chemist-24": {
- "x": 300,
- "y": 350,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "playground-24": {
- "x": 350,
- "y": 350,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "place-of-worship-24": {
- "x": 400,
- "y": 0,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "cinema-24": {
- "x": 400,
- "y": 50,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "pitch-24": {
- "x": 400,
- "y": 100,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "pharmacy-24": {
- "x": 400,
- "y": 150,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "circle-24": {
- "x": 400,
- "y": 200,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "parking-garage-24": {
- "x": 400,
- "y": 250,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "parking-24": {
- "x": 400,
- "y": 300,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "circle-stroked-24": {
- "x": 400,
- "y": 350,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "park2-24": {
- "x": 0,
- "y": 400,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "park-24": {
- "x": 50,
- "y": 400,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "city-24": {
- "x": 100,
- "y": 400,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "oil-well-24": {
- "x": 150,
- "y": 400,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "music-24": {
- "x": 200,
- "y": 400,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "clothing-store-24": {
- "x": 250,
- "y": 400,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "museum-24": {
- "x": 300,
- "y": 400,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "monument-24": {
- "x": 350,
- "y": 400,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "college-24": {
- "x": 400,
- "y": 400,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "mobilephone-24": {
- "x": 450,
- "y": 0,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "minefield-24": {
- "x": 450,
- "y": 50,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "commercial-24": {
- "x": 450,
- "y": 100,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "marker-stroked-24": {
- "x": 450,
- "y": 150,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "london-underground-24": {
- "x": 450,
- "y": 200,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "cricket-24": {
- "x": 450,
- "y": 250,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "logging-24": {
- "x": 450,
- "y": 300,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "lodging-24": {
- "x": 450,
- "y": 350,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "cross-24": {
- "x": 450,
- "y": 400,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "lighthouse-24": {
- "x": 0,
- "y": 450,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "library-24": {
- "x": 50,
- "y": 450,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "dam-24": {
- "x": 100,
- "y": 450,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "laundry-24": {
- "x": 150,
- "y": 450,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "land-use-24": {
- "x": 200,
- "y": 450,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "danger-24": {
- "x": 250,
- "y": 450,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "industrial-24": {
- "x": 300,
- "y": 450,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "hospital-24": {
- "x": 350,
- "y": 450,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "disability-24": {
- "x": 400,
- "y": 450,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "heliport-24": {
- "x": 450,
- "y": 450,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "heart-24": {
- "x": 500,
- "y": 0,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "dog-park-24": {
- "x": 500,
- "y": 50,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "harbor-24": {
- "x": 500,
- "y": 100,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "hairdresser-24": {
- "x": 500,
- "y": 150,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "embassy-24": {
- "x": 500,
- "y": 200,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "grocery-24": {
- "x": 500,
- "y": 250,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "golf-24": {
- "x": 500,
- "y": 300,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "emergency-telephone-24": {
- "x": 500,
- "y": 350,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "garden-24": {
- "x": 500,
- "y": 400,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "fuel-24": {
- "x": 500,
- "y": 450,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "entrance-24": {
- "x": 0,
- "y": 500,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "fire-station-24": {
- "x": 50,
- "y": 500,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "ferry-24": {
- "x": 100,
- "y": 500,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "farm-24": {
- "x": 150,
- "y": 500,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "fast-food-24": {
- "x": 200,
- "y": 500,
- "width": 48,
- "height": 48,
- "pixelRatio": 2,
- "sdf": false
- },
- "police-18": {
- "x": 250,
- "y": 500,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "fast-food-18": {
- "x": 288,
- "y": 500,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "farm-18": {
- "x": 326,
- "y": 500,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "fire-station-18": {
- "x": 364,
- "y": 500,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "fuel-18": {
- "x": 402,
- "y": 500,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "entrance-18": {
- "x": 440,
- "y": 500,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "garden-18": {
- "x": 478,
- "y": 500,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "golf-18": {
- "x": 550,
- "y": 0,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "emergency-telephone-18": {
- "x": 550,
- "y": 38,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "grocery-18": {
- "x": 550,
- "y": 76,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "hairdresser-18": {
- "x": 550,
- "y": 114,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "embassy-18": {
- "x": 550,
- "y": 152,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "harbor-18": {
- "x": 550,
- "y": 190,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "heart-18": {
- "x": 550,
- "y": 228,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "dog-park-18": {
- "x": 550,
- "y": 266,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "heliport-18": {
- "x": 550,
- "y": 304,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "hospital-18": {
- "x": 550,
- "y": 342,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "disability-18": {
- "x": 550,
- "y": 380,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "industrial-18": {
- "x": 550,
- "y": 418,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "land-use-18": {
- "x": 550,
- "y": 456,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "danger-18": {
- "x": 550,
- "y": 494,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "laundry-18": {
- "x": 0,
- "y": 550,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "library-18": {
- "x": 38,
- "y": 550,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "dam-18": {
- "x": 76,
- "y": 550,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "lighthouse-18": {
- "x": 114,
- "y": 550,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "lodging-18": {
- "x": 152,
- "y": 550,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "cross-18": {
- "x": 190,
- "y": 550,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "logging-18": {
- "x": 228,
- "y": 550,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "london-underground-18": {
- "x": 266,
- "y": 550,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "cricket-18": {
- "x": 304,
- "y": 550,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "marker-18": {
- "x": 342,
- "y": 550,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "-18": {
- "x": 380,
- "y": 550,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "marker-stroked-18": {
- "x": 418,
- "y": 550,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "minefield-18": {
- "x": 456,
- "y": 550,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "commercial-18": {
- "x": 494,
- "y": 550,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "mobilephone-18": {
- "x": 532,
- "y": 550,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "monument-18": {
- "x": 588,
- "y": 0,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "college-18": {
- "x": 588,
- "y": 38,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "motorway_1": {
- "x": 0,
- "y": 588,
- "width": 38,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "motorway_2": {
- "x": 40,
- "y": 588,
- "width": 48,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "motorway_3": {
- "x": 90,
- "y": 588,
- "width": 58,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "motorway_4": {
- "x": 150,
- "y": 588,
- "width": 68,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "motorway_5": {
- "x": 220,
- "y": 588,
- "width": 78,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "motorway_6": {
- "x": 300,
- "y": 588,
- "width": 88,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "museum-18": {
- "x": 588,
- "y": 76,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "music-18": {
- "x": 588,
- "y": 114,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "clothing-store-18": {
- "x": 588,
- "y": 152,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "oil-well-18": {
- "x": 588,
- "y": 190,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "park-18": {
- "x": 588,
- "y": 228,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "city-18": {
- "x": 588,
- "y": 266,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "park2-18": {
- "x": 588,
- "y": 304,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "parking-18": {
- "x": 588,
- "y": 342,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "circle-stroked-18": {
- "x": 588,
- "y": 380,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "parking-garage-18": {
- "x": 588,
- "y": 418,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "pharmacy-18": {
- "x": 588,
- "y": 456,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "circle-18": {
- "x": 588,
- "y": 494,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "pitch-18": {
- "x": 588,
- "y": 532,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "place-of-worship-18": {
- "x": 390,
- "y": 588,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "cinema-18": {
- "x": 428,
- "y": 588,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "playground-18": {
- "x": 466,
- "y": 588,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "ferry-18": {
- "x": 504,
- "y": 588,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "chemist-18": {
- "x": 542,
- "y": 588,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "polling-place-18": {
- "x": 580,
- "y": 588,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "post-18": {
- "x": 626,
- "y": 0,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "cemetery-18": {
- "x": 626,
- "y": 38,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "prison-18": {
- "x": 626,
- "y": 76,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "rail-18": {
- "x": 626,
- "y": 114,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "car-18": {
- "x": 626,
- "y": 152,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "rail-above-18": {
- "x": 626,
- "y": 190,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "rail-light-18": {
- "x": 626,
- "y": 228,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "campsite-18": {
- "x": 626,
- "y": 266,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "rail-metro-18": {
- "x": 626,
- "y": 304,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "rail-underground-18": {
- "x": 626,
- "y": 342,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "camera-18": {
- "x": 626,
- "y": 380,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "religious-christian-18": {
- "x": 626,
- "y": 418,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "religious-jewish-18": {
- "x": 626,
- "y": 456,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "cafe-18": {
- "x": 626,
- "y": 494,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "religious-muslim-18": {
- "x": 626,
- "y": 532,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "restaurant-18": {
- "x": 626,
- "y": 570,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "bus-18": {
- "x": 0,
- "y": 626,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "roadblock-18": {
- "x": 38,
- "y": 626,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "rocket-18": {
- "x": 76,
- "y": 626,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "building-18": {
- "x": 114,
- "y": 626,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "school-18": {
- "x": 152,
- "y": 626,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "scooter-18": {
- "x": 190,
- "y": 626,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "bicycle-18": {
- "x": 228,
- "y": 626,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "shop-18": {
- "x": 266,
- "y": 626,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "skiing-18": {
- "x": 304,
- "y": 626,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "beer-18": {
- "x": 342,
- "y": 626,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "slaughterhouse-18": {
- "x": 380,
- "y": 626,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "soccer-18": {
- "x": 418,
- "y": 626,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "basketball-18": {
- "x": 456,
- "y": 626,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "square-18": {
- "x": 494,
- "y": 626,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "square-stroked-18": {
- "x": 532,
- "y": 626,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "baseball-18": {
- "x": 570,
- "y": 626,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "star-18": {
- "x": 608,
- "y": 626,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "star-stroked-18": {
- "x": 664,
- "y": 0,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "bar-18": {
- "x": 664,
- "y": 38,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "suitcase-18": {
- "x": 664,
- "y": 76,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "swimming-18": {
- "x": 664,
- "y": 114,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "bank-18": {
- "x": 664,
- "y": 152,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "telephone-18": {
- "x": 664,
- "y": 190,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "tennis-18": {
- "x": 664,
- "y": 228,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "bakery-18": {
- "x": 664,
- "y": 266,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "theatre-18": {
- "x": 664,
- "y": 304,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "toilets-18": {
- "x": 664,
- "y": 342,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "art-gallery-18": {
- "x": 664,
- "y": 380,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "town-18": {
- "x": 664,
- "y": 418,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "town-hall-18": {
- "x": 664,
- "y": 456,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "america-football-18": {
- "x": 664,
- "y": 494,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "triangle-18": {
- "x": 664,
- "y": 532,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "triangle-stroked-18": {
- "x": 664,
- "y": 570,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "alcohol-shop-18": {
- "x": 664,
- "y": 608,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "village-18": {
- "x": 0,
- "y": 664,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "warehouse-18": {
- "x": 38,
- "y": 664,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "airport-18": {
- "x": 76,
- "y": 664,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "waste-basket-18": {
- "x": 114,
- "y": 664,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "water-18": {
- "x": 152,
- "y": 664,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "airfield-18": {
- "x": 190,
- "y": 664,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "zoo-18": {
- "x": 228,
- "y": 664,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "wetland-18": {
- "x": 266,
- "y": 664,
- "width": 36,
- "height": 36,
- "pixelRatio": 2,
- "sdf": false
- },
- "cricket-12": {
- "x": 516,
- "y": 500,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "prison-12": {
- "x": 304,
- "y": 664,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "minefield-12": {
- "x": 330,
- "y": 664,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "cemetery-12": {
- "x": 356,
- "y": 664,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "rail-12": {
- "x": 382,
- "y": 664,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "fuel-12": {
- "x": 408,
- "y": 664,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "grocery-12": {
- "x": 434,
- "y": 664,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "rail-above-12": {
- "x": 460,
- "y": 664,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "mobilephone-12": {
- "x": 486,
- "y": 664,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "car-12": {
- "x": 512,
- "y": 664,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "rail-light-12": {
- "x": 538,
- "y": 664,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "industrial-12": {
- "x": 564,
- "y": 664,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "commercial-12": {
- "x": 590,
- "y": 664,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "rail-metro-12": {
- "x": 616,
- "y": 664,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "monument-12": {
- "x": 642,
- "y": 664,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "campsite-12": {
- "x": 668,
- "y": 664,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "rail-underground-12": {
- "x": 702,
- "y": 0,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "ferry-12": {
- "x": 702,
- "y": 26,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "disability-12": {
- "x": 702,
- "y": 52,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "religious-christian-12": {
- "x": 702,
- "y": 78,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "land-use-12": {
- "x": 702,
- "y": 104,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "camera-12": {
- "x": 702,
- "y": 130,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "religious-jewish-12": {
- "x": 702,
- "y": 156,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "emergency-telephone-12": {
- "x": 702,
- "y": 182,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "hairdresser-12": {
- "x": 702,
- "y": 208,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "religious-muslim-12": {
- "x": 702,
- "y": 234,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "laundry-12": {
- "x": 702,
- "y": 260,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "cafe-12": {
- "x": 702,
- "y": 286,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "restaurant-12": {
- "x": 702,
- "y": 312,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "fire-station-12": {
- "x": 702,
- "y": 338,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "danger-12": {
- "x": 702,
- "y": 364,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "roadblock-12": {
- "x": 702,
- "y": 390,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "museum-12": {
- "x": 702,
- "y": 416,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "bus-12": {
- "x": 702,
- "y": 442,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "rocket-12": {
- "x": 702,
- "y": 468,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "library-12": {
- "x": 702,
- "y": 494,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "college-12": {
- "x": 702,
- "y": 520,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "school-12": {
- "x": 702,
- "y": 546,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "music-12": {
- "x": 702,
- "y": 572,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "building-12": {
- "x": 702,
- "y": 598,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "scooter-12": {
- "x": 702,
- "y": 624,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "garden-12": {
- "x": 702,
- "y": 650,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "harbor-12": {
- "x": 702,
- "y": 676,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "shop-12": {
- "x": 0,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "oil-well-12": {
- "x": 26,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "bicycle-12": {
- "x": 52,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "skiing-12": {
- "x": 78,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "lighthouse-12": {
- "x": 104,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "clothing-store-12": {
- "x": 130,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "slaughterhouse-12": {
- "x": 156,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "park-12": {
- "x": 182,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "beer-12": {
- "x": 208,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "soccer-12": {
- "x": 234,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "-12": {
- "x": 260,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "dam-12": {
- "x": 286,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "square-12": {
- "x": 312,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "park2-12": {
- "x": 338,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "basketball-12": {
- "x": 364,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "square-stroked-12": {
- "x": 390,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "lodging-12": {
- "x": 416,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "city-12": {
- "x": 442,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "star-12": {
- "x": 468,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "parking-12": {
- "x": 494,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "baseball-12": {
- "x": 520,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "star-stroked-12": {
- "x": 546,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "embassy-12": {
- "x": 572,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "heart-12": {
- "x": 598,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "suitcase-12": {
- "x": 624,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "parking-garage-12": {
- "x": 650,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "bar-12": {
- "x": 676,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "swimming-12": {
- "x": 702,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "logging-12": {
- "x": 728,
- "y": 0,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "circle-stroked-12": {
- "x": 728,
- "y": 26,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "telephone-12": {
- "x": 728,
- "y": 52,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "pharmacy-12": {
- "x": 728,
- "y": 78,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "bank-12": {
- "x": 728,
- "y": 104,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "tennis-12": {
- "x": 728,
- "y": 130,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "entrance-12": {
- "x": 728,
- "y": 156,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "cross-12": {
- "x": 728,
- "y": 182,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "theatre-12": {
- "x": 728,
- "y": 208,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "pitch-12": {
- "x": 728,
- "y": 234,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "bakery-12": {
- "x": 728,
- "y": 260,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "toilets-12": {
- "x": 728,
- "y": 286,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "london-underground-12": {
- "x": 728,
- "y": 312,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "circle-12": {
- "x": 728,
- "y": 338,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "town-12": {
- "x": 728,
- "y": 364,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "place-of-worship-12": {
- "x": 728,
- "y": 390,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "art-gallery-12": {
- "x": 728,
- "y": 416,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "town-hall-12": {
- "x": 728,
- "y": 442,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "golf-12": {
- "x": 728,
- "y": 468,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "heliport-12": {
- "x": 728,
- "y": 494,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "triangle-12": {
- "x": 728,
- "y": 520,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "playground-12": {
- "x": 728,
- "y": 546,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "america-football-12": {
- "x": 728,
- "y": 572,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "triangle-stroked-12": {
- "x": 728,
- "y": 598,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "marker-12": {
- "x": 728,
- "y": 624,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "cinema-12": {
- "x": 728,
- "y": 650,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "village-12": {
- "x": 728,
- "y": 676,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "police-12": {
- "x": 728,
- "y": 702,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "alcohol-shop-12": {
- "x": 0,
- "y": 728,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "warehouse-12": {
- "x": 26,
- "y": 728,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "farm-12": {
- "x": 52,
- "y": 728,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "dog-park-12": {
- "x": 78,
- "y": 728,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "waste-basket-12": {
- "x": 104,
- "y": 728,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "polling-place-12": {
- "x": 130,
- "y": 728,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "airport-12": {
- "x": 156,
- "y": 728,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "water-12": {
- "x": 182,
- "y": 728,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "marker-stroked-12": {
- "x": 208,
- "y": 728,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "fast-food-12": {
- "x": 234,
- "y": 728,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "post-12": {
- "x": 260,
- "y": 728,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "wetland-12": {
- "x": 286,
- "y": 728,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "hospital-12": {
- "x": 312,
- "y": 728,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "airfield-12": {
- "x": 338,
- "y": 728,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "zoo-12": {
- "x": 364,
- "y": 728,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "chemist-12": {
- "x": 390,
- "y": 728,
- "width": 24,
- "height": 24,
- "pixelRatio": 2,
- "sdf": false
- },
- "wave": {
- "x": 664,
- "y": 646,
- "width": 32,
- "height": 16,
- "pixelRatio": 2,
- "sdf": false
- }
-} \ No newline at end of file
diff --git a/styles/bright/img/sprite@2x.png b/styles/bright/img/sprite@2x.png
deleted file mode 100644
index ef7c1f45d1..0000000000
--- a/styles/bright/img/sprite@2x.png
+++ /dev/null
Binary files differ
diff --git a/styles/bright/style.json b/styles/bright/style.json
deleted file mode 100644
index 917244648c..0000000000
--- a/styles/bright/style.json
+++ /dev/null
@@ -1,1335 +0,0 @@
-{
- "version": 4,
- "sprite": "img/sprite",
- "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf",
- "constants": {
- "@name": "{name_en}",
- "@sans": "Open Sans Regular, Arial Unicode MS Regular",
- "@sans_it": "Open Sans Italic, Arial Unicode MS Regular",
- "@sans_md": "Open Sans Semibold, Arial Unicode MS Bold",
- "@sans_bd": "Open Sans Bold, Arial Unicode MS Bold",
- "@land": "#f8f4f0",
- "@water": "#a0c8f0",
- "@admin": "#446",
- "@admin-opacity": 0.5,
- "@park": "#d8e8c8",
- "@cemetary": "#e0e4dd",
- "@hospital": "#fde",
- "@school": "#f0e8f8",
- "@wood": "#6a4",
- "@building": "#f2eae2",
- "@building_shadow": "#dfdbd7",
- "@building_color_transition": {
- "base": 1,
- "stops": [[15.5, "#f2eae2"], [16, "#dfdbd7"]]
- },
- "@building_opacity": {"base": 1, "stops": [[15, 0], [16, 1]]},
- "@aeroway": "#f0ede9",
- "@motorway": "#fc8",
- "@motorway_casing": "#e9ac77",
- "@motorway_tunnel": "#ffdaa6",
- "@main": "#fea",
- "@main_tunnel": "#fff4c6",
- "@street": "#fff",
- "@street_limited": "#f3f3f3",
- "@street_casing": "#cfcdca",
- "@path": "#cba",
- "@rail": "#bbb",
- "@text": "#334",
- "@text_halo": "rgba(255,255,255,0.8)",
- "@marine_text": "#74aee9",
- "@marine_text_halo": "rgba(255,255,255,0.7)",
- "@poi_text": "#666",
- "@poi_text_halo": "#ffffff",
- "@maki": "#666",
- "@point_translate": [0, -30],
- "@tunnel_line_dasharray": [{
- "base": 1.5, "stops": [[12, 6], [20, 9]]
- }, {
- "base": 1.5, "stops": [[12, 2], [20, 3]]
- }],
- "@motorway_width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 18]]},
- "@motorway_casing_width": {"base": 1.2, "stops": [[5, 0.4], [6, 0.6], [7, 1.5], [20, 22]]},
- "@motorway_link_width": {"base": 1.2, "stops": [[12.5, 0], [13, 1.5], [20, 10]]},
- "@motorway_link_casing_width": {"base": 1.2, "stops": [[12, 1], [13, 3], [20, 13]]},
- "@main_width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 14]]},
- "@main_casing_width": {"base": 1.2, "stops": [[5, 0.1], [6, 0.2], [7, 1.5], [20, 18]]},
- "@street_width": {"base": 1.2, "stops": [[13.5, 0], [14, 2.5], [20, 11.5]]},
- "@street_casing_width": {"base": 1.2, "stops": [[12, 0.5], [13, 1], [14, 4], [20, 15]]},
- "@street_casing_opacity": {"stops": [[12, 0], [12.5, 1]]},
- "@service_casing_width": {"base": 1.2, "stops": [[15, 1], [16, 4], [20, 11]]},
- "@service_width": {"base": 1.2, "stops": [[15.5, 0], [16, 2], [20, 7.5]]},
- "@path_width": {"base": 1.2, "stops": [[15, 1.2], [20, 4]]},
- "@path_line_dasharray": [{
- "base": 1.2, "stops": [[15, 2], [20, 4]]
- },{
- "base": 1.2, "stops": [[15, 1], [20, 2]]
- }],
- "@rail_width": {"base": 1.4, "stops": [[14, 0.4], [15, 0.75], [20, 2]]},
- "@rail_hatch_width": {"base": 1.4, "stops": [[14.5, 0], [15, 3], [20, 8]]},
- "@rail_hatch_line_dasharray": [2, 30],
- "@admin_level_3_width": {
- "base": 1,
- "stops": [[4, 0.4], [5, 1], [12, 3]]
- },
- "@admin_level_2_width": {
- "base": 1,
- "stops": [[4, 1.4], [5, 2], [12, 8]]
- }
- },
- "sources": {
- "mapbox": {
- "type": "vector",
- "url": "mapbox://mapbox.mapbox-streets-v6-dev",
- "maxZoom": 15
- }
- },
- "layers": [{
- "id": "background",
- "style": {
- "background-color": "@land"
- },
- "type": "background"
- }, {
- "id": "landuse_park",
- "source": "mapbox",
- "source-layer": "landuse",
- "filter": { "class": "park" },
- "style": {
- "fill-color": "@park"
- },
- "type": "fill"
- }, {
- "id": "landuse_cemetary",
- "source": "mapbox",
- "source-layer": "landuse",
- "filter": { "class": "cemetary" },
- "style": {
- "fill-color": "@cemetary"
- },
- "type": "fill"
- }, {
- "id": "landuse_hospital",
- "source": "mapbox",
- "source-layer": "landuse",
- "filter": { "class": "hospital" },
- "style": {
- "fill-color": "@hospital"
- },
- "type": "fill"
- }, {
- "id": "landuse_school",
- "source": "mapbox",
- "source-layer": "landuse",
- "filter": { "class": "school" },
- "style": {
- "fill-color": "@school"
- },
- "type": "fill"
- }, {
- "id": "landuse_wood",
- "source": "mapbox",
- "source-layer": "landuse",
- "filter": { "class": "wood" },
- "style": {
- "fill-color": "@wood",
- "fill-opacity": 0.1
- },
- "type": "fill"
- }, {
- "id": "waterway",
- "source": "mapbox",
- "source-layer": "waterway",
- "filter": {
- "class": {
- "!=": ["river", "stream", "canal"]
- }
- },
- "render": {
- "line-cap": "round"
- },
- "style": {
- "line-color": "@water",
- "line-width": {
- "base": 1.3,
- "stops": [[13, 0.5], [20, 2]]
- }
- },
- "type": "line"
- }, {
- "id": "waterway_river",
- "source": "mapbox",
- "source-layer": "waterway",
- "filter": { "class": "river" },
- "render": {
- "line-cap": "round"
- },
- "style": {
- "line-color": "@water",
- "line-width": {
- "base": 1.2,
- "stops": [[11, 0.5], [20, 6]]
- }
- },
- "type": "line"
- }, {
- "id": "waterway_stream_canal",
- "source": "mapbox",
- "source-layer": "waterway",
- "filter": { "class": ["stream", "canal"] },
- "render": {
- "line-cap": "round"
- },
- "style": {
- "line-color": "@water",
- "line-width": {
- "base": 1.3,
- "stops": [[13, 0.5], [20, 6]]
- }
- },
- "type": "line"
- }, {
- "id": "water",
- "source": "mapbox",
- "source-layer": "water",
- "style": {
- "fill-color": "@water"
- },
- "type": "fill"
- }, {
- "id": "water_offset",
- "source": "mapbox",
- "source-layer": "water",
- "type": "fill",
- "style": {
- "fill-color": "white",
- "fill-opacity": 0.3,
- "fill-translate": [0, 2.5]
- }
- }, {
- "id": "water_pattern",
- "ref": "water",
- "style": {
- "fill-image": "wave",
- "fill-translate": [0, 2.5]
- }
- }, {
- "id": "aeroway_fill",
- "source": "mapbox",
- "source-layer": "aeroway",
- "min-zoom": 11,
- "filter": {
- "$type": "Polygon"
- },
- "style": {
- "fill-color": "@aeroway",
- "fill-opacity": 0.7
- },
- "type": "fill"
- }, {
- "id": "aeroway_runway",
- "source": "mapbox",
- "source-layer": "aeroway",
- "min-zoom": 11,
- "filter": {
- "$type": "LineString",
- "type": "runway" },
- "style": {
- "line-color": "@aeroway",
- "line-width": {
- "base": 1.2,
- "stops": [[11, 3], [20, 16]]
- }
- },
- "type": "line"
- }, {
- "id": "aeroway_taxiway",
- "source": "mapbox",
- "source-layer": "aeroway",
- "min-zoom": 11,
- "filter": {
- "$type": "LineString",
- "type": "taxiway" },
- "style": {
- "line-color": "@aeroway",
- "line-width": {
- "base": 1.2,
- "stops": [[11, 0.5], [20, 6]]
- }
- },
- "type": "line"
- }, {
- "id": "building",
- "source": "mapbox",
- "source-layer": "building",
- "style": {
- "fill-color": "@building_color_transition"
- },
- "type": "fill"
- }, {
- "id": "building_top",
- "ref": "building",
- "style": {
- "fill-color": "@building",
- "fill-opacity": "@building_opacity",
- "fill-translate": [{
- "base": 1,
- "stops": [[15, 0], [16, -2] ]
- }, {
- "base": 1,
- "stops": [[15, 0], [16, -2] ]
- }],
- "fill-outline-color": "@building_shadow"
- }
- }, {
- "id": "tunnel_motorway_link_casing",
- "source": "mapbox",
- "source-layer": "tunnel",
- "filter": { "class": "motorway_link" },
- "render": {
- "line-cap": "round",
- "line-join": "round"
- },
- "style": {
- "line-color": "@motorway_casing",
- "line-dasharray": "@tunnel_line_dasharray",
- "line-width": "@motorway_link_casing_width"
- },
- "type": "line"
- }, {
- "id": "tunnel_service_casing",
- "source": "mapbox",
- "source-layer": "tunnel",
- "filter": { "class": "service" },
- "render": {
- "line-cap": "round",
- "line-join": "round"
- },
- "style": {
- "line-color": "@street_casing",
- "line-dasharray": "@tunnel_line_dasharray",
- "line-width": "@service_casing_width"
- },
- "type": "line"
- }, {
- "id": "tunnel_street_casing",
- "source": "mapbox",
- "source-layer": "tunnel",
- "filter": { "class": ["street", "street_limited"] },
- "render": {
- "line-join": "round"
- },
- "style": {
- "line-color": "@street_casing",
- "line-dasharray": [7, 2],
- "line-width": "@street_casing_width",
- "line-opacity": "@street_casing_opacity"
- },
- "type": "line"
- }, {
- "id": "tunnel_main_casing",
- "source": "mapbox",
- "source-layer": "tunnel",
- "filter": { "class": "main" },
- "render": {
- "line-cap": "round",
- "line-join": "round"
- },
- "style": {
- "line-color": "@motorway_casing",
- "line-dasharray": "@tunnel_line_dasharray",
- "line-width": "@main_casing_width"
- },
- "type": "line"
- }, {
- "id": "tunnel_motorway_casing",
- "source": "mapbox",
- "source-layer": "tunnel",
- "filter": { "class": "motorway" },
- "render": {
- "line-cap": "round",
- "line-join": "round"
- },
- "style": {
- "line-color": "@motorway_casing",
- "line-dasharray": "@tunnel_line_dasharray",
- "line-width": "@motorway_casing_width"
- },
- "type": "line"
- }, {
- "id": "tunnel_path",
- "source": "mapbox",
- "source-layer": "tunnel",
- "filter": { "class": "path" },
- "type": "line",
- "style": {
- "line-color": "@path",
- "line-dasharray": "@path_line_dasharray",
- "line-width": "@path_width"
- }
- }, {
- "id": "tunnel_motorway_link",
- "ref": "tunnel_motorway_link_casing",
- "style": {
- "line-color": "@motorway",
- "line-width": "@motorway_link_width"
- }
- }, {
- "id": "tunnel_service",
- "ref": "tunnel_service_casing",
- "style": {
- "line-color": "@street",
- "line-width": "@service_width"
- }
- }, {
- "id": "tunnel_street",
- "ref": "tunnel_street_casing",
- "style": {
- "line-color": "@street",
- "line-width": "@street_width"
- }
- }, {
- "id": "tunnel_main",
- "ref": "tunnel_main_casing",
- "style": {
- "line-color": "@main_tunnel",
- "line-width": "@main_width"
- }
- }, {
- "id": "tunnel_motorway",
- "ref": "tunnel_motorway_casing",
- "style": {
- "line-color": "@motorway_tunnel",
- "line-width": "@motorway_width"
- }
- }, {
- "id": "tunnel_major_rail",
- "source": "mapbox",
- "source-layer": "tunnel",
- "filter": { "class": "major_rail" },
- "style": {
- "line-color": "@rail",
- "line-width": "@rail_width"
- },
- "type": "line"
- }, {
- "id": "tunnel_major_rail_hatching",
- "ref": "tunnel_major_rail",
- "style": {
- "line-color": "@rail",
- "line-dasharray": "@rail_hatch_line_dasharray",
- "line-width": "@rail_hatch_width"
- }
- }, {
- "id": "road_motorway_link_casing",
- "source": "mapbox",
- "source-layer": "road",
- "min-zoom": 12,
- "filter": { "class": "motorway_link" },
- "render": {
- "line-cap": "round",
- "line-join": "round"
- },
- "style": {
- "line-color": "@motorway_casing",
- "line-width": "@motorway_link_casing_width"
- },
- "type": "line"
- }, {
- "id": "road_service_casing",
- "source": "mapbox",
- "source-layer": "road",
- "filter": { "class": "service" },
- "render": {
- "line-cap": "round",
- "line-join": "round"
- },
- "style": {
- "line-color": "@street_casing",
- "line-width": "@service_casing_width"
- },
- "type": "line"
- }, {
- "id": "road_street_casing",
- "source": "mapbox",
- "source-layer": "road",
- "filter": { "class": ["street", "street_limited"], "$type": "LineString" },
- "render": {
- "line-cap": "round",
- "line-join": "round"
- },
- "style": {
- "line-color": "@street_casing",
- "line-width": "@street_casing_width",
- "line-opacity": "@street_casing_opacity"
- },
- "type": "line"
- }, {
- "id": "road_main_casing",
- "source": "mapbox",
- "source-layer": "road",
- "filter": { "class": "main" },
- "render": {
- "line-cap": "round",
- "line-join": "round"
- },
- "style": {
- "line-color": "@motorway_casing",
- "line-width": "@main_casing_width"
- },
- "type": "line"
- }, {
- "id": "road_motorway_casing",
- "source": "mapbox",
- "source-layer": "road",
- "min-zoom": 5,
- "filter": { "class": "motorway" },
- "render": {
- "line-cap": "round",
- "line-join": "round"
- },
- "style": {
- "line-color": "@motorway_casing",
- "line-width": "@motorway_casing_width"
- },
- "type": "line"
- }, {
- "id": "road_path",
- "source": "mapbox",
- "source-layer": "road",
- "filter": { "class": "path" },
- "style": {
- "line-color": "@path",
- "line-dasharray": "@path_line_dasharray",
- "line-width": "@path_width"
- },
- "type": "line"
- }, {
- "id": "road_motorway_link",
- "ref": "road_motorway_link_casing",
- "style": {
- "line-color": "@motorway",
- "line-width": "@motorway_link_width"
- }
- }, {
- "id": "road_service",
- "ref": "road_service_casing",
- "style": {
- "line-color": "@street",
- "line-width": "@service_width"
- }
- }, {
- "id": "road_street",
- "ref": "road_street_casing",
- "style": {
- "line-color": "@street",
- "line-width": "@street_width"
- }
- }, {
- "id": "road_main",
- "ref": "road_main_casing",
- "style": {
- "line-color": "@main",
- "line-width": "@main_width"
- }
- }, {
- "id": "road_motorway",
- "ref": "road_motorway_casing",
- "style": {
- "line-color": "@motorway",
- "line-width": "@motorway_width"
- },
- "type": "line"
- }, {
- "id": "road_major_rail",
- "source": "mapbox",
- "source-layer": "road",
- "filter": { "class": "major_rail" },
- "style": {
- "line-color": "@rail",
- "line-width": "@rail_width"
- },
- "type": "line"
- }, {
- "id": "road_major_rail_hatching",
- "ref": "road_major_rail",
- "style": {
- "line-color": "@rail",
- "line-dasharray": "@rail_hatch_line_dasharray",
- "line-width": "@rail_hatch_width"
- }
- }, {
- "id": "bridge_motorway_link_casing",
- "source": "mapbox",
- "source-layer": "bridge",
- "filter": { "class": "motorway_link" },
- "render": {
- "line-join": "round"
- },
- "style": {
- "line-color": "@motorway_casing",
- "line-width": "@motorway_link_casing_width"
- },
- "type": "line"
- }, {
- "id": "bridge_motorway_casing",
- "source": "mapbox",
- "source-layer": "bridge",
- "filter": { "class": "motorway" },
- "render": {
- "line-join": "round"
- },
- "style": {
- "line-color": "@motorway_casing",
- "line-width": "@motorway_casing_width"
- },
- "type": "line"
- }, {
- "id": "bridge_service_casing",
- "source": "mapbox",
- "source-layer": "bridge",
- "filter": { "class": "service" },
- "render": {
- "line-join": "round"
- },
- "style": {
- "line-color": "@street_casing",
- "line-width": "@service_casing_width"
- },
- "type": "line"
- }, {
- "id": "bridge_street_casing",
- "source": "mapbox",
- "source-layer": "bridge",
- "filter": { "class": ["street", "street_limited"] },
- "render": {
- "line-join": "round"
- },
- "style": {
- "line-color": "@street_casing",
- "line-width": "@street_casing_width",
- "line-opacity": "@street_casing_opacity"
- },
- "type": "line"
- }, {
- "id": "bridge_main_casing",
- "source": "mapbox",
- "source-layer": "bridge",
- "filter": { "class": "main" },
- "render": {
- "line-join": "round"
- },
- "style": {
- "line-color": "@motorway_casing",
- "line-width": "@main_casing_width"
- },
- "type": "line"
- }, {
- "id": "bridge_path",
- "source": "mapbox",
- "source-layer": "bridge",
- "filter": { "class": "path" },
- "style": {
- "line-color": "@path",
- "line-dasharray": "@path_line_dasharray",
- "line-width": "@path_width"
- },
- "type": "line"
- }, {
- "id": "bridge_motorway_link",
- "ref": "bridge_motorway_link_casing",
- "style": {
- "line-color": "@motorway",
- "line-width": "@motorway_link_width"
- }
- }, {
- "id": "bridge_service",
- "ref": "bridge_service_casing",
- "style": {
- "line-color": "@street",
- "line-width": "@service_width"
- }
- }, {
- "id": "bridge_street",
- "ref": "bridge_street_casing",
- "style": {
- "line-color": "@street",
- "line-width": "@street_width"
- }
- }, {
- "id": "bridge_main",
- "ref": "bridge_main_casing",
- "style": {
- "line-color": "@main",
- "line-width": "@main_width"
- }
- }, {
- "id": "bridge_motorway",
- "ref": "bridge_motorway_casing",
- "style": {
- "line-color": "@motorway",
- "line-width": "@motorway_width"
- }
- }, {
- "id": "bridge_major_rail",
- "source": "mapbox",
- "source-layer": "bridge",
- "filter": { "class": "major_rail" },
- "style": {
- "line-color": "@rail",
- "line-width": "@rail_width"
- },
- "type": "line"
- }, {
- "id": "bridge_major_rail_hatching",
- "ref": "bridge_major_rail",
- "style": {
- "line-color": "@rail",
- "line-dasharray": "@rail_hatch_line_dasharray",
- "line-width": "@rail_hatch_width"
- }
- }, {
- "id": "admin_level_3",
- "source": "mapbox",
- "source-layer": "admin",
- "filter": {
- "admin_level": {">=": 3},
- "maritime": 0
- },
- "render": {
- "line-join": "round"
- },
- "style": {
- "line-color": "@admin",
- "line-opacity": "@admin-opacity",
- "line-dasharray": [10, 3],
- "line-width": "@admin_level_3_width"
- },
- "type": "line"
- }, {
- "id": "admin_level_2",
- "source": "mapbox",
- "source-layer": "admin",
- "filter": {
- "admin_level": 2,
- "disputed": 0,
- "maritime": 0
- },
- "render": {
- "line-cap": "round"
- },
- "style": {
- "line-color": "@admin",
- "line-opacity": "@admin-opacity",
- "line-width": "@admin_level_2_width"
- },
- "type": "line"
- }, {
- "id": "admin_level_2_disputed",
- "source": "mapbox",
- "source-layer": "admin",
- "filter": {
- "admin_level": 2,
- "disputed": 1,
- "maritime": 0
- },
- "render": {
- "line-cap": "round"
- },
- "style": {
- "line-color": "@admin",
- "line-opacity": "@admin-opacity",
- "line-dasharray": [4, 4],
- "line-width": "@admin_level_2_width"
- },
- "type": "line"
- }, {
- "id": "admin_level_3_maritime",
- "source": "mapbox",
- "source-layer": "admin",
- "filter": {
- "admin_level": {">=": 3},
- "maritime": 1
- },
- "render": {
- "line-join": "round"
- },
- "style": {
- "line-color": "@water",
- "line-opacity": "@admin-opacity",
- "line-dasharray": [10, 3],
- "line-width": "@admin_level_3_width"
- },
- "type": "line"
- }, {
- "id": "admin_level_2_maritime",
- "source": "mapbox",
- "source-layer": "admin",
- "filter": {
- "admin_level": 2,
- "maritime": 1
- },
- "render": {
- "line-cap": "round"
- },
- "style": {
- "line-color": "@water",
- "line-opacity": "@admin-opacity",
- "line-width": "@admin_level_2_width"
- },
- "type": "line"
- }, {
- "id": "country_label_line",
- "source": "mapbox",
- "source-layer": "country_label_line",
- "style": {
- "line-color": "@text",
- "line-opacity": 0.5
- },
- "type": "line"
- }, {
- "id": "country_label_1",
- "source": "mapbox",
- "source-layer": "country_label",
- "filter": {
- "scalerank": 1
- },
- "render": {
- "text-font": "@sans_bd",
- "text-field": "@name",
- "text-max-width": 6.25,
- "text-transform": "uppercase",
- "text-max-size": 17
- },
- "style": {
- "text-color": "@text",
- "text-halo-color": "@text_halo",
- "text-halo-width": 2,
- "text-halo-blur": 1,
- "text-size": {
- "stops": [[2, 13], [4, 17]]
- }
- },
- "type": "symbol"
- }, {
- "id": "country_label_2",
- "source": "mapbox",
- "source-layer": "country_label",
- "filter": {
- "scalerank": 2
- },
- "render": {
- "text-font": "@sans_bd",
- "text-field": "{name_en}",
- "text-max-width": 6.25,
- "text-transform": "uppercase",
- "text-max-size": 17
- },
- "style": {
- "text-color": "@text",
- "text-halo-color": "@text_halo",
- "text-halo-width": 2,
- "text-halo-blur": 1,
- "text-size": {
- "stops": [[3, 13], [5, 17]]
- }
- },
- "type": "symbol"
- }, {
- "id": "country_label_3",
- "source": "mapbox",
- "source-layer": "country_label",
- "filter": {
- "scalerank": 3
- },
- "render": {
- "text-font": "@sans_bd",
- "text-field": "@name",
- "text-max-width": 6.25,
- "text-transform": "uppercase",
- "text-max-size": 17
- },
- "style": {
- "text-color": "@text",
- "text-halo-color": "@text_halo",
- "text-halo-width": 2,
- "text-halo-blur": 1,
- "text-size": {
- "stops": [[4, 13], [7, 17]]
- }
- },
- "type": "symbol"
- }, {
- "id": "country_label_4",
- "source": "mapbox",
- "source-layer": "country_label",
- "filter": {
- "scalerank": {">=": 4}
- },
- "render": {
- "text-font": "@sans_bd",
- "text-field": "@name",
- "text-max-width": 6.25,
- "text-transform": "uppercase",
- "text-max-size": 15
- },
- "style": {
- "text-color": "@text",
- "text-halo-color": "@text_halo",
- "text-halo-width": 2,
- "text-halo-blur": 1,
- "text-size": {
- "stops": [[5, 13], [6, 15]]
- }
- },
- "type": "symbol"
- }, {
- "id": "marine_label_point_1",
- "source": "mapbox",
- "source-layer": "marine_label",
- "filter": {"labelrank": 1, "$type": "Point"},
- "render": {
- "text-font": "@sans_it",
- "text-field": "@name",
- "text-max-size": 22,
- "text-max-width": 5,
- "text-letter-spacing": 0.2,
- "text-line-height": 1.6,
- "symbol-placement": "point",
- "text-offset": [0, 2.4]
- },
- "style": {
- "text-color": "@marine_text",
- "text-halo-color": "@marine_text_halo",
- "text-halo-width": 0.75,
- "text-halo-blur": 0.75,
- "text-size": {
- "stops": [[3, 18], [4, 22]]
- }
- },
- "type": "symbol"
- }, {
- "id": "marine_label_line_1",
- "source": "mapbox",
- "source-layer": "marine_label",
- "filter": {"labelrank": 1, "$type": "LineString"},
- "render": {
- "text-font": "@sans_it",
- "text-field": "@name",
- "text-max-size": 14,
- "text-letter-spacing": 0.2,
- "symbol-placement": "line"
- },
- "style": {
- "text-color": "@marine_text",
- "text-halo-color": "@marine_text_halo",
- "text-halo-width": 0.75,
- "text-halo-blur": 0.75,
- "text-size": {
- "stops": [[3, 18], [4, 22]]
- }
- },
- "type": "symbol"
- }, {
- "id": "marine_label_point_2",
- "source": "mapbox",
- "source-layer": "marine_label",
- "filter": {"labelrank": 2, "$type": "Point"},
- "render": {
- "text-font": "@sans_it",
- "text-field": "@name",
- "text-max-size": 16,
- "text-max-width": 5,
- "text-letter-spacing": 0.2,
- "symbol-placement": "point"
- },
- "style": {
- "text-color": "@marine_text",
- "text-halo-color": "@marine_text_halo",
- "text-halo-width": 0.75,
- "text-halo-blur": 0.75,
- "text-size": {
- "stops": [[3, 14], [4, 16]]
- }
- },
- "type": "symbol"
- }, {
- "id": "marine_label_line_2",
- "source": "mapbox",
- "source-layer": "marine_label",
- "filter": {"labelrank": 2, "$type": "LineString"},
- "render": {
- "text-font": "@sans_it",
- "text-field": "@name",
- "text-max-size": 16,
- "text-letter-spacing": 0.2,
- "symbol-placement": "line"
- },
- "style": {
- "text-color": "@marine_text",
- "text-halo-color": "@marine_text_halo",
- "text-halo-width": 0.75,
- "text-halo-blur": 0.75,
- "text-size": {
- "stops": [[3, 14], [4, 16]]
- }
- },
- "type": "symbol"
- }, {
- "id": "marine_label_3",
- "source": "mapbox",
- "source-layer": "marine_label",
- "filter": {"labelrank": 3, "$type": "Point"},
- "render": {
- "text-font": "@sans_it",
- "text-field": "@name",
- "text-max-size": 14,
- "text-max-width": 5,
- "text-letter-spacing": 0.2,
- "symbol-placement": "point"
- },
- "style": {
- "text-color": "@marine_text",
- "text-halo-color": "@marine_text_halo",
- "text-halo-width": 0.75,
- "text-halo-blur": 0.75,
- "text-size": {
- "stops": [[3, 11], [4, 14]]
- }
- },
- "type": "symbol"
- }, {
- "id": "marine_label_line_3",
- "source": "mapbox",
- "source-layer": "marine_label",
- "filter": {"labelrank": 3, "$type": "LineString"},
- "render": {
- "text-font": "@sans_it",
- "text-field": "@name",
- "text-max-size": 14,
- "text-letter-spacing": 0.2,
- "symbol-placement": "line"
- },
- "style": {
- "text-color": "@marine_text",
- "text-halo-color": "@marine_text_halo",
- "text-halo-width": 0.75,
- "text-halo-blur": 0.75,
- "text-size": {
- "stops": [[3, 11], [4, 14]]
- }
- },
- "type": "symbol"
- }, {
- "id": "marine_label_4",
- "source": "mapbox",
- "source-layer": "marine_label",
- "filter": {"labelrank": {">=": 4}, "$type": "Point"},
- "render": {
- "text-font": "@sans_it",
- "text-field": "@name",
- "text-max-size": 12,
- "text-max-width": 6,
- "text-letter-spacing": 0.2,
- "symbol-placement": "point"
- },
- "style": {
- "text-color": "@marine_text",
- "text-halo-color": "@marine_text_halo",
- "text-halo-width": 0.75,
- "text-halo-blur": 0.75,
- "text-size": {
- "stops": [[3, 11], [4, 12]]
- }
- },
- "type": "symbol"
- }, {
- "id": "marine_label_line_4",
- "source": "mapbox",
- "source-layer": "marine_label",
- "filter": {"labelrank": {">=": 4}, "$type": "LineString"},
- "render": {
- "text-font": "@sans_it",
- "text-field": "@name",
- "text-max-size": 12,
- "text-letter-spacing": 0.2,
- "symbol-placement": "line"
- },
- "style": {
- "text-color": "@marine_text",
- "text-halo-color": "@marine_text_halo",
- "text-halo-width": 0.75,
- "text-halo-blur": 0.75,
- "text-size": {
- "stops": [[3, 11], [4, 12]]
- }
- },
- "type": "symbol"
- }, {
- "id": "place_label_city",
- "source": "mapbox",
- "source-layer": "place_label",
- "filter": { "type": "city" },
- "render": {
- "text-font": "@sans_md",
- "text-field": "@name",
- "text-max-size": 24,
- "text-max-width": 8
- },
- "style": {
- "text-color": "#333",
- "text-halo-color": "@text_halo",
- "text-halo-width": 1.2,
- "text-size": {
- "base": 1.2,
- "stops": [[7, 14], [11, 24]]
- }
- },
- "type": "symbol"
- }, {
- "id": "place_label_town",
- "source": "mapbox",
- "source-layer": "place_label",
- "filter": { "type": "town" },
- "render": {
- "text-font": "@sans",
- "text-field": "@name",
- "text-max-size": 24,
- "text-max-width": 8
- },
- "style": {
- "text-color": "#333",
- "text-halo-color": "@text_halo",
- "text-halo-width": 1.2,
- "text-size": {
- "base": 1.2,
- "stops": [[10, 14], [15, 24]]
- }
- },
- "type": "symbol"
- }, {
- "id": "place_label_village",
- "source": "mapbox",
- "source-layer": "place_label",
- "filter": { "type": "village" },
- "render": {
- "text-font": "@sans",
- "text-field": "@name",
- "text-max-size": 22,
- "text-max-width": 8
- },
- "style": {
- "text-color": "#333",
- "text-halo-color": "@text_halo",
- "text-halo-width": 1.2,
- "text-size": {
- "base": 1.2,
- "stops": [[10, 12], [15, 22]]
- }
- },
- "type": "symbol"
- }, {
- "id": "road_label_highway_shields",
- "source": "mapbox",
- "source-layer": "road_label",
- "filter": {"class": "motorway", "reflen": [1,2,3,4,5,6]},
- "render": {
- "symbol-placement": "line",
- "symbol-min-distance": 500,
- "icon-image": "motorway_{reflen}",
- "icon-max-size": 1,
- "text-field": "{ref}",
- "text-font": "@sans_bd",
- "text-max-size": 11,
- "text-rotation-alignment": "viewport",
- "icon-rotation-alignment": "viewport"
- },
- "style": {
- "text-color": "#765",
- "text-size": 11
- },
- "type": "symbol"
- }, {
- "id": "road_label",
- "source": "mapbox",
- "source-layer": "road_label",
- "filter": { "$type": "LineString" },
- "render": {
- "text-font": "@sans",
- "text-field": "@name",
- "text-max-size": 13,
- "symbol-placement": "line"
- },
- "style": {
- "text-color": "#765",
- "text-halo-color": "#fff",
- "text-halo-width": 1,
- "text-halo-blur": 0.5,
- "text-size": {
- "stops": [[13, 12], [14, 13]]
- }
- },
- "type": "symbol"
- }, {
- "id": "place_label_other",
- "source": "mapbox",
- "source-layer": "place_label",
- "filter": { "type": ["hamlet", "suburb", "neighbourhood"] },
- "render": {
- "text-font": "@sans_bd",
- "text-transform": "uppercase",
- "text-letter-spacing": 0.1,
- "text-field": "@name",
- "text-max-size": 14,
- "text-max-width": 9
- },
- "style": {
- "text-color": "#633",
- "text-halo-color": "@text_halo",
- "text-halo-width": 1.2,
- "text-size": {
- "base": 1.2,
- "stops": [[12, 10], [15, 14]]
- }
- },
- "type": "symbol"
- }, {
- "id": "poi_label_1",
- "source": "mapbox",
- "source-layer": "poi_label",
- "filter": { "$type": "Point", "scalerank": 1 },
- "render": {
- "icon-image": "{maki}-12",
- "text-font": "@sans_md",
- "text-field": "@name",
- "text-max-size": 12,
- "text-max-width": 9,
- "text-padding": 2,
- "text-offset": [0, 0.6],
- "text-vertical-align": "top"
- },
- "style": {
- "text-color": "@poi_text",
- "text-size": 12,
- "text-halo-color": "@poi_text_halo",
- "text-halo-width": 1,
- "text-halo-blur": 0.5
- },
- "min-zoom": 13,
- "type": "symbol"
- }, {
- "id": "poi_label_2",
- "source": "mapbox",
- "source-layer": "poi_label",
- "filter": { "$type": "Point", "scalerank": 2 },
- "render": {
- "icon-image": "{maki}-12",
- "text-font": "@sans_md",
- "text-field": "@name",
- "text-max-size": 12,
- "text-max-width": 9,
- "text-padding": 2,
- "text-offset": [0, 0.6],
- "text-vertical-align": "top"
- },
- "style": {
- "text-color": "@poi_text",
- "text-size": 12,
- "text-halo-color": "@poi_text_halo",
- "text-halo-width": 1,
- "text-halo-blur": 0.5
- },
- "min-zoom": 14,
- "type": "symbol"
- }, {
- "id": "poi_label_3",
- "source": "mapbox",
- "source-layer": "poi_label",
- "filter": { "$type": "Point", "scalerank": 3 },
- "render": {
- "icon-image": "{maki}-12",
- "text-font": "@sans_md",
- "text-field": "@name",
- "text-max-size": 12,
- "text-max-width": 9,
- "text-padding": 2,
- "text-offset": [0, 0.6],
- "text-vertical-align": "top"
- },
- "style": {
- "text-color": "@poi_text",
- "text-size": 12,
- "text-halo-color": "@poi_text_halo",
- "text-halo-width": 1,
- "text-halo-blur": 0.5
- },
- "min-zoom": 15,
- "type": "symbol"
- }, {
- "id": "poi_label_4",
- "source": "mapbox",
- "source-layer": "poi_label",
- "filter": { "$type": "Point", "scalerank": 4 },
- "render": {
- "icon-image": "{maki}-12",
- "text-font": "@sans_md",
- "text-field": "@name",
- "text-max-size": 12,
- "text-max-width": 9,
- "text-padding": 2,
- "text-offset": [0, 0.6],
- "text-vertical-align": "top"
- },
- "style": {
- "text-color": "@poi_text",
- "text-size": 12,
- "text-halo-color": "@poi_text_halo",
- "text-halo-width": 1,
- "text-halo-blur": 0.5
- },
- "min-zoom": 16,
- "type": "symbol"
- }, {
- "id": "poi_label_other",
- "source": "mapbox",
- "source-layer": "poi_label",
- "filter": { "$type": "Point", "scalerank": {">=": 5} },
- "render": {
- "icon-image": "{maki}-12",
- "text-font": "@sans_md",
- "text-field": "@name",
- "text-max-size": 12,
- "text-max-width": 9,
- "text-padding": 2,
- "text-offset": [0, 0.6],
- "text-vertical-align": "top"
- },
- "style": {
- "text-color": "@poi_text",
- "text-size": 12,
- "text-halo-color": "@poi_text_halo",
- "text-halo-width": 1,
- "text-halo-blur": 0.5
- },
- "min-zoom": 17,
- "type": "symbol"
- }, {
- "id": "water_label",
- "source": "mapbox",
- "source-layer": "water_label",
- "filter": { "$type": "Point" },
- "render": {
- "text-font": "@sans_it",
- "text-field": "@name",
- "text-max-size": 12,
- "text-max-width": 5
- },
- "style": {
- "text-size": 12,
- "text-color": "@marine_text",
- "text-halo-width": 1.5,
- "text-halo-color": "@marine_text_halo"
- },
- "type": "symbol"
- }]
-}
diff --git a/styles/outdoors/style.json b/styles/outdoors/style.json
deleted file mode 100644
index 91c7874d7a..0000000000
--- a/styles/outdoors/style.json
+++ /dev/null
@@ -1,2223 +0,0 @@
-{
- "version": 4,
- "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/outdoors",
- "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf",
- "constants": {
- "@land": "rgb(244,239,225)",
- "@water": "#cdd",
- "@water_dark": "#185869",
- "@crop": "#eeeed4",
- "@grass": "#e6e6cc",
- "@scrub": "#dfe5c8",
- "@wood": "#cee2bd",
- "@snow": "#f4f8ff",
- "@rock": "#ddd",
- "@sand": "#ffd",
- "@cemetery": "#edf4ed",
- "@pitch": "#fff",
- "@park": "#d4e4bc",
- "@piste": "blue",
- "@school": "#e8dfe0",
- "@hospital": "#f8eee0",
- "@builtup": "#f6faff",
- "@case": "#fff",
- "@motorway": "#cda0a0",
- "@main": "#ddc0b9",
- "@street": "#fff",
- "@text": "#666",
- "@text_stroke": "rgba(255,255,255,0.8)",
- "@country_text": "#222",
- "@marine_text": "#a0bdc0",
- "@water_text": "#185869",
- "@land_night": "#017293",
- "@water_night": "#103",
- "@water_dark_night": "#003366",
- "@crop_night": "#178d96",
- "@grass_night": "#23948a",
- "@scrub_night": "#31a186",
- "@wood_night": "#45b581",
- "@park_night": "#51bd8b",
- "@snow_night": "#5ad9fe",
- "@rock_night": "#999",
- "@sand_night": "#437162",
- "@cemetery_night": "#218c96",
- "@pitch_night": "rgba(255,255,255,0.2)",
- "@school_night": "#01536a",
- "@hospital_night": "#015e7a",
- "@builtup_night": "#014b60",
- "@admin_night": "#ffb680",
- "@text_night": "#fff",
- "@text_water_night": "#2a5b8a",
- "@text_stroke_night": "#103",
- "@text2_stroke_night": "rgba(1,69,89,0.8)",
- "@case_night": "#015e7a",
- "@street_case_night": "#015b76",
- "@motorway_night": "#bbdde7",
- "@main_night": "#64b2c9",
- "@street_night": "#0186ac",
- "@contour_night": "#ffff80",
- "@river_canal_width": {
- "stops": [[10, 0.5], [11, 1], [13, 2], [15, 3]]
- },
- "@stream_width": {
- "stops": [[12, 0.25], [13, 0.5], [15, 1.5], [17, 2]]
- },
- "@motorway_width": {
- "stops": [[4, 0], [5, 0.5], [7, 0.8], [9, 1], [10, 1.2], [11, 2], [12, 3], [13, 4], [14, 6], [15, 9], [16, 12], [17, 14]]
- },
- "@motorway_casing_width": {
- "stops": [[6.5, 0.6], [7, 0.8], [9, 2.8], [10, 3], [11, 4], [12, 5], [13, 6.5], [14, 9], [15, 12], [16, 15], [17, 17]]
- },
- "@motorway_link_width": {
- "stops": [[11, 1.2], [13, 2], [15, 3], [17, 4]]
- },
- "@motorway_link_casing_width": {
- "stops": [[11, 2.8], [13, 3.5], [15, 5], [17, 6]]
- },
- "@main_width": {
- "stops": [[4, 1], [11, 1], [12, 1.5], [13, 2], [14, 3], [15, 6], [16, 10], [17, 12]]
- },
- "@main_casing_width": {
- "stops": [[8, 2.9], [11, 2.9], [12, 3.5], [13, 4], [14, 5.5], [15, 9], [16, 12], [17, 14]]
- },
- "@street_width": {
- "stops": [[13.5, 0], [14, 1.5], [15, 3], [16, 8]]
- },
- "@street_casing_width": {
- "stops": [[12, 0.4], [13, 1], [14, 2.5], [15, 4], [16, 10]]
- },
- "@street_casing_opacity": {
- "stops": [[13, 0], [13.5, 1]]
- },
- "@service_casing_width": {
- "stops": [[13, 0.5], [14, 3], [15, 3.5], [16, 4], [17, 5], [18, 6]]
- },
- "@runway_width": {
- "stops": [[9, 1], [10, 2], [11, 3], [12, 5], [13, 7], [14, 11], [15, 15], [16, 19], [17, 23]]
- },
- "@taxiway_width": {
- "stops": [[9, 0.2], [11, 0.2], [12, 1], [13, 1.5], [14, 2], [15, 3], [16, 4], [17, 5]]
- },
- "@aerialway_width": {
- "stops": [[12.5, 0.8], [13, 1.4], [14, 1.6], [15, 2], [16, 2.4], [17, 3]]
- },
- "@aerialway_casing_width": {
- "stops": [[12.5, 2], [13, 2.5], [14, 3], [15, 3.5], [16, 4], [21, 5]]
- },
- "@path_width": {
- "stops": [[13, 1.2], [14, 1.5], [15, 1.8]]
- },
- "@admin_l2_width": {
- "stops": [[1, 0.5], [2, 0.7], [3, 0.7], [4, 0.8], [5, 1], [7, 2], [9, 3]]
- },
- "@admin_l3_width": {
- "stops": [[5, 0.6], [7, 1], [11, 2]]
- },
- "@road_label_1_size": {
- "stops": [[12, 11], [13, 12], [14, 13], [15, 14], [16, 16], [17, 18]]
- },
- "@road_label_2_size": {
- "stops": [[12, 11], [13, 12], [15, 14], [17, 16]]
- },
- "@road_label_3_size": {
- "stops": [[14, 10], [15, 12], [17, 14]]
- },
- "@fence_width": {
- "stops": [[16, 0.6], [18, 1]]
- },
- "@hedge_width": {
- "stops": [[15, 0.6], [16, 1.2], [18, 1.6]]
- },
- "@barrier_line_land_width": {
- "stops": [[13, 0.4], [14, 0.75], [15, 1.5], [16, 3], [17, 6], [18, 12], [19, 24], [20, 48]]
- },
- "@country_label_size": {
- "stops": [[0, 14], [11, 24]]
- },
- "@poi_label_1-2_size": {
- "stops": [[14, 10], [15, 11], [16, 12]]
- },
- "@poi_label_3_size": {
- "stops": [[15, 10], [16, 11]]
- },
- "@hillshade_prerender": {
- "stops": [[10, 0], [11, 1]]
- },
- "@hillshade_prerender_size": {
- "stops": [[10, 1056], [11, 512], [12, 256]]
- }
- },
- "sources": {
- "mapbox": {
- "type": "vector",
- "url": "mapbox://mapbox.mapbox-terrain-v1,mapbox.mapbox-streets-v6-dev",
- "maxZoom": 15
- }
- },
- "layers": [{
- "id": "background",
- "style": {
- "background-color": "@land"
- },
- "style.night": {
- "background-color": "@land_night"
- },
- "type": "background"
- }, {
- "id": "landcover_snow",
- "source": "mapbox",
- "source-layer": "landcover",
- "filter": { "class": "snow" },
- "style": {
- "fill-color": "@snow"
- },
- "style.night": {
- "fill-color": "@snow_night"
- },
- "type": "fill"
- }, {
- "id": "landcover_crop",
- "source": "mapbox",
- "source-layer": "landcover",
- "filter": { "class": "crop" },
- "style": {
- "fill-color": "@crop"
- },
- "style.night": {
- "fill-color": "@crop_night"
- },
- "type": "fill"
- }, {
- "id": "landcover_grass",
- "source": "mapbox",
- "source-layer": "landcover",
- "filter": { "class": "grass" },
- "style": {
- "fill-color": "@grass",
- "fill-opacity": {
- "stops": [[12, 1], [13, 0.8], [16, 0.2]]
- }
- },
- "style.night": {
- "fill-color": "@grass_night",
- "fill-opacity": {
- "stops": [[12, 1], [13, 0.8], [16, 0.2]]
- }
- },
- "type": "fill"
- }, {
- "id": "landcover_scrub",
- "source": "mapbox",
- "source-layer": "landcover",
- "filter": { "class": "scrub" },
- "style": {
- "fill-color": "@scrub",
- "fill-opacity": {
- "stops": [[12, 1], [13, 0.8], [16, 0.2]]
- }
- },
- "style.night": {
- "fill-color": "@scrub_night",
- "fill-opacity": {
- "stops": [[12, 1], [13, 0.8], [16, 0.2]]
- }
- },
- "type": "fill"
- }, {
- "id": "landcover_wood",
- "source": "mapbox",
- "source-layer": "landcover",
- "filter": { "class": "wood" },
- "style": {
- "fill-color": "@wood",
- "fill-opacity": {
- "stops": [[12, 1], [13, 0.8], [16, 0.2]]
- }
- },
- "style.night": {
- "fill-color": "@wood_night",
- "fill-opacity": {
- "stops": [[12, 1], [13, 0.8], [16, 0.2]]
- }
- },
- "type": "fill"
- }, {
- "id": "landuse_wood",
- "source": "mapbox",
- "source-layer": "landuse",
- "filter": { "class": "wood" },
- "style": {
- "fill-color": "@wood"
- },
- "style.night": {
- "fill-color": "@wood_night",
- "fill-opacity": 0.8
- },
- "type": "fill"
- }, {
- "id": "landuse_school",
- "source": "mapbox",
- "source-layer": "landuse",
- "filter": { "class": "school" },
- "style": {
- "fill-color": "@school"
- },
- "style.night": {
- "fill-color": "@school_night"
- },
- "type": "fill"
- }, {
- "id": "landuse_sand",
- "source": "mapbox",
- "source-layer": "landuse",
- "filter": { "class": "sand" },
- "style": {
- "fill-color": "@sand"
- },
- "style.night": {
- "fill-color": "@sand_night",
- "fill-opacity": 0.8
- },
- "type": "fill"
- }, {
- "id": "landuse_pitch",
- "source": "mapbox",
- "source-layer": "landuse",
- "filter": { "class": "pitch" },
- "style": {
- "fill-color": "rgba(255,255,255,0.5)",
- "fill-outline-color": "@pitch"
- },
- "style.night": {
- "fill-color": "@pitch_night",
- "fill-outline-color": "@pitch"
- },
- "type": "fill"
- }, {
- "id": "landuse_park",
- "source": "mapbox",
- "source-layer": "landuse",
- "filter": { "class": "park" },
- "style": {
- "fill-color": "@park"
- },
- "style.night": {
- "fill-color": "@park_night"
- },
- "type": "fill"
- }, {
- "id": "landuse_industrial",
- "source": "mapbox",
- "source-layer": "landuse",
- "filter": { "class": "industrial" },
- "style": {
- "fill-color": "rgba(246,250,255,0.5)"
- },
- "style.night": {
- "fill-color": "@builtup_night"
- },
- "type": "fill"
- }, {
- "id": "landuse_scrub",
- "source": "mapbox",
- "source-layer": "landuse",
- "filter": { "class": "scrub" },
- "style": {
- "fill-color": "@scrub"
- },
- "style.night": {
- "fill-color": "@scrub_night",
- "fill-opacity": 0.8
- },
- "type": "fill"
- }, {
- "id": "landuse_grass",
- "source": "mapbox",
- "source-layer": "landuse",
- "filter": { "class": "grass" },
- "style": {
- "fill-color": "@grass"
- },
- "style.night": {
- "fill-color": "@grass_night",
- "fill-opacity": 0.8
- },
- "type": "fill"
- }, {
- "id": "landuse_crop",
- "source": "mapbox",
- "source-layer": "landuse",
- "filter": { "class": "crop" },
- "style": {
- "fill-color": "@crop"
- },
- "style.night": {
- "fill-color": "@crop_night",
- "fill-opacity": 0.8
- },
- "type": "fill"
- }, {
- "id": "landuse_rock",
- "source": "mapbox",
- "source-layer": "landuse",
- "filter": { "class": "rock" },
- "style": {
- "fill-color": "@rock"
- },
- "style.night": {
- "fill-color": "@rock_night",
- "fill-opacity": 0.8
- },
- "type": "fill"
- }, {
- "id": "landuse_snow",
- "source": "mapbox",
- "source-layer": "landuse",
- "filter": { "class": "snow" },
- "style": {
- "fill-color": "@snow"
- },
- "style.night": {
- "fill-color": "@snow_night",
- "fill-opacity": 0.8
- },
- "type": "fill"
- }, {
- "id": "landuse_hospital",
- "source": "mapbox",
- "source-layer": "landuse",
- "filter": { "class": "hospital" },
- "style": {
- "fill-color": "@hospital"
- },
- "style.night": {
- "fill-color": "@hospital_night"
- },
- "type": "fill"
- }, {
- "id": "landuse_cemetery",
- "source": "mapbox",
- "source-layer": "landuse",
- "filter": { "class": "cemetery" },
- "style": {
- "fill-color": "@cemetery"
- },
- "style.night": {
- "fill-color": "@cemetery_night"
- },
- "type": "fill"
- }, {
- "id": "overlay_breakwater_pier",
- "source": "mapbox",
- "source-layer": "landuse_overlay",
- "filter": { "class": ["breakwater", "pier"] },
- "style": {
- "fill-color": "@land"
- },
- "style.night": {
- "fill-color": "@land_night"
- },
- "type": "fill"
- }, {
- "id": "waterway_river_canal",
- "source": "mapbox",
- "source-layer": "waterway",
- "filter": { "type": ["river", "canal"] },
- "render": {
- "line-cap": "round"
- },
- "style": {
- "line-color": "#87abaf",
- "line-width": "@river_canal_width"
- },
- "style.night": {
- "line-color": "rgb(10,20,71)",
- "line-width": "@river_canal_width"
- },
- "type": "line"
- }, {
- "id": "waterway_stream",
- "source": "mapbox",
- "source-layer": "waterway",
- "filter": { "type": "stream" },
- "render": {
- "line-cap": "round"
- },
- "style": {
- "line-color": "#87abaf",
- "line-width": "@stream_width"
- },
- "style.night": {
- "line-color": "rgb(10,20,71)",
- "line-width": "@stream_width"
- },
- "type": "line"
- }, {
- "id": "hillshade_rasters",
- "type": "raster",
- "source": "mapbox",
- "render": {
- "raster-size": 512,
- "raster-blur": 1
- },
- "style": {
- "raster-opacity": 1
- },
- "layers": [
- {
- "id": "hillshade_full_highlight",
- "source": "mapbox",
- "source-layer": "hillshade",
- "filter": { "class": "full_highlight" },
- "style": {
- "fill-color": "#fffff3",
- "fill-antialias": false,
- "fill-opacity": {
- "stops": [[14, 0.3], [15, 0.3], [16, 0.2], [17, 0.2], [18, 0.1]]
- }
- },
- "style.night": {
- "fill-color": "#fdfdad",
- "fill-antialias": false,
- "fill-opacity": {
- "stops": [[13, 0.4], [14, 0.3], [16, 0.2], [17, 0.1], [18, 0.05]]
- }
- },
- "type": "fill"
- }, {
- "id": "hillshade_medium_highlight",
- "source": "mapbox",
- "source-layer": "hillshade",
- "filter": { "class": "medium_highlight" },
- "style": {
- "fill-color": "#ffd",
- "fill-antialias": false,
- "fill-opacity": {
- "stops": [[14, 0.3], [15, 0.3], [16, 0.2], [17, 0.2], [18, 0.1]]
- }
- },
- "style.night": {
- "fill-color": "#ffe1b7",
- "fill-antialias": false,
- "fill-opacity": {
- "stops": [[14, 0.3], [16, 0.2], [17, 0.15], [18, 0.05]]
- }
- },
- "type": "fill"
- }, {
- "id": "hillshade_medium_shadow",
- "source": "mapbox",
- "source-layer": "hillshade",
- "filter": { "class": "medium_shadow" },
- "style": {
- "fill-color": "#206",
- "fill-antialias": false,
- "fill-opacity": {
- "stops": [[14, 0.08], [15, 0.075], [16, 0.05], [17, 0.05], [18, 0.025]]
- }
- },
- "style.night": {
- "fill-color": "#206",
- "fill-antialias": false,
- "fill-opacity": {
- "stops": [[15, 0.3], [16, 0.2], [17, 0.1], [18, 0.05]]
- }
- },
- "type": "fill"
- }, {
- "id": "hillshade_full_shadow",
- "source": "mapbox",
- "source-layer": "hillshade",
- "filter": { "class": "full_shadow" },
- "style": {
- "fill-color": "#103",
- "fill-antialias": false,
- "fill-opacity": {
- "stops": [[14, 0.08], [15, 0.075], [16, 0.05], [17, 0.05], [18, 0.025]]
- }
- },
- "style.night": {
- "fill-color": "#103",
- "fill-antialias": false,
- "fill-opacity": {
- "stops": [[15, 0.3], [16, 0.2], [17, 0.1], [18, 0.05]]
- }
- },
- "type": "fill"
- }
- ]
- }, {
- "id": "overlay_wetland",
- "source": "mapbox",
- "source-layer": "landuse_overlay",
- "filter": { "class": ["wetland", "wetland_noveg"] },
- "style": {
- "fill-color": "rgba(210,225,225,0.2)",
- "fill-image": "wetland_noveg_64"
- },
- "style.night": {
- "fill-color": "rgba(210,225,225,0.2)",
- "fill-image": "wetland_noveg_64"
- },
- "type": "fill"
- }, {
- "id": "building_shadow",
- "source": "mapbox",
- "source-layer": "building",
- "style": {
- "fill-color": "#d5d1c6",
- "fill-translate": [1, 1],
- "fill-opacity": {
- "stops": [[15.5, 0], [16, 1]]
- },
- "fill-outline-color": "#d5d1c6"
- },
- "style.night": {
- "fill-color": "#026688",
- "fill-translate": [1, 1],
- "fill-opacity": {
- "stops": [[15.5, 0], [16, 1]]
- },
- "fill-outline-color": "#026688"
- },
- "type": "fill"
- }, {
- "id": "building",
- "ref": "building_shadow",
- "style": {
- "fill-color": "#ebe7db"
- },
- "style.night": {
- "fill-color": "#027797"
- }
- }, {
- "id": "building_wall",
- "ref": "building_shadow",
- "style": {
- "fill-color": "#ebe7db",
- "fill-opacity": {
- "stops": [[15.5, 0], [16, 0.7]]
- },
- "fill-outline-color": "#d5d1c6"
- },
- "style.night": {
- "fill-color": "#027797",
- "fill-opacity": {
- "stops": [[15.5, 0], [16, 0.7]]
- },
- "fill-outline-color": "#026688"
- }
- }, {
- "id": "contour_line_loud",
- "source": "mapbox",
- "source-layer": "contour",
- "filter": { "index": 5 },
- "render": {
- "line-join": "round"
- },
- "style": {
- "line-color": "#008",
- "line-width": 0.9,
- "line-opacity": {
- "stops": [[11, 0.05], [12, 0.11]]
- }
- },
- "style.night": {
- "line-color": "@contour_night",
- "line-width": 0.9,
- "line-opacity": {
- "stops": [[11, 0.1], [12, 0.2]]
- }
- },
- "type": "line"
- }, {
- "id": "contour_line_regular",
- "source": "mapbox",
- "source-layer": "contour",
- "render": {
- "line-join": "round"
- },
- "style": {
- "line-color": "#008",
- "line-width": 0.5,
- "line-opacity": {
- "stops": [[11, 0.05], [12, 0.11]]
- }
- },
- "style.night": {
- "line-color": "@contour_night",
- "line-width": 0.5,
- "line-opacity": {
- "stops": [[11, 0.1], [12, 0.4]]
- }
- },
- "type": "line"
- }, {
- "id": "barrier_line_gate",
- "source": "mapbox",
- "source-layer": "barrier_line",
- "filter": { "class": "gate" },
- "style": {
- "line-width": 2.5,
- "line-color": "#aab"
- },
- "style.night": {
- "line-width": 2.5,
- "line-color": "#59596f"
- },
- "type": "line"
- }, {
- "id": "barrier_line_fence",
- "source": "mapbox",
- "source-layer": "barrier_line",
- "filter": { "class": "fence" },
- "style": {
- "line-color": "#aeada3",
- "line-width": "@fence_width"
- },
- "style.night": {
- "line-color": "#014b61",
- "line-width": "@fence_width"
- },
- "type": "line"
- }, {
- "id": "barrier_line_hedge",
- "source": "mapbox",
- "source-layer": "barrier_line",
- "filter": { "class": "hedge" },
- "style": {
- "line-color": "#8de99b",
- "line-width": "@hedge_width"
- },
- "style.night": {
- "line-color": "#2e7a57",
- "line-width": "@hedge_width"
- },
- "type": "line"
- }, {
- "id": "barrier_line_land",
- "source": "mapbox",
- "source-layer": "barrier_line",
- "filter": { "class": "land" },
- "style": {
- "line-color": "@land",
- "line-width": "@barrier_line_land_width"
- },
- "style.night": {
- "line-color": "@land_night",
- "line-width": "@barrier_line_land_width"
- },
- "type": "line"
- }, {
- "id": "barrier_line_land_fill",
- "source": "mapbox",
- "source-layer": "barrier_line",
- "filter": { "class": "land" },
- "style": {
- "fill-color": "@land"
- },
- "style.night": {
- "fill-color": "@land_night"
- },
- "type": "fill"
- }, {
- "id": "barrier_line_cliff",
- "source": "mapbox",
- "source-layer": "barrier_line",
- "filter": { "class": "cliff" },
- "style": {
- "line-color": "#987",
- "line-width": 4
- },
- "style.night": {
- "line-color": "#63574b",
- "line-width": 4
- },
- "type": "line"
- }, {
- "id": "water",
- "source": "mapbox",
- "source-layer": "water",
- "style": {
- "fill-color": "@water",
- "fill-outline-color": "#a2bdc0"
- },
- "style.night": {
- "fill-color": "@water_night",
- "fill-outline-color": "@water_dark_night"
- },
- "type": "fill"
- }, {
- "id": "aeroway_fill",
- "source": "mapbox",
- "source-layer": "aeroway",
- "filter": {
- "$type": "Polygon"
- },
- "style": {
- "fill-color": "#ddd"
- },
- "style.night": {
- "fill-color": "#367"
- },
- "type": "fill"
- }, {
- "id": "aeroway_runway",
- "source": "mapbox",
- "source-layer": "aeroway",
- "filter": { "type": "runway" },
- "style": {
- "line-color": "#ddd",
- "line-width": "@runway_width"
- },
- "style.night": {
- "line-color": "#367",
- "line-width": "@runway_width"
- },
- "type": "line"
- }, {
- "id": "aeroway_taxiway",
- "source": "mapbox",
- "source-layer": "aeroway",
- "filter": { "type": "taxiway" },
- "style": {
- "line-color": "#ddd",
- "line-width": "@taxiway_width"
- },
- "style.night": {
- "line-color": "#367",
- "line-width": "@taxiway_width"
- },
- "type": "line"
- }, {
- "id": "tunnel_motorway_link_casing",
- "source": "mapbox",
- "source-layer": "tunnel",
- "filter": { "class": "motorway_link" },
- "style": {
- "line-color": "@case",
- "line-dasharray": [6, 6],
- "line-width": "@motorway_link_casing_width"
- },
- "style.night": {
- "line-color": "@case_night",
- "line-dasharray": [6, 6],
- "line-width": "@motorway_link_casing_width"
- },
- "type": "line"
- }, {
- "id": "tunnel_service_casing",
- "source": "mapbox",
- "source-layer": "tunnel",
- "filter": { "class": "service" },
- "style": {
- "line-color": "#000",
- "line-opacity": 0.04,
- "line-dasharray": [6, 6],
- "line-width": "@service_casing_width"
- },
- "style.night": {
- "line-color": "#000",
- "line-opacity": 0.04,
- "line-dasharray": [6, 6],
- "line-width": "@service_casing_width"
- },
- "type": "line"
- }, {
- "id": "tunnel_main_casing",
- "source": "mapbox",
- "source-layer": "tunnel",
- "filter": { "class": "main" },
- "style": {
- "line-color": "@case",
- "line-dasharray": [6, 6],
- "line-width": "@main_casing_width",
- "line-opacity": {
- "stops": [[8, 0], [9, 1]]
- }
- },
- "style.night": {
- "line-color": "@case_night",
- "line-dasharray": [6, 6],
- "line-width": "@main_casing_width",
- "line-opacity": {
- "stops": [[8, 0], [9, 1]]
- }
- },
- "type": "line"
- }, {
- "id": "tunnel_street_casing",
- "source": "mapbox",
- "source-layer": "tunnel",
- "filter": { "class": ["street", "street_limited"] },
- "style": {
- "line-color": "#d9d5c6",
- "line-width": "@street_casing_width",
- "line-opacity": "@street_casing_opacity"
- },
- "style.night": {
- "line-color": "@street_case_night",
- "line-width": "@street_casing_width",
- "line-opacity": "@street_casing_opacity"
- },
- "type": "line"
- }, {
- "id": "tunnel_motorway_link",
- "ref": "tunnel_motorway_link_casing",
- "style": {
- "line-color": "#e6cec7",
- "line-width": "@motorway_link_width"
- },
- "style.night": {
- "line-color": "#78b0c1",
- "line-width": "@motorway_link_width"
- }
- }, {
- "id": "tunnel_service",
- "ref": "tunnel_service_casing",
- "style": {
- "line-color": "#e6cec7",
- "line-width": 2
- },
- "style.night": {
- "line-color": "#017ca0",
- "line-width": 2
- }
- }, {
- "id": "tunnel_street",
- "ref": "tunnel_street_casing",
- "style": {
- "line-color": "#d9d5c6",
- "line-width": "@street_width"
- },
- "style.night": {
- "line-color": "@street_night",
- "line-width": "@street_width"
- }
- }, {
- "id": "tunnel_main",
- "ref": "tunnel_main_casing",
- "style": {
- "line-color": "#e6cec7",
- "line-width": "@main_width",
- "line-opacity": {
- "stops": [[5.5, 0], [6, 1]]
- }
- },
- "style.night": {
- "line-color": "#78b0c1",
- "line-width": "@main_width",
- "line-opacity": {
- "stops": [[5.5, 0], [6, 1]]
- }
- }
- }, {
- "id": "tunnel_motorway_casing",
- "source": "mapbox",
- "source-layer": "tunnel",
- "filter": { "class": "motorway" },
- "style": {
- "line-color": "@case",
- "line-dasharray": [6, 6],
- "line-width": "@motorway_casing_width",
- "line-opacity": {
- "stops": [[8.5, 0], [9, 1]]
- }
- },
- "style.night": {
- "line-color": "@case_night",
- "line-dasharray": [6, 6],
- "line-width": "@motorway_casing_width",
- "line-opacity": {
- "stops": [[8.5, 0], [9, 1]]
- }
- },
- "type": "line"
- }, {
- "id": "tunnel_motorway",
- "ref": "tunnel_motorway_casing",
- "style": {
- "line-color": "#e6cec7",
- "line-width": "@motorway_width",
- "line-opacity": {
- "stops": [[5.5, 0], [6, 1]]
- }
- },
- "style.night": {
- "line-color": "#78b0c1",
- "line-width": "@motorway_width",
- "line-opacity": {
- "stops": [[5.5, 0], [6, 1]]
- }
- }
- }, {
- "id": "road_path_case",
- "source": "mapbox",
- "source-layer": "road",
- "filter": { "class": "path" },
- "style": {
- "line-color": "#ffd",
- "line-opacity": 0.4,
- "line-width": {
- "stops": [[14, 3], [15, 4]]
- }
- },
- "style.night": {
- "line-color": "@land_night",
- "line-opacity": 0.2
- },
- "type": "line"
- }, {
- "id": "road_path_footway",
- "source": "mapbox",
- "source-layer": "bridge",
- "filter": { "type": "footway" },
- "style": {
- "line-color": "#bba",
- "line-dasharray": [10, 4],
- "line-width": "@path_width"
- },
- "style.night": {
- "line-color": "#fff",
- "line-dasharray": [10, 4],
- "line-width": "@path_width"
- },
- "type": "line"
- }, {
- "id": "road_path_path",
- "source": "mapbox",
- "source-layer": "bridge",
- "filter": { "type": "path" },
- "style": {
- "line-color": "#987",
- "line-dasharray": [10, 4],
- "line-opacity": 0.8,
- "line-width": {
- "stops": [[13, 0.8], [14, 0.9], [15, 1.2]]
- }
- },
- "style.night": {
- "line-color": "#fff",
- "line-dasharray": [10, 4],
- "line-opacity": 0.8,
- "line-width": {
- "stops": [[13, 0.8], [14, 0.9], [15, 1.2]]
- }
- },
- "type": "line"
- }, {
- "id": "road_path_cycleway",
- "source": "mapbox",
- "source-layer": "bridge",
- "filter": { "type": "cycleway" },
- "style": {
- "line-color": "#488",
- "line-dasharray": [10, 4],
- "line-width": "@path_width"
- },
- "style.night": {
- "line-color": "#94e6ff",
- "line-dasharray": [10, 4],
- "line-width": "@path_width"
- },
- "type": "line"
- }, {
- "id": "road_path_mtb",
- "source": "mapbox",
- "source-layer": "bridge",
- "filter": { "type": "mtb" },
- "style": {
- "line-color": "#488",
- "line-dasharray": [12, 4],
- "line-width": "@path_width"
- },
- "style.night": {
- "line-color": "#94e6ff",
- "line-dasharray": [12, 4],
- "line-width": "@path_width"
- },
- "type": "line"
- }, {
- "id": "road_path_piste",
- "source": "mapbox",
- "source-layer": "bridge",
- "filter": { "type": "piste" },
- "style": {
- "line-color": "#87b",
- "line-dasharray": [8, 4],
- "line-width": "@path_width"
- },
- "style.night": {
- "line-color": "#715dae",
- "line-dasharray": [8, 4],
- "line-width": "@path_width"
- },
- "type": "line"
- }, {
- "id": "road_path_steps",
- "source": "mapbox",
- "source-layer": "bridge",
- "filter": { "type": "steps" },
- "style": {
- "line-color": "#bba",
- "line-dasharray": [10, 4],
- "line-width": 4
- },
- "style.night": {
- "line-color": "#016684",
- "line-dasharray": [10, 4],
- "line-opacity": 0.3,
- "line-width": 6
- },
- "type": "line"
- }, {
- "id": "road_major_rail",
- "source": "mapbox",
- "source-layer": "bridge",
- "filter": { "class": "major_rail" },
- "style": {
- "line-color": "#c8c4c0",
- "line-width": 0.8
- },
- "style.night": {
- "line-color": "#c8c4c0",
- "line-width": 0.8
- },
- "type": "line"
- }, {
- "id": "road_major_rail_hatching",
- "ref": "road_major_rail",
- "style": {
- "line-color": "#c8c4c0",
- "line-dasharray": [2, 31],
- "line-width": 5
- },
- "style.night": {
- "line-color": "#c8c4c0",
- "line-dasharray": [2, 31],
- "line-width": 5
- }
- }, {
- "id": "road_motorway_link_casing",
- "source": "mapbox",
- "source-layer": "road",
- "filter": { "class": "motorway_link" },
- "render": {
- "line-join": "round",
- "line-cap": "round"
- },
- "style": {
- "line-color": "@case",
- "line-width": "@motorway_link_casing_width"
- },
- "style.night": {
- "line-color": "@case_night",
- "line-width": "@motorway_link_casing_width"
- },
- "type": "line"
- }, {
- "id": "road_service_casing",
- "source": "mapbox",
- "source-layer": "road",
- "filter": { "class": "service" },
- "render": {
- "line-join": "round",
- "line-cap": "round"
- },
- "style": {
- "line-color": "#000",
- "line-opacity": 0.04,
- "line-width": "@service_casing_width"
- },
- "style.night": {
- "line-color": "#000",
- "line-opacity": 0.04,
- "line-width": "@service_casing_width"
- },
- "type": "line"
- }, {
- "id": "road_main_casing",
- "source": "mapbox",
- "source-layer": "road",
- "filter": { "class": "main" },
- "render": {
- "line-join": "round",
- "line-cap": "round"
- },
- "style": {
- "line-color": "@case",
- "line-width": "@main_casing_width",
- "line-opacity": {
- "stops": [[8, 0], [9, 1]]
- }
- },
- "style.night": {
- "line-color": "@case_night",
- "line-width": "@main_casing_width",
- "line-opacity": {
- "stops": [[8, 0], [9, 1]]
- }
- },
- "type": "line"
- }, {
- "id": "road_street_casing",
- "source": "mapbox",
- "source-layer": "road",
- "filter": { "class": ["street", "street_limited"] },
- "render": {
- "line-join": "round",
- "line-cap": "round"
- },
- "style": {
- "line-color": "#d9d5c6",
- "line-width": "@street_casing_width",
- "line-opacity": "@street_casing_opacity"
- },
- "style.night": {
- "line-color": "@street_case_night",
- "line-width": "@street_casing_width",
- "line-opacity": "@street_casing_opacity"
- },
- "type": "line"
- }, {
- "id": "road_motorway_link",
- "ref": "road_motorway_link_casing",
- "style": {
- "line-color": "@motorway",
- "line-width": "@motorway_link_width"
- },
- "style.night": {
- "line-color": "@motorway_night",
- "line-width": "@motorway_link_width"
- }
- }, {
- "id": "road_service",
- "ref": "road_service_casing",
- "style": {
- "line-color": "@street",
- "line-width": 2
- },
- "style.night": {
- "line-color": "@street_night",
- "line-width": 2
- }
- }, {
- "id": "road_street",
- "ref": "road_street_casing",
- "style": {
- "line-color": "@street",
- "line-width": "@street_width"
- },
- "style.night": {
- "line-color": "@street_night",
- "line-width": "@street_width"
- }
- }, {
- "id": "road_main",
- "ref": "road_main_casing",
- "style": {
- "line-color": "@main",
- "line-width": "@main_width",
- "line-opacity": {
- "stops": [[5.5, 0], [6, 1]]
- }
- },
- "style.night": {
- "line-color": "@main_night",
- "line-width": "@main_width",
- "line-opacity": {
- "stops": [[5.5, 0], [6, 1]]
- }
- }
- }, {
- "id": "road_motorway_casing",
- "source": "mapbox",
- "source-layer": "road",
- "filter": { "class": "motorway" },
- "render": {
- "line-join": "round",
- "line-cap": "round"
- },
- "style": {
- "line-color": "@case",
- "line-width": "@motorway_casing_width",
- "line-opacity": {
- "stops": [[8.5, 0], [9, 1]]
- }
- },
- "style.night": {
- "line-color": "@case_night",
- "line-width": "@motorway_casing_width",
- "line-opacity": {
- "stops": [[8.5, 0], [9, 1]]
- }
- },
- "type": "line"
- }, {
- "id": "road_motorway",
- "ref": "road_motorway_casing",
- "style": {
- "line-color": "@motorway",
- "line-width": "@motorway_width",
- "line-opacity": {
- "stops": [[5.5, 0], [6, 1]]
- }
- },
- "style.night": {
- "line-color": "@motorway_night",
- "line-width": "@motorway_width",
- "line-opacity": {
- "stops": [[5.5, 0], [6, 1]]
- }
- }
- }, {
- "id": "bridge_motorway_link_casing",
- "source": "mapbox",
- "source-layer": "bridge",
- "filter": { "class": "motorway_link" },
- "style": {
- "line-color": "@case",
- "line-width": "@motorway_link_casing_width"
- },
- "style.night": {
- "line-color": "@case_night",
- "line-width": "@motorway_link_casing_width"
- },
- "type": "line"
- }, {
- "id": "bridge_service_casing",
- "source": "mapbox",
- "source-layer": "bridge",
- "filter": { "class": "service" },
- "style": {
- "line-color": "#000",
- "line-opacity": 0.04,
- "line-width": "@service_casing_width"
- },
- "style.night": {
- "line-color": "#000",
- "line-opacity": 0.04,
- "line-width": "@service_casing_width"
- },
- "type": "line"
- }, {
- "id": "bridge_main_casing",
- "source": "mapbox",
- "source-layer": "bridge",
- "filter": { "class": "main" },
- "style": {
- "line-color": "@case",
- "line-width": "@main_casing_width",
- "line-opacity": {
- "stops": [[8, 0], [9, 1]]
- }
- },
- "style.night": {
- "line-color": "@case_night",
- "line-width": "@main_casing_width",
- "line-opacity": {
- "stops": [[8, 0], [9, 1]]
- }
- },
- "type": "line"
- }, {
- "id": "bridge_street_casing",
- "source": "mapbox",
- "source-layer": "bridge",
- "filter": { "class": ["street", "street_limited"] },
- "style": {
- "line-color": "#d9d5c6",
- "line-width": "@street_casing_width",
- "line-opacity": "@street_casing_opacity"
- },
- "style.night": {
- "line-color": "@street_case_night",
- "line-width": "@street_casing_width",
- "line-opacity": "@street_casing_opacity"
- },
- "type": "line"
- }, {
- "id": "bridge_motorway_link",
- "ref": "bridge_motorway_link_casing",
- "style": {
- "line-color": "@motorway",
- "line-width": "@motorway_link_width"
- },
- "style.night": {
- "line-color": "@motorway_night",
- "line-width": "@motorway_link_width"
- }
- }, {
- "id": "bridge_service",
- "ref": "bridge_service_casing",
- "style": {
- "line-color": "@street",
- "line-width": 2
- },
- "style.night": {
- "line-color": "@street_night",
- "line-width": 2
- }
- }, {
- "id": "bridge_street",
- "ref": "bridge_street_casing",
- "style": {
- "line-color": "@street",
- "line-width": "@street_width"
- },
- "style.night": {
- "line-color": "@street_night",
- "line-width": "@street_width"
- }
- }, {
- "id": "bridge_main",
- "ref": "bridge_main_casing",
- "style": {
- "line-color": "@main",
- "line-width": "@main_width",
- "line-opacity": {
- "stops": [[5.5, 0], [6, 1]]
- }
- },
- "style.night": {
- "line-color": "@main_night",
- "line-width": "@main_width",
- "line-opacity": {
- "stops": [[5.5, 0], [6, 1]]
- }
- }
- }, {
- "id": "bridge_motorway_casing",
- "source": "mapbox",
- "source-layer": "bridge",
- "filter": { "class": "motorway" },
- "style": {
- "line-color": "@case",
- "line-width": "@motorway_casing_width",
- "line-opacity": {
- "stops": [[8.5, 0], [9, 1]]
- }
- },
- "style.night": {
- "line-color": "@case_night",
- "line-width": "@motorway_casing_width",
- "line-opacity": {
- "stops": [[8.5, 0], [9, 1]]
- }
- },
- "type": "line"
- }, {
- "id": "bridge_motorway",
- "ref": "bridge_motorway_casing",
- "style": {
- "line-color": "@motorway",
- "line-width": "@motorway_width",
- "line-opacity": {
- "stops": [[5.5, 0], [6, 1]]
- }
- },
- "style.night": {
- "line-color": "@motorway_night",
- "line-width": "@motorway_width",
- "line-opacity": {
- "stops": [[5.5, 0], [6, 1]]
- }
- }
- }, {
- "id": "bridge_aerialway_casing",
- "source": "mapbox",
- "source-layer": "bridge",
- "filter": { "class": "aerialway" },
- "style": {
- "line-color": "white",
- "line-opacity": 0.5,
- "line-width": "@aerialway_casing_width"
- },
- "style.night": {
- "line-color": "white",
- "line-opacity": 0.5,
- "line-width": "@aerialway_casing_width"
- },
- "type": "line"
- }, {
- "id": "bridge_aerialway",
- "ref": "bridge_aerialway_casing",
- "style": {
- "line-color": "#876",
- "line-opacity": 0.5,
- "line-width": "@aerialway_width"
- },
- "style.night": {
- "line-color": "#876",
- "line-opacity": 0.5,
- "line-width": "@aerialway_width"
- }
- }, {
- "id": "admin_l3",
- "source": "mapbox",
- "source-layer": "admin",
- "filter": { "admin_level": [3, 4, 5] },
- "render": {
- "line-join": "round"
- },
- "style": {
- "line-color": "#88a",
- "line-dasharray": [60, 20],
- "line-opacity": {
- "stops": [[3, 0], [5, 1]]
- },
- "line-width": "@admin_l3_width"
- },
- "style.night": {
- "line-color": "@admin_night",
- "line-dasharray": [60, 20],
- "line-opacity": {
- "stops": [[3, 0], [5, 1]]
- },
- "line-width": "@admin_l3_width"
- },
- "type": "line"
- }, {
- "id": "admin_l2",
- "source": "mapbox",
- "source-layer": "admin",
- "filter": { "admin_level": 2 },
- "render": {
- "line-join": "round",
- "line-cap": "round"
- },
- "style": {
- "line-color": "#88a",
- "line-width": "@admin_l2_width"
- },
- "style.night": {
- "line-color": "@admin_night",
- "line-width": "@admin_l2_width"
- },
- "type": "line"
- }, {
- "id": "admin_maritime_cover",
- "source": "mapbox",
- "source-layer": "admin",
- "filter": { "maritime": 1 },
- "render": {
- "line-join": "round",
- "line-cap": "round"
- },
- "style": {
- "line-color": "@water",
- "line-width": 5
- },
- "style.night": {
- "line-color": "@water_night",
- "line-width": 5
- },
- "type": "line"
- }, {
- "id": "admin_maritime",
- "ref": "admin_maritime_cover",
- "style": {
- "line-color": "#c0d6d6",
- "line-width": {
- "stops": [[5, 1], [7, 2], [11, 3]]
- }
- },
- "style.night": {
- "line-color": "#0a1347",
- "line-width": {
- "stops": [[5, 1], [7, 2], [11, 3]]
- }
- }
- }, {
- "id": "country_label_line",
- "source": "mapbox",
- "source-layer": "country_label_line",
- "render": {
- "text-max-width": 5
- },
- "style": {
- "line-color": "@country_text",
- "line-width": 0.5,
- "line-opacity": 0.5
- },
- "style.night": {
- "line-color": "@text_night",
- "line-width": 0.5,
- "line-opacity": 0.5
- },
- "type": "line"
- }, {
- "id": "country_label",
- "source": "mapbox",
- "source-layer": "country_label",
- "filter": { "$type": "Point" },
- "render": {
- "text-field": "{name_en}",
- "text-font": "Open Sans Semibold, Arial Unicode MS Bold",
- "text-max-size": 24,
- "text-max-width": 5
- },
- "style": {
- "text-color": "@country_text",
- "text-halo-color": "rgba(255,255,255,0.5)",
- "text-halo-width": {
- "stops": [[0, 1.17], [11, 2]]
- },
- "text-size": "@country_label_size"
- },
- "style.night": {
- "text-color": "@text_night",
- "text-halo-color": "@text2_stroke_night",
- "text-halo-width": {
- "stops": [[0, 1.63], [11, 2.8]]
- },
- "text-size": "@country_label_size"
- },
- "type": "symbol"
- }, {
- "id": "marine_label_line_1",
- "source": "mapbox",
- "source-layer": "marine_label",
- "filter": { "$type": "LineString", "labelrank": 1 },
- "render": {
- "text-field": "{name_en}",
- "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold",
- "text-max-size": 30,
- "text-max-angle": 28.65,
- "text-letter-spacing": 0.4,
- "symbol-placement": "line"
- },
- "style": {
- "text-color": "@marine_text",
- "text-size": {
- "stops": [[2, 20], [3, 25], [4, 30], [21, 30]]
- },
- "text-halo-color": "@water"
- },
- "style.night": {
- "text-color": "@water_dark_night",
- "text-size": {
- "stops": [[2, 20], [3, 25], [4, 30], [21, 30]]
- },
- "text-halo-color": "@water_night"
- },
- "type": "symbol"
- }, {
- "id": "marine_label_line_2",
- "source": "mapbox",
- "source-layer": "marine_label",
- "filter": { "$type": "LineString", "labelrank": 2 },
- "render": {
- "text-field": "{name_en}",
- "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold",
- "text-max-size": 24,
- "text-max-angle": 28.65,
- "symbol-placement": "line"
- },
- "style": {
- "text-color": "@marine_text",
- "text-size": {
- "stops": [[2, 13], [3, 14], [4, 20], [5, 24], [21, 24]]
- },
- "text-halo-color": "@water"
- },
- "style.night": {
- "text-color": "@water_dark_night",
- "text-size": {
- "stops": [[2, 13], [3, 14], [4, 20], [5, 24], [21, 24]]
- },
- "text-halo-color": "@water_night"
- },
- "type": "symbol"
- }, {
- "id": "marine_label_line_3",
- "source": "mapbox",
- "source-layer": "marine_label",
- "filter": { "$type": "LineString", "labelrank": 3 },
- "render": {
- "text-field": "{name_en}",
- "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold",
- "text-max-size": 18,
- "text-max-angle": 28.65,
- "symbol-placement": "line"
- },
- "style": {
- "text-color": "@marine_text",
- "text-size": {
- "stops": [[2, 12], [3, 13], [4, 15], [5, 18], [21, 18]]
- },
- "text-halo-color": "@water"
- },
- "style.night": {
- "text-color": "@water_dark_night",
- "text-size": {
- "stops": [[2, 12], [3, 13], [4, 15], [5, 18], [21, 18]]
- },
- "text-halo-color": "@water_night"
- },
- "type": "symbol"
- }, {
- "id": "marine_label_line_other",
- "source": "mapbox",
- "source-layer": "marine_label",
- "filter": { "$type": "LineString", "labelrank": [4, 5, 6] },
- "render": {
- "text-field": "{name_en}",
- "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold",
- "text-max-size": 16,
- "text-max-angle": 28.65,
- "symbol-placement": "line"
- },
- "style": {
- "text-color": "@marine_text",
- "text-size": {
- "stops": [[3, 12], [4, 14], [5, 16], [21, 16]]
- },
- "text-halo-color": "@water"
- },
- "style.night": {
- "text-color": "@water_dark_night",
- "text-size": {
- "stops": [[3, 12], [4, 14], [5, 16], [21, 16]]
- },
- "text-halo-color": "@water_night"
- },
- "type": "symbol"
- }, {
- "id": "marine_label_point_1",
- "source": "mapbox",
- "source-layer": "marine_label",
- "filter": { "$type": "Point", "labelrank": 1 },
- "render": {
- "text-field": "{name_en}",
- "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold",
- "text-max-size": 30,
- "text-max-width": 8,
- "text-letter-spacing": 0.4,
- "text-line-height": 2
- },
- "style": {
- "text-color": "@marine_text",
- "text-size": {
- "stops": [[2, 20], [3, 25], [4, 30], [21, 30]]
- },
- "text-halo-color": "@water"
- },
- "style.night": {
- "text-color": "@water_dark_night",
- "text-size": {
- "stops": [[2, 20], [3, 25], [4, 30], [21, 30]]
- },
- "text-halo-color": "@water_night"
- },
- "type": "symbol"
- }, {
- "id": "marine_label_point_2",
- "source": "mapbox",
- "source-layer": "marine_label",
- "filter": { "$type": "Point", "labelrank": 2 },
- "render": {
- "text-field": "{name_en}",
- "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold",
- "text-max-size": 24,
- "text-max-width": 8,
- "text-letter-spacing": 0.2,
- "text-line-height": 1.5
- },
- "style": {
- "text-color": "@marine_text",
- "text-size": {
- "stops": [[2, 13], [3, 14], [4, 20], [5, 24], [21, 24]]
- },
- "text-halo-color": "@water"
- },
- "style.night": {
- "text-color": "@water_dark_night",
- "text-size": {
- "stops": [[2, 13], [3, 14], [4, 20], [5, 24], [21, 24]]
- },
- "text-halo-color": "@water_night"
- },
- "type": "symbol"
- }, {
- "id": "marine_label_point_3",
- "source": "mapbox",
- "source-layer": "marine_label",
- "filter": { "$type": "Point", "labelrank": 3 },
- "render": {
- "text-field": "{name_en}",
- "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold",
- "text-max-size": 18,
- "text-max-width": 8,
- "text-letter-spacing": 0.1,
- "text-line-height": 1.3
- },
- "style": {
- "text-color": "@marine_text",
- "text-size": {
- "stops": [[2, 12], [3, 13], [4, 15], [5, 18], [21, 18]]
- },
- "text-halo-color": "@water"
- },
- "style.night": {
- "text-color": "@water_dark_night",
- "text-size": {
- "stops": [[2, 12], [3, 13], [4, 15], [5, 18], [21, 18]]
- },
- "text-halo-color": "@water_night"
- },
- "type": "symbol"
- }, {
- "id": "marine_label_point_other",
- "source": "mapbox",
- "source-layer": "marine_label",
- "filter": { "$type": "Point", "labelrank": [4, 5, 6] },
- "render": {
- "text-field": "{name_en}",
- "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold",
- "text-max-size": 16,
- "text-max-width": 8,
- "text-letter-spacing": 0.1,
- "text-line-height": 1.2
- },
- "style": {
- "text-color": "@marine_text",
- "text-size": {
- "stops": [[3, 12], [4, 14], [5, 16], [21, 16]]
- },
- "text-halo-color": "@water"
- },
- "style.night": {
- "text-color": "@water_dark_night",
- "text-size": {
- "stops": [[3, 12], [4, 14], [5, 16], [21, 16]]
- },
- "text-halo-color": "@water_night"
- },
- "type": "symbol"
- }, {
- "id": "state_label",
- "source": "mapbox",
- "source-layer": "state_label",
- "filter": { "$type": "Point" },
- "render": {
- "text-field": "{name_en}",
- "text-font": "Open Sans Regular, Arial Unicode MS Regular",
- "text-max-size": 16,
- "text-max-width": 8
- },
- "style": {
- "text-color": "#333",
- "text-halo-width": {
- "stops": [[2.99, 0], [3, 1.17], [8.99, 1.87], [9, 0]]
- },
- "text-halo-color": "rgba(244,239,225,0.8)",
- "text-size": {
- "stops": [[2.99, 0], [3, 10], [8.99, 16], [9, 0]]
- }
- },
- "style.night": {
- "text-color": "#fff",
- "text-halo-width": {
- "stops": [[2.99, 0], [3, 1.17], [8.99, 1.87], [9, 0]]
- },
- "text-halo-color": "@land_night",
- "text-size": {
- "stops": [[2.99, 0], [3, 10], [8.99, 16], [9, 0]]
- }
- },
- "type": "symbol"
- }, {
- "id": "place_label_city",
- "source": "mapbox",
- "source-layer": "place_label",
- "filter": { "type": "city", "$type": "Point" },
- "render": {
- "text-field": "{name_en}",
- "text-font": "Open Sans Semibold, Arial Unicode MS Bold",
- "text-max-size": 20,
- "text-max-width": 8
- },
- "style": {
- "text-color": "#444",
- "text-halo-width": {
- "stops": [[2.99, 0], [3, 1.17], [6, 1.63], [13.99, 2.33], [14, 0]]
- },
- "text-halo-color": "@text_stroke",
- "text-size": {
- "stops": [[2.99, 0], [3, 10], [6, 14], [13.99, 20], [14, 0]]
- }
- },
- "style.night": {
- "text-color": "#fff",
- "text-halo-width": {
- "stops": [[2.99, 0], [3, 1.17], [6, 1.63], [13.99, 2.33], [14, 0]]
- },
- "text-halo-color": "@text2_stroke_night",
- "text-size": {
- "stops": [[2.99, 0], [3, 10], [6, 14], [13.99, 20], [14, 0]]
- }
- },
- "type": "symbol"
- }, {
- "id": "place_label_town",
- "source": "mapbox",
- "source-layer": "place_label",
- "filter": { "type": "town", "$type": "Point" },
- "render": {
- "text-field": "{name_en}",
- "text-font": "Open Sans Semibold, Arial Unicode MS Bold",
- "text-max-size": 24,
- "text-max-width": 8
- },
- "style": {
- "text-color": "#716656",
- "text-halo-width": {
- "stops": [[8, 1.5], [11, 1.95], [13, 2.55], [15, 3.3]]
- },
- "text-halo-color": "@text_stroke",
- "text-size": {
- "stops": [[8, 10], [11, 13], [13, 17], [15, 22]]
- }
- },
- "style.night": {
- "text-color": "@text_night",
- "text-halo-width": {
- "stops": [[8, 1.5], [11, 1.95], [13, 2.55], [15, 3.3]]
- },
- "text-halo-color": "@text2_stroke_night",
- "text-size": {
- "stops": [[8, 10], [11, 13], [13, 17], [15, 22]]
- }
- },
- "type": "symbol"
- }, {
- "id": "place_label_village",
- "source": "mapbox",
- "source-layer": "place_label",
- "filter": { "type": "village", "$type": "Point" },
- "render": {
- "text-field": "{name_en}",
- "text-font": "Open Sans Semibold, Arial Unicode MS Bold",
- "text-max-size": 22,
- "text-max-width": 8
- },
- "style": {
- "text-color": "#635644",
- "text-halo-width": {
- "stops": [[8, 1.2], [11, 1.5], [13, 2.1], [15, 2.4], [16, 3]]
- },
- "text-halo-color": "@text_stroke",
- "text-size": {
- "stops": [[8, 8], [11, 10], [13, 14], [15, 16], [16, 20]]
- }
- },
- "style.night": {
- "text-color": "@text_night",
- "text-halo-width": {
- "stops": [[8, 1.2], [11, 1.5], [13, 2.1], [15, 2.4], [16, 3]]
- },
- "text-halo-color": "@text2_stroke_night",
- "text-size": {
- "stops": [[8, 8], [11, 10], [13, 14], [15, 16], [16, 20]]
- }
- },
- "type": "symbol"
- }, {
- "id": "place_label_other",
- "source": "mapbox",
- "source-layer": "place_label",
- "filter": { "type": ["hamlet", "suburb", "neighbourhood"], "$type": "Point" },
- "render": {
- "text-field": "{name_en}",
- "text-font": "Open Sans Semibold, Arial Unicode MS Bold",
- "text-max-size": 18,
- "text-max-width": 6
- },
- "style": {
- "text-color": "#7d6c55",
- "text-halo-color": "@text_stroke",
- "text-size": {
- "stops": [[12, 11], [13, 12], [15, 14], [17, 18]]
- }
- },
- "style.night": {
- "text-color": "@text_night",
- "text-halo-color": "@text2_stroke_night",
- "text-halo-width": {
- "stops": [[12, 1.65], [13, 1.8], [15, 2.1], [17, 2.7]]
- },
- "text-size": {
- "stops": [[12, 11], [13, 12], [15, 14], [17, 18]]
- }
- },
- "type": "symbol"
- }, {
- "id": "road_label_1",
- "source": "mapbox",
- "source-layer": "road_label",
- "filter": { "class": ["motorway", "main"], "$type": "LineString" },
- "render": {
- "text-field": "{name_en}",
- "text-padding": 2,
- "text-font": "Open Sans Regular, Arial Unicode MS Regular",
- "text-max-size": 18,
- "text-max-angle": 28.65,
- "symbol-placement": "line"
- },
- "style": {
- "text-color": "#585042",
- "text-halo-color": "@land",
- "text-halo-width": {
- "stops": [[12, 0.55], [13, 0.6], [14, 0.65], [15, 0.7], [16, 0.8], [17, 0.9]]
- },
- "text-size": "@road_label_1_size"
- },
- "style.night": {
- "text-color": "@text_night",
- "text-halo-color": "@text2_stroke_night",
- "text-halo-width": {
- "stops": [[12, 0.92], [13, 1], [14, 1.08], [15, 1.17], [16, 1.33], [17, 1.5]]
- },
- "text-size": "@road_label_1_size"
- },
- "type": "symbol"
- }, {
- "id": "road_label_2",
- "source": "mapbox",
- "source-layer": "road_label",
- "filter": { "class": ["street", "street_limited"], "$type": "LineString" },
- "render": {
- "text-field": "{name_en}",
- "text-padding": 2,
- "text-font": "Open Sans Regular, Arial Unicode MS Regular",
- "text-max-size": 16,
- "text-max-angle": 28.65,
- "symbol-placement": "line"
- },
- "style": {
- "text-color": "#585042",
- "text-halo-color": "@land",
- "text-halo-width": {
- "stops": [[12, 0.55], [13, 0.6], [15, 0.7], [17, 0.8]]
- },
- "text-size": "@road_label_2_size"
- },
- "style.night": {
- "text-color": "@text_night",
- "text-halo-color": "@text2_stroke_night",
- "text-halo-width": {
- "stops": [[12, 0.92], [13, 1], [15, 1.17], [17, 1.33]]
- },
- "text-size": "@road_label_2_size"
- },
- "type": "symbol"
- }, {
- "id": "road_label_3",
- "source": "mapbox",
- "source-layer": "road_label",
- "filter": { "class": ["service", "driveway", "path"], "$type": "LineString" },
- "render": {
- "text-field": "{name_en}",
- "text-padding": 2,
- "text-font": "Open Sans Regular, Arial Unicode MS Regular",
- "text-max-size": 14,
- "text-max-angle": 28.65,
- "symbol-placement": "line"
- },
- "style": {
- "text-color": "#585042",
- "text-halo-color": "@land",
- "text-halo-width": {
- "stops": [[14, 0.5], [15, 0.6], [17, 0.7]]
- },
- "text-size": "@road_label_3_size"
- },
- "style.night": {
- "text-color": "@text_night",
- "text-halo-color": "@text2_stroke_night",
- "text-halo-width": {
- "stops": [[14, 0.83], [15, 1], [17, 1.17]]
- },
- "text-size": "@road_label_3_size"
- },
- "type": "symbol"
- }, {
- "id": "contour_label",
- "source": "mapbox",
- "source-layer": "contour",
- "filter": { "index": [5, 10], "$type": "LineString" },
- "render": {
- "text-field": "{ele} m",
- "text-font": "Open Sans Regular, Arial Unicode MS Regular",
- "text-max-size": 10,
- "text-max-angle": 28.65,
- "symbol-placement": "line"
- },
- "style": {
- "text-color": "@text",
- "text-halo-color": "@land",
- "text-halo-width": 1.5,
- "text-size": 10
- },
- "style.night": {
- "text-color": "@contour_night",
- "text-halo-color": "@land_night",
- "text-halo-width": 1.5,
- "text-size": 10
- },
- "type": "symbol"
- }, {
- "id": "water_label",
- "source": "mapbox",
- "source-layer": "water_label",
- "filter": { "$type": "Point" },
- "render": {
- "text-field": "{name_en}",
- "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold",
- "text-max-size": 12,
- "text-max-width": 8
- },
- "style": {
- "text-color": "@water_dark",
- "text-halo-color": "rgba(255,255,255,0.75)"
- },
- "style.night": {
- "text-color": "@text_water_night",
- "text-halo-color": "@water_night"
- },
- "type": "symbol"
- }, {
- "id": "waterway_label",
- "source": "mapbox",
- "source-layer": "waterway_label",
- "filter": { "$type": "LineString" },
- "render": {
- "text-field": "{name_en}",
- "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold",
- "text-max-size": 12,
- "text-max-angle": 28.65,
- "symbol-placement": "line"
- },
- "style": {
- "text-color": "@water_dark",
- "text-halo-width": 1.4,
- "text-halo-color": "@text_stroke"
- },
- "style.night": {
- "text-color": "@text_water_night",
- "text-halo-color": "@water_night"
- },
- "type": "symbol"
- }, {
- "id": "poi_label_1-2",
- "source": "mapbox",
- "source-layer": "poi_label",
- "filter": { "scalerank": [1, 2], "$type": "Point" },
- "render": {
- "icon-image": "{maki}-12",
- "text-field": "{name_en}",
- "text-padding": 2,
- "text-font": "Open Sans Semibold, Arial Unicode MS Bold",
- "text-max-size": 12,
- "text-max-width": 10,
- "text-offset": [0, 0.6],
- "text-vertical-align": "top"
- },
- "style": {
- "text-color": "#444",
- "text-size": "@poi_label_1-2_size",
- "text-halo-color": "@land",
- "text-halo-width": {
- "stops": [[14, 1.5], [15, 1.65], [16, 1.8]]
- }
- },
- "style.night": {
- "text-color": "#fff",
- "text-size": "@poi_label_1-2_size",
- "text-halo-color": "@text2_stroke_night",
- "text-halo-width": {
- "stops": [[14, 1.5], [15, 1.65], [16, 1.8]]
- }
- },
- "type": "symbol"
- }, {
- "id": "poi_label_3",
- "source": "mapbox",
- "source-layer": "poi_label",
- "filter": { "scalerank": 3, "$type": "Point" },
- "render": {
- "icon-image": "{maki}-12",
- "text-field": "{name_en}",
- "text-padding": 2,
- "text-font": "Open Sans Semibold, Arial Unicode MS Bold",
- "text-max-size": 11,
- "text-max-width": 10,
- "text-offset": [0, 0.6],
- "text-vertical-align": "top"
- },
- "style": {
- "icon-opacity": {
- "stops": [[15.5, 0], [15.75, 1]]
- },
- "text-color": "#444",
- "text-size": "@poi_label_3_size",
- "text-halo-color": "@land",
- "text-halo-width": {
- "stops": [[15, 1.5], [16, 1.65]]
- },
- "text-opacity": {
- "stops": [[15.5, 0], [15.75, 1]]
- }
- },
- "style.night": {
- "text-color": "#fff",
- "text-size": "@poi_label_3_size",
- "text-halo-color": "@text2_stroke_night",
- "text-halo-width": {
- "stops": [[15, 1.5], [16, 1.65]]
- },
- "text-opacity": {
- "stops": [[15.5, 0], [15.75, 1]]
- }
- },
- "type": "symbol"
- }, {
- "id": "poi_label_4",
- "source": "mapbox",
- "source-layer": "poi_label",
- "filter": { "scalerank": 4, "$type": "Point" },
- "render": {
- "icon-image": "{maki}-12",
- "text-field": "{name_en}",
- "text-padding": 2,
- "text-font": "Open Sans Semibold, Arial Unicode MS Bold",
- "text-max-size": 10,
- "text-max-width": 10,
- "text-offset": [0, 0.6],
- "text-vertical-align": "top"
- },
- "style": {
- "icon-opacity": {
- "stops": [[17.5, 0], [17.75, 1]]
- },
- "text-color": "#444",
- "text-size": 10,
- "text-opacity": {
- "stops": [[17.5, 0], [17.75, 1]]
- },
- "text-halo-color": "@land",
- "text-halo-width": 1.5
- },
- "style.night": {
- "text-color": "#fff",
- "text-size": 10,
- "text-opacity": {
- "stops": [[17.5, 0], [17.75, 1]]
- },
- "text-halo-color": "@text2_stroke_night",
- "text-halo-width": 1.5
- },
- "type": "symbol"
- }]
-}