Changeset 320 for tools

Show
Ignore:
Timestamp:
05/01/09 16:52:09 (16 months ago)
Author:
anton
Message:

Geocode OL template fixed

Location:
tools/routingservice/branches/wrs-2.0
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • tools/routingservice/branches/wrs-2.0/data/services.xml

    r317 r320  
    4949                        <template name="xls" format="xml" url="./data/templates/geocode/geocode_xls.st"/> 
    5050                        <template name="georss" format="xml" url="./data/templates/geocode/geocode_georss_gml.st"/> 
     51                        <template name="ol" format="html" url="./data/templates/geocode/geocode_openlayers.st"/>                         
    5152                </templates> 
    5253                <in> 
  • tools/routingservice/branches/wrs-2.0/data/templates/geocode/geocode_geojson.st

    r317 r320  
    55                        "geometry": \{ 
    66                                "type": "Point",  
    7                                 "coordinates": [ $p.point$ ] 
     7                                "coordinates":  $p.point$  
    88                        \}, 
    99                        "crs": \{ 
  • tools/routingservice/branches/wrs-2.0/data/templates/geocode/geocode_openlayers.st

    r319 r320  
    1414                                                                "geometry": \{ 
    1515                                                                        "type": "Point",  
    16                                                                         "coordinates": $p.point$ 
     16                                                                        "coordinates":  $p.point$  
    1717                                                                \}, 
    1818                                                                "crs": \{ 
  • tools/routingservice/branches/wrs-2.0/data/xsd/1.1.0/configuration.xsd

    r294 r320  
    6363                                                                                    <xs:enumeration value="profiles" /> 
    6464                                                                                    <xs:enumeration value="services" /> 
    65                                                                                     <xs:enumeration value="templates" /> 
    6665                                                                                    <xs:enumeration value="resources" /> 
    6766                                                                                </xs:restriction> 
  • tools/routingservice/branches/wrs-2.0/src/util/format/FillerFactory.java

    r317 r320  
    2020public class FillerFactory 
    2121{ 
    22  
     22        //TODO think about better way of how to map fillers 
    2323        public static enum Fillers 
    2424        {