Hey all,
Someone brought up this one character patch (Serif instead of serif)
that fixes all the warnings in the demo.
Who is maintainer?
Can they commit this please?
(I don't know what else might be effected or what else to look for, ie.
should the 'normal' be 'Normal'?)
--adrian
logipod:/soft/SVN/geotools/trunk/gt> svn diff
modules/library/main/src/main/java/org/geotools/styling/StyleFactoryImpl.java
Index:
modules/library/main/src/main/java/org/geotools/styling/StyleFactoryImpl.java
===================================================================
---
modules/library/main/src/main/java/org/geotools/styling/StyleFactoryImpl.java
(revision 22430)
+++
modules/library/main/src/main/java/org/geotools/styling/StyleFactoryImpl.java
(working copy)
@@ -583,7 +583,7 @@
new Integer(10)));
font.setFontStyle(filterFactory.createLiteralExpression("normal"));
font.setFontWeight(filterFactory.createLiteralExpression("normal"));
-
font.setFontFamily(filterFactory.createLiteralExpression("serif"));
+
font.setFontFamily(filterFactory.createLiteralExpression("Serif"));
} catch (org.geotools.filter.IllegalFilterException ife) {
throw new RuntimeException("Error creating font", ife);
}
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel