[Google Maps API v2] URL issue
Hi,
New guy to all this stuff. LA Times has excellent maps created using
openlayers and google maps. The current version of their mapping
their neighborhood site is very efficient but I started working on my
site using their older version and I can not make the url code to
work. Not sure what is wrong.
this is the code:
function click_hood(feature) {
var selectedFeature = feature;
var url = 'http://markets.on.nytimes.com/research/markets/bonds/' +
selectedFeature.data.slug;
index_map.destroy();
window.location.href = url;
return false;
The website is
http://www.myethiopia.org/KililisandWoredasandZones/Zones/ZonesSimplified.html
and if you click on the top left link (Western Tigray | Tigray), It
should take you to
http://markets.on.nytimes.com/research/markets/bonds/bonds.asp.
Nothing happens when I click on it. What am i doing wrong?
thanks
--
You received this message because you are subscribed to the Google Groups "Google Maps API V2" group.
To post to this group, send email to google-maps-api@googlegroups.com.
To unsubscribe from this group, send email to google-maps-api+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home