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