Mercurial > mxd2map
comparison contrib/sh/test_mxd.cgi @ 256:4dc2b9aa3c57
Added LGPL header.
author | raimund renkert <raimund.renkert@intevation.de> |
---|---|
date | Mon, 15 Aug 2011 15:03:44 +0200 |
parents | c14a92c7628d |
children |
comparison
equal
deleted
inserted
replaced
255:5c80058c08f6 | 256:4dc2b9aa3c57 |
---|---|
1 #!/bin/sh | 1 #!/bin/sh |
2 # | |
3 # Copyright (c) 2011 by Intevation GmbH, Germany <info@intevation.de> | |
4 # | |
5 # This file is part of MXD2map. | |
6 # | |
7 # This program is free software under the LGPL (>=v2.1) | |
8 # Read the file LICENCE.txt coming with the software for details | |
9 # or visit http://www.gnu.org/licenses/ if it does not exist. | |
10 # | |
11 # MXD2map has been developed on behalf of the | |
12 # Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg | |
13 # by Intevation GmbH. | |
14 # | |
15 # Authors: | |
16 # Raimund Renkert <raimund.renkert@intevation.de> | |
17 # Bjoern Schilberg <bjoern.schilberg@intevation.de> | |
18 # Stephan Holl <stephan.holl@intevation.de> | |
19 | |
2 # SLES compatible | 20 # SLES compatible |
3 MS_MAPFILE=/tmp/test.map | 21 MS_MAPFILE=/tmp/test.map |
4 export MS_MAPFILE | 22 export MS_MAPFILE |
5 /srv/www/cgi-bin/mapserv | 23 /srv/www/cgi-bin/mapserv |