]> Pileus Git - grits/blobdiff - src/plugins/map.c
Add outline to markers
[grits] / src / plugins / map.c
index 0ae8ef6c411fadf497d7fa426547c8114a2f781b..a0f28dcc454b6b3e1952098e26095c81920622dc 100644 (file)
@@ -188,7 +188,7 @@ GisPluginMap *gis_plugin_map_new(GisViewer *viewer)
                        G_CALLBACK(_on_location_changed), map);
 
        /* Add renderers */
                        G_CALLBACK(_on_location_changed), map);
 
        /* Add renderers */
-       gis_viewer_add(viewer, GIS_OBJECT(map->tiles), GIS_LEVEL_OVERLAY, 0);
+       gis_viewer_add(viewer, GIS_OBJECT(map->tiles), GIS_LEVEL_OVERLAY-1, 0);
 
        return map;
 }
 
        return map;
 }