[bknr-cvs] ksprotte changed trunk/projects/bos/web/poi-handlers.lisp
BKNR Commits
bknr at bknr.net
Mon Sep 8 13:12:50 UTC 2008
Revision: 3843
Author: ksprotte
URL: http://bknr.net/trac/changeset/3843
fixed: bei den POIs gibt es eine komische graue fl?\195?\164che im menu
U trunk/projects/bos/web/poi-handlers.lisp
Modified: trunk/projects/bos/web/poi-handlers.lisp
===================================================================
--- trunk/projects/bos/web/poi-handlers.lisp 2008-09-08 13:00:07 UTC (rev 3842)
+++ trunk/projects/bos/web/poi-handlers.lisp 2008-09-08 13:12:50 UTC (rev 3843)
@@ -591,6 +591,8 @@
(with-element "styleUrl" (text "#poiPlacemarkIcon"))
(with-element "description"
(cdata (poi-description-google-earth poi language)))
+ (with-element "Snippet"
+ (text (slot-string poi 'subtitle language)))
(with-element "Point"
(with-element "coordinates"
(text (format nil "~{~,20F,~}0" (poi-center-lon-lat poi)))))))
More information about the Bknr-cvs
mailing list