Hi all

I have used used Mike's tutorial at http://econym.org.uk/gmap/categories.htm
to create the following page:
http://wizz.travel/temptest/

For the moment all data is obtained from
http://wizz.travel/a/australia/temptest.xml

The data obtained is the data for the markers only at this time.
I would also like to get the following info from the XML file:

1. setCenter data
2. zoom
3. and for each of the categories, whether to initially show or hide
them.

So the code I'd like to get from an external file is

map.setCenter(new GLatLng(-22, 147), 5); [lat - lng - zoom]

and

show("Accommodation"); [show or hide]
show("Activities"); [show or hide]
etc

I have been working - testing for hours but I do not have really any
JavaScript skills and would dearly love some help.

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 [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.

Reply via email to