Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
2.0-RC2 ist für die weiterentwicklung und soll bald in den trunk mergen
2.0-RC1 branch ist für GP1.3 bugfixes... 1.0-gt2-2.6 ist der entwicklungs brnach
* Mouseclicks on the HeapBar will now trigger a GarbageCollectin * AttributeMetadata constructor didn't correctly handle the visbile state
* Added more documentation to AttributeMetadataMap * Changed StyledFeatureCollectionTableModel to show the columns in the order that is defined in the AttributeMetaData.
* XMapPane now prints erros nicely
* Moved some methods from StylingUtil to FeatureUtil * Added a new constructor to AttributeMetadata that automatically sets its weight
* CQLFilter.toString does not produce CQL! Useed CQL.toCQL( Filter ) instead in some places. * Added paramter weight (for visualisation sorting) to attributeMetadata * Added paramters X and A for Attributemetadata.. but not using it yet..
* AS-Feature: Added Double-Labeling to AtlasStyler * AV-BugFix: Clicking points didn't work in GT2.6 and JMapPane because the dWithin filter broke?! // This is a tweak. The NearPointFilterGenerator doesn't work // any more in GT2.6... So we use a small BBOX. // Well, it's not the // NearPointFilterGenerator, but GeoTools that fails. I already // invested 3h in this... I guess the bug is in // ExtractBoundsFilterVisitor.visit(ProperyName) retuning null. // It should return the BBOX of value the named property. // Hashtable<MapLayer, FeatureCollection<SimpleFeatureType, // SimpleFeature>> result = findVisibleFeatures( // new NearPointFilterGenerator(geoCoord, dist, // getContext().getCoordinateReferenceSystem()), // state, envelope); final Envelope smallBox = new Envelope(geoCoord.getX() - dist, geoCoord.getY() -dist, geoCoord.getX()+dist, geoCoord.getY()+dist); Hashtable<MapLayer, FeatureCollection<SimpleFeatureType, SimpleFeature>> result = findVisibleFeatures( new BoundingBoxFilterGenerator(smallBox, getContext() .getCoordinateReferenceSystem()), state, envelope);
* AV-Bugfix: Closing related dialogs when a layer is removed form the legend
* Changed AttributeMetadata and AttributeMetadataMap. It's not based on the attributes colIdx any more, but on the geotools.feature.type.Name. All the XML read/write methods have been adapted. This change was needed, as some users tend to change the DBF structure after the shapefile has been imported. Now columns can be moved, inserted and deleted. Just click "reload atlas" in Geopublisher after you changed the table schema. Geopublisher doesn't have to be closed.
* Renamed AttributeMetaData.java to AttributeMetadata.java
* Lots of changes in this big commit for GP 1.3 * New Interfaces: Checkable, Copyable, Cancellable, CancellableDialogAdapter to improve the GUI * New DialogManager to unify the handling of all dialogs. * GP-Feature: The dialog for editing/translating a DpEntry has been "enriched".
imports organized SCHMITZM-JMapPane converted
imports organized migration package gtmig.* for classes no longer included in gt2-2.6 MouseSelectionTracker taken from gt 2.4.5
Branch created from SCHMITZM 1.0 (rev 313) to switch to gt2-2.6.x.
* GP/Schmitzm: The org.geotools.JMapPane has been patched: The problem: Clicking into the map with the InfoCLick tool took very long. The algorithm has been modified to only check for hits in layers, that actually have any visible attributes. The AttributeMetaDataMap can therefore be given to the JMapPane (#setAttributeMetaDataFor(String ID, AttributeMetaDataMap amdMap). This feature is fully transparent: If no AttributeMetadata is supplied, all works as before. * GP-Feature: The TransitionShapefileRenderer is in use again. It speeds up Shapefile rendering, but has been reported to make the GP hang. We include this feature in 1.1 again and will try to reproduce it. * GP-Feature: Calculation of size now ignores CSV and SVN directories
* Updated the license headers * chart action going on...
* Updated all .java and .properties headers with a recent LGPL 3.0 and a link to the project webpage.
* big biG BIG refactoring: StyledMap[Interface,Util,Style] never dealt with Maps (=Orchestrations of layers), but always only with single Layers. Now it has been refactored to StyledLayer[Interface,Util,Style]. * Some variable names and methodNames have been corrected also, but many will still be missing. * New JARs committed
* Just corrected some JavDoc
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.
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |