Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11872d7 commit 48c69f0Copy full SHA for 48c69f0
docs/.vuepress/snippet/control/city-selector.js
@@ -1,5 +1,5 @@
1
import CitySelectorControl from 'city-selector-control'
2
-import 'city-selector-control/style.css'
+import 'city-selector-control/dist/style.css'
3
4
export default function addCitySeletorControl(map) {
5
map.addControl(new CitySelectorControl(), 'top-right')
package.json
@@ -34,7 +34,7 @@
34
"@turf/helpers": "^6.5.0",
35
"@turf/line-arc": "^6.5.0",
36
"@turf/meta": "^6.5.0",
37
- "city-selector-control": "^0.2.2",
+ "city-selector-control": "^0.3.2",
38
"echarts": "^5.2.2",
39
"geojson-validation": "^1.0.2",
40
"mapbox-gl": "^2.6.1",
0 commit comments