]> Pileus Git - grits/blobdiff - src/plugins/sat.c
Add z-index to tiles
[grits] / src / plugins / sat.c
index 66150be765791ecd401fa09975ee9d7bc7f1846d..9e1af30e6a5eca5a561c19aac13be5814b4426a9 100644 (file)
@@ -179,7 +179,7 @@ GisPluginSat *gis_plugin_sat_new(GisViewer *viewer)
                        G_CALLBACK(_on_location_changed), sat);
 
        /* Add renderers */
                        G_CALLBACK(_on_location_changed), sat);
 
        /* Add renderers */
-       gis_viewer_add(viewer, GIS_OBJECT(sat->tiles), GIS_LEVEL_WORLD, 0);
+       gis_viewer_add(viewer, GIS_OBJECT(sat->tiles), GIS_LEVEL_WORLD, FALSE);
 
        return sat;
 }
 
        return sat;
 }