polymap.org

  • Increase font size
  • Default font size
  • Decrease font size

Favourites Create PDF Email Print

Beispielkonfigurationen

Author:
Riehn, Thomas
Date added:
Tuesday, 10 August 2010
Last revised:
Tuesday, 10 August 2010
Hits:
1092
Rating:
 
Vote for this:
Good - Bad
favoured:
0 Favour

Answer

POLYMAP Konfiguration Stadt Wernigerode

01_polymap_wernigerode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- ISO-8859-1 wichtig damit Umlaute erkannt werden bei UTF 8 nicht-->
 
<polymap2>
 
 
<!-- Proxydefinition -->
<proxies>
<http except="polymap-pg2|polymap-pg-server" host="servername einsetzen" port="port angeben"/>
</proxies>
 
<ui>
<MainWindow>
<title>POLYMAP Wernigerode</title>
 
<!-- Vorauswahl-Boxen im Sichtenbaum deaktivieren -->
<MapDataHierarchyPane>
<deferredChangeBoxes>false</deferredChangeBoxes>
</MapDataHierarchyPane>
<!-- Vorauswahl-Boxen im Sichtenbaum deaktivieren -->
 
 
<paneStyle>
<all>
<style>nextapp.echo.ContentPane;insets;Insets(5)</style>
<!-- Schriftgröße für die Sichten -->
<style>nextapp.echo.ContentPane;fontSize;8</style>
<!-- Schriftgröße für die Sichten -->
<style>nextapp.echo.ContentPane;foreground;Color(444044)</style>
 
<style>nextapp.echo.SelectField;background;Color(e8e8e8)</style>
 
<style>nextapp.echo.ListBox;background;Color(e8e8e8)</style>
<style>nextapp.echo.ListBox;borderSize;1</style>
<style>nextapp.echo.ListBox;borderStyle;1</style>
 
<style>nextapp.echo.TextField;background;Color(e8e8e8)</style>
<style>nextapp.echo.TextField;borderSize;1</style>
<style>nextapp.echo.TextField;borderColor;Color(bebabe)</style>
 
<style>nextapp.echo.TextArea;background;Color(e8e8e8)</style>
<style>nextapp.echo.TextArea;borderSize;1</style>
 
<style>nextapp.echo.ToggleButton;background;Color(e8e8e8)</style>
<style>nextapp.echo.CheckBox;borderStyle;1</style>
<style>nextapp.echo.CheckBox;borderSize;1</style>
<style>nextapp.echo.CheckBox;borderColor;Color(bebabe)</style>
 
<style>nextapp.echo.CButton;rolloverEnabled;true</style>
<style>nextapp.echo.CButton;rolloverBackground;Color(fefafe)</style>
<style>nextapp.echo.CButton;rolloverBorderColor;Color(b4b0b4)</style>
<style>nextapp.echo.CButton;borderColor;Color(eaeaea)</style>
<style>nextapp.echo.CButton;borderStyle;1</style>
<style>nextapp.echo.CButton;pressedBorderStyle;1</style>
<style>nextapp.echo.CButton;pressedBorderColor;Color(D7CE69)</style>
<style>nextapp.echo.CButton;pressedBackground;Color(FFF7A0)</style>
 
<style>echopoint.PushButton;background;Color(dedade)</style>
<style>echopoint.PushButton;rolloverEnabled;true</style>
<style>echopoint.PushButton;rolloverBackground;Color(e8e8e8)</style>
 
<style>echopoint.Separator;topColor;Color(dbd7db)</style>
<style>echopoint.Separator;bottomColor;Color(fffcff)</style>
 
<!-- Hintergrundfarbe Werkzeugleiste oben -->
<style>polymap2.ui.Toolbar;background;Color(ffffe0)</style>
<style>polymap2.ui.Toolbar;fontSize;12</style>
<style>polymap2.ui.Toolbar;borderColor;Color(d5d5d5)</style>
<style>polymap2.ui.Toolbar;borderStyle;0</style>
<style>polymap2.ui.Toolbar;borderSize;0</style>
<style>polymap2.ui.Toolbar;insets;Insets(0)</style>
 
<style>polymap2.ui.ToolbarTool;insets;Insets(2 3 2 3)</style>
<!-- style>polymap2.ui.ToolbarTool;background;Color(eaeaea)</style -->
<style>polymap2.ui.ToolbarTool;background;Color(ffffe0)</style>
<style>polymap2.ui.ToolbarTool;borderColor;Color(eaeaea)</style>
<style>polymap2.ui.ToolbarTool;borderStyle;1</style>
<style>polymap2.ui.ToolbarTool;pressedBorderStyle;1</style>
<!-- Hintergrundfarbe eines gewählten Werkzeugs -->
<style>polymap2.ui.ToolbarTool;pressedBackground;Color(fff7a0)</style>
<!-- Farbe des Rahmes eines gewählten Werkzeugs -->
<style>polymap2.ui.ToolbarTool;pressedBorderColor;Color(D7CE69)</style>
<style>polymap2.ui.ToolbarTool;rolloverEnabled;true</style>
<style>polymap2.ui.ToolbarTool;rolloverBackground;Color(fefafe)</style>
<style>polymap2.ui.ToolbarTool;rolloverBorderColor;Color(b4b0b4)</style>
 
<!-- Farbe Hintergrund-->
<style>polymap2.ui.MainWindowPaneBox;background;Color(ffffe0)</style>
<!-- Farbe für die Umrandung der Fenster (Minimap usw.) -->
<style>polymap2.ui.MainWindowPaneBox;borderColor;Color(bebabe)</style>
<style>polymap2.ui.MainWindowPaneBox;borderStyle;1</style>
<style>polymap2.ui.MainWindowPaneBox;borderSize;1</style>
 
<style>polymap2.ui.MainWindowPaneBoxTitle;fontSize;7</style>
<!--style>polymap2.ui.MainWindowPaneBoxTitle;background;Color(bfbfc5)</style-->
<style>polymap2.ui.MainWindowPaneBoxTitle;foreground;Color(7e6a9e)</style>
 
 
</all>
 
<!-- Höhe der Tollleiste oben -->
<top parent="all">
<style>nextapp.echo.ContentPane;insets;Insets(0 2 0 4)</style>
<style>polymap2.ui.MainWindowPaneBox;height;75</style>
<style>nextapp.echo.ContentPane;height;80</style>
</top>
 
<!-- Breite der linken Seite -->
<side parent="all">
<style>nextapp.echo.ContentPane;insets;Insets(2 0 4 4)</style>
<style>nextapp.echo.ContentPane;width;200</style>
</side>
 
<bottom parent="all">
<style>nextapp.echo.ContentPane;height;150</style>
</bottom>
 
<!-- Einstellungen für das Hauptfenster (mitte) -->
<MapImage parent="all">
<style>polymap2.gis.ui.MapImageView;borderSize;2</style>
<style>polymap2.gis.ui.MapImageView;borderStyle;1</style>
<style>polymap2.gis.ui.MapImageView;borderColor;Color(bebabe)</style>
<style>polymap2.gis.ui.MapImageView;mouseCoordinates;2</style>
</MapImage>
 
<Dock parent="all">
<style>nextapp.echo.ContentPane;insets;Insets(4 2 2 4)</style>
<style>nextapp.echo.ContentPane;width;240</style>
<!-- style>nextapp.echo.ContentPane;background;Color(EFECCB)</style-->
</Dock>
 
<MouseActions parent="top">
<style>nextapp.echo.ContentPane;width;155</style>
</MouseActions>
 
<MapSize parent="top"/>
 
<MapScale parent="top">
<style>nextapp.echo.ContentPane;width;155</style>
</MapScale>
 
<Toolbar parent="top"/>
 
<Logo parent="top">
<style>nextapp.echo.ContentPane;width;200</style>
</Logo>
 
<Reports parent="top">
<style>nextapp.echo.ContentPane;width;150</style>
</Reports>
 
<MapLayers parent="side"/>
 
<MapNavi parent="side">
<style>nextapp.echo.ContentPane;height;120</style>
</MapNavi>
 
<PGSessions parent="side"/>
<PGLayers parent="side"/>
 
<MapDataHierarchy parent="side">
<style>nextapp.echo.ContentPane;height;405</style>
</MapDataHierarchy>
 
<TabularData parent="side">
<style>nextapp.echo.ContentPane;height;220</style>
</TabularData>
 
<Log parent="bottom"/>
 
</paneStyle>
 
</MainWindow>
</ui>
<um>
<!--=================================================-->
<!-- Generelle Login-Einstellung -->
<!--=================================================-->
<autologin>
<username>Benutzer</username>
<passwd>Passwort</passwd>
</autologin>
<!--=================================================-->
<!--Nutzer und ihre Gruppen-->
<!--=================================================-->
<ConfigAuthentication>
</ConfigAuthentication>
</um>
<gis>
<!--=================================================-->
<!-- Daten-Lieferanten (Provider) -->
<!--=================================================-->
<mapImages>
<pipelines>
<tilecache>
<processor class="polymap2.tilecache.TileCacheStreamProcessor" order="10">
<timeToLive>-1</timeToLive>
</processor>
</tilecache>
</pipelines>
 
<renderers>
<tile class="polymap2.tilecache.TileRenderer">
<tileSize>1000</tileSize>
<standardScales>low</standardScales>
</tile>
</renderers>
</mapImages>
 
<dataProviders>
<ruler class="polymap2.gis.mapImage.ScaleRulerImageProvider" label="ruler">
<rulerPos>SW</rulerPos>
<rosePos>NO</rosePos>
</ruler>
 
<komstat label="strsuche" class="polymap2.streetsearch.StreetSearchProvider">
<dbType>MSSQL</dbType>
<dbHost>wrstssql</dbHost>
<dbName>Datenbankname</dbName>
<dbUser>Benutzer</dbUser>
<dbPass>Passwort</dbPass>
<projectId>{AB6557E8-1738-447E-9DE1-ADAF48D01728}</projectId>
<checkObjReferences>false</checkObjReferences>
</komstat>
 
<wms125 class="polymap2.geotools.wms.WMSImageProvider" label="Geodatenportal Sachsen-Anhalt" zPriority="50" opacity="100">
<imageFormat>image/png</imageFormat>
<transparent>true</transparent>
<epsgCode>EPSG:4326</epsgCode>
<baseURL>
http://geoportal.geodaten.sachsen-anhalt.de/geodatenportal/servlet/gtEntryPoint?REQUEST=Getcapabilities
</baseURL>
<pipelineId_image>tilecache</pipelineId_image>
<rendererId_image>tile</rendererId_image>
</wms125>
 
<polygis1 label="POLYGIS" class="polymap2.sinca.SincaSession" zPriority="-1" opacity="100">
<!-- die URL unter der die sinca.exe zu erreichen ist -->
<baseURL>http://wrstsgis:4711/cgi-bin/sinca.exe?project=Intranet</baseURL>
<transparent>false</transparent>
<epsgCode>EPSG:2167</epsgCode>
</polygis1>
 
 
 
</dataProviders>
<!--=================================================-->
<!-- Geo-Referenzen -->
<!--=================================================-->
<refs>
</refs>
<!--=================================================-->
<!-- Sichten (Layer) -->
<!--=================================================-->
<maps>
<root label="root">
<!--=================================================-->
<!-- Koordinaten fr das Referenzgebiet -->
<!--=================================================-->
<!-- Beispiel: Mastab zwischen 50000 und 300000 -->
<!--home providerId="lvsn_dop" class="polymap2.gis.HomeCoordsCommand" order="10">
<homeCoords>EPSG:31468, 4540000.000, 5605000.000, 4620000.000, 5685000.000</homeCoords>
</home-->
<!-- Beispiel: Mastab zwischen 50000 und 300000 -->
<!-- scale providerId="lvsn_dop" class="polymap2.gis.MinMaxMapScaleCommand" order="20">
<min>500</min>
<max>1000000</max>
</scale-->
 
<login1 providerId="polygis1" class="polymap2.sinca.LoginCommand" order="10">
<username>Benutzer</username>
<passwd>Passwort</passwd>
</login1>
 
<!-- An der Datenbank anmelden -->
<login providerId="komstat" class="polymap2.streetsearch.LoginCommand" order="20">
</login>
<!-- Suchmaske anzeigen -->
<strassen providerId="komstat" class="polymap2.streetsearch.ShowStreetSearchDockable" order="30">
<showTownsInStreetSelectField>ON_DUPLICATE_STREETS</showTownsInStreetSelectField>
</strassen>
 
</root>
 
 
<!-- map_wms125 label="Geodatenportal Sachsen-Anhalt" parentId="root" selectionGroup="wms125">
<command1 class="polymap2.gis.HomeCoordsCommand" order="10" providerId="wms125">
<homeCoords>EPSG:4326;4404500.000,5735700.000,4425800.000,5753500.000</homeCoords>
</command1>
<command2 class="polymap2.geotools.wms.LoginCommand" order="20" providerId="wms125"/>
</map_wms125>
<map_null label="Schutzgebietsinformationen,Schutzgebiete,Naturschutz,Wasser" parentId="map_wms125,map_wms125,map_wms125,map_wms125" selectionGroup="wms125,wms125,wms125,wms125">
<command1 class="polymap2.geotools.wms.LoadLayerCommand,polymap2.geotools.wms.LoadLayerCommand,polymap2.geotools.wms.LoadLayerCommand,polymap2.geotools.wms.LoadLayerCommand" order="10,10,10,10" providerId="wms125,wms125,wms125,wms125"/>
</map_null>
<map_layer_10400 label="Biosphaerenreservat" parentId="map_wms125" selectionGroup="all">
<command1 class="polymap2.geotools.wms.LoadLayerCommand" order="10" providerId="wms125">
<layerName>layer_10400</layerName>
</command1>
</map_layer_10400>
<map_layer_10401 label="Fauna-Flora-Habitat-Gebiet" parentId="map_wms125" selectionGroup="all">
<command1 class="polymap2.geotools.wms.LoadLayerCommand" order="10" providerId="wms125">
<layerName>layer_10401</layerName>
</command1>
</map_layer_10401>
<map_layer_10402 label="Landschaftsschutzgebiet" parentId="map_wms125" selectionGroup="all">
<command1 class="polymap2.geotools.wms.LoadLayerCommand" order="10" providerId="wms125">
<layerName>layer_10402</layerName>
</command1>
</map_layer_10402>
<map_layer_10403 label="Nationalpark" parentId="map_wms125" selectionGroup="all">
<command1 class="polymap2.geotools.wms.LoadLayerCommand" order="10" providerId="wms125">
<layerName>layer_10403</layerName>
</command1>
</map_layer_10403>
<map_layer_10404 label="Naturpark" parentId="map_wms125" selectionGroup="all">
<command1 class="polymap2.geotools.wms.LoadLayerCommand" order="10" providerId="wms125">
<layerName>layer_10404</layerName>
</command1>
</map_layer_10404>
<map_layer_10405 label="Naturschutzgebiet" parentId="map_wms125" selectionGroup="all">
<command1 class="polymap2.geotools.wms.LoadLayerCommand" order="10" providerId="wms125">
<layerName>layer_10405</layerName>
</command1>
</map_layer_10405>
<map_layer_10406 label="Vogelschutzgebiet" parentId="map_wms125" selectionGroup="all">
<command1 class="polymap2.geotools.wms.LoadLayerCommand" order="10" providerId="wms125">
<layerName>layer_10406</layerName>
</command1>
</map_layer_10406>
<map_layer_10407 label="Wasserschutzgebiet" parentId="map_wms125" selectionGroup="all">
<command1 class="polymap2.geotools.wms.LoadLayerCommand" order="10" providerId="wms125">
<layerName>layer_10407</layerName>
</command1>
</map_layer_10407-->
 
<NEU label="NEU Luftbild mit Straßennamen und Hausnummern" parentId="root" defaultActive="true" order="10" selectionGroup="all">
<loadSession providerId="polygis1" class="polymap2.sinca.LoadLayersCommand">
<session>Luftbilder_Straßen_HNR</session>
</loadSession>
</NEU>
 
<ALK-Daten label="ALK" parentId="root" defaultActive="true" order="10" selectionGroup="all">
<loadSession providerId="polygis1" class="polymap2.sinca.LoadLayersCommand">
<session>ALK_Wernigerode</session>
</loadSession>
</ALK-Daten>
 
<!-- map8 label="Baufertigstellungen" parentId="root" order="15" selectionGroup="all">
<loadSession providerId="polygis1" class="polymap2.sinca.LoadLayersCommand">
<session>Baufertigstellungen</session>
</loadSession>
</map8-->
 
<map7 label="Bebauungsplanübersicht" parentId="root" order="20" selectionGroup="all">
<loadSession providerId="polygis1" class="polymap2.sinca.LoadLayersCommand">
<session>Bebauungsplaene</session>
</loadSession>
</map7>
 
<map71 label="Bebauungsplan Ochsenteich" parentId="root" order="30" selectionGroup="all">
<loadSession providerId="polygis1" class="polymap2.sinca.LoadLayersCommand">
<session>Bplan_Ochsenteich</session>
</loadSession>
</map71>
 
<map6 label="Erhaltungsgebiet" parentId="root" order="40" selectionGroup="all">
<loadSession providerId="polygis1" class="polymap2.sinca.LoadLayersCommand">
<session>Erhaltungsgrenze</session>
</loadSession>
</map6>
 
<map4 label="Kleinräumige Gliederung Wernigerode" parentId="root" order="50" selectionGroup="all">
<loadSession providerId="polygis1" class="polymap2.sinca.LoadLayersCommand">
<session>Kleinräumige_WR</session>
</loadSession>
</map4>
 
<map2 label="Luftbild 2000" parentId="root" order="60" selectionGroup="all">
<loadSession providerId="polygis1" class="polymap2.sinca.LoadLayersCommand">
<session>Luftbild_Stand_2000_WR</session>
</loadSession>
</map2>
 
<map3 label="Luftbild 2006" parentId="root" order="70" selectionGroup="all">
<loadSession providerId="polygis1" class="polymap2.sinca.LoadLayersCommand">
<session>Luftbild_alles_2006</session>
</loadSession>
</map3>
 
<map33 label="Luftbild Schierke" parentId="root" order="75" selectionGroup="all">
<loadSession providerId="polygis1" class="polymap2.sinca.LoadLayersCommand">
<session>Luftbild_Schierke</session>
</loadSession>
</map33>
 
<map35 label="Luftbild 2007 Infrarot" parentId="root" order="80" selectionGroup="all">
<loadSession providerId="polygis1" class="polymap2.sinca.LoadLayersCommand">
<session>Infrarotluftbild_Kyrill</session>
</loadSession>
</map35>
 
<map5 label="Sanierungsgebiet" parentId="root" order="90" selectionGroup="all">
<loadSession providerId="polygis1" class="polymap2.sinca.LoadLayersCommand" order="2">
<session>Sanierungsgrenze</session>
</loadSession>
</map5>
 
<!-- Stadteigentum label="Städtische Grundstücke" parentId="root" order="100" selectionGroup="all">
<loadSession providerId="polygis1" class="polymap2.sinca.LoadLayersCommand">
<session>Städtische Flurstücke</session>
</loadSession>
</Stadteigentum-->
 
<map9 label="Straßenbeleuchtungskataster" parentId="root" order="100" selectionGroup="all">
<loadSession providerId="polygis1" class="polymap2.sinca.LoadLayersCommand">
<session>Leuchtenkataster</session>
</loadSession>
</map9>
 
<HQ100 label="Überschwemmungsgebiet HQ100" parentId="root" order="110" selectionGroup="all">
<loadSession providerId="polygis1" class="polymap2.sinca.LoadLayersCommand">
<session>Überschwemmungsgebiet 100Jahre</session>
</loadSession>
</HQ100>
 
<HQ200 label="überschwemmungsgefährdete Gebiete HQ200" parentId="root" order="120" selectionGroup="all">
<loadSession providerId="polygis1" class="polymap2.sinca.LoadLayersCommand">
<session>Überschwemmungsgebiet 200Jahre</session>
</loadSession>
</HQ200>
 
<map10 label="Luftbild mit Straßennamen" parentId="root" order="200"/>
 
<map11 label="Luftbilder 2006" parentId="map10" defaultActive="true" order="10" selectionGroup="Luftbild mit Straßennamen" mandatory="false">
<command1 providerId="polygis1" class="polymap2.sinca.LoadLayersCommand">
<session>Luftbild_alles_2006</session>
</command1>
</map11>
 
<map12 label="Straßennamen" parentId="map10" defaultActive="true" order="20" selectionGroup="Luftbild mit Straßennamen" mandatory="false">
<command1 providerId="polygis1" class="polymap2.sinca.LoadLayersCommand">
<session>Straßennamen</session>
</command1>
</map12>
 
<!-- komstat label="Strassensuche" parentId="root" defaultActive="false" order="10" selectionGroup="all">
<Ebenen der entspr. Arbeitssitzung anzeigen>
<loadSession providerId="polygis1" class="polymap2.sinca.LoadLayersCommand" order="10">
<session>Straßenssuche</session>
</loadSession>
</komstat-->
 
</maps>
</gis>
</polymap2>

 

Add comment


Security code
Refresh


Stichworte

  • 6 items are tagged with Browser
  • 1 items are tagged with Datenbrowser
  • 11 items are tagged with Dienste
  • 5 items are tagged with GDI
  • 3 items are tagged with Java
  • 3 items are tagged with JDK
  • 14 items are tagged with P-IS
  • 2 items are tagged with Polymap
  • 3 items are tagged with Windows
  • 11 items are tagged with WMS

  • Deutsch (DE-CH-AT)
  • English (United Kingdom)

Wer ist online

We have 45 guests online