]> mj.ucw.cz Git - leo.git/blob - leo.h
Imported experimental version from poskole2014.git
[leo.git] / leo.h
1 /*
2  *      Hic Est Leo
3  *
4  *      (c) 2014 Martin Mares <mj@ucw.cz>
5  */
6
7 #include <ucw/clists.h>
8
9 typedef u32 color_t;                    // 0x00RRGGBB
10
11 #define COLOR_NONE 0xffffffff
12
13 /* Debug options */
14
15 extern uns debug_dump_source, debug_dump_after_proj, debug_dump_after_scaling;
16 extern uns debug_dump_multipolygons, debug_dump_css, debug_dump_styling, debug_dump_symbols;
17
18 /* xml.c */
19
20 void osm_xml_parse(const char *name);