Forum Discussion

jnguyen21's avatar
jnguyen21
Helper I
4 months ago
Solved

Azure Maps Wrong

How to Fix Azure Maps

 

I have already indicated the city, state but the bubble is showing a different location

 

 

 

  • Hi, this is actually quite a common issue that I've run into myself. Unfortunately, to pinpoint your exact location, there are a couple options:

    1. Create a hierarchy of Country --> State --> City; this is admittedly the easier method to (see below)
    2.  you could create a concatenation between all 3 attributes (e.g. one single line stating: "New York City, NY USA") for the map to accurately place your locations. 

       

3 Replies

  • Hello jnguyen21 ,

    Use lat and long for better precision.

    If it's not possible you can try to build a hierarchy, like country -> state -> city and use the hierarchy in the viz

  • ExcelMonke's avatar
    ExcelMonke
    Impactful Individual

    Hi, this is actually quite a common issue that I've run into myself. Unfortunately, to pinpoint your exact location, there are a couple options:

    1. Create a hierarchy of Country --> State --> City; this is admittedly the easier method to (see below)
    2.  you could create a concatenation between all 3 attributes (e.g. one single line stating: "New York City, NY USA") for the map to accurately place your locations.