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. C2020 Wildlife Preserves(JSON)
    note multiple same named elements sequentially in data are treated as one.
  2. Shows preloading description to presize image flow (no height and width defined on images)
  3. US Polygon Data with elabel based labeling
  4. WMS support loaded from kml (creates map types)
    also demonstrates drop down created from the Gmap2 addmaptype event and dynamic super overlays (reflected from a cgi).
  5. Web Feature Service dynamic Encoded (with sortbyname true)
    service not always available.
  6. Global Malaria map using KJSON (a browser challenger)
  7. Florida multi-route test more complex sub folders
  8. Example Loading directly from My Maps
  9. US Counties as dynamic vectors
  10. GPX based examples
  11. RSS feed based 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