view src/icons/marker.xpm @ 882:912726c2f5e3

Fix a segfault occuring when opening some collection files. Skip all lines not starting with a # when only geometry is required.
author zas_
date Sun, 13 Jul 2008 12:36:18 +0000
parents d907d608745f
children
line wrap: on
line source

/* XPM */
static char * marker_xpm[] = {
"26 32 3 1",
" 	c None",
".	c #000000",
"+	c #FF0000",
"           ....           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"    ..     .++.     ..    ",
"    .+.    .++.    .+.    ",
"    .++.   .++.   .++.    ",
"    .+++.  .++.  .+++.    ",
".....++++. .++. .++++.....",
".+++++++++..++..+++++++++.",
".++++++++++.++.++++++++++.",
".+++++++++..++..+++++++++.",
".....++++. .++. .++++.....",
"    .+++.  .++.  .+++.    ",
"    .++.   .++.   .++.    ",
"    .+.    .++.    .+.    ",
"    ..     .++.     ..    ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           ....           "};