Hi,

I'm looking at these now.

I am using Netbeans 6.7.1 on Windows XP.

The first issue I have is in the Depending on GeoTools section 
(http://www.geotools.org/quickstart.html) with the junit dependency.

If I change from:
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
To:
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>

My project is reported as malformed.

I moved on from this keeping the dependency as is...

The next issue I face is in the Adding the Shape and EPSG-HSQL Plugins to your 
Project section. The example Quickstart class will not compile for me as the 
following imports fail:
import org.geotools.data.FileDataStore;
import org.geotools.map.DefaultMapContext;
import org.geotools.map.MapContext;
import org.geotools.swing.JMapFrame;
import org.geotools.swing.data.JFileDataStoreChooser;

I have added the gt-epsg-hsql and gt-shapefile dependencies.

I also tried adding the OpenGeo Maven Repository in the repositories list.

I've tried to get things working, but had no success yet...

I'll have a look at http://geotools.org/examples/csv2shp.html now...

Andy
http://www.geog.leeds.ac.uk/people/a.turner/
 

-----Original Message-----
From: Michael Bedward [mailto:[email protected]] 
Sent: 23 September 2009 13:20
To: geotools users
Subject: [Geotools-gt2-users] quickstart and example pages

Dear GeoTools friends,

Jody and I would be eternally grateful if any of you have a few
minutes to look over the new introductory web pages that we're putting
together at the moment.  In particular, these two...

http://geotools.org/quickstart.html

http://geotools.org/examples/csv2shp.html

(if you've looked at either of these in the last few days please
refresh your browser to get the latest page, hot off the press)

The other pages in the Examples area are in a state of creative chaos
at the moment so don't worry about those yet, although any suggestions
are welcome.

Feedback to the list please.

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

------------------------------------------------------------------------------
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