Skip to content

Commit

Permalink
Merge branch 'branch-6-2' into intramaps
Browse files Browse the repository at this point in the history
Conflicts:
	mapsymbol.c
  • Loading branch information
szekerest committed Mar 22, 2013
2 parents ba59cbe + 86fc175 commit 0049149
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mapsymbol.c
Expand Up @@ -314,10 +314,13 @@ void writeSymbol(symbolObj *s, FILE *stream)
msIO_fprintf(stream, " TYPE ELLIPSE\n");
else if(s->type == MS_SYMBOL_VECTOR)
msIO_fprintf(stream, " TYPE VECTOR\n");
else if(s->type == MS_SYMBOL_SVG)
msIO_fprintf(stream, " TYPE SVG\n");
else
msIO_fprintf(stream, " TYPE SIMPLE\n");

if(s->filled == MS_TRUE) msIO_fprintf(stream, " FILLED TRUE\n");
if(s->imagepath != NULL) msIO_fprintf(stream, " IMAGE \"%s\"\n", s->imagepath);

/* POINTS */
if(s->numpoints != 0) {
Expand Down

0 comments on commit 0049149

Please sign in to comment.