- Timestamp:
- 03/11/09 15:51:21 (12 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
tools/routingservice/trunk/templates/route/route_gml.st
r272 r274 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <gml:FeatureCollection 3 xmlns:gml="http://www.opengis.net/gml"> 4 2 <gml:FeatureCollection xmlns:gml="http://www.opengis.net/gml"> 5 3 <gml:featureMember> 6 4 <gml:MultiLineString> … … 9 7 <gml:LineString gml:id="$e.id$"> 10 8 $e.points:{ p | 11 <gml:pos List>$p.x$ $p.y$</gml:posList>9 <gml:pos dimension="2">$p.x$ $p.y$</gml:pos> 12 10 }$ 13 11 </gml:LineString>
