Skip to content

Commit

Permalink
correct WMS endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Nov 20, 2021
1 parent 6fee2b2 commit 5c217ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion msautotest/gdal/wmsclient.map
Expand Up @@ -27,7 +27,7 @@ LAYER
STATUS DEFAULT
DEBUG 1
#CONNECTION "http://mstest.tiles.osgeo.org/wms/vmap0?"
CONNECTION "https://demo.mapserver.org/cgi-bin/mapserv?map=/mapserver/apps/msautotest/world/world.map&"
CONNECTION "https://demo.mapserver.org/cgi-bin/msautotest?"
CONNECTIONTYPE WMS
METADATA
"wms_srs" "EPSG:4326"
Expand Down
2 changes: 1 addition & 1 deletion msautotest/gdal/wmsclient_3543.map
Expand Up @@ -22,7 +22,7 @@ END

LAYER
NAME "X"
CONNECTION "https://demo.mapserver.org/cgi-bin/mapserv?map=/mapserver/apps/msautotest/world/world.map&"
CONNECTION "https://demo.mapserver.org/cgi-bin/msautotest?"
CONNECTIONTYPE WMS
TYPE RASTER
STATUS DEFAULT
Expand Down
2 changes: 1 addition & 1 deletion msautotest/renderers/wmsclient.map
Expand Up @@ -27,7 +27,7 @@ LAYER
TYPE RASTER
STATUS DEFAULT
#CONNECTION "http://mstest.tiles.osgeo.org/wms/vmap0?"
CONNECTION "https://demo.mapserver.org/cgi-bin/mapserv?map=/mapserver/apps/msautotest/world/world.map&"
CONNECTION "https://demo.mapserver.org/cgi-bin/msautotest?"
CONNECTIONTYPE WMS
METADATA
"wms_srs" "EPSG:4326"
Expand Down

0 comments on commit 5c217ef

Please sign in to comment.