Revision: 3803 Author: ksprotte URL: http://bknr.net/trac/changeset/3803
fixed: KML/Google Earth: Beide Sat-Ebenen gleichzeitig anw?\195?\164hlbar (checkbox statt radio)
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:50:47 UTC (rev 3802) +++ trunk/projects/bos/web/kml-handlers.lisp 2008-09-05 09:57:08 UTC (rev 3803) @@ -220,9 +220,6 @@ (with-element "Folder" (attribute "name" (dictionary-entry "Sat-Images" lang)) (attribute "open" "1") - (with-element "Style" - (with-element "ListStyle" - (with-element "listItemType" (text "radioFolder")))) (dolist (sat-layer (sort (copy-list (class-instances 'sat-layer)) #'< :key #'year)) (kml-network-link (format nil "http://~a/sat-root-kml?name=~A" (website-host) (name sat-layer))