Log of /branches/1.0-gt2-2.6/src/skrueger/geotools/XMapPane.java
Parent Directory
|
Revision Log
Revision
555 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 24 09:17:22 2009 UTC
(15 years, 3 months ago)
by
alfonx
File length: 70117 byte(s)
Diff to
previous 553
* Tuned the resize/repaint behaviour of the XMapPane a bit more... Seems like a reported "not all layers are alyways rendered when a map is opened the first time in AtlasViewer"-bug is not fixed.
Revision
553 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Nov 23 21:39:17 2009 UTC
(15 years, 3 months ago)
by
alfonx
File length: 70637 byte(s)
Diff to
previous 551
* XMapPane doesn't show rendering-exceptions in the pane by default, but it may be set with new function #setShowExceptions
Revision
551 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Nov 23 15:47:04 2009 UTC
(15 years, 3 months ago)
by
alfonx
File length: 70067 byte(s)
Diff to
previous 545
* FilterTableDialog now a bit faster again because restructure is only called once...*
* Renamed XMapPane.getConext to getMapContext
Revision
545 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Nov 21 18:22:36 2009 UTC
(15 years, 3 months ago)
by
alfonx
File length: 69638 byte(s)
Diff to
previous 544
Improved RasterPositionLabel. Earlier it was just looking for the top grid layer.. now it checks for the first grid layer under the mouse position. If there are multiple grid layers with different BBOXes this makes sense.
Revision
544 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Nov 21 17:13:31 2009 UTC
(15 years, 3 months ago)
by
alfonx
File length: 69680 byte(s)
Diff to
previous 543
* XMapPane now fine....The repaint timer may stop itself if not needed anymore...
Revision
543 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Nov 21 15:21:41 2009 UTC
(15 years, 3 months ago)
by
alfonx
File length: 70488 byte(s)
Diff to
previous 540
* Even better selecting.. BBOX filter was the wrong choice.. INTERSECTS is correct.
Revision
539 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 20 19:10:05 2009 UTC
(15 years, 3 months ago)
by
alfonx
File length: 69760 byte(s)
Diff to
previous 536
Last commit before i crack the selection mechanism
* RenderingExceutor will also report Exceptions that crash the Thread
Revision
536 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 20 15:38:34 2009 UTC
(15 years, 3 months ago)
by
alfonx
File length: 70157 byte(s)
Diff to
previous 533
* resetTransforms method in XMapPane changed. Not panning is putting the image where one would expect. BUT on the other hand the left map broder is wrong... still is still work in progress
Revision
516 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 11 21:17:33 2009 UTC
(15 years, 3 months ago)
by
alfonx
Original Path:
branches/1.0-gt2-2.6/src/gtmig/org/geotools/swing/XMapPane.java
File length: 66640 byte(s)
Diff to
previous 515
* Extended schmitzm.JPanel to generally set its background to white when printed, by overwriting the print() method.
* Simplified the creation and update logic of ((Design)Atlas)MapLegend and ((Design)Atlas)MapLayerLegend. Besides other things there now is a LegendHelper class in AtlasProject...
* Orginized Imports
* Removed a lot of DEBUG messages...
Revision
307 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 20 13:49:50 2009 UTC
(15 years, 6 months ago)
by
alfonx
Original Path:
trunk/src/org/geotools/gui/swing/JMapPane.java
File length: 39495 byte(s)
Diff to
previous 226
* GP-Feature: Futher patched our Shapefilerender (= TransitionRenderer in SCHMITZM) to also support spatial quad tree index from JARs. It used a "isLocal" method that only checked for file:// protocoll, and not for jar://... protocoll
* GP-Bugfix: Fixed a problem with .cpg files.. they have been set to the system default when saving the atlas.
* The rendering of vectors should generally be faster now... especially in exported atlases
* Organized-IMports
* Better handling of calls to SingleInstanceListener.newActivation: the splashscreen is now shown and the windows brought to front.
* AV-Feature: After switching from/to anti-aliased rendering, the waiting cursor appears above the map correctly now.
Revision
226 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 16 07:37:43 2009 UTC
(15 years, 7 months ago)
by
alfonx
Original Path:
trunk/src/org/geotools/gui/swing/JMapPane.java
File length: 38412 byte(s)
Diff to
previous 207
* 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 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 9 20:14:21 2009 UTC
(15 years, 7 months ago)
by
alfonx
Original Path:
trunk/src/org/geotools/gui/swing/JMapPane.java
File length: 38296 byte(s)
Diff to
previous 172
* 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
167 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jun 28 14:27:37 2009 UTC
(15 years, 8 months ago)
by
alfonx
Original Path:
trunk/src/org/geotools/gui/swing/JMapPane.java
File length: 38256 byte(s)
Diff to
previous 153
* 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
153 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jun 20 12:48:24 2009 UTC
(15 years, 8 months ago)
by
alfonx
Original Path:
trunk/src/org/geotools/gui/swing/JMapPane.java
File length: 38257 byte(s)
Diff to
previous 148
* 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
127 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat May 30 14:29:58 2009 UTC
(15 years, 9 months ago)
by
mojays
Original Path:
trunk/src/org/geotools/gui/swing/JMapPane.java
File length: 43343 byte(s)
Diff to
previous 114
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
114 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 13 14:11:00 2009 UTC
(15 years, 9 months ago)
by
mojays
Original Path:
trunk/src/org/geotools/gui/swing/JMapPane.java
File length: 43571 byte(s)
Diff to
previous 76
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 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 21 21:15:25 2009 UTC
(15 years, 10 months ago)
by
alfonx
Original Path:
trunk/src/org/geotools/gui/swing/JMapPane.java
File length: 43571 byte(s)
Diff to
previous 2
* 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 -
(
view)
(
annotate)
-
[select for diffs]
Added
Tue Feb 24 22:43:52 2009 UTC
(16 years ago)
by
mojays
Original Path:
trunk/src/org/geotools/gui/swing/JMapPane.java
File length: 43112 byte(s)
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)
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.