[mapguide-commits] r9246 - sandbox/jng/ogc/Server/src/Wms

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Nov 10 07:24:48 PST 2017


Author: jng
Date: 2017-11-10 07:24:48 -0800 (Fri, 10 Nov 2017)
New Revision: 9246

Modified:
   sandbox/jng/ogc/Server/src/Wms/1.1.1.xml.awd
Log:
Previous submission did not have the current 1.1.1.xml.awd template. This submission corrects that.

Modified: sandbox/jng/ogc/Server/src/Wms/1.1.1.xml.awd
===================================================================
--- sandbox/jng/ogc/Server/src/Wms/1.1.1.xml.awd	2017-11-10 14:54:23 UTC (rev 9245)
+++ sandbox/jng/ogc/Server/src/Wms/1.1.1.xml.awd	2017-11-10 15:24:48 UTC (rev 9246)
@@ -86,6 +86,7 @@
    <td>
     <table>
      <?EnumFeatureProperties using="&FeatureProperty.html;" ?>
+     <?EnumFeatureGeometries using="&FeatureGeometry.html;" ?>
     </table>
    </td>
   </tr>
@@ -120,16 +121,19 @@
  </Define>
 
  <!-- Output all non-geometry properties -->
- <Define item="FeatureProperty.json">
-  <?If l="&FeatureProperty.Name" op="neq" r="_MgGeometry" ?>"&FeatureProperty.Name;": "&FeatureProperty.Value;"<?If l="&FeatureProperty.IsLast" op="eq" r="0"?>,<?Endif?><?Endif?>
- </Define>
+ <Define item="FeatureProperty.json">"&FeatureProperty.Name;": "&FeatureProperty.Value;"<?If l="&FeatureProperty.IsLast" op="eq" r="0"?>,<?Endif?></Define>
 
  <!-- Only output if property name is the designated geometry -->
  <Define item="FeatureGeometry.json">&FeatureGeometry.Value;</Define>
 
  <!-- Only output if property name is the designated geometry -->
- <Define item="FeatureGeometry.text">&FeatureGeometry.Value;</Define>
+ <Define item="FeatureGeometry.text">Geometry=&FeatureGeometry.Value;</Define>
 
+ <!-- Only output if property name is the designated geometry -->
+ <Define item="FeatureGeometry.html">
+  <tr><td class="name">Geometry</td><td>&FeatureGeometry.Value;</td></tr>
+ </Define>
+
  <!-- We're currently not supporting child layers... -->
  <Define item="Layer.Sublayers"></Define>
 



More information about the mapguide-commits mailing list