Forum Discussion
Map visual
Hi All,
I am creating map visualization for seaport details. I have port country and port name.
Ex: Port country : India, Port name: vizag, mumbai, haldia, ennore and 4 more ports ( Totally 8 ports)
I got output like :
Data category (Port Name) Port Name
BI Desktop uncategorzied 8 port showing ( 1 port position was wrong : Jawaharlal Nehru Port was in Mumbai,But it was showing in Goa)
BI Service uncategorzied 2 port only showing ( ennore & vizag). very rare time it was showing 8 ports
BI Desktop City \ Place \ address 2 port only showing ( ennore & vizag) remaining missing
BI Service City \ Place \ address 2 port only showing ( ennore & vizag) remaining missing
- Why it was showing 2 ports only?
- What the reason map was showing 2 places sometime, 8 places sometime?
- Is there way to show port name accurately in map visual
I have attached Port Details link. Please test it and give the solution.
By
Gnannasekar
10 Replies
- BurningsuitResident Rockstar
I've found the maps often need more information than simply a town or city name to find the location. The more data you can give the better The best is to have a table of Port Names and Latitude and Longitude, which will always work. A quick look found the following website that gives the latitude and longitude for each Port.
http://www.gccports.com/search/latitude_longitude.php
- GnanasekarHelper III
Hi Burningsuit
Thank you. Why Mumbai was not showing in map? It is a city and spelling also same with map.
By
Gnanasekar
- BurningsuitResident Rockstar
Looking at your "Port Details" example it looks like your data is attempting to map "India, Mumbai", and "India, Sikka", what is happening is that the map places a dot for "india" in the geographic centre of "india". So you are actually only getting one dot per Country, not per Port. You may get better results if you turn it around and map "Mumbai, India" rather than "India, Mumbai"
If you use the ESRI map in Desktop, you can specify the country that the datapoints lie in, which may give a better location for your data.
Regards
Stuart