]> mj.ucw.cz Git - leo.git/blobdiff - leo.c
A simple representation of the road graph
[leo.git] / leo.c
diff --git a/leo.c b/leo.c
index 1e24943e67a98f681b9535274144ecf74f1ed778..1af53c0150819cd163c1a79a280aa3d5913e4c6b 100644 (file)
--- a/leo.c
+++ b/leo.c
@@ -17,6 +17,7 @@
 #include "css.h"
 #include "sym.h"
 #include "map.h"
+#include "graph.h"
 
 uns debug_dump_source, debug_dump_after_proj, debug_dump_after_scaling;
 uns debug_dump_multipolygons, debug_dump_css, debug_dump_styling, debug_dump_symbols;
@@ -120,6 +121,7 @@ int main(int argc UNUSED, char **argv)
   styles_init();
   map_load_styles();
   map_load_sources();
+  graph_build();
   map_set_scale();
   map_generalize();