Thierry BOULOGNE
Forum Replies Created
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
Hello,
Note after 11th june, it’s not a per day limit but per month… so maps will cost… 🙂
Hello,
Thanks for your answer. I forget to say, i use openstreetmaps ;-(.
i’m trying some refactoring on js code to make it work (on_document_load.js)
if (data[0].address.village != undefined && data[0].address.city == undefined) {
data[0].address.city = data[0].address.village ;
}
if (data[0].address.city == undefined && data[0].address.county != undefined) {
data[0].address.city = data[0].address.county ;
}
//data[0].display_name = data[0].address.city
if(data[0].address.city_district != undefined){
city = data[0].address.city_district
}else{
city = data[0].address.city
}
if (data[0].address.house_number != undefined) {
data[0].display_name = data[0].address.house_number + ", " + data[0].address.road + " - " + city;
}else{
data[0].display_name = data[0].address.road + " - " + city ;
}
Any tip is welcome.
regards
Hello,
Any fix on this please ?
(could you share code change please. I face same issue with french address).
Thanks for help.
Regards
Thierry
Signup to our newsletter for a chance to win a Lifetime License worth $1,495.
Buy with confidence: If you win, we'll refund any purchase made during the sale!
You've been entered into the draw.
Check your inbox for confirmation.