diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-11-06 09:36:45 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-11-06 09:36:45 +0200 |
| commit | c88c7f6c4c3bfc4465bc66b819fc11a4c9b5791a (patch) | |
| tree | e7ec0bd6b78dfa4c221c837e5bd46786dec12798 /index.html | |
| parent | 16ac0af3f59614272877f00f524bf093d6453429 (diff) | |
Filter out admin boundries above level 2
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ var mapStyle = { "source-layer": "admin", "type": "line", "paint": {"line-color": "#797979"}, + "filter": ["all", ["<=", "admin_level", 2]], }, { "id": "overlay", |
