maps need clusters to be emitted after nodes and edges
authorellson <devnull@localhost>
Fri, 28 Jul 2006 20:38:25 +0000 (20:38 +0000)
committerellson <devnull@localhost>
Fri, 28 Jul 2006 20:38:25 +0000 (20:38 +0000)
plugin/core/gvrender_core_map.c

index 495a5fe8128c1d9e377f47fbb98c81326f7b3dcb..ef034a5369a501f15dfedaa4593b6be2b811603b 100644 (file)
@@ -252,7 +252,8 @@ static gvrender_engine_t map_engine = {
 };
 
 static gvrender_features_t map_features = {
-    GVRENDER_Y_GOES_DOWN
+    EMIT_CLUSTERS_LAST
+        | GVRENDER_Y_GOES_DOWN
        | GVRENDER_DOES_MAPS
        | GVRENDER_DOES_LABELS
        | GVRENDER_DOES_TOOLTIPS
@@ -270,7 +271,8 @@ static gvrender_features_t map_features = {
 };
 
 static gvrender_features_t map_features_nopoly = {
-    GVRENDER_Y_GOES_DOWN
+    EMIT_CLUSTERS_LAST
+        | GVRENDER_Y_GOES_DOWN
        | GVRENDER_DOES_MAPS
        | GVRENDER_DOES_LABELS
        | GVRENDER_DOES_TOOLTIPS