kml 1.4 KB

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