Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix writeStyle(...) for "GEOMTRANSFORM CENTROID"
  • Loading branch information
github-actions[bot] committed Jan 29, 2021
1 parent 31dd30f commit 3cc59a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapfile.c
Expand Up @@ -2729,7 +2729,7 @@ void writeStyle(FILE *stream, int indent, styleObj *style)
msIO_fprintf(stream, "GEOMTRANSFORM (%s)\n", style->_geomtransform.string);
}
else if(style->_geomtransform.type != MS_GEOMTRANSFORM_NONE) {
writeKeyword(stream, indent, "GEOMTRANSFORM", style->_geomtransform.type, 7,
writeKeyword(stream, indent, "GEOMTRANSFORM", style->_geomtransform.type, 8,
MS_GEOMTRANSFORM_BBOX, "\"bbox\"",
MS_GEOMTRANSFORM_END, "\"end\"",
MS_GEOMTRANSFORM_LABELPOINT, "\"labelpnt\"",
Expand Down

0 comments on commit 3cc59a5

Please sign in to comment.