Thanks for trying to help.
The problem with "Wichita" is ALSO in the site I made directly after
following tutorial
http://code.google.com/intl/da/apis/maps/articles/phpsqlsearch_v3.html
as you can see here
http://api.tinemuller.dk/storelocator_v3_tutorial/phpsqlsearch_map.html.
After this I made this
http://api.tinemuller.dk/NEW_storelocator_v3_tutorial/phpsqlsearch_map.html
with left menu and in the end
http://www.tinemuller.dk/new_new_test_drupal/node/1394
- ALL have problems searching for Wichita. :-(
Can you see why, please?
And if I put nid in front of name from this code it doesn's function
so I have removed it again.
function createSidebarElement(name, distance, num){
var div=document.createElement('div');
div.className='sidebarElement';
div.innerHTML=name+'<br />Distance: '+distance;
div.onclick=function(){
google.maps.event.trigger(markers[num], 'click');
};
document.getElementById('sidebar').appendChild(div);
}
So have ANY of you got this tutorial to work when you search for
"Wichita"?
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.