[bknr-cvs] ksprotte changed trunk/projects/bos/web/kml-handlers.lisp
BKNR Commits
bknr at bknr.net
Thu Sep 4 17:42:21 UTC 2008
Revision: 3798
Author: ksprotte
URL: http://bknr.net/trac/changeset/3798
POI and country-stats should not hide their children
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-04 17:18:35 UTC (rev 3797)
+++ trunk/projects/bos/web/kml-handlers.lisp 2008-09-04 17:42:21 UTC (rev 3798)
@@ -244,10 +244,10 @@
:name (dictionary-entry "POIs" lang)
:rect (make-rectangle :x 0 :y 0 :width +width+ :height +width+)
:lod '(:min 0 :max -1)
- :hide-children t)
+ :hide-children nil)
(kml-network-link (format nil "http://~a/country-stats?lang=~A" (website-host) lang)
:name (dictionary-entry "Country-Stats" lang)
- :hide-children t))))))
+ :hide-children nil))))))
(defmethod handle-object ((handler kml-root-dynamic-handler) (object sponsor))
(write-root-kml handler object))
More information about the Bknr-cvs
mailing list