GPS location |
11/16/2017 4:54:55 PM |
PHPRunner General questions | |
![]() Greetings,
|
|
![]() |
romaldus 11/17/2017 |
You can use the mapy plugin which is available in xlinesoft marketplace: |
![]() |
mtpocket author 11/17/2017 |
You can use the mapy plugin which is available in xlinesoft marketplace: https://xlinesoft.com/marketplace/products_view.php?editid1=51 Live Demo: http://www.mibarbol.besaba.com/mapy/geo_add.php
|
![]() |
romaldus 11/17/2017 |
Thanks Romaldus for the quick response really appreciated. Are you sure about this plugin? It says you can pick a point from map & it returns your coordinates, it should automatically get coordinates when a user adds or amends a record. I'll mail Mario to verify. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=83740&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' /> Thanks
|
![]() |
mtpocket author 11/17/2017 |
Of course. I use this plugin for my projects. Mapy Plugin uses only one database field to store coordinat, separated by semicolon (for example 40.71277530000001; -74.00606063068852)
|
![]() |
romaldus 11/18/2017 |
Unfortunately it is not possible to capture user Geolocation (lat, long) automatically. |
![]() |
Admin 11/20/2017 |
Here is the sample code you can use in Javascript OnLoad event: if (navigator.geolocation) {
|
![]() |
mtpocket author 11/21/2017 |
Here is the sample code you can use in Javascript OnLoad event: if (navigator.geolocation) {
|