Skip to content

Commit 5a48d73

Browse files
committed
Update date and compatibility notes
1 parent fc780d8 commit 5a48d73

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

mapscript/python/README.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Python MapScript for MapServer 7.2 README
22
=========================================
33

44
:Author: MapServer Team
5-
:Last Updated: 2018-07-23
5+
:Last Updated: 2018-08-17
66

77
Introduction
88
------------
@@ -55,7 +55,9 @@ On Windows you can use the following, replacing ``C:\MapServer\bin`` with the lo
5555
SET PATH=C:\MapServer\bin;%PATH%
5656
5757
Window binary packages can be downloaded from `GIS Internals <https://www.gisinternals.com/stable.php>`.
58-
When using these packages the MapServer path will be similar to `C:\release-1911-x64-gdal-mapserver\bin`.
58+
To ensure compatibility with the wheels, please use ``release-1911-x64-gdal-2-3-mapserver-7-2``.
59+
60+
When using these packages the MapServer path will be similar to `C:\release-1911-x64-gdal-2-3-mapserver-7-2\bin`.
5961

6062
The mapscript wheels have been compiled using Visual Studio 2017 version 15.3 (``MSVC++ 14.11 _MSC_VER == 1911``).
6163

@@ -91,7 +93,7 @@ Now you should be able to import mapscript:
9193
.. code-block:: python
9294
9395
python -c "import mapscript;print(mapscript.msGetVersion())"
94-
MapServer version 7.2.0-beta2 OUTPUT=PNG OUTPUT=JPEG OUTPUT=KML SUPPORTS=PROJ SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=CAIRO SUPPORTS=SVG_SYMBOLS SUPPORTS=SVGCAIRO SUPPORTS=ICONV SUPPORTS=FRIBIDI SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI SUPPORTS=THREADS SUPPORTS=GEOS SUPPORTS=PBF INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE
96+
MapServer version 7.2.0 OUTPUT=PNG OUTPUT=JPEG OUTPUT=KML SUPPORTS=PROJ SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=CAIRO SUPPORTS=SVG_SYMBOLS SUPPORTS=SVGCAIRO SUPPORTS=ICONV SUPPORTS=FRIBIDI SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI SUPPORTS=THREADS SUPPORTS=GEOS SUPPORTS=PBF INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE
9597
9698
If you failed to add the MapServer binaries to your system path you may see one of the following errors:
9799

0 commit comments

Comments
 (0)