Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Gerry
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!
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
Hélio Dolores
Staff
You may also find cool maps using the
d3 charts
.
Regards,
Hélio
1 reply
25 May 2016
Show thread
Hide thread
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
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.
Gerry
Thank you for the suggestions!
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...