diff -r ffab98e94909 -r fc1e478697d3 gui_writer.cc --- a/gui_writer.cc Tue Oct 24 07:31:31 2006 +0000 +++ b/gui_writer.cc Wed Oct 25 13:21:24 2006 +0000 @@ -19,6 +19,20 @@ m[edgeid] = mapstorage->arrow_pos[e]; } x("arrow_pos", m); + + std::map nm; + for(int i=0;iactive_nodemaps[i]; + } + x("active_nodemaps", nm); + + std::map em; + for(int i=0;iactive_edgemaps[i]; + } + x("active_edgemaps", em); } GuiWriter::GuiWriter(LemonWriter& writer, MapStorage* ms) : Parent(writer), mapstorage(ms)