[mapserver-commits] r7602 - trunk/msautotest/misc
svn at osgeo.org
svn at osgeo.org
Tue May 20 08:59:52 EDT 2008
Author: tomkralidis
Date: 2008-05-20 08:59:51 -0400 (Tue, 20 May 2008)
New Revision: 7602
Added:
trunk/msautotest/misc/rfc36.tmpl
Removed:
trunk/msautotest/misc/rfc36.tpl
Modified:
trunk/msautotest/misc/rfc36.map
Log:
Changed tpl to tmpl as a template extension
(in line with r7601)
Modified: trunk/msautotest/misc/rfc36.map
===================================================================
--- trunk/msautotest/misc/rfc36.map 2008-05-19 16:21:21 UTC (rev 7601)
+++ trunk/msautotest/misc/rfc36.map 2008-05-20 12:59:51 UTC (rev 7602)
@@ -26,7 +26,7 @@
NAME "geojson"
DRIVER "TEMPLATE"
MIMETYPE "application/json; subtype=geojson"
- FORMATOPTION "FILE=rfc36.tpl"
+ FORMATOPTION "FILE=rfc36.tmpl"
END
WEB
Copied: trunk/msautotest/misc/rfc36.tmpl (from rev 7595, trunk/msautotest/misc/rfc36.tpl)
===================================================================
--- trunk/msautotest/misc/rfc36.tmpl (rev 0)
+++ trunk/msautotest/misc/rfc36.tmpl 2008-05-20 12:59:51 UTC (rev 7602)
@@ -0,0 +1,29 @@
+[resultset layer=popplace]
+{
+ "type": "FeatureCollection",
+ "crs": {
+ "type": "EPSG",
+ "properties": {
+ "code": 42304,
+ "coordinate_order": [1,0]
+ }
+ },
+ "features": [
+ [feature trimlast=","] {
+ "type": "Feature",
+ "id": "[UNIQUE_KEY]",
+ "geometry": {
+ "type": "Point",
+ "coordinates":
+ [[LONG], [LAT]]
+ },
+ "properties": {
+ "NAME": "[NAME]",
+ "CAPITAL": [CAPITAL],
+ "POP_RANGE": [POP_RANGE]
+ }
+ },
+ [/feature]
+ ]
+}
+[/resultset]
Deleted: trunk/msautotest/misc/rfc36.tpl
===================================================================
--- trunk/msautotest/misc/rfc36.tpl 2008-05-19 16:21:21 UTC (rev 7601)
+++ trunk/msautotest/misc/rfc36.tpl 2008-05-20 12:59:51 UTC (rev 7602)
@@ -1,29 +0,0 @@
-[resultset layer=popplace]
-{
- "type": "FeatureCollection",
- "crs": {
- "type": "EPSG",
- "properties": {
- "code": 42304,
- "coordinate_order": [1,0]
- }
- },
- "features": [
- [feature trimlast=","] {
- "type": "Feature",
- "id": "[UNIQUE_KEY]",
- "geometry": {
- "type": "Point",
- "coordinates":
- [[LONG], [LAT]]
- },
- "properties": {
- "NAME": "[NAME]",
- "CAPITAL": [CAPITAL],
- "POP_RANGE": [POP_RANGE]
- }
- },
- [/feature]
- ]
-}
-[/resultset]
More information about the mapserver-commits
mailing list