XenForo
Administrative
- Thread starter
- Admin
- #1
I have a custom field present in a thousand posts with coordinates(obviously different for each post).
Coordinates are represented like this
LAT,LONG (52.345596,4.919289)
I am currently showing a link:
Code:
This solution has two positive sides:
How do i embed a google map, taking the...
Read more
ادامه مطلب...
Coordinates are represented like this
LAT,LONG (52.345596,4.919289)
I am currently showing a link:
Code:
[URL='https://www.google.com/maps/search/?api=1&query=52.345596,4.919289']MAP[/URL]
This solution has two positive sides:
- works without api-key
- shows the google maps marker exactly on the point of the coordinates
- doesn't embed the map.
How do i embed a google map, taking the...
Read more
ادامه مطلب...