From 4210a55ab9326848821f20271628cfa38b5679c3 Mon Sep 17 00:00:00 2001 From: Harrissou Sant-anna Date: Sun, 20 Oct 2024 12:38:17 +0000 Subject: [PATCH] One line browser URL --- docs/server_manual/getting_started.rst | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/docs/server_manual/getting_started.rst b/docs/server_manual/getting_started.rst index c8b56df4258..e44926a075a 100644 --- a/docs/server_manual/getting_started.rst +++ b/docs/server_manual/getting_started.rst @@ -768,31 +768,13 @@ like this in your web browser to retrieve the *countries* layer: .. code-block:: bash - http://qgis.demo/cgi-bin/qgis_mapserv.fcgi? - MAP=/home/qgis/projects/world.qgs& - LAYERS=countries& - SERVICE=WMS& - VERSION=1.3.0& - REQUEST=GetMap& - CRS=EPSG:4326& - WIDTH=400& - HEIGHT=200& - BBOX=-90,-180,90,180 + http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?MAP=/home/qgis/projects/world.qgs&LAYERS=countries&SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&CRS=EPSG:4326&WIDTH=400&HEIGHT=200&BBOX=-90,-180,90,180 * If you followed the above instructions to install an NGINX HTTP Server: .. code-block:: bash - http://qgis.demo/qgisserver? - MAP=/home/qgis/projects/world.qgs& - LAYERS=countries& - SERVICE=WMS& - VERSION=1.3.0& - REQUEST=GetMap& - CRS=EPSG:4326& - WIDTH=400& - HEIGHT=200& - BBOX=-90,-180,90,180 + http://qgis.demo/qgisserver?MAP=/home/qgis/projects/world.qgs&LAYERS=countries&SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&CRS=EPSG:4326&WIDTH=400&HEIGHT=200&BBOX=-90,-180,90,180 If you obtain the next image, then QGIS Server is running correctly: