Thu, 08 Apr 2010 10:10:04 +0000 |
Ingo Weinzierl |
Added more Javadoc in some classes of state.profile.
|
Wed, 07 Apr 2010 07:52:27 +0000 |
Sascha L. Teichmann |
Removed trailing whitespace.
|
Wed, 07 Apr 2010 07:49:12 +0000 |
Sascha L. Teichmann |
Finished Javadoc of the raster package.
|
Tue, 06 Apr 2010 16:53:43 +0000 |
Sascha L. Teichmann |
More javadoc.
|
Tue, 06 Apr 2010 13:07:11 +0000 |
Tim Englich |
ISSUE215: Improved ODV-Export. now all Columns which have identical values but different Parameters will be merged to one row.
|
Tue, 06 Apr 2010 11:56:53 +0000 |
Tim Englich |
ISSUE213: Wrong Geometrytype used for the generation of an Layer with Multipolygon-Geometries
|
Tue, 06 Apr 2010 11:05:00 +0000 |
Sascha L. Teichmann |
Fixed vim modeline. Added some Javadoc.
|
Tue, 06 Apr 2010 07:01:03 +0000 |
Sascha L. Teichmann |
Fixed test mockups to let them implement their interface correctly.
|
Wed, 31 Mar 2010 13:48:07 +0000 |
Ingo Weinzierl |
Added javadoc in jfreechart package.
|
Wed, 31 Mar 2010 12:18:03 +0000 |
Ingo Weinzierl |
Repaired JavaDoc in Export package.
|
Wed, 31 Mar 2010 10:56:39 +0000 |
Ingo Weinzierl |
Added missing vim control comments.
|
Wed, 31 Mar 2010 10:52:34 +0000 |
Ingo Weinzierl |
Added and repaired JavaDoc in artifacts package.
|
Wed, 31 Mar 2010 09:13:33 +0000 |
Ingo Weinzierl |
Added and repaired JavaDoc in cache package.
|
Wed, 31 Mar 2010 09:09:05 +0000 |
Ingo Weinzierl |
Added javadoc for artifact package.
|
Wed, 31 Mar 2010 08:01:56 +0000 |
Ingo Weinzierl |
Corrected JavaDoc errors in Chart Package.
|
Tue, 30 Mar 2010 16:51:20 +0000 |
Ingo Weinzierl |
Validate wkt string and display error messages if the validation failed (issue214).
|
Tue, 30 Mar 2010 14:16:07 +0000 |
Ingo Weinzierl |
Added a method to ExtendedInputData to retrieve the parameter ids as array (analog to splitValue() in DefaultInputData).
|
Tue, 30 Mar 2010 14:05:22 +0000 |
Ingo Weinzierl |
Save the relation between selected measurement and the parameter it belongs to (issue210). TODO: Adapt sql statements.
|
Tue, 30 Mar 2010 09:17:53 +0000 |
Ingo Weinzierl |
Improved date input validation. A given date needs to be in a specific range (issue212).
|
Mon, 29 Mar 2010 12:56:13 +0000 |
Ingo Weinzierl |
Added an offset of 15px between the right data area and the right axis (issue192).
|
Mon, 29 Mar 2010 10:28:32 +0000 |
Sascha L. Teichmann |
Added package description with text 'DOCUMENT ME!'.
|
Mon, 29 Mar 2010 10:02:42 +0000 |
Ingo Weinzierl |
Added timegap definitions as attribute to each state.
|
Mon, 29 Mar 2010 09:35:44 +0000 |
Sascha L. Teichmann |
Bring @author javadoc tags in form '@author <a href="john.doe@example.com">John Doe</a>'
|
Mon, 29 Mar 2010 08:51:20 +0000 |
Sascha L. Teichmann |
Ordered imports. Removed needless imports. Removed empty headers.
|
Mon, 29 Mar 2010 07:58:51 +0000 |
Sascha L. Teichmann |
Removed trailing whitespace
|
Fri, 26 Mar 2010 15:31:20 +0000 |
Tim Englich |
Here is the missing Logfileentry to Revision 843
|
Fri, 26 Mar 2010 15:20:32 +0000 |
Ingo Weinzierl |
Removed race-condition while shapefile creation (issue164).
|
Fri, 26 Mar 2010 10:06:36 +0000 |
Ingo Weinzierl |
Removed race-condition when trying to access the index of the next line color used in charts (applied patch in issue211).
|
Fri, 26 Mar 2010 09:55:28 +0000 |
Ingo Weinzierl |
Avoid danger to get a NullPointerException if no time to live is served by CallContext.
|
Fri, 26 Mar 2010 09:21:31 +0000 |
Ingo Weinzierl |
Put time to live of an artifact into meta document which is created while wms publishing (issue197).
|
Thu, 25 Mar 2010 09:01:14 +0000 |
Ingo Weinzierl |
Added and repaired javadoc in de.intevation.gnv.exports package.
|
Wed, 24 Mar 2010 15:32:07 +0000 |
Ingo Weinzierl |
Added and repaired javadoc in de.intevation.gnv.histogram package.
|
Wed, 24 Mar 2010 15:14:54 +0000 |
Ingo Weinzierl |
Removed empty comment lines and turned javadoc author tag into a 'mailto' form in package de.intevation.gnv.layer.
|
Wed, 24 Mar 2010 15:09:11 +0000 |
Ingo Weinzierl |
Added javadoc in de.intevation.gnv.wms package.
|
Wed, 24 Mar 2010 14:48:55 +0000 |
Ingo Weinzierl |
Added and repaired javadoc in de.intevation.gnv.chart package.
|
Tue, 23 Mar 2010 14:11:51 +0000 |
Tim Englich |
Switched to valid Timestamps to enable testing ODV-Output.
|
Tue, 23 Mar 2010 14:09:03 +0000 |
Tim Englich |
Integrated valid ODV-Export to the GNV-Artifacts
|
Mon, 22 Mar 2010 12:54:04 +0000 |
Tim Englich |
Switched to valid Timestamps to enable testing CSV-Output.
|
Mon, 22 Mar 2010 12:52:09 +0000 |
Tim Englich |
Bugfix: The Description of an InputData-Object will now only be fetched if
|
Mon, 22 Mar 2010 12:47:44 +0000 |
Tim Englich |
ISSUE122: Added all required Columns for the CSV-Export.
|
Mon, 22 Mar 2010 11:23:33 +0000 |
Ingo Weinzierl |
Adjusted mapfile templates for 'Horizontalschnitte' - display DESC column as label in a WMS layer (issue209).
|
Mon, 22 Mar 2010 10:57:35 +0000 |
Ingo Weinzierl |
Added a further column in the isolines shapefile to store a description used to be displayed as labels in a wms layer (issue209).
|
Mon, 22 Mar 2010 09:15:05 +0000 |
Ingo Weinzierl |
Added a cleanup mechanism to do some things before an artifact is being exported (issue208).
|
Fri, 19 Mar 2010 13:20:04 +0000 |
Tim Englich |
Modified the Workflow for "Horizontales Schnittprofil" so that the Inputvalues of the Mapviewer-Interface take effect.
|
Fri, 19 Mar 2010 12:40:55 +0000 |
Tim Englich |
Added new German resources for fis_marinefeatures according to msg1067 of Issue2005.
|
Fri, 19 Mar 2010 12:12:10 +0000 |
Tim Englich |
Added Support of Layers which are Joined from two Tables.
|
Fri, 19 Mar 2010 10:57:40 +0000 |
Tim Englich |
Integrated FIS Marine Features with Product Layer into the System.
|
Fri, 19 Mar 2010 10:02:15 +0000 |
Tim Englich |
ISSUE92: Integrated Column BAND for Query of Layers which belong to a FIS
|
Fri, 19 Mar 2010 08:38:05 +0000 |
Tim Englich |
Fixed a bug in the Workflow of Verticalcrossections. the Geometry was not copied to the Inputvalues.
|
Fri, 19 Mar 2010 08:34:40 +0000 |
Tim Englich |
Modified the Workflow for Horizontalcrosssections so that the Inputvalues of the Mapviewer-Interface take affect.
|
Fri, 19 Mar 2010 08:32:47 +0000 |
Tim Englich |
Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
|
Tue, 16 Mar 2010 14:22:18 +0000 |
Tim Englich |
Modified the Workflow of Verticalcrosssections on Meshes that the Data that was sent by the Mapviewer-Interface take effect.
|
Tue, 16 Mar 2010 13:10:44 +0000 |
Tim Englich |
Bugfixes: Fixed the Query for Parameters in Timeseries and VerticalProfiles in Meshes.
|
Tue, 16 Mar 2010 13:06:53 +0000 |
Tim Englich |
Modified the Workflow for Verticalprofiles and Timeseries on Meshes in that case that the Inputvalues of the Mapviewer-Interface take affect.
|
Tue, 16 Mar 2010 13:02:56 +0000 |
Tim Englich |
Added an new State wich will handle the Display of Coordinatevalues and fetch given Inputparameters from the Presettings and copy them to the InputValues.
|
Tue, 16 Mar 2010 12:55:58 +0000 |
Tim Englich |
Integrated handling of WKT-Strings for Points to extract Points from a given Inputstring.
|
Tue, 16 Mar 2010 12:53:37 +0000 |
Tim Englich |
Improvement: Values of Type Geometry which are Points will be prepared as Regions for DB-Query.
|
Tue, 16 Mar 2010 10:29:16 +0000 |
Ingo Weinzierl |
Changed the structure for parameter/measurement matrix in the describe document (issue199).
|
Tue, 16 Mar 2010 08:51:50 +0000 |
Tim Englich |
Modified the Workflow of Product Layer for Contis and Nauthis that the Data that was sent by the Mapviewer-Interface take effect.
|
Tue, 16 Mar 2010 08:50:13 +0000 |
Tim Englich |
Fixed NPE using the Presettings-Object without given Presettings.
|