Log of /trunk/src/org/geotools
Directory Listing
Revision
172 -
Directory Listing
Modified
Tue Jun 30 20:40:00 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Inserted one if ==null return check
Revision
167 -
Directory Listing
Modified
Sun Jun 28 14:27:37 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Committing because i switch computers.. This commit contains a prototype to access WFS as a source for features. It's not very stable.. A proper commit will follow tonight.
* Quite a lot of i8n in the AtlasStyler + GP
Revision
162 -
Directory Listing
Modified
Mon Jun 22 21:05:20 2009 UTC
(15 years, 8 months ago)
by
alfonx
* FINALLY! FINALLY! Found the regressoin in GT 2.4.5 that had made AtlasStyler very buggy. An setSize(Expression.NIL) is set in StyleFactoryImpl which was evil, because NILExpressions are only supported properly in 2.5. So i overwrite the class in schmitzm and changed the one line. Then i was also able to remove a few workarounds that were not needed anymore.
* Some more fixed in AtlasStyler, like: Local symbols are only shown one now.. not twice.
Next commit will be a full build with all JARs
Revision
153 -
Directory Listing
Modified
Sat Jun 20 12:48:24 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Organized Imports
* Fixed a BuG in AS, PolygonSymbolEditGUI (Had to be Float instead of Double)
* Renamed DesignLayerPanel to DesginMapLegend etc...
* Bugfixed ManageLayerSytlesForMapDialog to trigger a preview of the new legend.
Revision
148 -
Directory Listing
Modified
Thu Jun 18 16:31:56 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Reorganized the UI of the Legend
* Solved the never-wide-enough legend, including the "..."
Revision
144 -
Directory Listing
Modified
Mon Jun 15 18:29:49 2009 UTC
(15 years, 8 months ago)
by
alfonx
Plaing with a upscaled preview image that is shown while the map is rendered.. but its not fast enough yet ;-) .. all commented out
Revision
127 -
Directory Listing
Modified
Sat May 30 14:29:58 2009 UTC
(15 years, 9 months ago)
by
mojays
Many many many new JFreeChart stuff (selection panel and renderer, etc.)
- schmitzm.jfree.chart.SelectableChartPanel
- schmitzm.jfree.chart.ChartMouseSelectionTracker
- schmitzm.jfree.chart.selection.*
- schmitzm.jfree.chart.renderer.*
Plus: Imports organized!
Revision
121 -
Directory Listing
Modified
Mon May 18 14:15:42 2009 UTC
(15 years, 9 months ago)
by
mojays
FeatureFilterPanel
- "TEST" used as default button
- dialog with details for error
FeatureLayerFilterDialog
- OK/APPLY buttons disables on errors
ExceptionDialog
- details can be shown as default
FeatureOperationTreeFilter
- exception is not caught in evaluate(.) to show errors in parent components
Revision
114 -
Directory Listing
Modified
Wed May 13 14:11:00 2009 UTC
(15 years, 9 months ago)
by
mojays
OperationTreeParser:
- Aussagekräftigere Fehlermeldung bei unbekanntem Fehler
JMapPane
- Entfernen/Hinzufügen des MouseSelectionTrackers (um Rahmen bei Info-Tool zu verhindern) ersetzt gegen Überschreiben der mouseDragged(.) des SelectionTrackers
Revision
76 -
Directory Listing
Modified
Tue Apr 21 21:15:25 2009 UTC
(15 years, 10 months ago)
by
alfonx
* SelectableFeatureTablePane can be constructed with a mapPane parameter. if not null, the toolbar contains a "ZoomToSelected" button.
* Added a zoomTom(FeatureCollection) to JMapPane. This is now used in the FeatureTablePane's preview, in the Atlas search dialog, and in the ZoomToSelected button of SelectableFeatureTablePane
Revision
2 -
Directory Listing
Added
Tue Feb 24 22:43:52 2009 UTC
(16 years ago)
by
mojays
First Commit, corresponds to Revision 1008 of Wikisquare-SVN
includes:
- schmitzm.* (except schmitzm.test)
- org.geotools.* (all overridden classes)
- skrueger.geotools
- skrueger.i8n
- skrueger.swing
- appl.data.LateLoadable (dependency in SCHMITZM)
- appl.data.LoadingException (dependency in SCHMITZM)
- appl.util.RasterMetaData (dependency in SCHMITZM)