** Added the element definition of uniquevaluemarker to qgis.dtd

git-svn-id: http://svn.osgeo.org/qgis/trunk@2022 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
larsl 2004-09-20 18:00:11 +00:00
parent c2fb42fce4
commit 0d46a4cfef
3 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,11 @@
QGIS Change Log
ChangeLog,v 1.188 2004/09/20 17:55:20 larsl Exp
ChangeLog,v 1.189 2004/09/20 18:00:11 larsl Exp
------------------------------------------------------------------------------
Version 0.5 'Bandit' .... development version
2004-09-20 [larsl] 0.4.0devel36
** Added the element definition of uniquevaluemarker to qgis.dtd
2004-09-20 [larsl] 0.4.0devel35
** Re-fixed bug 987874, the provider will now skip geometry-less features
but keep reading other features

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl configure.in,v 1.190 2004/09/20 17:55:20 larsl Exp
dnl configure.in,v 1.191 2004/09/20 18:00:11 larsl Exp
@ -26,7 +26,7 @@ dnl ---------------------------------------------------------------------------
MAJOR_VERSION=0
MINOR_VERSION=4
MICRO_VERSION=0
EXTRA_VERSION=35
EXTRA_VERSION=36
if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
else

View File

@ -93,6 +93,7 @@ markersymbol(svgpath,scalefactor,outlinecolor,outlinestyle,outlinewidth,fillcolo
<!ELEMENT graduatedsymbol (classificationfield,rangerenderitem+) >
<!ELEMENT graduatedmarker (classificationfield,rangerenderitem+) >
<!ELEMENT uniquevalue (classificationfield,renderitem+) >
<!ELEMENT uniquevaluemarker (classificationfield,renderitem+) >
<!ELEMENT classificationfield (#PCDATA) >
<!ELEMENT continuoussymbol (classificationfield,lowestitem,highestitem) >
<!ELEMENT lowestitem (renderitem) >