Some feedback for you -

I started out with the "Quickstart" example which works great (at least as 
far as printing out the version number).   Then I moved on to the 
ShapeLab.java example (using the same Netbeans project).

The JMapPane class could not be found, using the same POM.XML build file as 
the Quickstart.

On a hunch I added "gt-swing" as a dependency:

        <dependency>
            <groupId>org.geotools</groupId>
            <artifactId>gt-swing</artifactId>
            <version>${geotools.version}</version>
        </dependency>

Now it finds the JMapPane class, but chokes on the ZoomIn, ZoomOut etc 
members of the JMapPane:


org/geotools/demo/ShapeLab.java:[162,41] cannot find symbol

could not parse error message:   symbol:   variable ZoomIn
  location: class JMapPane

I hope this helps you.   I really like GeoTools and am looking forward to 
actually using it.  :-)



> From: Michael Bedward [mailto:[email protected]]
> Sent: 19 September 2009 10:50
> To: Andy Turner
> Cc: [email protected]
> Subject: Re: [Geotools-gt2-users] Problem getting started with GeoTools 
> 2.6 M2
>
>> I've still not made progress, but I'll be patient and wait a few days 
>> then have another try.
>>
>
> G'day Andy,
>
> If the corrected pom didn't help I'd be keen to hear what sort of
> problems you're still having. Jody and I are trying to whip the
> quickstart and example pages and code into shape at the moment so any
> feedback would be very helpful.
>
> cheers
> Michael
>
>


------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to