[mapguide-commits] r6234 -
trunk/MgDev/Doc/samples/dotnetsamples/modifying_maps_and_layers
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Thu Nov 17 07:16:55 EST 2011
Author: jng
Date: 2011-11-17 04:16:54 -0800 (Thu, 17 Nov 2011)
New Revision: 6234
Modified:
trunk/MgDev/Doc/samples/dotnetsamples/modifying_maps_and_layers/change_layers_via_dom.aspx
trunk/MgDev/Doc/samples/dotnetsamples/modifying_maps_and_layers/create_new_line_layer_definition.aspx
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_squarefootage_layer_definition.aspx
Log:
Devguide: Fix multiple inclusions
Modified: trunk/MgDev/Doc/samples/dotnetsamples/modifying_maps_and_layers/change_layers_via_dom.aspx
===================================================================
--- trunk/MgDev/Doc/samples/dotnetsamples/modifying_maps_and_layers/change_layers_via_dom.aspx 2011-11-17 12:01:03 UTC (rev 6233)
+++ trunk/MgDev/Doc/samples/dotnetsamples/modifying_maps_and_layers/change_layers_via_dom.aspx 2011-11-17 12:16:54 UTC (rev 6234)
@@ -23,7 +23,6 @@
String sessionId;
String mapName;
</script>
-<!-- #Include File="../common/common.aspx" -->
<!-- #Include File="layer_functions.aspx" -->
<html>
Modified: trunk/MgDev/Doc/samples/dotnetsamples/modifying_maps_and_layers/create_new_line_layer_definition.aspx
===================================================================
--- trunk/MgDev/Doc/samples/dotnetsamples/modifying_maps_and_layers/create_new_line_layer_definition.aspx 2011-11-17 12:01:03 UTC (rev 6233)
+++ trunk/MgDev/Doc/samples/dotnetsamples/modifying_maps_and_layers/create_new_line_layer_definition.aspx 2011-11-17 12:16:54 UTC (rev 6234)
@@ -22,7 +22,6 @@
String sessionId;
String mapName;
</script>
-<!-- #Include File="../common/common.aspx" -->
<!-- #Include File="layer_functions.aspx" -->
<html>
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-11-17 12:01:03 UTC (rev 6233)
+++ trunk/MgDev/Doc/samples/dotnetsamples/modifying_maps_and_layers/create_new_point_layer_definition.aspx 2011-11-17 12:16:54 UTC (rev 6234)
@@ -18,7 +18,6 @@
<%@ Import Namespace="System" %>
<%@ Import Namespace="System.Xml" %>
<%@ Import Namespace="OSGeo.MapGuide" %>
-<!-- #Include File="../common/common.aspx" -->
<!-- #Include File="layer_functions.aspx" -->
<script runat="server">
String sessionId;
Modified: trunk/MgDev/Doc/samples/dotnetsamples/modifying_maps_and_layers/create_new_squarefootage_layer_definition.aspx
===================================================================
--- trunk/MgDev/Doc/samples/dotnetsamples/modifying_maps_and_layers/create_new_squarefootage_layer_definition.aspx 2011-11-17 12:01:03 UTC (rev 6233)
+++ trunk/MgDev/Doc/samples/dotnetsamples/modifying_maps_and_layers/create_new_squarefootage_layer_definition.aspx 2011-11-17 12:16:54 UTC (rev 6234)
@@ -18,7 +18,6 @@
<%@ Import Namespace="System" %>
<%@ Import Namespace="System.Xml" %>
<%@ Import Namespace="OSGeo.MapGuide" %>
-<!-- #Include File="../common/common.aspx" -->
<!-- #Include File="layer_functions.aspx" -->
<script runat="server">
String sessionId;
More information about the mapguide-commits
mailing list