@@ -310,7 +310,7 @@ MapServer 6.4 to 7.0 Migration
310310
311311- Layer opacity is now deprecated a result of RFC 113 - Layer Compositing. The mapfile parser
312312 and MapScript getter/setter functions will continue to function but unpredictable results will
313- occur if used in conjunction with COMPOSITE blocks. For more information see http ://www. mapserver.org/development/rfc/ms-rfc-113.html.
313+ occur if used in conjunction with COMPOSITE blocks. For more information see https ://mapserver.org/development/rfc/ms-rfc-113.html.
314314
315315::
316316
@@ -338,14 +338,14 @@ MapServer 6.4 to 7.0 Migration
338338 OGR remains an alternative for those that really need it although the OGR/SDE driver suffers from the
339339 same issues that prompted the removal from MapServer.
340340
341- - GD graphics library support was removed (http ://www. mapserver.org/development/rfc/ms-rfc-99.html) and
341+ - GD graphics library support was removed (https ://mapserver.org/development/rfc/ms-rfc-99.html) and
342342 had been optional since 6.2.
343343
344344 - GIF output cannot be produced from MapServer although 8-bit PNG output can be be produced using the AGG/PNG8 driver.
345345
346- - Bitmap fonts have been replaced with an embedded TrueType font (see http ://www. mapserver.org/development/rfc/ms-rfc-104.html)
346+ - Bitmap fonts have been replaced with an embedded TrueType font (see https ://mapserver.org/development/rfc/ms-rfc-104.html)
347347
348- - RFC 98 - Label/Text Rendering Overhaul (http ://www. mapserver.org/development/rfc/ms-rfc-98.html) may
348+ - RFC 98 - Label/Text Rendering Overhaul (https ://mapserver.org/development/rfc/ms-rfc-98.html) may
349349 result in subtle label/character placement changes. Support for negative MAXLENGTH that implied forced
350350 linebreaks is not supported anymore, workaround implies pre-processing such labels to include linebreaks
351351 or wrap characters.
@@ -990,7 +990,7 @@ AGG rendering changes
990990see `the AGG rendering specifics`_ for the changes relating to the addition
991991of the `Antigrain Geometry`_ rendering engine.
992992
993- .. _`the AGG rendering specifics`: https://www. mapserver.org/output/agg.html
993+ .. _`the AGG rendering specifics`: https://mapserver.org/output/agg.html
994994.. _`Antigrain Geometry`: https://en.wikipedia.org/wiki/Anti-Grain_Geometry
995995
996996---------------------------------------------------
0 commit comments