]> Pileus Git - grits/commitdiff
Fix SRTM url
authorAndy Spencer <andy753421@gmail.com>
Mon, 8 Feb 2010 05:13:18 +0000 (05:13 +0000)
committerAndy Spencer <andy753421@gmail.com>
Mon, 8 Feb 2010 05:13:18 +0000 (05:13 +0000)
src/plugins/elev.c

index d8ffc009e338c8d084352e85d902832cf993e831..938d77acc1b3ae0e528b2d0788a8324b86c07b10 100644 (file)
@@ -306,7 +306,7 @@ static void gis_plugin_elev_init(GisPluginElev *self)
        self->mutex = g_mutex_new();
        self->tiles = gis_tile_new(NULL, NORTH, SOUTH, EAST, WEST);
        self->wms   = gis_wms_new(
-               "http://www.nasa.network.com/srtm", "srtm30", "application/bil",
+               "http://www.nasa.network.com/elev", "srtm30", "application/bil",
                "srtm/", "bil", TILE_WIDTH, TILE_HEIGHT);
 }
 static void gis_plugin_elev_dispose(GObject *gobject)