# HG changeset patch # User raimund renkert # Date 1313413424 -7200 # Node ID 4dc2b9aa3c57d41bf4f51a97424a4b989a18119d # Parent 5c80058c08f6c89148bbe111dad7e2927dc7f114 Added LGPL header. diff -r 5c80058c08f6 -r 4dc2b9aa3c57 ChangeLog --- a/ChangeLog Mon Aug 15 14:12:19 2011 +0200 +++ b/ChangeLog Mon Aug 15 15:03:44 2011 +0200 @@ -1,3 +1,25 @@ +2011-08-15 Raimund Renkert + + * build.xml, + conf/log4j.properties, + contrib/apache/mxd-testbed.conf, + contrib/python/FixWorkspacePaths.py, + contrib/python/generateHTML.py, + contrib/sh/test_mxd.cgi, + contrib/sh/wms_mxd.cgi, + converter.properties.sample, + doku/Makefile, + doku/source/functionality.txt, + doku/source/restrictions.txt, + mapserver/epsg/epsg, + mapserver/fonts/fonts.txt, + mapserver/mapfile/mapfile_header.include, + mapserver/mapfile/mxd.map, + mapserver/symbols/symbols.sym, + properties.xml, + ttf-fonts/fonts.txt: + Added LGPL header. + 2011-08-15 Raimund Renkert * src/java/de/intevation/mxd/Converter.java: diff -r 5c80058c08f6 -r 4dc2b9aa3c57 build.xml --- a/build.xml Mon Aug 15 14:12:19 2011 +0200 +++ b/build.xml Mon Aug 15 15:03:44 2011 +0200 @@ -2,6 +2,27 @@ ]> + + diff -r 5c80058c08f6 -r 4dc2b9aa3c57 conf/log4j.properties --- a/conf/log4j.properties Mon Aug 15 14:12:19 2011 +0200 +++ b/conf/log4j.properties Mon Aug 15 15:03:44 2011 +0200 @@ -1,3 +1,21 @@ +# +# Copyright (c) 2011 by Intevation GmbH, Germany +# +# This file is part of MXD2map. +# +# This program is free software under the LGPL (>=v2.1) +# Read the file LICENCE.txt coming with the software for details +# or visit http://www.gnu.org/licenses/ if it does not exist. +# +# MXD2map has been developed on behalf of the +# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg +# by Intevation GmbH. +# +# Authors: +# Raimund Renkert +# Bjoern Schilberg +# Stephan Holl + #### Log just errors and warnings to a file. log4j.rootLogger=DEBUG, MXD, Console diff -r 5c80058c08f6 -r 4dc2b9aa3c57 contrib/apache/mxd-testbed.conf --- a/contrib/apache/mxd-testbed.conf Mon Aug 15 14:12:19 2011 +0200 +++ b/contrib/apache/mxd-testbed.conf Mon Aug 15 15:03:44 2011 +0200 @@ -1,3 +1,21 @@ +# +# Copyright (c) 2011 by Intevation GmbH, Germany +# +# This file is part of MXD2map. +# +# This program is free software under the LGPL (>=v2.1) +# Read the file LICENCE.txt coming with the software for details +# or visit http://www.gnu.org/licenses/ if it does not exist. +# +# MXD2map has been developed on behalf of the +# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg +# by Intevation GmbH. +# +# Authors: +# Raimund Renkert +# Bjoern Schilberg +# Stephan Holl + # # VirtualHost template # Note: to use the template, rename it to /etc/apache2/vhost.d/yourvhost.conf. diff -r 5c80058c08f6 -r 4dc2b9aa3c57 contrib/python/FixWorkspacePaths.py --- a/contrib/python/FixWorkspacePaths.py Mon Aug 15 14:12:19 2011 +0200 +++ b/contrib/python/FixWorkspacePaths.py Mon Aug 15 15:03:44 2011 +0200 @@ -1,3 +1,21 @@ +# +# Copyright (c) 2011 by Intevation GmbH, Germany +# +# This file is part of MXD2map. +# +# This program is free software under the LGPL (>=v2.1) +# Read the file LICENCE.txt coming with the software for details +# or visit http://www.gnu.org/licenses/ if it does not exist. +# +# MXD2map has been developed on behalf of the +# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg +# by Intevation GmbH. +# +# Authors: +# Raimund Renkert +# Bjoern Schilberg +# Stephan Holl + import arcpy, os inputMXD = arcpy.GetParameterAsText(0) diff -r 5c80058c08f6 -r 4dc2b9aa3c57 contrib/python/generateHTML.py --- a/contrib/python/generateHTML.py Mon Aug 15 14:12:19 2011 +0200 +++ b/contrib/python/generateHTML.py Mon Aug 15 15:03:44 2011 +0200 @@ -1,7 +1,22 @@ #!/usr/bin/env python # -# (C) 2011, Intevation GmbH, Stephan Holl +# Copyright (c) 2011 by Intevation GmbH, Germany +# +# This file is part of MXD2map. # +# This program is free software under the LGPL (>=v2.1) +# Read the file LICENCE.txt coming with the software for details +# or visit http://www.gnu.org/licenses/ if it does not exist. +# +# MXD2map has been developed on behalf of the +# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg +# by Intevation GmbH. +# +# Authors: +# Raimund Renkert +# Bjoern Schilberg +# Stephan Holl + # # Generate a HTML-Page based on a recursive folder structure of generated # mapfiles from MXD2map diff -r 5c80058c08f6 -r 4dc2b9aa3c57 contrib/sh/test_mxd.cgi --- a/contrib/sh/test_mxd.cgi Mon Aug 15 14:12:19 2011 +0200 +++ b/contrib/sh/test_mxd.cgi Mon Aug 15 15:03:44 2011 +0200 @@ -1,4 +1,22 @@ #!/bin/sh +# +# Copyright (c) 2011 by Intevation GmbH, Germany +# +# This file is part of MXD2map. +# +# This program is free software under the LGPL (>=v2.1) +# Read the file LICENCE.txt coming with the software for details +# or visit http://www.gnu.org/licenses/ if it does not exist. +# +# MXD2map has been developed on behalf of the +# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg +# by Intevation GmbH. +# +# Authors: +# Raimund Renkert +# Bjoern Schilberg +# Stephan Holl + # SLES compatible MS_MAPFILE=/tmp/test.map export MS_MAPFILE diff -r 5c80058c08f6 -r 4dc2b9aa3c57 contrib/sh/wms_mxd.cgi --- a/contrib/sh/wms_mxd.cgi Mon Aug 15 14:12:19 2011 +0200 +++ b/contrib/sh/wms_mxd.cgi Mon Aug 15 15:03:44 2011 +0200 @@ -1,4 +1,22 @@ #!/bin/sh +# +# Copyright (c) 2011 by Intevation GmbH, Germany +# +# This file is part of MXD2map. +# +# This program is free software under the LGPL (>=v2.1) +# Read the file LICENCE.txt coming with the software for details +# or visit http://www.gnu.org/licenses/ if it does not exist. +# +# MXD2map has been developed on behalf of the +# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg +# by Intevation GmbH. +# +# Authors: +# Raimund Renkert +# Bjoern Schilberg +# Stephan Holl + # SLES compatible MS_MAPFILE=/home/intevation/mxd-testbed/mapserver/mapfile/mxd.map export MS_MAPFILE diff -r 5c80058c08f6 -r 4dc2b9aa3c57 converter.properties.sample --- a/converter.properties.sample Mon Aug 15 14:12:19 2011 +0200 +++ b/converter.properties.sample Mon Aug 15 15:03:44 2011 +0200 @@ -1,4 +1,23 @@ +# +# Copyright (c) 2011 by Intevation GmbH, Germany +# +# This file is part of MXD2map. +# +# This program is free software under the LGPL (>=v2.1) +# Read the file LICENCE.txt coming with the software for details +# or visit http://www.gnu.org/licenses/ if it does not exist. +# +# MXD2map has been developed on behalf of the +# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg +# by Intevation GmbH. +# +# Authors: +# Raimund Renkert +# Bjoern Schilberg +# Stephan Holl + # Java properties file for the MXD Converter Tool. + mxd = \\full\\path\\to\\mxd-file map = \\full\\path\\to\\map-file map-template = \\full\\path\\to\\mapfile-template diff -r 5c80058c08f6 -r 4dc2b9aa3c57 doku/Makefile --- a/doku/Makefile Mon Aug 15 14:12:19 2011 +0200 +++ b/doku/Makefile Mon Aug 15 15:03:44 2011 +0200 @@ -1,3 +1,21 @@ +# +# Copyright (c) 2011 by Intevation GmbH, Germany +# +# This file is part of MXD2map. +# +# This program is free software under the LGPL (>=v2.1) +# Read the file LICENCE.txt coming with the software for details +# or visit http://www.gnu.org/licenses/ if it does not exist. +# +# MXD2map has been developed on behalf of the +# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg +# by Intevation GmbH. +# +# Authors: +# Raimund Renkert +# Bjoern Schilberg +# Stephan Holl + # Makefile for Sphinx documentation # diff -r 5c80058c08f6 -r 4dc2b9aa3c57 doku/source/functionality.txt --- a/doku/source/functionality.txt Mon Aug 15 14:12:19 2011 +0200 +++ b/doku/source/functionality.txt Mon Aug 15 15:03:44 2011 +0200 @@ -1,3 +1,22 @@ +.. +.. Copyright (c) 2011 by Intevation GmbH, Germany +.. +.. This file is part of MXD2map. +.. +.. This program is free software under the LGPL (>=v2.1) +.. Read the file LICENCE.txt coming with the software for details +.. or visit http://www.gnu.org/licenses/ if it does not exist. +.. +.. MXD2map has been developed on behalf of the +.. Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg +.. by Intevation GmbH. +.. +.. Authors: +.. Raimund Renkert +.. Bjoern Schilberg +.. Stephan Holl + + .. index:: features, functionality, configuration, runtime-parameter, commandline ------------- diff -r 5c80058c08f6 -r 4dc2b9aa3c57 doku/source/restrictions.txt --- a/doku/source/restrictions.txt Mon Aug 15 14:12:19 2011 +0200 +++ b/doku/source/restrictions.txt Mon Aug 15 15:03:44 2011 +0200 @@ -1,3 +1,22 @@ +.. +.. Copyright (c) 2011 by Intevation GmbH, Germany +.. +.. This file is part of MXD2map. +.. +.. This program is free software under the LGPL (>=v2.1) +.. Read the file LICENCE.txt coming with the software for details +.. or visit http://www.gnu.org/licenses/ if it does not exist. +.. +.. MXD2map has been developed on behalf of the +.. Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg +.. by Intevation GmbH. +.. +.. Authors: +.. Raimund Renkert +.. Bjoern Schilberg +.. Stephan Holl + + .. index:: restrictions, label, Raster, ArcSDE, SDE, workaround, picture-symols, windows, ArcEngine .. _restriction-label: diff -r 5c80058c08f6 -r 4dc2b9aa3c57 mapserver/epsg/epsg --- a/mapserver/epsg/epsg Mon Aug 15 14:12:19 2011 +0200 +++ b/mapserver/epsg/epsg Mon Aug 15 15:03:44 2011 +0200 @@ -1,3 +1,21 @@ +# +# Copyright (c) 2011 by Intevation GmbH, Germany +# +# This file is part of MXD2map. +# +# This program is free software under the LGPL (>=v2.1) +# Read the file LICENCE.txt coming with the software for details +# or visit http://www.gnu.org/licenses/ if it does not exist. +# +# MXD2map has been developed on behalf of the +# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg +# by Intevation GmbH. +# +# Authors: +# Raimund Renkert +# Bjoern Schilberg +# Stephan Holl + # WGS 84 / LAT-LON <4326> +proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs <> diff -r 5c80058c08f6 -r 4dc2b9aa3c57 mapserver/fonts/fonts.txt --- a/mapserver/fonts/fonts.txt Mon Aug 15 14:12:19 2011 +0200 +++ b/mapserver/fonts/fonts.txt Mon Aug 15 15:03:44 2011 +0200 @@ -1,3 +1,21 @@ +# +# Copyright (c) 2011 by Intevation GmbH, Germany +# +# This file is part of MXD2map. +# +# This program is free software under the LGPL (>=v2.1) +# Read the file LICENCE.txt coming with the software for details +# or visit http://www.gnu.org/licenses/ if it does not exist. +# +# MXD2map has been developed on behalf of the +# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg +# by Intevation GmbH. +# +# Authors: +# Raimund Renkert +# Bjoern Schilberg +# Stephan Holl + ## SLES 11 DejaVuSans /usr/share/fonts/truetype/DejaVuSans.ttf diff -r 5c80058c08f6 -r 4dc2b9aa3c57 mapserver/mapfile/mapfile_header.include --- a/mapserver/mapfile/mapfile_header.include Mon Aug 15 14:12:19 2011 +0200 +++ b/mapserver/mapfile/mapfile_header.include Mon Aug 15 15:03:44 2011 +0200 @@ -1,3 +1,21 @@ +# +# Copyright (c) 2011 by Intevation GmbH, Germany +# +# This file is part of MXD2map. +# +# This program is free software under the LGPL (>=v2.1) +# Read the file LICENCE.txt coming with the software for details +# or visit http://www.gnu.org/licenses/ if it does not exist. +# +# MXD2map has been developed on behalf of the +# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg +# by Intevation GmbH. +# +# Authors: +# Raimund Renkert +# Bjoern Schilberg +# Stephan Holl + STATUS ON SIZE 400 400 EXTENT 3427000 5787000 3444200 5801000 diff -r 5c80058c08f6 -r 4dc2b9aa3c57 mapserver/mapfile/mxd.map --- a/mapserver/mapfile/mxd.map Mon Aug 15 14:12:19 2011 +0200 +++ b/mapserver/mapfile/mxd.map Mon Aug 15 15:03:44 2011 +0200 @@ -1,3 +1,21 @@ +# +# Copyright (c) 2011 by Intevation GmbH, Germany +# +# This file is part of MXD2map. +# +# This program is free software under the LGPL (>=v2.1) +# Read the file LICENCE.txt coming with the software for details +# or visit http://www.gnu.org/licenses/ if it does not exist. +# +# MXD2map has been developed on behalf of the +# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg +# by Intevation GmbH. +# +# Authors: +# Raimund Renkert +# Bjoern Schilberg +# Stephan Holl + #MapServer mxd map file MAP diff -r 5c80058c08f6 -r 4dc2b9aa3c57 mapserver/symbols/symbols.sym --- a/mapserver/symbols/symbols.sym Mon Aug 15 14:12:19 2011 +0200 +++ b/mapserver/symbols/symbols.sym Mon Aug 15 15:03:44 2011 +0200 @@ -1,3 +1,21 @@ +# +# Copyright (c) 2011 by Intevation GmbH, Germany +# +# This file is part of MXD2map. +# +# This program is free software under the LGPL (>=v2.1) +# Read the file LICENCE.txt coming with the software for details +# or visit http://www.gnu.org/licenses/ if it does not exist. +# +# MXD2map has been developed on behalf of the +# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg +# by Intevation GmbH. +# +# Authors: +# Raimund Renkert +# Bjoern Schilberg +# Stephan Holl + SYMBOLSET # basic symbol for hatching in all variantes which # will be combined inside the STYLE-block diff -r 5c80058c08f6 -r 4dc2b9aa3c57 properties.xml --- a/properties.xml Mon Aug 15 14:12:19 2011 +0200 +++ b/properties.xml Mon Aug 15 15:03:44 2011 +0200 @@ -1,3 +1,24 @@ + + diff -r 5c80058c08f6 -r 4dc2b9aa3c57 ttf-fonts/fonts.txt --- a/ttf-fonts/fonts.txt Mon Aug 15 14:12:19 2011 +0200 +++ b/ttf-fonts/fonts.txt Mon Aug 15 15:03:44 2011 +0200 @@ -1,3 +1,21 @@ +# +# Copyright (c) 2011 by Intevation GmbH, Germany +# +# This file is part of MXD2map. +# +# This program is free software under the LGPL (>=v2.1) +# Read the file LICENCE.txt coming with the software for details +# or visit http://www.gnu.org/licenses/ if it does not exist. +# +# MXD2map has been developed on behalf of the +# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg +# by Intevation GmbH. +# +# Authors: +# Raimund Renkert +# Bjoern Schilberg +# Stephan Holl + # Make sure that your alias-names do _not_ contain spaces since the # parser does not handle that correctly. #