[mapserver-commits] r9504 - trunk/mapserver/xmlmapfile
svn at osgeo.org
svn at osgeo.org
Fri Oct 23 08:48:15 EDT 2009
Author: aboudreault
Date: 2009-10-23 08:48:13 -0400 (Fri, 23 Oct 2009)
New Revision: 9504
Modified:
trunk/mapserver/xmlmapfile/mapfile.xsd
Log:
Added nauticalmiles unit in xml schema (#3173)
Modified: trunk/mapserver/xmlmapfile/mapfile.xsd
===================================================================
--- trunk/mapserver/xmlmapfile/mapfile.xsd 2009-10-23 04:39:51 UTC (rev 9503)
+++ trunk/mapserver/xmlmapfile/mapfile.xsd 2009-10-23 12:48:13 UTC (rev 9504)
@@ -91,6 +91,7 @@
<xs:enumeration value="KILOMETERS"/>
<xs:enumeration value="METERS"/>
<xs:enumeration value="MILES"/>
+ <xs:enumeration value="NAUTICALMILES"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="extendedUnitType">
More information about the mapserver-commits
mailing list