[bknr-cvs] ksprotte changed trunk/projects/bos/
BKNR Commits
bknr at bknr.net
Tue Jul 22 12:39:27 UTC 2008
Revision: 3556
Author: ksprotte
URL: http://bknr.net/trac/changeset/3556
content of root kml document in GE is now opened by default
U trunk/projects/bos/payment-website/static/kml-root-da.kml
U trunk/projects/bos/payment-website/static/kml-root-de.kml
U trunk/projects/bos/payment-website/static/kml-root-en.kml
U trunk/projects/bos/web/kml-handlers.lisp
Modified: trunk/projects/bos/payment-website/static/kml-root-da.kml
===================================================================
--- trunk/projects/bos/payment-website/static/kml-root-da.kml 2008-07-22 12:03:12 UTC (rev 3555)
+++ trunk/projects/bos/payment-website/static/kml-root-da.kml 2008-07-22 12:39:27 UTC (rev 3556)
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<kml>
<Document>
- <name>BOS [da]</name>
+ <name>BOS</name>
+ <open>1</open>
<LookAt>
<longitude>116.988156014724</longitude>
<latitude>-1.045791509671129</latitude>
Modified: trunk/projects/bos/payment-website/static/kml-root-de.kml
===================================================================
--- trunk/projects/bos/payment-website/static/kml-root-de.kml 2008-07-22 12:03:12 UTC (rev 3555)
+++ trunk/projects/bos/payment-website/static/kml-root-de.kml 2008-07-22 12:39:27 UTC (rev 3556)
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<kml>
<Document>
- <name>BOS [de]</name>
+ <name>BOS</name>
+ <open>1</open>
<LookAt>
<longitude>116.988156014724</longitude>
<latitude>-1.045791509671129</latitude>
Modified: trunk/projects/bos/payment-website/static/kml-root-en.kml
===================================================================
--- trunk/projects/bos/payment-website/static/kml-root-en.kml 2008-07-22 12:03:12 UTC (rev 3555)
+++ trunk/projects/bos/payment-website/static/kml-root-en.kml 2008-07-22 12:39:27 UTC (rev 3556)
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<kml>
<Document>
- <name>BOS [en]</name>
+ <name>BOS</name>
+ <open>1</open>
<LookAt>
<longitude>116.988156014724</longitude>
<latitude>-1.045791509671129</latitude>
Modified: trunk/projects/bos/web/kml-handlers.lisp
===================================================================
--- trunk/projects/bos/web/kml-handlers.lisp 2008-07-22 12:03:12 UTC (rev 3555)
+++ trunk/projects/bos/web/kml-handlers.lisp 2008-07-22 12:39:27 UTC (rev 3556)
@@ -66,7 +66,8 @@
(hunchentoot:rfc-1123-date (timestamp handler)))
(with-query-params ((lang "en"))
(with-element "Document"
- (with-element "name" (text (format nil "BOS [~A]" lang)))
+ (with-element "name" (text "BOS"))
+ (with-element "open" (text "1"))
(when contract
(with-element "Style"
(attribute "id" "contractPlacemarkIcon")
More information about the Bknr-cvs
mailing list