Comments on: Google Maps WFS Interface http://blog.kylemulka.com/2005/08/google-maps-wfs-interface/ Thu, 02 Mar 2017 22:34:44 +0000 hourly 1 http://wordpress.org/?v=4.2.2 By: Lance Dyas http://blog.kylemulka.com/2005/08/google-maps-wfs-interface/comment-page-1/#comment-51646 Sun, 05 Aug 2007 13:42:55 +0000 http://blog.kylemulka.com/?p=289#comment-51646 i am one of the other folks working on WFS support for google maps
TNTmap has it in its alpha version… the services panel lets you choose wfs services
http://www.microimages.com/ogc/alpha

a stripped down example targetting a specific wfs is at http://www.dyasdesigns.com/egeotest/wfsusa.htm

Basically I have adapted EGeoXML(KML parser to parse GML and GeoRSS.

It is a work in progress but quite far along
http://www.dyasdesigns.com/egeotest/

Dyas Designs is my private site and is sometimes down but the microimages.com should always be up and running.

There are some limitations including the slow on the fly polyline encoding and wfs servers who wont serve up latlong coordinates

]]>
By: Dan http://blog.kylemulka.com/2005/08/google-maps-wfs-interface/comment-page-1/#comment-45967 Thu, 14 Jun 2007 12:38:42 +0000 http://blog.kylemulka.com/?p=289#comment-45967 Hi Kyle.

I’ve had a go with this for our site. I’ve reimplemented your wfs library to use the GMap2 class and used xparse (http://www.jeremie.com/Dev/XML) for the attribute data.

There’s a link to a live version below: It’s probably buggy but the only thing I can’t get to work at all is the openInfoWindowHTML method so I’ve had to bung the attribute data into a separate div below the map. I wondered if this might have something to do with clearing the overlays when the map moves.

http://www.humber-edc.org.uk/gmap/wfstest.html

Let me know if you have any thoughts.

Cheers. Dan

]]>
By: kutte http://blog.kylemulka.com/2005/08/google-maps-wfs-interface/comment-page-1/#comment-40549 Sun, 29 Apr 2007 12:16:50 +0000 http://blog.kylemulka.com/?p=289#comment-40549 Where can I get the javascript (GMapWFS)?
Thanks

]]>
By: Wade http://blog.kylemulka.com/2005/08/google-maps-wfs-interface/comment-page-1/#comment-21307 Mon, 08 Jan 2007 02:45:39 +0000 http://blog.kylemulka.com/?p=289#comment-21307 Oh I see. Thank you for your help.

]]>
By: Kyle Mulka http://blog.kylemulka.com/2005/08/google-maps-wfs-interface/comment-page-1/#comment-21290 Sun, 07 Jan 2007 21:37:25 +0000 http://blog.kylemulka.com/?p=289#comment-21290 Wade, I have a proxy script on my server which basically just takes the request and passes it on to the remote WFS server:

http://maps.kylemulka.com/wfs_proxy.phps

]]>
By: Wade http://blog.kylemulka.com/2005/08/google-maps-wfs-interface/comment-page-1/#comment-21230 Sun, 07 Jan 2007 05:52:45 +0000 http://blog.kylemulka.com/?p=289#comment-21230 I am having trouble using your code to load an xml file off another server. I understand that loading xml files is subject to the ‘same origin’ rule, which is a security option in most browsers that prevents web pages from loading data from sites with different base urls. How have you overcome this? So far as I can tell, you should be getting an error when you load the page:

Error: uncaught exception: Permission denied to call method XMLHttpRequest.open

]]>
By: raman http://blog.kylemulka.com/2005/08/google-maps-wfs-interface/comment-page-1/#comment-1709 Mon, 08 May 2006 06:56:39 +0000 http://blog.kylemulka.com/?p=289#comment-1709 OOps! it includes js file. Now got error saying object doesn’t support this property or method at line 152. I am actually trying to overlay simple line feature.

]]>
By: raman http://blog.kylemulka.com/2005/08/google-maps-wfs-interface/comment-page-1/#comment-1708 Mon, 08 May 2006 06:28:54 +0000 http://blog.kylemulka.com/?p=289#comment-1708 I am new to google map API. I’ve tried ur code using version 2 which gives me error GMapWFS is undefined. Got any remedies for this or any documentation?

thanking u in advance

]]>
By: raman http://blog.kylemulka.com/2005/08/google-maps-wfs-interface/comment-page-1/#comment-1707 Mon, 08 May 2006 06:28:05 +0000 http://blog.kylemulka.com/?p=289#comment-1707 I am new to google map API. I’ve tried using version 2 which gives me error GMapWFS is undefined. Got any remedies for this or any documentation?

thanking u in advance

]]>
By: Amrit http://blog.kylemulka.com/2005/08/google-maps-wfs-interface/comment-page-1/#comment-1635 Wed, 03 May 2006 12:48:25 +0000 http://blog.kylemulka.com/?p=289#comment-1635 It worked, i just commented the proxy part in .js file.

]]>