[mapguide-commits] r9851 - trunk/MgDev/UnitTest/TestData/Samples/Sheboygan/Library/Samples/Sheboygan/Layers
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Tue Jun 8 06:42:45 PDT 2021
Author: jng
Date: 2021-06-08 06:42:45 -0700 (Tue, 08 Jun 2021)
New Revision: 9851
Modified:
trunk/MgDev/UnitTest/TestData/Samples/Sheboygan/Library/Samples/Sheboygan/Layers/Parcels.LayerDefinition_HEADER.xml
Log:
#2810: Make the default sample parcels layer WMS queryable and geometry enabled. Otherwise our WMS example won't work out of the box.
Modified: trunk/MgDev/UnitTest/TestData/Samples/Sheboygan/Library/Samples/Sheboygan/Layers/Parcels.LayerDefinition_HEADER.xml
===================================================================
--- trunk/MgDev/UnitTest/TestData/Samples/Sheboygan/Library/Samples/Sheboygan/Layers/Parcels.LayerDefinition_HEADER.xml 2021-06-08 13:41:47 UTC (rev 9850)
+++ trunk/MgDev/UnitTest/TestData/Samples/Sheboygan/Library/Samples/Sheboygan/Layers/Parcels.LayerDefinition_HEADER.xml 2021-06-08 13:42:45 UTC (rev 9851)
@@ -10,7 +10,7 @@
<Simple>
<Property>
<Name>_Queryable</Name>
- <Value>0</Value>
+ <Value>1</Value>
</Property>
<Property>
<Name>_Bounds</Name>
@@ -28,6 +28,10 @@
<Name>_IsPublished</Name>
<Value>1</Value>
</Property>
+ <Property>
+ <Name>_EnableGeometry</Name>
+ <Value>1</Value>
+ </Property>
</Simple>
</Metadata>
</ResourceDocumentHeader>
\ No newline at end of file
More information about the mapguide-commits
mailing list