JMapPane

2 messages Options
Embed this post
Permalink
Jakub Rojek

JMapPane

Reply Threaded More More options
Print post
Permalink
Hi !

I am using Geotools 2.5.5 and i would like to try to display some Shape
filest. I have found an example, that should be able to display an shape
file. The problem is that there is a library
missing(org.geotools.gui.swing.JMapPane;). Does anybody know hoew I can
solve this Problem. I mean where i can find this librarys.

Thank Jakub

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Geotools-gt2-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
mbedward

Re: JMapPane

Reply Threaded More More options
Print post
Permalink
Hello Jakub,
For GeoTools 2.5.x JMapPane is in the gt-mappane module which is one
of the 'unsupported' modules that are not part of the standard
distribution.
If you are using maven as your build tool you can simply add the
module as a dependency in your pom.xml:
<dependency>
  <groupId>org.geotools</groupId>
  <artifactId>gt-mappane</artifactId>
  <version>2.5.5</version>
</dependency>
...then maven will download and install the jar for you when you build your app.
Otherwise you can downlad the jar manually from here:
http://download.osgeo.org/webdav/geotools/org/geotools/gt-mappane/2.5.5/
BTW, in the development version of GeoTools (2.6.x) we have rewritten
JMapPane and its friends. You can find the source code for the new
classes plus a small demo program here:
http://svn.osgeo.org/geotools/trunk/demo/mapwidget/

Hope this helps,
Michael

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Geotools-gt2-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users