2011-12-20 |
Ingo Weinzierl |
Bugfix: split up the Ws and Qs in the WQInputPanel properly.
|
2011-12-20 |
Felix Wolfsteller |
Cosmetics.
|
2011-12-20 |
Felix Wolfsteller |
Improved area creation GUI.
|
2011-12-19 |
Felix Wolfsteller |
Restore feature that was optimized away by last commit.
|
2011-12-19 |
Felix Wolfsteller |
Minor refactoring to ease addition of new style-fields (are now added automically).
|
2011-12-19 |
Ingo Weinzierl |
Removed unused imports.
|
2011-12-19 |
Ingo Weinzierl |
#409 Made layer list and map layers synchron.
|
2011-12-19 |
Ingo Weinzierl |
Bugfix: make sure that the user has selected a DEM before feeding the Artifact with it.
|
2011-12-19 |
Ingo Weinzierl |
Added error strings for DEM selection.
|
2011-12-19 |
Felix Wolfsteller |
Bugfixing and feature-adding for cross-sections/areas.
|
2011-12-16 |
Felix Wolfsteller |
Area creation UI update.
|
2011-12-16 |
Felix Wolfsteller |
Added method to create a menuitem separator.
|
2011-12-16 |
Felix Wolfsteller |
Cosmetics, doc.
|
2011-12-15 |
Raimund Renkert |
Fixed return type in UI factory method.
|
2011-12-15 |
Raimund Renkert |
Added missing interface.
|
2011-12-15 |
Raimund Renkert |
Added interfaces and container for output settings.
|
2011-12-13 |
Felix Wolfsteller |
Minor refactoring and fix initial settings when creating ui.
|
2011-12-13 |
Felix Wolfsteller |
Fix ThemeList.toMaps
|
2011-12-13 |
Felix Wolfsteller |
Client side of interactive cross section diagrams.
|
2011-12-13 |
Felix Wolfsteller |
Allow client to access artifacts data via CollectionItems and Themes.
|
2011-12-13 |
Felix Wolfsteller |
Fix crosssectionkmservice.
|
2011-12-12 |
Ingo Weinzierl |
Added a label that displays the current map projection to the MapToolbar.
|
2011-12-12 |
Ingo Weinzierl |
Added a cancel button to the LoadingPanel which stops running WSPLGEN calculations (realized by returning to the previous state).
|
2011-12-12 |
Raimund Renkert |
Added property fields to the chart properties editor dialog.
|
2011-12-12 |
Felix Wolfsteller |
Cosmetics.
|
2011-12-09 |
Raimund Renkert |
Added stub for chart property editor.
|
2011-12-09 |
Raimund Renkert |
Issue 377.
|
2011-12-08 |
Felix Wolfsteller |
Registered CrossSectionKMService/client/servlet in web.xml .
|
2011-12-08 |
Felix Wolfsteller |
Added client for CrossSectionKMService.
|
2011-12-08 |
Raimund Renkert |
Removed the URL parameter from service calls. The service
|
2011-12-08 |
Felix Wolfsteller |
Fixed typo in German translation.
|
2011-12-08 |
Ingo Weinzierl |
Bugfix: set correct label for 'waterlevel/ground' state.
|
2011-12-08 |
Ingo Weinzierl |
#421 Ask the user before removing themes from chart or map.
|
2011-12-06 |
Ingo Weinzierl |
Reorder the map themes at the end of the layer initialization to be in sync with the map theme panel.
|
2011-12-05 |
Ingo Weinzierl |
Added missing i18n labels for buttons used in ExternalWMSWindow.
|
2011-11-28 |
Ingo Weinzierl |
Display only information in CapabilitiesPanel that really exist.
|
2011-11-28 |
Ingo Weinzierl |
The WMSLayerTree displays WMS layers that support a given SRS only.
|
2011-11-28 |
Ingo Weinzierl |
Moved code to parse WMS Capabilities to an own class 'CapabilitiesParser' and added code to parse SRS definitions.
|
2011-11-23 |
Ingo Weinzierl |
Improved parsing of Capabilities document - parse '/WMT_MS_Capabilities' as well.
|
2011-11-22 |
Ingo Weinzierl |
Triggered the reload of MapThemePanel after adding external WMS layers.
|
2011-11-22 |
Ingo Weinzierl |
Create new Artifacts for selected WMS layers of the ExternalWMSWindow.
|
2011-11-22 |
Ingo Weinzierl |
Refactored the LoadArtifactService a bit.
|
2011-11-22 |
Ingo Weinzierl |
Added code to trigger loading selected WMS layers from ExternalWMSWindow. Note: no code for loading/adding layers to the current map existing yet.
|
2011-11-21 |
Ingo Weinzierl |
Parse and display WMS layers supported by a user specified WMS service.
|
2011-11-21 |
Ingo Weinzierl |
Introduced i18n in the ExternalWMSWindow.
|
2011-11-21 |
Ingo Weinzierl |
Read and display all FLYS relevant information of Capabilities documents.
|
2011-11-21 |
Ingo Weinzierl |
Added a service that loads the Capabilities of a specified WMS - display those information in the ExternalWMSWindow.
|
2011-11-21 |
Ingo Weinzierl |
Replaced icon (addWMS.png) with the same icon but with transparent background.
|
2011-11-18 |
Ingo Weinzierl |
Added an initial control that allows (when it is finished) adding map layers from external WMS.
|
2011-11-18 |
Ingo Weinzierl |
Removed needless imports.
|
2011-11-18 |
Ingo Weinzierl |
Query GetFeatureInfo with layers defined in MapThemePanel - which are the real layers in the map.
|
2011-11-18 |
Ingo Weinzierl |
Repaired broken WMS layer controls in map theme panel.
|
2011-11-18 |
Ingo Weinzierl |
Parse GetFeatureInfo response on our own and display resulting FeatureInfo objects in the GetFeatureInfoWindow.
|
2011-11-17 |
Ingo Weinzierl |
Removed needless imports.
|
2011-11-17 |
Ingo Weinzierl |
Added an initial GetFeatureInfo tool to get information about points in the map.
|
2011-11-17 |
Raimund Renkert |
Issue312.
|
2011-11-14 |
Ingo Weinzierl |
Added a ScaleLine to the map.
|
2011-11-11 |
Ingo Weinzierl |
Update the map when receiving a RedrawRequestEvent.
|
2011-11-11 |
Ingo Weinzierl |
Removed needless imports.
|
2011-11-11 |
Ingo Weinzierl |
Added i18n strings used in datacage's floodmap section.
|