We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8a21c commit 496f4edCopy full SHA for 496f4ed
.github/workflows/build-windows.yml
@@ -55,7 +55,7 @@ jobs:
55
$env:MAPCACHE_CONFIG_FILE = "${{ github.workspace }}\build\mapcache.xml"
56
$env:PATH_INFO = "/"
57
$env:REQUEST_METHOD = "GET"
58
- $env:QUERY_STRING = "SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&FORMAT=image/jpeg&SRS=EPSG:4326&BBOX=0,0,10,10&WIDTH=256&HEIGHT=256&LAYERS=global&TRANSPARENT=TRUE"
+ $env:QUERY_STRING = "SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&FORMAT=image/jpeg&SRS=EPSG:3857&BBOX=0,0,10,10&WIDTH=256&HEIGHT=256&LAYERS=global&TRANSPARENT=TRUE"
59
Start-Transcript -Path "${{ github.workspace }}\build\fcgi.out"
60
.\mapcache.fcgi.exe
61
Stop-Transcript
0 commit comments