Re: [Geotools-gt2-users] Reading a .DT2 file

2012-12-04 Thread Daniele Romagnoli
Hi, how are you setting your project's and how are you importing your dependencies? I would suggest to use maven when setting it up in order to make sure all the required dependencies are used. If you need to access DTED data you still need to: 1) have the imageio-ext-gdal-bindings and

[Geotools-gt2-users] Problems to rendering the map using JMapPane

2012-12-04 Thread Jairo de Almeida
Hi group, I'm making a grid layer to overlap my polygon (each block), but i have problem to rendering the map canvas, i'm using a Child of JMapPane to drawing http://pastebin.com/dxSnu8nw and not works fine, my impression is that the panel does not finish drawing the map. follows the image of the

Re: [Geotools-gt2-users] order of authority factories causes exception in CRS.lookupIdentifier

2012-12-04 Thread João Belém
Greetings gt-devs, does someone know how I could give the authority factory WebCRSFactory more priority than CartesianAuthorityFactory? Something like following pseudo code perhaps? // this is pseudo code ReferencingFactoryFinder.setAuthorityOrdering(Web, Cartesian); Thanks, João -- View

Re: [Geotools-gt2-users] Can not set ID (primary key) of a feature when saving a feature to postgis

2012-12-04 Thread Andrea Aime
On Tue, Dec 4, 2012 at 8:18 AM, Ian Turton ijtur...@gmail.com wrote: On 3 December 2012 12:25, Fritz Richter rich...@rich-and-high.com wrote: Hi everyone, it is pretty stange. I'm playing with my setup for hours, and still can not make it work. I'm trying to save a feature to my postgis

Re: [Geotools-gt2-users] Problems to rendering the map using JMapPane

2012-12-04 Thread Michael Bedward
Hi Jairo, You are calling repaint() from within the paintComponent method of your sub-class - I think that could result in an infinite loop in the event dispatch thread and might be the cause of the incomplete renderings. Michael On 4 December 2012 22:22, Jairo de Almeida

Re: [Geotools-gt2-users] Reading a .DT2 file

2012-12-04 Thread Boided
Thanks Daniele, I am working on Netbeans without Maven. i have all the dependencies for gdal and the GDAL native libraries path is also set. As you said i will build the project on Maven and will come back to you with the results. -- View this message in context:

Re: [Geotools-gt2-users] Problems to rendering the map using JMapPane

2012-12-04 Thread Michael Bedward
Hi Jairo, Please reply to the list, not to me directly You're right, don't is correct repaint panel in paintComponent method, But is this was a crazy tentative to solve this problem The rendering problem persist http://s10.postimage.org/ghj8au16x/geotools_image2.png I don't have any idea to