]> mj.ucw.cz Git - leo.git/blobdiff - labeller.h
Labelling: Another bunch of edits
[leo.git] / labeller.h
index 8f1b0fad9637b17c5176176878c087422e8a9bd0..f17bda5b406b8a754242f88602f0aecad794aa64 100644 (file)
@@ -114,6 +114,7 @@ struct graph_node
   osm_id_t id;
   struct osm_node *o;
   struct graph_edge **edges;
   osm_id_t id;
   struct osm_node *o;
   struct graph_edge **edges;
+  int num;
 };
 
 struct graph_edge
 };
 
 struct graph_edge
@@ -130,6 +131,10 @@ struct graph_edge
   struct sym_text *text;
   struct sym_line *sym;
   z_index_t zindex;
   struct sym_text *text;
   struct sym_line *sym;
   z_index_t zindex;
+  int dir;
+  struct graph_node *anode;
+  struct graph_node *bnode; // DEBUG PRINT
+  int num; // DEBUG
 };
 
 struct longline
 };
 
 struct longline