/[xulu]/trunk/src/edu/bonn
ViewVC logotype

Log of /trunk/src/edu/bonn

View Directory Listing Directory Listing


Sticky Revision:

Revision 83 - Directory Listing
Modified Sat Feb 13 16:39:01 2010 UTC (14 years, 10 months ago) by mojays
default log4j.cfg: show warnings (not only errors)
IOUtil: handle "normal" Geotools styles on style export
schmitzm-2.0.x.jar updated

Revision 82 - Directory Listing
Modified Sat Feb 13 14:48:30 2010 UTC (14 years, 10 months ago) by mojays
Put Xulu main frame to front after starting dialog is closed.

Revision 81 - Directory Listing
Modified Wed Feb 10 17:31:01 2010 UTC (14 years, 10 months ago) by mojays
release notes updated to 1.9.x
default .classpath updated to 1.9.x
distributions updated to 1.9.x
schmitzm jar updated to 2.0.x

Revision 79 - Directory Listing
Modified Wed Feb 10 17:16:41 2010 UTC (14 years, 10 months ago) by mojays
release notes updated
default .classpath updated
distributions updated

Revision 78 - Directory Listing
Modified Wed Feb 10 16:43:46 2010 UTC (14 years, 10 months ago) by alfonx
Merged branch 1.8-gt2-2.6 to trunk. Now the trunk is based on GeoTools 2.6.1 and schmitzm-2.0.x

Revision 75 - Directory Listing
Modified Wed Feb 10 15:54:30 2010 UTC (14 years, 10 months ago) by mojays
- schmitzm-JAR updated to version 1.1
- distributions updated to version 1.8.1

Revision 65 - Directory Listing
Modified Fri Nov 6 13:33:59 2009 UTC (15 years, 1 month ago) by rgoetzke


Revision 63 - Directory Listing
Modified Mon Oct 26 15:05:38 2009 UTC (15 years, 1 month ago) by rgoetzke


Revision 62 - Directory Listing
Modified Wed Oct 21 08:43:39 2009 UTC (15 years, 1 month ago) by rgoetzke


Revision 59 - Directory Listing
Modified Fri Oct 2 09:57:30 2009 UTC (15 years, 2 months ago) by rgoetzke


Revision 56 - Directory Listing
Modified Thu Sep 10 14:02:19 2009 UTC (15 years, 3 months ago) by rgoetzke
SLEUTH 1. Version, wird noch geupdated

Revision 45 - Directory Listing
Modified Mon Aug 31 14:20:01 2009 UTC (15 years, 3 months ago) by mojays
Version 1.8

Revision 37 - Directory Listing
Modified Thu Jul 16 07:37:53 2009 UTC (15 years, 5 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 36 - Directory Listing
Modified Tue Jul 14 15:46:14 2009 UTC (15 years, 5 months ago) by alfonx
* 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 StyledLayer
* New JARs committed

Revision 35 - Directory Listing
Modified Mon Jul 6 10:40:01 2009 UTC (15 years, 5 months ago) by alfonx
* Refactored   

public static String getBaseFileName(File file) {
    int extIdx = getFileExtIdx(file);
    
to 

public static String getBaseFilePath(File file) {
    int extIdx = getFileExtIdx(file);

because not only the name (as in File.getName() ) was returned, but the File.getPath() without the postfix. As i did refactoring, all references in Atlas, ISDSS, XULU and schmitzm should be changed to getBaseFilePath automatically.

* Created a method getBaseFileName(File file) that really just return the filename without it's extension.

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 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 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 

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26