Skip to content

Commit

Permalink
add entry for MapServer/MapServer#4883
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Mar 25, 2014
1 parent b389d49 commit ed53d28
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions en/MIGRATION_GUIDE.txt
Expand Up @@ -6,13 +6,28 @@
MapServer Migration Guide
*****************************************************************************

:Last Updated: 2013-03-27
:Last Updated: 2014-03-25

.. contents:: Table of Contents
:depth: 2
:backlinks: top


MapServer 6.4 to 7.0 Migration
==============================

- ExternalGraphics added through SLD must now validate against the
"sld_external_graphic" entry of the MAP->WEB->VALIDATION block

::

MAP
WEB
VALIDATION
"sld_external_graphic" "^/path/to/symbols/.*png"
END
END
END

MapServer 6.2 to 6.4 Migration
==============================

Expand Down

1 comment on commit ed53d28

@ejn
Copy link
Contributor

@ejn ejn commented on ed53d28 May 12, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this commit have gone into master and not branch 6.4?? It's currently showing up in the migration guide on the website, which has led some to conclude that MapServer 7.0 must already be available

Please sign in to comment.