summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-11-06 09:36:45 +0200
committerYuval Adam <yuval@y3xz.com>2015-11-06 09:36:45 +0200
commitc88c7f6c4c3bfc4465bc66b819fc11a4c9b5791a (patch)
treee7ec0bd6b78dfa4c221c837e5bd46786dec12798 /index.html
parent16ac0af3f59614272877f00f524bf093d6453429 (diff)
Filter out admin boundries above level 2
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 1ef3d78..0bb354c 100644
--- a/index.html
+++ b/index.html
@@ -60,6 +60,7 @@ var mapStyle = {
"source-layer": "admin",
"type": "line",
"paint": {"line-color": "#797979"},
+ "filter": ["all", ["<=", "admin_level", 2]],
},
{
"id": "overlay",