how long does it take to refresh if I change my xml file? It seems like any change I make to anything within the description takes forever to switch what I had changed it to.
On Feb 6, 10:29 am, rmcguire <[email protected]> wrote: > thanks for the reply Davie....could you give me an example of where I > would input my code into > > www.meadowlarkco.com/regulationsmap.xml > > so that I can put whatever I would want in the sidebar and/or the > infowindow > > thanks > > On Feb 6, 9:29 am, davie <[email protected]> wrote: > > > > > Hi > > You code > > var content = layerEvt.featureData.name; > > } > > document.getElementById('info').innerHTML = content; > > > You can use this for any other you require. > > var content = layerEvt.featureData.description; > > > Regards Davie > > > On Feb 6, 2:37 pm, rmcguire <[email protected]> wrote: > > > > when I look at the xml file the <description> tag how do I put the > > > contents in there within the <td> tags, currently if you look > > > atwww.meadowlarkco.com/regulationsmap.xmlitshowsstuff in there but it > > > doesn't show up on my page atwww.meadowlarkco.com/regulationsmap2.html > > > > On Feb 5, 8:30 am, "[email protected]" <[email protected]> > > > wrote: > > > > > On Feb 5, 7:12 am, rmcguire <[email protected]> wrote: > > > > > > do you believe that the HTML if I wanted to put items on separate > > > > > lines could be put within the description tags? > > > > > I don't know. Did you try it? Certainly seems like it should work. > > > > > -- Larry > > > > > > On Feb 4, 9:30 pm, "[email protected]" <[email protected]> > > > > > wrote: > > > > > > > On Jan 25, 1:21 pm, "[email protected]" <[email protected]> > > > > > > wrote: > > > > > > > > On Jan 25, 10:35 am, rmcguire <[email protected]> wrote: > > > > > > > > > Hello, > > > > > > > > > Im looking for a tutorial or example using a map of theU.S.with > > > > > > > > overlays over each state where the user can click on the state > > > > > > > > then an > > > > > > > > infowindow comes up to display certain information. > > > > > > > > > Could someone point me to a tutorial which could show me how to > > > > > > > > do > > > > > > > > this? > > > > > > > > > I know how to crete it for the most part with v2 but wanted to > > > > > > > > do it > > > > > > > > in v3? > > > > > > > > You mean something like this? > > > > > > > >http://www.geocodezip.com/v3_GoogleEx_layer-kml_world_countries_simpl... > > > > > > > Here is a version for US states: > > > > > > >http://www.geocodezip.com/v3_GoogleEx_layer-kml_us_states_simple.html > > > > > > > -- Larry > > > > > > > > (doesn't use infowindows, displays information in a sidebar, but > > > > > > > changing it to infowindow shouldn't be too hard) > > > > > > > > -- larry > > > > > > > > -- Larry > > > > > > > > > thanks- Hide quoted text - > > > > > > > - Show quoted text -- Hide quoted text - > > > > > > > - Show quoted text -- Hide quoted text - > > > > > - Show quoted text -- Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - -- 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.
