Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 48c69f0

Browse files
committed
style: update city-selector-control version
1 parent 11872d7 commit 48c69f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.vuepress/snippet/control/city-selector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import CitySelectorControl from 'city-selector-control'
2-
import 'city-selector-control/style.css'
2+
import 'city-selector-control/dist/style.css'
33

44
export default function addCitySeletorControl(map) {
55
map.addControl(new CitySelectorControl(), 'top-right')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@turf/helpers": "^6.5.0",
3535
"@turf/line-arc": "^6.5.0",
3636
"@turf/meta": "^6.5.0",
37-
"city-selector-control": "^0.2.2",
37+
"city-selector-control": "^0.3.2",
3838
"echarts": "^5.2.2",
3939
"geojson-validation": "^1.0.2",
4040
"mapbox-gl": "^2.6.1",

0 commit comments

Comments
 (0)