diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-11-06 10:02:50 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-11-06 10:02:50 +0200 |
| commit | 98ec7b35afb5a59e7db6af842c63b71216dc73d3 (patch) | |
| tree | 7a366041e42b3a4236b7c61eeffead045fbeca69 /index.html | |
| parent | c88c7f6c4c3bfc4465bc66b819fc11a4c9b5791a (diff) | |
Cleanup water borders
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -60,7 +60,14 @@ var mapStyle = { "source-layer": "admin", "type": "line", "paint": {"line-color": "#797979"}, - "filter": ["all", ["<=", "admin_level", 2]], + "filter": ["all", ["<=", "admin_level", 2], ['==', 'maritime', 0]] + }, + { + "id": "water", + "source": "mapbox", + "source-layer": "water", + "type": "line", + "paint": {"line-color": "#797979"} }, { "id": "overlay", |
