Changeset 274 for tools

Show
Ignore:
Timestamp:
03/11/09 15:51:21 (12 months ago)
Author:
daniel
Message:

GML route corrections

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tools/routingservice/trunk/templates/route/route_gml.st

    r272 r274  
    11<?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"> 
    53        <gml:featureMember> 
    64                <gml:MultiLineString> 
     
    97                                <gml:LineString gml:id="$e.id$"> 
    108                                $e.points:{ p | 
    11                                         <gml:posList>$p.x$ $p.y$</gml:posList> 
     9                                        <gml:pos dimension="2">$p.x$ $p.y$</gml:pos> 
    1210                                }$ 
    1311                                </gml:LineString>