← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 295: Pageload source renamed.

 

------------------------------------------------------------
revno: 295
committer: Jan Henrik Overland janhenrik.overland@xxxxxxxxx
branch nick: trunk
timestamp: Sat 2009-05-16 02:35:12 +0200
message:
  Pageload source renamed.
removed:
  gis/dhis-web-mapping/src/main/webapp/demos/geostat/pageload_geojson.txt
added:
  gis/dhis-web-mapping/src/main/webapp/demos/geostat/pageload.geojson

=== added file 'gis/dhis-web-mapping/src/main/webapp/demos/geostat/pageload.geojson'
--- gis/dhis-web-mapping/src/main/webapp/demos/geostat/pageload.geojson	1970-01-01 00:00:00 +0000
+++ gis/dhis-web-mapping/src/main/webapp/demos/geostat/pageload.geojson	2009-05-16 00:35:12 +0000
@@ -0,0 +1,18 @@
+{
+    "type":"FeatureCollection",
+    "features":
+    [
+        {
+            "type":"Feature",
+            "id":"zn_roads.459",
+            "geometry":{
+                "type":"MultiLineString",
+                "coordinates":[[[39.739494,-4.94044],[39.738823,-4.935949],[39.727032,-4.91666],[39.724014,-4.907471]]]
+            },
+            "geometry_name":"the_geom",
+            "properties":{"TRACK_ID":0,"ID":" ","RDLNTYPE":2}
+        }
+    ],
+    "crs":{"type":"EPSG","properties":{"code":"4326"}},
+    "bbox":[38.960568,-7.753602,39.785995,-4.907471]
+}
\ No newline at end of file

=== removed file 'gis/dhis-web-mapping/src/main/webapp/demos/geostat/pageload_geojson.txt'
--- gis/dhis-web-mapping/src/main/webapp/demos/geostat/pageload_geojson.txt	2009-04-17 23:00:32 +0000
+++ gis/dhis-web-mapping/src/main/webapp/demos/geostat/pageload_geojson.txt	1970-01-01 00:00:00 +0000
@@ -1,18 +0,0 @@
-{
-    "type":"FeatureCollection",
-    "features":
-    [
-        {
-            "type":"Feature",
-            "id":"zn_roads.459",
-            "geometry":{
-                "type":"MultiLineString",
-                "coordinates":[[[39.739494,-4.94044],[39.738823,-4.935949],[39.727032,-4.91666],[39.724014,-4.907471]]]
-            },
-            "geometry_name":"the_geom",
-            "properties":{"TRACK_ID":0,"ID":" ","RDLNTYPE":2}
-        }
-    ],
-    "crs":{"type":"EPSG","properties":{"code":"4326"}},
-    "bbox":[38.960568,-7.753602,39.785995,-4.907471]
-}
\ No newline at end of file



--
Trunk
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.