mirror of
https://github.com/CIMEngine/map.git
synced 2024-11-05 20:13:58 +03:00
fix: optimization
This commit is contained in:
parent
a48df5a470
commit
52eadc5252
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -58,7 +58,7 @@ window.onload = async () => {
|
|||
"pk.eyJ1IjoiYXJ0ZWdvc2VyIiwiYSI6ImNrcDViN3BhcDAwbW0ydnBnOXZ0ZzFreXUifQ.FIVtaBNr9dr_TIw672Zqdw";
|
||||
let movc = new mapboxgl.Map({
|
||||
container: "map",
|
||||
style: "mapbox://styles/artegoser/clfm612fg002601nlcika2018",
|
||||
style: "mapbox://styles/artegoser/clfm612fg002601nlcika2018?optimize=true",
|
||||
center: [53.19, 41.28],
|
||||
zoom: 3,
|
||||
projection: projection,
|
||||
|
|
Loading…
Reference in a new issue