]> mj.ucw.cz Git - leo.git/blobdiff - map.h
Inline styles can be specified in object tags
[leo.git] / map.h
diff --git a/map.h b/map.h
index 9dd80a795bea79538b51b186ef7f7ad3278959bf..8478af133c8244faae014e2bda4a3ef09a96a485 100644 (file)
--- a/map.h
+++ b/map.h
@@ -1,7 +1,7 @@
 /*
  *     Hic Est Leo -- Global Map Operations
  *
- *     (c) 2014 Martin Mares <mj@ucw.cz>
+ *     (c) 2014--2015 Martin Mares <mj@ucw.cz>
  */
 
 #ifndef _LEO_MAP_H
@@ -32,6 +32,7 @@ struct data_source {
   char *file;
   int format;
   clist styles;                // of data_source_style
+  int inline_styles;
   // Runtime
   struct osm *osm;
 };