[Google Maps API v3] Re: How to embed google map in SVG document

2011-11-07 Thread davie
Hi You will have to be more specific about what you mean by a SVG document As I said SVG is a subset XML Google maps is designed to be viewed on a browser (including static maps) SVG was designed to be viewed in a browser The simplest way to show a Google Map in a SVG file(xxx.svg[an XML file])

Re: [Google Maps API v3] Re: How to embed google map in SVG document

2011-11-07 Thread Simon Platten
Hi, I've been working on an SVG GUI http://svggui.com/demo/virDesktop.php What I want to do is to create a panel, which can contain a Google map. Your link seems to be do embed SVG into an HTML document, which is the inverse of what I'm trying to do. Sorry if I haven't included enough

[Google Maps API v3] Re: How to embed google map in SVG document

2011-11-07 Thread Sy
I think I may be able to do it with the 'foriegnobject' tag: http://ajaxian.com/archives/foreignobject-hey-youve-got-html-in-my-svg On Nov 7, 12:23 pm, Simon Platten simonaplat...@gmail.com wrote: Hi, I've been working on an SVG GUIhttp://svggui.com/demo/virDesktop.php What I want to do

[Google Maps API v3] Re: How to embed google map in SVG document

2011-11-07 Thread davie
Hi See http://daviestrachan.zxq.net/maps/svgmap.xml Map in SVG Regards Davie On Nov 7, 3:19 pm, Sy simonaplat...@gmail.com wrote: I think I may be able to do it with the 'foriegnobject' tag: http://ajaxian.com/archives/foreignobject-hey-youve-got-html-in-my-svg On Nov 7, 12:23 pm, Simon

[Google Maps API v3] Re: How to embed google map in SVG document

2011-11-07 Thread Sy
Thank you, I will have a play. On Nov 7, 9:58 pm, davie daviestrac...@yahoo.co.uk wrote: Hi Seehttp://daviestrachan.zxq.net/maps/svgmap.xml Map in SVG Regards Davie On Nov 7, 3:19 pm, Sy simonaplat...@gmail.com wrote: I think I may be able to do it with the 'foriegnobject' tag:

[Google Maps API v3] Re: How to embed google map in SVG document

2011-11-06 Thread Berry Ratliff
On Nov 5, 7:10 pm, Sy simonaplat...@gmail.com wrote: Hi, Thanks for the reply. I want to include a Google Map in an SVG document. I believe the SVG document containing the static map must be displayed in a browser. A static map can be redecorated with CANVAS in a browser.

[Google Maps API v3] Re: How to embed google map in SVG document

2011-11-06 Thread Berry Ratliff
Without http://; the links are not clickable. Sorry http://home.provide.net/~bratliff/cities http://home.provide.net/~bratliff/harbor http://home.provide.net/~bratliff/hawaii -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3

[Google Maps API v3] Re: How to embed google map in SVG document

2011-11-06 Thread Sy
I have an SVG document and what I want to do or find out if its possible is how to get a Google map rendered in an area of the SVG document. I think your examples are examples of maps inside HTML documents. On Nov 6, 3:47 pm, Berry Ratliff bratl...@provide.net wrote: On Nov 5, 7:10 pm, Sy

[Google Maps API v3] Re: How to embed google map in SVG document

2011-11-05 Thread Sy
Hi, Thanks for the reply. I want to include a Google Map in an SVG document. On Oct 30, 6:43 pm, davie strachan daviestrac...@gmail.com wrote: Hi Since SVG are XML files are you asking if it is possible to embed a Google map in an XML file?? Or do you mean haviing a Google map document(ie

[Google Maps API v3] Re: How to embed google map in SVG document

2011-10-30 Thread davie strachan
Hi Since SVG are XML files are you asking if it is possible to embed a Google map in an XML file?? Or do you mean haviing a Google map document(ie HLML page) which contains SVG(which modern browsers treat as an img tag.) which is possible. Also note Google static maps are image files. Regards