dynamic counter ok
This commit is contained in:
@@ -34,11 +34,9 @@ function mp_get_coordinates($id) {
|
||||
. '?language=fr'
|
||||
. '&address=' . urlencode($address)
|
||||
. '&key=' . $mp_api_key_geo;
|
||||
//mp_console_log("geolocation:");
|
||||
//mp_console_log($geolocation);
|
||||
//mp_console_log("geolocation: " . $geolocation);
|
||||
$jsoncontent = file_get_contents($geolocation);
|
||||
mp_console_log("jsoncontent:");
|
||||
mp_console_log($jsoncontent);
|
||||
//mp_console_log("jsoncontent: " . $jsoncontent);
|
||||
|
||||
// extract coordinates from json
|
||||
// https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types
|
||||
|
||||
Reference in New Issue
Block a user