[Google Maps API v3] Re: embed Map in SVG

2012-01-06 Thread StarTraX
> Hi > Something likehttp://daviestrachan.zxq.net/maps/svgmap.xml > > Regards Davie > > On Jan 5, 6:43 pm, StarTraX wrote: > > > > > > > > > I've found that document.getElementById works fine on SVG elements in > > all the browsers that I'

[Google Maps API v3] Re: embed Map in SVG

2012-01-05 Thread StarTraX
I've found that document.getElementById works fine on SVG elements in all the browsers that I've tested that support both SVG and the Earth API, namely IE 9, FF8, Chrome 16 on PC and FF8, Chrome 16 and Safari 5.0 on Mac. But my problem right now is just that I can't get the Map to display reliably

[Google Maps API v3] Re: embed Map in SVG

2012-01-04 Thread StarTraX
Yes, they do. IE9 and FF8 both support SVG I have a lot of SVG running brilliantly in these browsers (and Safari on Mac) On Jan 5, 11:10 am, Rossko wrote: > > Does anyone know why this code works in Chrome but not in Firefox or > > IE, or, more importantly, what do I have to do to make it work

[Google Maps API v3] embed Map in SVG

2012-01-04 Thread StarTraX
Does anyone know why this code works in Chrome but not in Firefox or IE, or, more importantly, what do I have to do to make it work in all three? I've seen examples which display the Map in an , but I have to interact with the map by adding tracks and markers programmatically, so the solution, wh

[Google Maps API v3] Re: move marker instead of creating new one

2012-01-03 Thread StarTraX
To move the marker to a new position, I think you need: marker.setPosition(position)); On Jan 4, 1:46 am, Laythss wrote: > 1- if this is consedered a double post please ignore > 2- i am posting the same question in a new post because my last reply to > answers i got seems to not have been poste