GeoXML : parses KML/GML(like the results of WFS requests)/GPX and GeoRSS

This Google Maps Extension enables client-side parsing and viewing of a number of flavors of GeoXml, ncluding GML from WFS servers, GPX from GPS devices or log as well as KML and multiple flavors of GeoRSS,In addition to the XML it supports saving out and re-loading of KJSON (plans are in to split the KJSON parsing/loading and XML based parsing)

This code generally targets enabling larger data sizes in Google Maps rather than the small My Maps support provided by EGeoXml and generally supporting Open Standards

You may use this code freely ... if you need help help or would care to encourage the developer who spends way too much free time on this, or wish to promote your favorite features? feel free to donate and or send a message.

Thanks, Lance Alan Dyas

Samples of Using GeoXml Parser

  1. Shows preloading description to presize image flow
  2. Web Feature Service dynamic Encoded (with sortbyname true)
  3. Static GML file (also sorted)
  4. GeoJSON( well not quite actually my flavor of GMaps JSON with the same data as above
    also shows polygon labeling
  5. C2020 Wildlife Preserves(JSON)
  6. Malaria map test now with JSON (still a browser challenger - fastest and functional FireFox 3)
  7. Florida mult-route test
  8. Example Loading directly from My Maps
  9. Sample using GPX file
  10. Another Sample using GPX file showing custom styles in auto centered message box
  11. GeoRSS example using Reuters piped through Geonames.org
  12. Direct GeoRSS new feed USGS Earth Quake news
  13. Custom Weather from Yahoo/Weather.com weather feeds(demos image from description option)
  14. Beautiful Arizona Counties - in Google Maps

GeoXml is also the vector sub part of TNTmap
an OGC client which handles wms and wfs
capabilities requests and can construct Google Maps pages with OGC layers

Tiled Mapping Developments