Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I have below use case where a customer wants to select a lat,long point in the map and 5 / 10 /15 km radius search on the go.
User would like to select a lat,long and parameterize the kilometers(5,10,15 kms) in the input box and would like to see nearby lat,long points within 5/10/15 kms radius.
Can we achieve this using GeoAnalytics connector? We have installed this in our server.
Pls. let me know if we can implement this feature.
Thanks,
Dhamodharan.
Either use the circle select tool in the map to make radius selection interactively
All connector operations are performed at load tim, so in order to have 5,10 and 15 km, make three closest calculations in the load script and switch based on user input either button and variable or dimension island.
Another option could be to use ODAG or Dynamic View to spawn an app with calculation based on the selection:
Thanks,
Patric
Either use the circle select tool in the map to make radius selection interactively
All connector operations are performed at load tim, so in order to have 5,10 and 15 km, make three closest calculations in the load script and switch based on user input either button and variable or dimension island.
Another option could be to use ODAG or Dynamic View to spawn an app with calculation based on the selection:
Thanks,
Patric