Changeset 109 for ATGoogleMaps/trunk/skins/googlemaps/gmap.kml.pt
- Timestamp:
- 08/23/06 01:03:07 (6 years ago)
- File:
-
- 1 edited
-
ATGoogleMaps/trunk/skins/googlemaps/gmap.kml.pt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ATGoogleMaps/trunk/skins/googlemaps/gmap.kml.pt
r104 r109 2 2 <kml xmlns="http://earth.google.com/kml/2.0" 3 3 xmlns:tal="http://xml.zope.org/namespaces/tal"> 4 <tal:dummy tal:define="dummy python:request.RESPONSE.setHeader('Content-Type', 'application/vnd.google-earth.kml +xml;; charset=utf-8')" />4 <tal:dummy tal:define="dummy python:request.RESPONSE.setHeader('Content-Type', 'application/vnd.google-earth.kml;; charset=utf-8')" /> 5 5 <Document> 6 6 <name tal:content="here/pretty_title_or_id">Document title</name> … … 10 10 <latitude tal:content="here/center/latitude">35.73</latitude> 11 11 </LookAt> 12 <Placemark tal:repeat=" markerpython:here.objectValues('GMarker')">13 <name tal:content=" marker/pretty_title_or_id">Marker title</name>14 <description tal:content=" marker/description">Description</description>12 <Placemark tal:repeat="here python:here.objectValues('GMarker')"> 13 <name tal:content="here/pretty_title_or_id">Marker title</name> 14 <description tal:content="here/kml_description">Description</description> 15 15 <Point> 16 <coordinates tal:content="string:${ marker/point/longitude},${marker/point/latitude}">139.71,35.73</coordinates>16 <coordinates tal:content="string:${here/point/longitude},${here/point/latitude}">139.71,35.73</coordinates> 17 17 </Point> 18 18 </Placemark>
Note: See TracChangeset
for help on using the changeset viewer.
