Forum Discussion
Help: Geo Location within Geo Area
- 1 year ago
In my opinion, you can convert your table into a GeoJson and feed it as insput to azure maps or icon map visual.
https://learn.microsoft.com/en-us/azure/azure-maps/how-to-dataset-geojson
then you can plot your buildings (lat and long) on top of the area highlighted by the Geo Json.
I understand that it wont give the exact distnace between the building and the locations in table 2. However the representation on the map will give good visual representation. If you want to calculate the distatance between two geo locations you. have to use Haversine formula
Connect on LinkedIn
Did I answer your question? Mark my post as a solution! If I helped you, click on the Thumbs Up to give Kudos.
Proud to be a Super User!
In my opinion, you can convert your table into a GeoJson and feed it as insput to azure maps or icon map visual.
https://learn.microsoft.com/en-us/azure/azure-maps/how-to-dataset-geojson
then you can plot your buildings (lat and long) on top of the area highlighted by the Geo Json.
I understand that it wont give the exact distnace between the building and the locations in table 2. However the representation on the map will give good visual representation. If you want to calculate the distatance between two geo locations you. have to use Haversine formula
Connect on LinkedIn
|