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>
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
15 #------------------------------------------------------------------------------
16 # Type: OpenGIS KML, formerly Keyhole Markup Language
17 # This standard is maintained by the
18 # Open Geospatial Consortium.
19 # http://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 2.2 \b, version 2.2
25 #------------------------------------------------------------------------------
26 # Type: Google KML Archive (ZIP based)
27 # http://code.google.com/apis/kml/documentation/kml_tut.html
28 # From: Asbjoern Sloth Toennesen <asbjorn@lila.io>
31 >>30 string doc.kml Compressed Google KML Document, including resources.
32 !:mime application/vnd.google-earth.kmz