Skip to main content

Posts

Showing posts with the label KML

KML MIME Types

When responding to a request from Google Earth (or any Earth browser), a KML server must follow a certain set of rules so that Google Earth can correctly interpret its responses. Upon success, the server must return a response code of HTTP 200 and set the response's content-type to a suitable MIME type, as described here. Google Earth reads KML and KMZ files. The MIME type for KML files is application/vnd.google-earth.kml+xml The MIME type for KMZ files is application/vnd.google-earth.kmz For Apache, add these lines to the httpd.conf file: AddType application/vnd.google-earth.kml+xml .kml AddType application/vnd.google-earth.kmz .kmz See the Microsoft documentation for details on setting up MIME types on Microsoft's IIS. The body of the response must contain valid KML data, including the XML declaration (<?xml version="1.0" encoding="UTF-8"?>). If the server returns invalid KML, the Network Link will stop, deactivate, and output an error message.

Mobile GIS (GIS on PDA)

mobile GIS and field mapping application running on Windows Mobile/Pocket PC/Smart Phone Sql Server CE GPS: Bluetooth enabled Sync with RDA/Replication Features: Google Map supported Custom Map Processing to fit on PDA Auto GPS reading as walk Drawing polygon, polyline and point on map support shape view, map view and data view UTM grid on map data format with Geographic/UTM Geographic and UTM data converter Export to KML, CSV GPS signal indicator information from EnvironmentalStudio.net