2011-08-26 |
Sascha L. Teichmann |
Made it Oracle compatible
|
2011-08-26 |
Ingo Weinzierl |
Set some WSPLGENJob parameters which are stored in FLYSArtifact in the Floodmap state.
|
2011-08-26 |
Ingo Weinzierl |
Refactored the code to fetch the km range/locations into a utility class.
|
2011-08-26 |
Ingo Weinzierl |
Added a new method to FLYSArtifact to destroy a single state (call its endOfLife).
|
2011-08-26 |
Felix Wolfsteller |
Cosmetics.
|
2011-08-26 |
Felix Wolfsteller |
Added limited themeing-support for MainValues.
|
2011-08-26 |
Ingo Weinzierl |
Prepare directories for WSPLGEN specific data in FloodMap state and remove those directories when State.endOfLife() is called.
|
2011-08-26 |
Felix Wolfsteller |
New theme-related utilities.
|
2011-08-26 |
Felix Wolfsteller |
Improved mainvalues rendering.
|
2011-08-26 |
Felix Wolfsteller |
Recommend MainValues for Computed discharge curves.
|
2011-08-26 |
Felix Wolfsteller |
New NamedDouble class which implements a <String,double>-pair.
|
2011-08-26 |
Ingo Weinzierl |
Call State.endOfLife() for all States in the Artifact when Artifact.endOfLife() is called.
|
2011-08-26 |
Felix Wolfsteller |
Plot "real" (respecting parameters) W and Q MainValues, yet in wrong scale.
|
2011-08-26 |
Ingo Weinzierl |
Call State.endOfLife() in FLYSArtifact when stepping back to a previous state.
|
2011-08-25 |
Felix Wolfsteller |
Enable plotting of some annotations that look like MainValues.
|
2011-08-25 |
Felix Wolfsteller |
Prepare StickyAxisAnnotation implementation to handle annotations at 'y' (vertical) axis.
|
2011-08-25 |
Felix Wolfsteller |
Minor cosmetics.
|
2011-08-25 |
Felix Wolfsteller |
Added MainValue-Fetching-Capabilities to MainValuesArtifact.
|
2011-08-25 |
Felix Wolfsteller |
Improved implementation of MainValueArtifact#MainValueFacet .
|
2011-08-25 |
Felix Wolfsteller |
Changed state spawning mechanism of MainValuesArtifact.
|
2011-08-25 |
Felix Wolfsteller |
Minor cosmetics and docs.
|
2011-08-25 |
Felix Wolfsteller |
Added new Mainvalues FacetType.
|
2011-08-24 |
Ingo Weinzierl |
Changed the way of collecting the data for the RiverAxisArtifact - use the database instead of a Master-Artifact.
|
2011-08-24 |
Ingo Weinzierl |
Removed needless imports.
|
2011-08-24 |
Felix Wolfsteller |
Added conf for factory and rule for MainValueArtifacts, missing ChangeLog entry.
|
2011-08-24 |
Felix Wolfsteller |
Fix dates in ChangeLog.
|
2011-08-24 |
Felix Wolfsteller |
Smaller Cosmetics.
|
2011-08-24 |
Sascha L. Teichmann |
Datacage: Use 'ids' in user specific part, too.
|
2011-08-24 |
Sascha L. Teichmann |
Datacage template: s/db-ids/ids/g
|
2011-08-24 |
Felix Wolfsteller |
Refactored (state access) to ease future development of more trivial artifacts.
|
2011-08-24 |
Ingo Weinzierl |
The WMS background's facet will now also have a SRID set.
|
2011-08-24 |
Felix Wolfsteller |
Minor changes to stub MainValuesArtifact.
|
2011-08-24 |
Ingo Weinzierl |
Moved the input of user defined barriers for the floodmap to an earlier state.
|
2011-08-24 |
Ingo Weinzierl |
Repaired xpath expressions for wms srid and background layers that broke after the floodmap config structure changed.
|
2011-08-23 |
Ingo Weinzierl |
Repaired broken river wms initialization.
|
2011-08-23 |
Sascha L. Teichmann |
Made facets cloneable with the right type.
|
2011-08-23 |
Ingo Weinzierl |
Set the master artifact while output creation.
|
2011-08-23 |
Sascha L. Teichmann |
Made FLYS artifacts cloneable.
|
2011-08-23 |
Ingo Weinzierl |
Implemented a MapInfo service that returns some basic information to create maps for specific rivers.
|
2011-08-22 |
Sascha L. Teichmann |
Build out/facet filter from XML document passed at creation time.
|
2011-08-22 |
Sascha L. Teichmann |
Added optional positive filter for outs and facets.
|
2011-08-22 |
Sascha L. Teichmann |
Moved WINFO specific stuff from FLYS into WINFO artifact.
|
2011-08-22 |
Sascha L. Teichmann |
Datacage: filter by out in user specific part
|
2011-08-22 |
Ingo Weinzierl |
Prepared the FloodMapState to save geometries.
|
2011-08-19 |
Ingo Weinzierl |
The boundary (extent) for the river axis is determined based on its geometry - this extent is written into the wms facet.
|
2011-08-19 |
Sascha L. Teichmann |
Removed superfluous imports.
|
2011-08-19 |
Sascha L. Teichmann |
State engine: Removed CallContext from state validation.
|
2011-08-19 |
Felix Wolfsteller |
Added lacalization of "Streckenfavoriten".
|
2011-08-19 |
Felix Wolfsteller |
Picky white-space cosmetics.
|
2011-08-19 |
Felix Wolfsteller |
Added stub implementation of new MainValuesArtifact.
|
2011-08-19 |
Sascha L. Teichmann |
Fixed flys/issue262: Unified user and system datacage template
|
2011-08-18 |
Sascha L. Teichmann |
flys/issue260: Datacage uses master_artifacts view now.
|
2011-08-18 |
Sascha L. Teichmann |
Datacage: Added view to schema to select master artifacts.
|
2011-08-18 |
Sascha L. Teichmann |
Datacage user template: Removed state filter because it was broken. Simplified by joining two contexts.
|
2011-08-18 |
Felix Wolfsteller |
Fix rendering of Annotations/lines under certain zooming conditions, ChangeLog.
|
2011-08-17 |
Felix Wolfsteller |
Moved StickyAxisAnnotation into new package de.intevation.flys.jfree .
|
2011-08-17 |
Felix Wolfsteller |
Extracted and renamed CustomAnnotation to StickyAxisAnnotation. Also removed
|
2011-08-17 |
Felix Wolfsteller |
Improved CustomAnnotation rendering.
|
2011-08-17 |
Felix Wolfsteller |
Added proof-of-concept collision detection for text annotations.
|
2011-08-16 |
Felix Wolfsteller |
Started implementation of CustomAnnotation to plot collision-free annotations.
|