diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-07-10 14:54:43 -0700 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-07-10 14:54:43 -0700 |
commit | a8e71bcb7b03ed9c95b65d312821e577a796a48d (patch) | |
tree | 82af5a95f126f19a6ff50fe286566983d6d62fad /bin | |
parent | a8963fcbe428663000b4b0fcc2e4de76b99a2fe0 (diff) | |
download | qtlocation-mapboxgl-a8e71bcb7b03ed9c95b65d312821e577a796a48d.tar.gz |
change line width and add line-width test
Diffstat (limited to 'bin')
-rw-r--r-- | bin/style.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/style.js b/bin/style.js index e760ea102a..789478d9bf 100644 --- a/bin/style.js +++ b/bin/style.js @@ -8,7 +8,6 @@ module.exports = { "mapbox": { "type": "vector", "url": "mapbox://mapbox.mapbox-terrain-v1,mapbox.mapbox-streets-v5", - "tileSize": 512, "maxZoom": 14 } }, |