- Timestamp:
- 05/01/09 16:52:09 (16 months ago)
- Location:
- tools/routingservice/branches/wrs-2.0
- Files:
-
- 5 modified
-
data/services.xml (modified) (1 diff)
-
data/templates/geocode/geocode_geojson.st (modified) (1 diff)
-
data/templates/geocode/geocode_openlayers.st (modified) (1 diff)
-
data/xsd/1.1.0/configuration.xsd (modified) (1 diff)
-
src/util/format/FillerFactory.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tools/routingservice/branches/wrs-2.0/data/services.xml
r317 r320 49 49 <template name="xls" format="xml" url="./data/templates/geocode/geocode_xls.st"/> 50 50 <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"/> 51 52 </templates> 52 53 <in> -
tools/routingservice/branches/wrs-2.0/data/templates/geocode/geocode_geojson.st
r317 r320 5 5 "geometry": \{ 6 6 "type": "Point", 7 "coordinates": [ $p.point$ ]7 "coordinates": $p.point$ 8 8 \}, 9 9 "crs": \{ -
tools/routingservice/branches/wrs-2.0/data/templates/geocode/geocode_openlayers.st
r319 r320 14 14 "geometry": \{ 15 15 "type": "Point", 16 "coordinates": $p.point$16 "coordinates": $p.point$ 17 17 \}, 18 18 "crs": \{ -
tools/routingservice/branches/wrs-2.0/data/xsd/1.1.0/configuration.xsd
r294 r320 63 63 <xs:enumeration value="profiles" /> 64 64 <xs:enumeration value="services" /> 65 <xs:enumeration value="templates" />66 65 <xs:enumeration value="resources" /> 67 66 </xs:restriction> -
tools/routingservice/branches/wrs-2.0/src/util/format/FillerFactory.java
r317 r320 20 20 public class FillerFactory 21 21 { 22 22 //TODO think about better way of how to map fillers 23 23 public static enum Fillers 24 24 {
