Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContext.java @ 646:c8749d83d9b6
Added a configuration section for mapserver relevant stuff. Moved source to write meta files out to an own helper class named MetaWriter.
gnv-artifacts/trunk@733 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 04 Mar 2010 16:23:24 +0000 |
parents | b248531fa20b |
children | 9a828e5a2390 |
comparison
equal
deleted
inserted
replaced
645:0cf162fa4334 | 646:c8749d83d9b6 |
---|---|
81 "bilinear"; | 81 "bilinear"; |
82 | 82 |
83 public static final String VERTICAL_CROSS_SECTION_GROUND_FILL_KEY = | 83 public static final String VERTICAL_CROSS_SECTION_GROUND_FILL_KEY = |
84 "gnv.vertical.cross.section.ground.fill"; | 84 "gnv.vertical.cross.section.ground.fill"; |
85 | 85 |
86 public static final String MAPSERVER_SERVER_PATH_KEY = | |
87 "mapserver.server.path"; | |
88 | |
89 public static final String MAPSERVER_MAP_PATH_KEY = | |
90 "mapserver.map.path"; | |
91 | |
86 public static final Paint DEFAULT_VERTICAL_CROSS_SECTION_GROUND_FILL = | 92 public static final Paint DEFAULT_VERTICAL_CROSS_SECTION_GROUND_FILL = |
87 new Color(0x7c8683); | 93 new Color(0x7c8683); |
88 | 94 |
89 public GNVArtifactContext() { | 95 public GNVArtifactContext() { |
90 super(); | 96 super(); |