none of the maps work. We can't even get a simple map to load. The general thought is the script was originally written with the Adobe Flex stuff in mind. This has since gone out the window as it seems the javascript version works better. So we're trying to break it down to as simple of elements as we can get.
First task, get a simple map to load. Second, get our KMZ overlays to load on top of said simple map. We have XML's and KMZ's separated into points, lines, polygons for the area. Those are already part of the website, but only coming up locally. (The xml's are the same as below, just with .xml instead of .kmz) http://www.as.miami.edu/geography/mueva/East_Little_Havana.kmz http://www.as.miami.edu/geography/mueva/Downtown_Miami_CountyCensus.kmz http://www.as.miami.edu/geography/mueva/North_Miami_CountyCensus.kmz http://www.as.miami.edu/geography/mueva/MDCPoints.kmz http://www.as.miami.edu/geography/mueva/MDCLines.kmz http://www.as.miami.edu/geography/mueva/MDCPolygons.kmz http://www.as.miami.edu/geography/mueva/MDCPolygons2.kmz http://www.as.miami.edu/geography/mueva/MDCPolygons3.kmz http://www.as.miami.edu/geography/mueva/MDCPolygons4.kmz What I need is ultimately to see these XML's/KMZ'z to be visible as overlays on a simple hybrid map. I need for a user interface (much like Google maps already has) that can take in zip codes and addresses and geocode those things out, while still showing the data. So my thought was this. Get a simple map. Get the overlays working. Get the geocoder working. Add a directions overlay/function. Show a traffic overlay when displaying the directions. I have all of this code written in Javascript for said plan, just not working for whatever reason. Would it be best to set all of these up on separate scripts? Like a script solely for getting a simple map, a script solely for overlaying the KMZ's/XML's (which I need a lot of help with), a script for the geocoder, a script for the directions and traffic overlay? Thanks so much for all of your help!!! On Aug 17, 11:53 am, Andrew Leach <[email protected]> wrote: > On Aug 17, 4:52 pm, Andrew Leach <[email protected]> > wrote: > > > > > Aha! Thanks :-) > > Oh dear. Spoke too soon. Where is the map which doesn't work? > > Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
