T
Thierry Ciot
Guest
Not sure on your question: 1) Do you need to simulate the current GPS data 2) Do you need to access the current browser location? For 1) above: you can add a custom javascript code to return whatever location you want to feed your map For 2) above: you can use browser API ( developer.mozilla.org/.../Using_geolocation) to get at current geo location and feed the map with that. Thierry
Continue reading...
Continue reading...