This commit is contained in:
parent
0123f10d82
commit
33c9ca274f
|
@ -20,9 +20,7 @@ const initMap = () => {
|
||||||
|
|
||||||
let type = tools.data.get("type");
|
let type = tools.data.get("type");
|
||||||
if (type == 1) {
|
if (type == 1) {
|
||||||
map.setMapStyleV2({
|
|
||||||
styleId: "d0acde891abd157741b71e12670ee2e6",
|
|
||||||
});
|
|
||||||
} else {
|
} else {
|
||||||
map.setMapStyleV2({
|
map.setMapStyleV2({
|
||||||
styleId: "d0acde891abd157741b71e12670ee2e6",
|
styleId: "d0acde891abd157741b71e12670ee2e6",
|
||||||
|
|
Loading…
Reference in New Issue