X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fgis_test.c;h=054373e494cdaee0b14e19cca8b11277b5ac6f60;hp=d587936a4a82f92833ab372d8e7566dff5a1cafe;hb=ac7156bd84aef88b712f117f7e2f3d847d371719;hpb=4d1e8fc57db10e2cfd12ba1eddf498f6cf873d4f diff --git a/src/gis_test.c b/src/gis_test.c index d587936..054373e 100644 --- a/src/gis_test.c +++ b/src/gis_test.c @@ -1,16 +1,16 @@ /* * Copyright (C) 2009 Andy Spencer - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -52,7 +52,8 @@ int main(int argc, char **argv) //gis_plugins_load(plugins, "radar", world, view, opengl, prefs); //gis_plugins_load(plugins, "ridge", world, view, opengl, prefs); - //gis_plugins_load(plugins, "example", world, view, opengl, prefs); + gis_plugins_load(plugins, "bmng", world, view, opengl, prefs); + gis_plugins_load(plugins, "srtm", world, view, opengl, prefs); GtkWidget *window = gtk_window_new(GTK_WINDOW_TOPLEVEL); g_signal_connect(window, "destroy", G_CALLBACK(gtk_main_quit), NULL);