Skip to content

Commit 3cc59a5

Browse files
fix writeStyle(...) for "GEOMTRANSFORM CENTROID"
1 parent 31dd30f commit 3cc59a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapfile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2729,7 +2729,7 @@ void writeStyle(FILE *stream, int indent, styleObj *style)
27292729
msIO_fprintf(stream, "GEOMTRANSFORM (%s)\n", style->_geomtransform.string);
27302730
}
27312731
else if(style->_geomtransform.type != MS_GEOMTRANSFORM_NONE) {
2732-
writeKeyword(stream, indent, "GEOMTRANSFORM", style->_geomtransform.type, 7,
2732+
writeKeyword(stream, indent, "GEOMTRANSFORM", style->_geomtransform.type, 8,
27332733
MS_GEOMTRANSFORM_BBOX, "\"bbox\"",
27342734
MS_GEOMTRANSFORM_END, "\"end\"",
27352735
MS_GEOMTRANSFORM_LABELPOINT, "\"labelpnt\"",

0 commit comments

Comments
 (0)