Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/mapserver/db_layer.vm @ 1854:e372934f0c42
Replaced the dbconnection.include used by Mapserver - these information are provided by LayerInfo objects now, which reduces config overhead.
flys-artifacts/trunk@3199 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 09 Nov 2011 15:00:29 +0000 |
parents | 5364b86a0880 |
children | dd467951335c |
comparison
equal
deleted
inserted
replaced
1853:5b2122a8bcbf | 1854:e372934f0c42 |
---|---|
1 LAYER | 1 LAYER |
2 NAME "$LAYER.getName()" | 2 NAME "$LAYER.getName()" |
3 TYPE $LAYER.getType() | 3 TYPE $LAYER.getType() |
4 | 4 |
5 INCLUDE "$CONFIGDIR/mapserver/dbconnection.include" | 5 CONNECTIONTYPE $LAYER.getConnectionType() |
6 CONNECTION "$LAYER.getConnection()" | |
7 | |
6 DATA "$LAYER.getData()" | 8 DATA "$LAYER.getData()" |
7 FILTER '$LAYER.getFilter()' | 9 FILTER '$LAYER.getFilter()' |
8 EXTENT $LAYER.getExtent() | 10 EXTENT $LAYER.getExtent() |
9 | 11 |
10 STATUS ON | 12 STATUS ON |