Forum Discussion
jnguyen21
4 months agoHelper I
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:
- Create a hierarchy of Country --> State --> City; this is admittedly the easier method to (see below)
- 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
- ExcelMonkeImpactful 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:
- Create a hierarchy of Country --> State --> City; this is admittedly the easier method to (see below)
- 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.
- jnguyen21Helper I
NVM i think i got it ! thank you everyone