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. Beautiful Arizona Counties - in Google Maps
  2. WMS support loaded from kml (creates map types)
    also demos drop down created from addMapType Event and dynamic super overlays.
  3. Shows preloading description to presize image flow
  4. Static GML file United states
    also shows polygon labeling
  5. GeoJSON US ( well not quite actually my flavor of GMaps JSON with the same data as aboveg\
  6. C2020 Wildlife Preserves(JSON)
  7. Web Feature Service dynamic Encoded (with sortbyname true)
  8. Malaria map test now with JSON (still a browser challenger - fastest and functional FireFox 3)
  9. Florida mult-route test
  10. Example Loading directly from My Maps
  11. Sample using GPX file
  12. Another Sample using GPX file showing custom styles in auto centered message box
  13. GeoRSS example using Reuters piped through Geonames.org
  14. GeoRSS custom base icon examples
  15. Direct GeoRSS new feed USGS Earth Quake news
  16. WMS Radar + GeoRSS forcasts - Custom Weather from Yahoo/Weather.com weather feeds(demos image from description option)

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