← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 404: Removed moved file

 

------------------------------------------------------------
revno: 404
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Tue 2009-06-30 20:01:30 +0200
message:
  Removed moved file
removed:
  gis/dhis-web-mapping/src/main/webapp/dhis-web-mapping/pointShapefile.vm.moved

=== removed file 'gis/dhis-web-mapping/src/main/webapp/dhis-web-mapping/pointShapefile.vm.moved'
--- gis/dhis-web-mapping/src/main/webapp/dhis-web-mapping/pointShapefile.vm.moved	2009-06-19 18:32:35 +0000
+++ gis/dhis-web-mapping/src/main/webapp/dhis-web-mapping/pointShapefile.vm.moved	1970-01-01 00:00:00 +0000
@@ -1,31 +0,0 @@
-#set( $size = $object.size() )
-{
-  "type":"FeatureCollection",
-  "features":
-  [
-  #foreach ( $unit in $object )
-  	{
-      "type":"Feature",
-      "id":"${unit.id}",
-      "geometry":
-        {
-          "type":"Point",
-          "coordinates":[$!{unit.longitude},$!{unit.latitude}]
-        },
-      "properties":
-        {
-          "name":"$!encoder.jsEncode( ${unit.name} )",
-          "type":"Facility"
-        }
-    }#if( $velocityCount < $size ),#end
-  #end
-  ],
-  "crs":
-    {
-      "type":"EPSG",
-      "properties":
-        {
-          "code":"4326"
-        }
-    }
-}
\ No newline at end of file



--
lp:dhis2
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.