remove typo

This commit is contained in:
sonora 2012-11-15 10:09:56 +01:00
parent 1311d227ec
commit 36071ab902

View file

@ -21,7 +21,7 @@
<renderingProperty attr="noPolygons" name="No polygons" description="Make all areal land features on map transparent"
type="boolean" possibleValues=""/>
<renderingProperty attr="showRoadMaps" name="Show road maps" description="Select how to show maps that have only road information."
type="string" possibleValues="Always - never show normal maps,If no other maps available,Never"/>
type="string" possibleValues="Always - never show normal maps,Where no other map available,Never"/>
<renderingAttribute name="defaultColor">
<filter noPolygons="true" attrColorValue="#00ffffff"/>
@ -31,7 +31,7 @@
<renderingAttribute name="showRoadMapsAttribute">
<filter showRoadMaps="Always - never show normal maps" attrIntValue="1"/>
<filter showRoadMaps="If no other maps available" attrIntValue="0"/>
<filter showRoadMaps="Where no other map available" attrIntValue="0"/>
<filter showRoadMaps="Never" attrIntValue="-1"/>
<filter attrIntValue="0"/>
</renderingAttribute>