X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fplugins%2Fmap.c;h=a0f28dcc454b6b3e1952098e26095c81920622dc;hp=0ae8ef6c411fadf497d7fa426547c8114a2f781b;hb=ae53954e8d951923cac226f0c576449072480e84;hpb=5350256efff1c97426e0db60e404bfd8a6cb08be diff --git a/src/plugins/map.c b/src/plugins/map.c index 0ae8ef6..a0f28dc 100644 --- a/src/plugins/map.c +++ b/src/plugins/map.c @@ -188,7 +188,7 @@ GisPluginMap *gis_plugin_map_new(GisViewer *viewer) 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; }