Log of /branches/2.5/schmitzm-gt/src/main/java/de
Directory Listing
Revision
1597 -
Directory Listing
Modified
Sun May 29 16:59:15 2011 UTC
(13 years, 9 months ago)
by
alfonx
etwas mehr debug an einer komicshen stelle wegen ex report
Revision
1584 -
Directory Listing
Modified
Tue May 17 18:12:01 2011 UTC
(13 years, 9 months ago)
by
alfonx
Releasing schmitzm 2.5
Revision
1530 -
Directory Listing
Modified
Sun Mar 20 14:35:41 2011 UTC
(13 years, 11 months ago)
by
alfonx
Original Path:
trunk/schmitzm-gt/src/main/java/de
* Preparing the legends to be scale dependent
* BUGFix: Order or RulesLists was reverted each time the AtlasStyler dialog opened them
Revision
1512 -
Directory Listing
Modified
Tue Mar 15 16:35:53 2011 UTC
(13 years, 11 months ago)
by
alfonx
Original Path:
trunk/schmitzm-gt/src/main/java/de
* RasterLegendData now preserves the order, in which the entries are entered
* EMpty labels will not appear in a raster legends:
if (I18NUtil.isEmpty(labelT))
continue;
Revision
1483 -
Directory Listing
Modified
Wed Feb 2 22:46:05 2011 UTC
(14 years, 1 month ago)
by
alfonx
Original Path:
trunk/schmitzm-gt/src/main/java/de
Fixed a bug the was found with a GP JUnit-test... When cloning a AttribtueFeatureType, settings the CRS is not enough to indicate that it is a a geometry Attribute Type.. since the crs may be null...
Revision
1481 -
Directory Listing
Modified
Wed Feb 2 21:38:25 2011 UTC
(14 years, 1 month ago)
by
alfonx
Original Path:
trunk/schmitzm-gt/src/main/java/de
Fixed a bug the was found with a GP JUnit-test... When cloning a AttribtueFeatureType, settings the CRS is not enough to indicate that it is a a geometry Attribute Type.. since the crs may be null...
Revision
1479 -
Directory Listing
Modified
Wed Feb 2 20:30:14 2011 UTC
(14 years, 1 month ago)
by
alfonx
Original Path:
trunk/schmitzm-gt/src/main/java/de
Removed gt-legacy from pom.xml:
Ich habe eine de.schmitzm.geotools.feature.AttributeTypeFactory erstellt, die von den Methoden her fast so ist wie die gt-legacy AttributeTypeFactory, dabei aber direkt die neue API benutzt
Revision
1478 -
Directory Listing
Modified
Wed Feb 2 19:42:02 2011 UTC
(14 years, 1 month ago)
by
alfonx
Original Path:
trunk/schmitzm-gt/src/main/java/de
Prepared for removal of
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-legacy</artifactId>
<version>${geotools.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
only 12 compile errors left...
Revision
1477 -
Directory Listing
Modified
Wed Feb 2 19:30:05 2011 UTC
(14 years, 1 month ago)
by
alfonx
Original Path:
trunk/schmitzm-gt/src/main/java/de
if (featureTypeBuilder.getDefaultGeometry() == null
&& aDesc instanceof GeometryDescriptor)
// remove gt-legacy: && aDesc instanceof GeometryAttributeType)
featureTypeBuilder.setDefaultGeometry(aDesc.getLocalName());