Skip to content

Commit e0051e4

Browse files
fix(github-io): use new type parameter for reverseGeocoder
1 parent f545ac9 commit e0051e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/github-io/components/HeroPolarMap.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ onMounted(async () => {
106106
toZoomLevel: 7,
107107
},
108108
reverseGeocoder: {
109+
type: 'wps',
109110
url: 'https://geodienste.hamburg.de/HH_WPS',
110111
coordinateSources: [{ plugin: 'pins', key: 'coordinate' }],
111112
addressTarget: { plugin: 'addressSearch', key: 'selectResult' },

0 commit comments

Comments
 (0)