[mapguide-commits] r6378 - trunk/MgDev/Doc/samples/dotnetsamples/modifying_maps_and_layers

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Dec 29 05:48:17 EST 2011


Author: jng
Date: 2011-12-29 02:48:17 -0800 (Thu, 29 Dec 2011)
New Revision: 6378

Modified:
   trunk/MgDev/Doc/samples/dotnetsamples/modifying_maps_and_layers/create_new_point_layer_definition.aspx
Log:
Dev Guide: Fix modify maps and layers examples (.net)

Modified: trunk/MgDev/Doc/samples/dotnetsamples/modifying_maps_and_layers/create_new_point_layer_definition.aspx
===================================================================
--- trunk/MgDev/Doc/samples/dotnetsamples/modifying_maps_and_layers/create_new_point_layer_definition.aspx	2011-12-29 10:44:45 UTC (rev 6377)
+++ trunk/MgDev/Doc/samples/dotnetsamples/modifying_maps_and_layers/create_new_point_layer_definition.aspx	2011-12-29 10:48:17 UTC (rev 6378)
@@ -127,7 +127,6 @@
 	//wkt = "LOCALCS[\"*XY-MT*\",LOCAL_DATUM[\"*X-Y*\",10000],UNIT[\"Meter\", 1],AXIS[\"X\",EAST],AXIS[\"Y\",NORTH]]";
     String wkt = "GEOGCS[\"LL84\",DATUM[\"WGS84\",SPHEROID[\"WGS84\",6378137.000,298.25722293]],PRIMEM[\"Greenwich\",0],UNIT[\"Degree\",0.01745329251994]]";
     MgCreateSdfParams sdfParams = new MgCreateSdfParams("LatLong", wkt, featureSchema);
-    sdfParams.SetFileName("points.sdf");
     featureService.CreateFeatureSource(resourceIdentifier, sdfParams);
 
 	// We need to add some data to the sdf before using it.  The spatial context



More information about the mapguide-commits mailing list