6/05/2009

Map in Action is updated

Map in Action is updated
New features:
- Streetview is supported
Альбом: Map in Action


GMaps standard and Openstreetmap coverages now supported

6/03/2009

KMLer 2.0.15

KMLer 2.0.15 in release

New features:
Export to KML - KML 2.2 and GMaps GeoXml standards is supported



Open

KML2KML 2.7.11

KML2KML 2.7.11 in release
New feature: Capture (grayscale) current Google Earth view
Rotation and LatLonQuad is supported (see KML docs also)

Альбом: KML2KML 266
Allows non-rectangular quadrilateral ground overlays. Specifies the coordinates of the four corner points of a quadrilateral defining the overlay area.

Copy Source | Copy HTML
  1. <?xml version="1.0" encoding="utf-8" ?>

  2. - <kml xmlns="http://www.opengis.net/kml/2.2">

  3. - <GroundOverlay>

  4. - <Icon>

  5. <href>u1.jpg</href>

  6. <viewBoundScale>0.75</viewBoundScale>

  7. </Icon>

  8. - <gx:LatLonQuad xmlns:gx="http://www.google.com/kml/ext/2.2">

  9. <coordinates>55.2330205227194,57.8050219267041 56.6850994299952,57.3591335881169 57.4307212872883,58.0290400213456 55.9662727901691,58.4844650685378</coordinates>

  10. </gx:LatLonQuad>

  11. </GroundOverlay>

  12. </kml>