Skip to content

Commit 4bb1045

Browse files
authored
Merge pull request #928 from MapServer/backport-927-to-branch-8-0
[Backport branch-8-0] fix git commands
2 parents cf1ab81 + 8029364 commit 4bb1045

File tree

6 files changed

+12
-17
lines changed

6 files changed

+12
-17
lines changed

en/community/lists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
Mailing Lists
55
*****************************************************************************
66

7-
..
8-
note::
9-
You can search all of the MapServer lists at once by using
10-
`Nabble's MapServer Forum <http://osgeo-org.1560.x6.nabble.com/MapServer-f4226623.html>`__.
11-
127
mapserver-users
138
---------------
149

en/development/dev_practices.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Fork mapserver/mapserver from the GitHub UI, and then run:
2424

2525
.. code-block:: bash
2626

27-
git clone https://github.com/mapserver/mapserver
28-
cd mapserver
27+
git clone https://github.com/MapServer/MapServer
28+
cd MapServer
2929
git remote add my_user_name [email protected]:my_user_name/mapserver.git
3030

3131
Working with a feature branch

en/development/tests/autotest.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
:Contact: warmerdam at pobox.com
99
:Author: Jeff McKenna
1010
:Contact: jmckenna at gatewaygeomatics.com
11-
:Last Updated: 2022-08-20
11+
:Last Updated: 2024-06-20
1212

1313
.. contents:: Table of Contents
1414
:depth: 2
@@ -28,10 +28,10 @@ Skip this section if you've followed the :ref:`vagrant` steps.
2828
MapServer repository, in /MapServer/msautotest/. It can be fetched with
2929
something like::
3030

31-
git checkout https://github.com/MapServer/MapServer.git
31+
git clone https://github.com/MapServer/MapServer.git
3232

3333
You will notice that an `msautotest` subdirectory (inside `MapServer`)
34-
exists after your checkout.
34+
exists.
3535

3636
Running msautotest
3737
------------------------------------------------------------------------------

en/introduction.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ An Introduction to MapServer
1010
:Contact: david.fawcett at moea.state.mn.us
1111
:Author: Howard Butler
1212
:Contact: hobu.inc at gmail.com
13-
:Last Updated: 2022-08-15
13+
:Last Updated: 2024-06-20
1414

1515
.. contents::
1616
:depth: 3
@@ -987,5 +987,5 @@ configuration, basic MapServer topics and features, incorporation of
987987
dynamic data, advanced topics, MapScript, and the creation of an
988988
actual application.
989989

990-
.. _`MapServer issue tracker`: http://github.com/mapserver/mapserver/issues
991-
.. _`MapServer documentation issue tracker`: http://github.com/mapserver/docs/issues
990+
.. _`MapServer issue tracker`: https://github.com/MapServer/MapServer/issues
991+
.. _`MapServer documentation issue tracker`: https://github.com/MapServer/MapServer-documentation/issues

en/optimization/debugging.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
:Author: Jeff McKenna
1111
:Contact: jmckenna at gatewaygeomatics.com
12-
:Last Updated: 2023-07-30
12+
:Last Updated: 2024-06-20
1313

1414
.. contents:: Table of Contents
1515
:depth: 3
@@ -618,7 +618,7 @@ online application, even though no errors, logs, or local map2img tests
618618
give any hints; this is where the `QGIS <https://qgis.org>`__
619619
*Network Logger* can really help to get the exact problem request. For
620620
steps on how to implement the network logger see
621-
`here <https://github.com/mapserver/mapserver/wiki/Get-the-Raw-WMS-Request-Generated-by-QGIS>`__.
621+
`here <https://github.com/MapServer/MapServer/wiki/Get-the-Raw-WMS-Request-Generated-by-QGIS>`__.
622622

623623
.. TIP::
624624
To get the exact problem request, add your MapServer service as a QGIS layer,

en/optimization/mapfile.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
:Contact: david.fawcett at gmail.com
1212
:Author: Jeff McKenna
1313
:Contact: jmckenna at gatewaygeomatics.com
14-
:Last Updated: 2021-04-13
14+
:Last Updated: 2024-06-20
1515

1616
.. contents:: Table of Contents
1717
:depth: 3
@@ -158,7 +158,7 @@ You can use this to also test problematic WMS GetMap requests as well:
158158
mapserv -nh "QUERY_STRING=SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&BBOX=41.42710000000000292,-173.4329999999999927,83.74660000000000082,-13.04809999999999981&CRS=EPSG:4326&WIDTH=369&HEIGHT=98&LAYERS=park&STYLES=&FORMAT=image/png&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi:96&TRANSPARENT=TRUE" > test.png
159159

160160
**Note:** Besides checking your web server logs, you can also use QGIS to get the exact
161-
request to your OWS (WMS/WFS etc.) service: see https://github.com/mapserver/mapserver/wiki/Get-the-Raw-WMS-Request-Generated-by-QGIS
161+
request to your OWS (WMS/WFS etc.) service: see https://github.com/MapServer/MapServer/wiki/Get-the-Raw-WMS-Request-Generated-by-QGIS
162162

163163
.. image:: ../images/qgis-network-logger.png
164164
:width: 800

0 commit comments

Comments
 (0)