Skip to content

Commit 0d46a4c

Browse files
author
larsl
committedSep 20, 2004
** Added the element definition of uniquevaluemarker to qgis.dtd
git-svn-id: http://svn.osgeo.org/qgis/trunk@2022 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c2fb42f commit 0d46a4c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed
 

‎ChangeLog

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
QGIS Change Log
2-
ChangeLog,v 1.188 2004/09/20 17:55:20 larsl Exp
2+
ChangeLog,v 1.189 2004/09/20 18:00:11 larsl Exp
33
------------------------------------------------------------------------------
44
Version 0.5 'Bandit' .... development version
55

6+
2004-09-20 [larsl] 0.4.0devel36
7+
** Added the element definition of uniquevaluemarker to qgis.dtd
8+
69
2004-09-20 [larsl] 0.4.0devel35
710
** Re-fixed bug 987874, the provider will now skip geometry-less features
811
but keep reading other features

‎configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
dnl Process this file with autoconf to produce a configure script.
3-
dnl configure.in,v 1.190 2004/09/20 17:55:20 larsl Exp
3+
dnl configure.in,v 1.191 2004/09/20 18:00:11 larsl Exp
44

55

66

@@ -26,7 +26,7 @@ dnl ---------------------------------------------------------------------------
2626
MAJOR_VERSION=0
2727
MINOR_VERSION=4
2828
MICRO_VERSION=0
29-
EXTRA_VERSION=35
29+
EXTRA_VERSION=36
3030
if test $EXTRA_VERSION -eq 0; then
3131
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
3232
else

‎qgis.dtd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ markersymbol(svgpath,scalefactor,outlinecolor,outlinestyle,outlinewidth,fillcolo
9393
<!ELEMENT graduatedsymbol (classificationfield,rangerenderitem+) >
9494
<!ELEMENT graduatedmarker (classificationfield,rangerenderitem+) >
9595
<!ELEMENT uniquevalue (classificationfield,renderitem+) >
96+
<!ELEMENT uniquevaluemarker (classificationfield,renderitem+) >
9697
<!ELEMENT classificationfield (#PCDATA) >
9798
<!ELEMENT continuoussymbol (classificationfield,lowestitem,highestitem) >
9899
<!ELEMENT lowestitem (renderitem) >

0 commit comments

Comments
 (0)
Please sign in to comment.