Skip to content

Commit 7d8dcb5

Browse files
committed
NASA WMS server was discontinued
Add the only working WMS I could find as an example
1 parent ddde44d commit 7d8dcb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wms.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@ void wms_remove(appdata_t *appdata) {
13881388
struct server_preset_s {
13891389
char *name, *server, *path;
13901390
} default_servers[] = {
1391-
{ "NASA landsat", "http://onearth.jpl.nasa.gov", "/wms.cgi" },
1391+
{ "Open Geospatial Consortium Web Services", "http://ows.terrestris.de", "/osm/service?" },
13921392
/* add more servers here ... */
13931393
{ NULL, NULL, NULL }
13941394
};

0 commit comments

Comments
 (0)