On Nov 8, 4:43 pm, Paul <[email protected]> wrote:
> Hi,
> I have two items that I need assistance with (assuming you are
> willing)
> I have a map that is based on a map shamelessly taken fromhttp://wolfpil.de
> called “Toggle-Cats”
> I have adapted it with some css to fill the screen and filled it with
> the type of data I will need.
> The map is here

http://maps.phy.hostoi.com/TestMap.html

I get "website under review" at that link...

> The xml file is here

http://maps.phy.hostoi.com/markerstest.xml

>
> Question 1
> How can I add a “Last Updated” date to the map? I have a space in the
> bottom left corner that is available to add a date but I’m not sure of
> the best way to do it.
> The html file will remain on the server  and in theory shouldn’t
> change, but the xml file containing the data will be updated
> periodically.
> Can I take the attribute of date from the xml file itself ? or should
> I add a date field to each marker entry in the xml file? And ideas of
> guidance on this would be appreciated.

Yes.  This really isn't a map question though. In the xml, add the
date (making sure it is still valid xml) then in the routine that
parses the xml file, get the contents of that element or the value of
that tags attribute (depending on how you add the date to the xml) and
display it in the html element that is in the place you want to
display it.

>
> Question 2
> Which is the best version to use? I have experimented with using
> version V3.4 without any issues.
> If I change it to V3.5 or 3.6 it works ok in in most cases but my
> computer at work, which is running IE7, fails if the mouse wheel
> scroll is used to zoom the map.  Unfortunately I’m stuck with IE7 at
> work. Do you know any work around?
> The original file from

http://wolfpil.de

> did not specify the version,
> it used “api/js?sensor=false", so the infowindow is showing with
> square corners. I don’t really mind if my infowindows are square or
> curved,  (the v3.4 is showing curved infowindows) but I would like to
> know which of the versions is considered to be the most stable and
> could be recommended for a map with minimum maintenance.

None.  V3.4 will be retired shortly now that v3.7 is coming out.  Only
3 versions are live at a time as described in the documentation:
http://code.google.com/apis/maps/documentation/javascript/basics.html#VersionTypes

So if you choose v3.6, you should have about a year before it is
retired and you are served v3.7.

  -- Larry

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

Reply via email to