Well, I need to be able to accept a multiargument URL. The headings on the suite pages will pass http://.../romanholidaymap.html?category=arrival. Thereby showing one out of several categories of markers. But the pictures on the page will pass http://.../romanholidaymap.html?category=arrival&marker=02-1 and http://.../romanholidaymap.html?category=arrival&marker=02-2, etc. So I figured I might as well go for the "argname==" syntax. I got the page titles passing categories, and the map loading correctly. That was wonderful.
Then I tried to add the code for accepting a marker id and now the map's broken. Ah me. The page http://lovebunnies.luckypro.biz/01_stuff/roman_holiday/rom_00-4.html has two map links on it: the page title sends just a category. The first picture sends a category and a marker id. When either of them opens the map page Firefox's error console tells me a line of code is not a function, which baffles me. The map loads the initial view according to "map.setCenter(new GLatLng(0,0),0);". (That looks pretty in Terrain View.) But then it just chokes. No idea why. I've been grinding on this way too long! Any clues would be appreciated and when this functionality is working I promise I'll leave you alone for a long time! Really! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-API?hl=en -~----------~----~----~----~------~----~------~--~---
