Revision: 3802 Author: ksprotte URL: http://bknr.net/trac/changeset/3802
fixed: KML/Google Earth: Anflugkoordinaten so einstellen, da?\195?\159 in 11km H?\195?\182he ?\195?\188ber dem Projektgebiet begonnen wird
U trunk/projects/bos/web/kml-handlers.lisp
Modified: trunk/projects/bos/web/kml-handlers.lisp =================================================================== --- trunk/projects/bos/web/kml-handlers.lisp 2008-09-05 09:07:28 UTC (rev 3801) +++ trunk/projects/bos/web/kml-handlers.lisp 2008-09-05 09:50:47 UTC (rev 3802) @@ -211,12 +211,12 @@ (when contract (write-personalized-contract-placemark-kml contract lang)) (with-element "LookAt" - (with-element "longitude" (text "116.988156014724")) - (with-element "latitude" (text "-1.045791509671129")) + (with-element "longitude" (text "116.975859")) + (with-element "latitude" (text "-1.044691")) (with-element "altitude" (text "0")) - (with-element "range" (text "1134.262777389377")) + (with-element "range" (text "11000")) (with-element "tilt" (text "0")) - (with-element "heading" (text "1.391362238653075"))) + (with-element "heading" (text "0"))) (with-element "Folder" (attribute "name" (dictionary-entry "Sat-Images" lang)) (attribute "open" "1")