mirror of
https://github.com/CIMEngine/map.git
synced 2024-11-21 18:36:22 +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";
|
"pk.eyJ1IjoiYXJ0ZWdvc2VyIiwiYSI6ImNrcDViN3BhcDAwbW0ydnBnOXZ0ZzFreXUifQ.FIVtaBNr9dr_TIw672Zqdw";
|
||||||
let movc = new mapboxgl.Map({
|
let movc = new mapboxgl.Map({
|
||||||
container: "map",
|
container: "map",
|
||||||
style: "mapbox://styles/artegoser/clfm612fg002601nlcika2018",
|
style: "mapbox://styles/artegoser/clfm612fg002601nlcika2018?optimize=true",
|
||||||
center: [53.19, 41.28],
|
center: [53.19, 41.28],
|
||||||
zoom: 3,
|
zoom: 3,
|
||||||
projection: projection,
|
projection: projection,
|
||||||
|
|
Loading…
Add table
Reference in a new issue