Log of /trunk/src/org
Directory Listing
Revision
227 -
Directory Listing
Modified
Fri Jul 17 07:25:29 2009 UTC
(15 years, 7 months ago)
by
alfonx
* AV-Revert: Had to replace TransitionalShapefileRenderer again, because AR reported reproducable hangs on many Windows machines.
* GP-Feature: Created an Export-Wizard! Check it out.. it's fun!
Revision
226 -
Directory Listing
Modified
Thu Jul 16 07:37:43 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Created a new ManageChartsForMapDialog that allows to manage charts and define which chart is visible in which map. Besides, that saving the ChartSTyles is not implemented, you can now basically define and use the charts.
* Created a TransitionShapefileRenderer in schmitzm. It's a copy (extend was not possible) of a normal ShapefileRenderer class, but extended by a hack to fall back to the normal StreamingRenderer if a FeatureOperationTreeFilter is applied to a MapLayer.
* I have set this TransitionShapefileRenderer as default in JMapPane & Co.
* It's called "transition", because we will remove it as soon as we moved to GT 2.6 and switched the filters to eCQL.
Revision
207 -
Directory Listing
Modified
Thu Jul 9 20:14:21 2009 UTC
(15 years, 7 months ago)
by
alfonx
* AS FEATURE: Changing the TextSymbolizer (label settings) in AS is now directly presented in the preview JMapPane(s). Up to now, the LabelCache of the JMapPane didn't clear properly and the changes were only shown after a while.
* CodeCleanup: Removed some unneeded SwingUtil.getParentWindow (because most atlas classes now use a Component object as GUI-parent parameter)
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)