There was an error while loading. Please reload this page.
1 parent 7c9cc72 commit ad1a836Copy full SHA for ad1a836
1 file changed
examples/snowbox/index.js
@@ -360,19 +360,19 @@ addPlugin(
360
addPlugin(
361
map,
362
pluginReverseGeocoder({
363
- // type: 'wps',
364
- // url: 'https://geodienste.hamburg.de/HH_WPS',
365
- type: 'nominatim',
366
- url: 'https://polar.dataport.de/nominatim/reverse',
+ type: 'wps',
+ url: 'https://geodienste.hamburg.de/HH_WPS',
+ // type: 'nominatim',
+ // url: 'https://polar.dataport.de/nominatim/reverse',
367
coordinateSources: [
368
{
369
- plugin: 'pins',
370
- key: 'coordinate',
+ plugin: 'routing',
+ key: 'reverseGeocodeCoordinate',
371
},
372
],
373
addressTarget: {
374
- plugin: 'addressSearch',
375
- key: 'selectResult',
+ key: 'selectRouteResult',
376
377
zoomTo: 7,
378
})
0 commit comments