KML - Maple Help

Online Help

All Products    Maple    MapleSim


Keyhole Markup Language (.kml,.kmz) File Format

KML

 

Description

Notes

Examples

Description

• 

KML (Keyhole Markup Language) is an XML-based file format for encoding geospatial and cartographic information.

• 

KMZ is a compressed format based on KML.

• 

The plottools[importplot] or Import commands can be used to import a KML or KMZ file as a Maple plot.

Notes

• 

Content-Type (KML): application/vnd.google-earth.kml+xml

• 

Content-Type (KMZ): application/vnd.google-earth.kmz

Examples

Import a map of Europe from a KMZ file, viewing the area with corners at between 36°N 15°W and 75°N 30°E.

Importexample/EuropeMap.kmz,base=datadir,view=15..30,36..75

Import a map of Africa from a KML file.

Importexample/AfricaMap.kml,base=datadir

See Also

Formats