There was an error while loading. Please reload this page.
1 parent ea73bc5 commit 5cece81Copy full SHA for 5cece81
1 file changed
src/map/main/PoiMap.js
@@ -28,6 +28,8 @@ const PoiMap = () => {
28
? gcoord.transform(parsed, gcoord.WGS84, gcoord.GCJ02)
29
: parsed,
30
);
31
+ } else {
32
+ setData(null);
33
}
34
},
35
[poiLayer],
0 commit comments