GeoWebCache

Changes between Version 6 and Version 7 of google_earth

Show
Ignore:
Timestamp:
11/06/08 08:00:06 (22 months ago)
Author:
arneke (IP: 82.38.142.122)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • google_earth

    v6 v7  
    22 
    33Google Earth uses tiling and a format called KML. It can be used in two ways: 
    4   * Hierarchies of raster tiles, in be used to describe hierarchies of raster tiles, where the data is in PNG or JPEG format. These should work against any WMS server, the tiles are requested in EPSG:4326. 
    5   * Output vector data directly in KML, optionaly in a hierachical manner. This requires the WMS server to support KML and have the ability to regionate information to tiles. This is currently a custom feature only available in GeoServer 1.7.x. 
     4  * Hierarchies of raster tiles, where the data is in PNG or JPEG format. These should work against any WMS server, the tiles are requested in EPSG:4326. 
     5  * Output vector data directly in KML, optionaly in a hierachical manner. This requires the WMS server to support KML and have the ability to regionate information to tiles. It is currently a custom feature only available in GeoServer 1.7.x. 
    66 
    7 If you go to the dynamically generated list of demo's, the first point corresponds to the KML (PNG) column and the second one corresponds to KML (Vector). Most users will just want to copy the link from the demo page and share that.  
     7If you go to the dynamically generated list of demo's, the first bullet point above corresponds to the KML (PNG) column, and the second one corresponds to KML (Vector). Most users will just want to copy the link from the demo page and share that. 
    88 
    99Sample links to hierarchies: 
    10   * http://localhost:8080/geowebcache/service/kml/topp:states.png.kml 
    11   * http://localhost:8080/geowebcache/service/kml/topp:states.jpeg.kml 
    12   * http://localhost:8080/geowebcache/service/kml/topp:states.kml.kmz 
     10  * http://yourserver:8080/geowebcache/service/kml/topp:states.png.kml 
     11  * http://yourserver:8080/geowebcache/service/kml/topp:states.jpeg.kml 
     12  * http://yourserver:8080/geowebcache/service/kml/topp:states.kml.kmz 
    1313 
    1414The name of the layer is in all cases topp:states, whereas the first extension signifies the underlying format. The second extension can either be .kml or .kmz, the latter being an archive format which essentially zips files together for better performance. This generally only makes sense if you are serving vector KML.