[Schmitzm-commits] r692 - trunk/src/skrueger/geotools

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Feb 11 20:00:05 CET 2010


Author: alfonx
Date: 2010-02-11 20:00:00 +0100 (Thu, 11 Feb 2010)
New Revision: 692

Modified:
   trunk/src/skrueger/geotools/AttributeMetadataMap.java
Log:
* Updated dependencies to schmitzm-2.0-x.jar
* Make some moves towards "NODATA values" support in AtlasStyler

Modified: trunk/src/skrueger/geotools/AttributeMetadataMap.java
===================================================================
--- trunk/src/skrueger/geotools/AttributeMetadataMap.java	2010-02-10 17:04:24 UTC (rev 691)
+++ trunk/src/skrueger/geotools/AttributeMetadataMap.java	2010-02-11 19:00:00 UTC (rev 692)
@@ -118,6 +118,7 @@
 	 * {@link AttributeMetadata} on the fly.
 	 */
 	public AttributeMetadata get(final String localName) {
+		if (localName == null) return null;
 		return this.get(new NameImpl(localName));
 	}
 



More information about the Schmitzm-commits mailing list