Re: [Geotools-gt2-users] geometry tooltip

2008-10-08 Thread apreciado
Thanks. It is the my solution: 1.- Create geometry. AttributeTypeBuilder atb = new AttributeTypeBuilder(); atb.setBinding(Point.class); atb.setNillable(false); atb.setCRS(DefaultGeographicCRS.WGS84); atb.setDefaultValue(null);

Re: [Geotools-gt2-users] geometry tooltip

2008-10-08 Thread Jody Garnett
That is a question for your application; we are mostly focused on the GIS side of things here. What I would do is make a query at the mouse location and see if the pointer is over a geometry; and then it is up to you to figure out what a good tool tip is? Perhaps the feature ID? Jody apreciad

Re: [Geotools-gt2-users] LinePlacement of Text does not work?

2008-10-08 Thread Jody Garnett
Can you give me a test case that shows the problem and I will fix it for you :-) Jody julian.hagenauer wrote: > Hi, > i downloaded trunk from svn today and comiled it. > The Problem does still insist for me: > java.lang.RuntimeException: Parsing failed for TextSymbolizer: > java.lang.ClassCastExc

Re: [Geotools-gt2-users] How can I convert mid-mif map to matrix of big cells with average territory information?

2008-10-08 Thread Michael Bedward
Hi Vitaly, Many thanks for posting your code to the list - that's always good because it becomes a resource for other users when they are searching the archives. Let us know how you get on at some stage - I'll be very interested to hear about it. One more page that may be useful for code or idea

[Geotools-gt2-users] GeoTools 2.5.0 Released

2008-10-08 Thread Justin Deoliveira
The GeoTools 2.5 release is available for download: * http://geotools.codehaus.org/2.5.0 The 2.5.0 release marks the first stable release of a number of exciting developments and features of the 2.5.x series including: * New feature model based on GeoAPI * Java 5 * Support for units

Re: [Geotools-gt2-users] google projection

2008-10-08 Thread Adrian Custer
Hey, you are right, you need the epsg-ext jar as well to pick up the google code 900913 and the 3785 has not yet landed in the database used by geotools. The 'extension' jar has some codes that we defined for our working needs. --adrian Wouter Schaubroeck wrote: > Hey list, > > Is it possible