155
Views
5
Comments
Resolve GPS position to location
Question
Given one or more latitude and longitude coordinates, what do you recommend to either plot these positions on a map, or otherwise just get the address, city state, country?
Thanks!
2017-01-10 15-48-58
Hélio Dolores
Staff
Hi Gerry

I personally think this kind of information gets much more clearer with a map. You can always add the address if it's something that needs to be more accurate, like an office location or something. In this case I recommend using a google map of course :)

On the Geo Performance LifeTime plugin we've used a bootstrap action to import the center coordinates for each country. Using the jVectorMap we've added those points as markers to show the Application performance for each country. Something like this:



It is open source, take a look! You also have Maps for the US, Europe, etc.
Check the jVector Map official site for more details and feel free to add more maps to the jVectorMap component! :) 

Regards,
Hélio
2017-01-10 15-48-58
Hélio Dolores
Staff
You may also find cool maps using the d3 charts.

Regards,

Hélio
2018-12-16 15-51-23
Mariaan Bosman
Hélio Dolores wrote:
You may also find cool maps using the d3 charts.

Regards,

Hélio
 Hi there Hélio!
 
Do you maybe have an example oml of how you embedded a D3 chart? I need to add an interactive map to my page.

Thank you :)
 Mariaan
 
2018-08-09 12-48-22
Filipe Martins
Staff
Hi Gerry,

Take a look at LxIS Google Maps. You can calculate an address by its GPS coordinates and display that same position on a map, among many other features.
2012-08-01 17-33-40
Gerry
Thank you for the suggestions!
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.