Log of /trunk/src
Directory Listing
Revision
34 -
Directory Listing
Modified
Mon Jun 22 10:23:25 2009 UTC
(15 years, 5 months ago)
by
mojays
missing constructor parameter added for GeoMapPane
Revision
33 -
Directory Listing
Modified
Fri Jun 19 14:20:37 2009 UTC
(15 years, 5 months ago)
by
alfonx
* Renamed classes:
LayerPanel to MapLegend (works on StyledObj)
AtlasLayerPanel to AtlasMapLegend (works on DpLayer)
LayerPanelGroup to MapLayerLegend (works on StyledObj)
AtlasLayerPanelGroup to AtlasMapLayerLegend (works on DpLayer)
Updated all JARs and committed them.
TODO: Some "ISDSS person" might want to rename:
de.isdss.util.framework.ui.panel.LayerPanelScrollPane to something like MapLegendScrollPane.java or FWMapLegendScrollPane.java
* Also committing some substitutions of "@returns" with "@return"
* Removed testsomethong.java from xulu
Revision
23 -
Directory Listing
Modified
Sat Mar 28 16:42:16 2009 UTC
(15 years, 8 months ago)
by
alfonx
The old code must have been a mistake, because it would have led to a NullPointerException. Eclipse showed me these...
Old:
if ( sfc != null || sfc.getFeatureCollection().size() > 0 ) {
FeatureCollection fc = sfc.getFeatureCollection();
New:
if ( sfc != null && sfc.getFeatureCollection().size() > 0 ) {
FeatureCollection fc = sfc.getFeatureCollection();
Revision
22 -
Directory Listing
Modified
Wed Mar 11 12:29:25 2009 UTC
(15 years, 9 months ago)
by
mojays
dependency of ADAGIOS library removed
Revision
21 -
Directory Listing
Modified
Thu Mar 5 17:17:15 2009 UTC
(15 years, 9 months ago)
by
mojays
GPL, LGLP copied to source folder
Revision
2 -
Directory Listing
Added
Wed Feb 25 11:54:01 2009 UTC
(15 years, 9 months ago)
by
mojays
First Commit, corresponds to Revision 1008 of Wikisquare-SVN