Re: [Geotools-devel] about Dimension and Extent support (GEOT-2305)

2010-03-05 Thread Andrea Aime
Björn Harrtell ha scritto: FYI I got ahead of myself so the patch is now updated, fixed and including tests :) Hi Bjorn, thanks a lot for this work. I think the hold up for this patch is that we don't have a maintainer for the WMS module anymore (unless Jody says otherwise, he's listed as the

Re: [Geotools-devel] about Dimension and Extent support (GEOT-2305)

2010-03-05 Thread Björn Harrtell
Sure I could take over, if that's the best option that can be agreed upon. That said, I do not have alot of experience in the matter (Java WMS client coding and Geotools framework in general) but I guess one has to start somewhere and I do work as a GIS programmer and enjoy contributing to the

[Geotools-devel] Shapefile editor/renderer and shapefile locking

2010-03-05 Thread Sergey
Hi, I am developing an application on the top of the geotools. Basically this is JMapPane plus ability to edit attribute data in dbf. I get a lot of the following exceptions: org.geotools.data.shapefile.ShpFilesLocker$Trace: Locking file://D:/world.shp for write by StorageFile:

[Geotools-devel] How Much Interest in Precise JTS to SVG Conversion?

2010-03-05 Thread Sunburned Surveyor
I'm getting close to my first release of some code that will allow BizzJUMP/OpenJUMP to export precise SVG. Currently OpenJUMP using Batik to export SVG. This makes it difficult to export geometry to the SVG coordinate system consistently, based on the same top-left page coordinate. My code will

[Geotools-devel] spatialite datastore

2010-03-05 Thread Ian Turton
I've been trying to test/use the spatialite datastore for the past couple of days before I go completely mad has anyone successfully got it to run on a windows (vista) box? If someone has can you mail me details of how you set it up? otherwise I'll persevere and write up the details if I ever get

Re: [Geotools-devel] How Much Interest in Precise JTS to SVG Conversion?

2010-03-05 Thread Chris Holmes
So you're not using Batik at all? You're writing your own svg renderer? Does it actual render? Like take styling in to account? If it can produced styled SLD, especially if it could stream the output, that's something we're interested in for geoserver, as batik is pretty slow. On 3/5/10

Re: [Geotools-devel] How Much Interest in Precise JTS to SVG Conversion?

2010-03-05 Thread Sunburned Surveyor
I'm not doing any painting of SVG on the screen. I'm just outputting an SVG file. This may not make sense, so let me explain how it will work in BizzJUMP: (1) The user selects an SVG export profile. This will be a text file that contains the model space coordinate that will be the top-left

Re: [Geotools-devel] spatialite datastore

2010-03-05 Thread Justin Deoliveira
Actually the only platform I have been able to get things to work on is windows xp. I have had shared library problems on other platforms. Which is strange because a while back I had no issue with linux and mac. I need to dig deeper into why. That said on windows the easiest way is to download

Re: [Geotools-devel] spatialite datastore

2010-03-05 Thread Ian Turton
On Fri, Mar 5, 2010 at 2:55 PM, Justin Deoliveira jdeol...@opengeo.org wrote: Actually the only platform I have been able to get things to work on is windows xp. I have had shared library problems on other platforms. Which is strange because a while back I had no issue with linux and mac. I

[Geotools-devel] [jira] Created: (GEOT-2965) Remove widgets-swing and widgets-swing-pending modules

2010-03-05 Thread Michael Bedward (JIRA)
Remove widgets-swing and widgets-swing-pending modules -- Key: GEOT-2965 URL: http://jira.codehaus.org/browse/GEOT-2965 Project: GeoTools Issue Type: Task Reporter: Michael

Re: [Geotools-devel] Shapefile editor/renderer and shapefile locking

2010-03-05 Thread Michael Bedward
Hi Sergey, Not sure if I'm interpreting your code correctly but are you trying to write into the same shapefile that you are rendering ? If so, that's the problem. My understanding is that you have to write your modified data to a new shapefile. Michael

Re: [Geotools-devel] How Much Interest in Precise JTS to SVG Conversion?

2010-03-05 Thread Christian Müller
Two years ago I have done something similar. Fetching geometries from a database and transform them into SVG. The SVG maps were displayed in a browser. The proposed module would have helped a lot. The nice thing with SVG is that you can design interactive maps for the users, not only nice