]> mj.ucw.cz Git - leo.git/blobdiff - map.h
TODO
[leo.git] / map.h
diff --git a/map.h b/map.h
index 2fa4f89bbbc6d1b2c94c309eae09d716f556d328..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
@@ -23,6 +23,7 @@ enum data_source_type {
   DATA_SOURCE_INVALID,
   DATA_SOURCE_OSMXML,
   DATA_SOURCE_FIXED,
+  DATA_SOURCE_SHAPE,
 };
 
 struct data_source {
@@ -31,6 +32,7 @@ struct data_source {
   char *file;
   int format;
   clist styles;                // of data_source_style
+  int inline_styles;
   // Runtime
   struct osm *osm;
 };