mirror of
https://github.com/CIMEngine/map.git
synced 2024-11-05 20:13:58 +03:00
fix: displaying polygons after changing style
This commit is contained in:
parent
dd0d8fd077
commit
5fd3ee783d
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ window.onload = async () => {
|
|||
|
||||
let converter = new showdown.Converter();
|
||||
|
||||
map.on("load", async () => {
|
||||
map.on("style.load", async () => {
|
||||
map.loadImage(
|
||||
"https://cimengine.github.io/map/icons/city.png",
|
||||
(error, image) => {
|
||||
|
|
Loading…
Reference in a new issue