Closed (duplicate)
Project:
Location
Version:
7.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Feb 2011 at 17:51 UTC
Updated:
22 Oct 2015 at 11:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
acarpio commentedIf you check on the configuration for Location, on Map links, Belgium is "none supported". What I did for Spain, also none supported, was to copy the code from location.uk.inc and pasted it on the location.es.inc file replacing all the "uk" appearances with "es" and the "uk google sites" with the "es google sites". That worked for Spain.
Comment #2
youssefr commentedI see!
That is a great solution, now will this work with Drupal 7 as well?
Thanks
Youssef
Comment #3
Jerome F commentedlike this ?
Comment #4
Jerome F commentedit doesn't work as is
maps.google.co.be doesn't exist
Comment #5
acarpio commentedYou need to look for the right url. I think it is: http://maps.google.be/
Comment #6
Jerome F commentedthank you that solved the problem, please review and if it's all right please commit, because for me it works.
Comment #7
ankur commentedThanks for the patch. Committed to 7.x-3.x and 7.x-4.x.
Comment #8
youssefr commentedThanks you very much.
Youssef.
Comment #10
gillesv commentedSeems incorrect to me. The patch uses the URL "maps.google.co.be". The co should not be there, as the URL http://maps.google.co.be does not exist.
It should be http://maps.google.be
Comment #11
jdanthinne commentedI confirm that.
The patch hasn't changed all the links…
return ('http://maps.google.co.be?q='. urlencode(implode(', ', $query_params)));has still to be changed to
return ('http://maps.google.be?q='. urlencode(implode(', ', $query_params)));Comment #12
jdanthinne commentedReopening the issue then…
Comment #13
joericapens commentedPatch file for convenience.
Comment #14
tngvndrm commented+1
Comment #15
joericapens commentedPlease commit the last patch so this issue can be closed.
It's a trivial fix; http://maps.google.co.be doesn't exist, http://maps.google.be does.
Comment #16
podarokpostponed before tests fix
#1931088: [META] Fixing tests
Comment #17
podarok#1931088-3: [META] Fixing tests mostly fixed for 7.x-3.x branch
this one needs review
Comment #18.0
podarokUpdated issue summary.
Comment #20
bebop-design commentedThis is a duplicate of #1235650: google maps link: .co.be instead of .be