kml 1.4 KB

1234567891011121314151617181920212223242526272829303132
  1. #------------------------------------------------------------------------------
  2. # Type: Google KML, formerly Keyhole Markup Language
  3. # Future development of this format has been handed
  4. # over to the Open Geospatial Consortium.
  5. # http://www.opengeospatial.org/standards/kml/
  6. # From: Asbjoern Sloth Toennesen <asbjorn@lila.io>
  7. 0 string \<?xml
  8. >20 search/400 \ xmlns=
  9. >>&0 regex ['"]http://earth.google.com/kml Google KML document
  10. !:mime application/vnd.google-earth.kml+xml
  11. >>>&1 string 2.0' \b, version 2.0
  12. >>>&1 string 2.1' \b, version 2.1
  13. >>>&1 string 2.2' \b, version 2.2
  14. #------------------------------------------------------------------------------
  15. # Type: OpenGIS KML, formerly Keyhole Markup Language
  16. # This standard is maintained by the
  17. # Open Geospatial Consortium.
  18. # http://www.opengeospatial.org/standards/kml/
  19. # From: Asbjoern Sloth Toennesen <asbjorn@lila.io>
  20. >>&0 regex ['"]http://www.opengis.net/kml OpenGIS KML document
  21. !:mime application/vnd.google-earth.kml+xml
  22. >>>&1 string 2.2 \b, version 2.2
  23. #------------------------------------------------------------------------------
  24. # Type: Google KML Archive (ZIP based)
  25. # http://code.google.com/apis/kml/documentation/kml_tut.html
  26. # From: Asbjoern Sloth Toennesen <asbjorn@lila.io>
  27. 0 string PK\003\004
  28. >4 byte 0x14
  29. >>30 string doc.kml Compressed Google KML Document, including resources.
  30. !:mime application/vnd.google-earth.kmz