- Timestamp:
- 04/21/09 15:15:52 (17 months ago)
- Location:
- tools/routingservice/branches/wrs-2.0/data/templates
- Files:
-
- 2 modified
-
catch/catch_openlayers.st (modified) (1 diff)
-
route/route_openlayers.st (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tools/routingservice/branches/wrs-2.0/data/templates/catch/catch_openlayers.st
r303 r304 8 8 <script type="text/javascript"> 9 9 var map; 10 var feature= { "type": "FeatureCollection",10 var geojson = { "type": "FeatureCollection", 11 11 "features": [ 12 12 { "type": "Feature", -
tools/routingservice/branches/wrs-2.0/data/templates/route/route_openlayers.st
r303 r304 8 8 <script type="text/javascript"> 9 9 var map; 10 var feature= { "type": "FeatureCollection",10 var geojson = { "type": "FeatureCollection", 11 11 "features": [ 12 12 $parameters:{ p |
