X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=sym.h;h=d2e294c893c7afc541c99984b19039da35075c84;hb=c343d14479295d517ae64ccee5a7e83d3ce0fc42;hp=7c4e97be0702c7c06c684b60cca715b616b7ecf1;hpb=44b0ec8816c3cf1a5858fec0c51e075cedefc3eb;p=leo.git diff --git a/sym.h b/sym.h index 7c4e97b..d2e294c 100644 --- a/sym.h +++ b/sym.h @@ -4,8 +4,8 @@ * (c) 2014 Martin Mares */ -#ifndef _BRUM_SYM_H -#define _BRUM_SYM_H +#ifndef _LEO_SYM_H +#define _LEO_SYM_H #include "osm.h" #include "style.h" @@ -71,6 +71,8 @@ struct sym_point { double fill_opacity; bool do_stroke; bool do_fill; + double x; + double y; }; // FIXME: Make sym_*_new() and symbolizer structs internal @@ -132,6 +134,7 @@ struct sym_text { color_t text_color; double x; double y; + double rotate; // Rotation in degrees CCW struct text_font *font; double opacity; color_t halo_color;