[do not push this]
This commit is contained in:
parent
736e46e800
commit
a68afc9364
29 changed files with 128 additions and 95 deletions
|
|
@ -41,8 +41,8 @@
|
|||
var pos = loc.geometry.location;
|
||||
var lat = new Number(pos.lat);
|
||||
var lng = new Number(pos.lng);
|
||||
$('#'+config.latId).val(lat.toLocaleString('fr'));
|
||||
$('#'+config.longId).val(lng.toLocaleString('fr'));
|
||||
$('#'+config.latId).val(lat.toLocaleString('en'));
|
||||
$('#'+config.longId).val(lng.toLocaleString('en'));
|
||||
gmap.setCenter(pos);
|
||||
if (marker) {
|
||||
marker.setMap(null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue