Tuesday, February 18, 2014

Announcing MapServer MapManager 1.0

Digital Mapping Solutions along with Tamas Szekeres is pleased to announce the open source release of MapServer MapManager.
MapServer MapManager is an easy to use Windows desktop GUI application (based on the MapScript C# API and GDAL C# API) that allows you to easily create and configure great looking MapServer map files. The application provides a set of dialogues for setting the various properties in the map configuration and renders the map directly on the screen allowing panning and zooming of the displayed area by using the mouse. The MapManager user interface provides common operations for selecting the features and inspecting the attributes for setting up labelling and changing the style and symbology. The created map configuration can then be saved into a map file which can be used by various MapServer CGI/MapScript applications. Mapserver MapManager also allows users to save the map images in various output formats supported by MapServer.
MapServer MapManager is provided with GPLv3 license.
The build SDK from gisinternals can be used to compile MapManager. For more information about building MapManager please refer to the Readme file.
Windows installers are provided in the following download locations. Certain GDAL drivers are provided as separate installers due to their custom licensing terms. When installing the GDAL driver plugins you should select the MapManager install location as the target directory.
Installers based on the current MapServer release (6.4.1)
MapServer MapManager
GDAL ECW driver
GDAL FileGDB driver
GDAL MrSID driver
GDAL Oracle driver

Installers based on the current MapServer stable branch (6.4) (compiled daily)
MapServer MapManager
GDAL ECW driver
GDAL FileGDB driver
GDAL MrSID driver
GDAL Oracle driver

For more information about using MapManager please refer to the online help.

Saturday, February 8, 2014

Mapserver daily builds has been added to osgeo4w

The build server at http://www.gisinternals.com/sdk/ has now been configured to provide daily built packages (x86 and x64) from the latest MapServer development and stable branches.

In addition to the mapserver core, the python and the java packages are also provided.

In the osgeo4w package selection page the following packages can be selected:

  1. mapserver,mapserver-python,mapserver-java -> corresponds to the latest release (these packages are being built manually as soon as a new release is issued)
  2. mapserver-dev,mapserver-python-dev,mapserver-java-dev -> corresponds to the latest master branch
  3. mapserver-stable-dev,mapserver-python-stable-dev,mapserver-java-stable-dev -> corresponds to the latest stable branch

When using the -dev and -stable-dev packages You should re-run the osgeo4w installer regularly to be up to date with the recent builds