[Geotools-devel] Missing artifact imageio-ext-arcgrid-1.0-SNAPSHOT.jar

2009-03-25 Thread Ben Caradoc-Davies
Missing in action: imageio-ext-arcgrid-1.0-SNAPSHOT.jar Downloading: http://download.java.net/maven/2/it/geosolutions/imageio-ext/imagei o-ext-arcgrid/1.0-SNAPSHOT/imageio-ext-arcgrid-1.0-SNAPSHOT.jar [INFO] [ERROR] BUILD

Re: [Geotools-devel] [ExternalEmail] Datestamped GeoTools artifacts from opengeo repo while building GeoServer?

2009-03-25 Thread Ben Caradoc-Davies
Ben Caradoc-Davies wrote: > Ben Caradoc-Davies wrote: >> I build my own local GeoTools trunk and then build GeoServer trunk. >> Recently I noticed that, while building GeoServer, maven downloads what >> look like datestamped GeoTools snapshot artifacts, even though, as far >> as I know, I do not

Re: [Geotools-devel] [ExternalEmail] Datestamped GeoTools artifacts from opengeo repo while building GeoServer?

2009-03-25 Thread Ben Caradoc-Davies
Ben Caradoc-Davies wrote: > I build my own local GeoTools trunk and then build GeoServer trunk. > Recently I noticed that, while building GeoServer, maven downloads what > look like datestamped GeoTools snapshot artifacts, even though, as far > as I know, I do not need them to build GeoServer tr

Re: [Geotools-devel] Bug? Geometry exception

2009-03-25 Thread Jody Garnett
Can you check for me if your geometry is valid? Usually an invalid geometry is the only way to make jts crash out like that. Once we have your geometry (I assume it is just one that is causing the problem?) we may need to go to the JTS list for help. Cheers, Jody On Sat, Mar 21, 2009 at 12:37 AM,

Re: [Geotools-devel] How to label a polygon?

2009-03-25 Thread Jody Garnett
You should be able to have a list of symbolizers for a single FeatureTypeStyle. Jody On Thu, Feb 26, 2009 at 7:56 PM, SkyIsLimit wrote: > > Hi, everyone, > I've been struggling to get label working with a polygon shapefile (pt/line > works fine). Basically polygon draws fine without any label. He

Re: [Geotools-devel] creating featuresource from oracle spatial

2009-03-25 Thread Jody Garnett
So you know you should not be mixing dependency version numbers right? I was just about to suggest checking them (since the last error of this kind was produced in a similar manner). --

[Geotools-devel] Hudson build is back to normal: geotools-trunk #1472

2009-03-25 Thread Hudson
See http://hudson.opengeo.org/hudson/job/geotools-trunk/1472/changes -- ___ Geotools-devel mailing list Geotools-devel@lists.sourceforge.net https://lists.sourceforge.net/lists

Re: [Geotools-devel] Geotidy plan

2009-03-25 Thread Andrea Aime
Martin Desruisseaux ha scritto: > This is your vision, but I disagree that it is the way OpenSource > work. Linux and Gnumeric for instance don't work that way. They do > have module maintainers who have the final word on what goes in. > Those projects don't let anyone commit any code. Commiters m

Re: [Geotools-devel] postgis build takes forever

2009-03-25 Thread Andrea Aime
Gabriel Roldan ha scritto: > hey, running a full build got a lot of "can't create > PoolableConnectionFactory" warnings on the postgis module, leading to: > [INFO] PostGIS DataStore . SUCCESS > [11:16.482s] > > Which's strange cause I dont even have postgis in

[Geotools-devel] postgis build takes forever

2009-03-25 Thread Gabriel Roldan
hey, running a full build got a lot of "can't create PoolableConnectionFactory" warnings on the postgis module, leading to: [INFO] PostGIS DataStore . SUCCESS [11:16.482s] Which's strange cause I dont even have postgis installer nor changed anything to tell t

Re: [Geotools-devel] ArcSde problem

2009-03-25 Thread Blaz
Any news on new patched release? Fantastic, i hope this fixes the problem. Please send mail to the list when you're done with patch reviewing/applying. HI, There's a patch attached to another jira issue that is also related to this problem. I'm scheduling some time to review and apply the

Re: [Geotools-devel] Build failed in Hudson: geotools-trunk #1471

2009-03-25 Thread Gabriel Roldan
After fixing GEOT-2403 I just found xsd-wfs also has the wrong assumption that a feature shall return anything geometric as the default geometry instead of the actual defatult geometry attribute as stated in its feature type... fixing it, Gabriel Hudson wrote: > See http://hudson.opengeo.org/

[Geotools-devel] Build failed in Hudson: geotools-trunk #1471

2009-03-25 Thread Hudson
See http://hudson.opengeo.org/hudson/job/geotools-trunk/1471/changes Changes: [groldan] GEOT-2403, fixed inconsistencies in SimpleFeatureImpl regarding geometry attributes [groldan] GEOT-2408, weaker comparison of gml namespace to allow gml 3.2 parsing to set the default geometry property... u

Re: [Geotools-devel] fix for GEOT-2403 exposes a bug in gml3 parsing and breaks..

2009-03-25 Thread Gabriel Roldan
Justin Deoliveira wrote: > > > Works for me. I admit a bit flaky... but i blame the OGC for there > crazy namespace schemes :). > ok, applied it. Thanks for the prompt answer btw. Gabriel >> yup, I was kind of wanting to find a cleaner solution but if the >> following is ok for you I can go for

Re: [Geotools-devel] fix for GEOT-2403 exposes a bug in gml3 parsing and breaks..

2009-03-25 Thread Justin Deoliveira
Works for me. I admit a bit flaky... but i blame the OGC for there crazy namespace schemes :). > yup, I was kind of wanting to find a cleaner solution but if the > following is ok for you I can go for it: > > Index: src/main/java/org/geotools/gml2/bindings/GML2ParsingUtils.java >

Re: [Geotools-devel] fix for GEOT-2403 exposes a bug in gml3 parsing and breaks..

2009-03-25 Thread Gabriel Roldan
Justin Deoliveira wrote: > Gabriel Roldan wrote: >> Hi guys, >> >> >> I'm wondering what to do since the fix for >> breaks the >> org.geotools.gml3.v3_2.GMLParsingTest. >> But it actually exposes a bug in gml parsing, so it does not break >> it, just u

[Geotools-devel] [jira] Created: (GEOT-2408) GML 3.2 parsing delegates to GML2 parsing which in turn does not set the default gemetry property

2009-03-25 Thread JIRA
GML 3.2 parsing delegates to GML2 parsing which in turn does not set the default gemetry property - Key: GEOT-2408 URL: http://jira.codehaus.org/browse/GEOT-2408

Re: [Geotools-devel] fix for GEOT-2403 exposes a bug in gml3 parsing and breaks..

2009-03-25 Thread Gabriel Roldan
Justin Deoliveira wrote: > Gabriel Roldan wrote: >> Hi guys, >> >> >> I'm wondering what to do since the fix for >> breaks the >> org.geotools.gml3.v3_2.GMLParsingTest. >> But it actually exposes a bug in gml parsing, so it does not break >> it, just u

Re: [Geotools-devel] fix for GEOT-2403 exposes a bug in gml3 parsing and breaks..

2009-03-25 Thread Justin Deoliveira
Gabriel Roldan wrote: > Hi guys, > > > I'm wondering what to do since the fix for > breaks the > org.geotools.gml3.v3_2.GMLParsingTest. > But it actually exposes a bug in gml parsing, so it does not break it, > just uncovers it. > > Explanation: > t

Re: [Geotools-devel] Geotidy plan

2009-03-25 Thread Martin Desruisseaux
Justin Deoliveira a écrit : > The mess that resulted from the threaded EPSG work is unfortunate. But > Simone is correct that there are processes in place to protect against > this sort of thing. It is your job as the maintainer to demand a > proposal, ask for patches, have people work on a bran

[Geotools-devel] fix for GEOT-2403 exposes a bug in gml3 parsing and breaks..

2009-03-25 Thread Gabriel Roldan
Hi guys, I'm wondering what to do since the fix for breaks the org.geotools.gml3.v3_2.GMLParsingTest. But it actually exposes a bug in gml parsing, so it does not break it, just uncovers it. Explanation: the fix for GEOT-2403 stops SimpleFeatureImp

Re: [Geotools-devel] Geotidy plan

2009-03-25 Thread Justin Deoliveira
While I have nothing but the utmost respect for your work Martin, Andrea is right. The community and PSC were totally bypassed with this entire situation. GeoTools is a community project which has always been run by its module maintainers. And that as always been its strength imo. Whenever ther

Re: [Geotools-devel] Generalizing vector data

2009-03-25 Thread Chris Holmes
Interesting, I was just thinking along these lines, but doing the pyramid outside of GeoServer instead of inside, see http://sourceforge.net/mailarchive/forum.php?thread_name=49C94E81.40205%40opengeo.org&forum_name=geowebcache-devel GeoServer would just need a generalization method, and then GWC

[Geotools-devel] () AND

2009-03-25 Thread Jody Garnett
On trunk I was able to get some strange SQL generated from uDig ... I have not identified the input filter yet. SELECT asText(force_2d("the_geom")) FROM "public"."compoundcurve" WHERE (() AND "the_geom" && GeometryFromText('POLYGON ((-1.5094594594594595 -1.008108108108108, -1.5094594594594595 0.00

[Geotools-devel] Commit rights

2009-03-25 Thread Blaz
Hello! I'm Blaz Repnik and i would like to get commit rights (if it is possible) to work under gt spike. There i'd like to upload my GoogleMaps geotools plugin. Here is the short story and description: I've been trying to add google maps as a geoserver datasource. My idea was to develop a wms

Re: [Geotools-devel] Broken GML3OutputFormat feature type name assumption

2009-03-25 Thread Simon.Cox
To re-inforce the point, here are a couple of extracts from GML 3.2 spec (equally applicable to GML 3.1, GML 3.0, GML 2.X but never quite spelled out before): === 9.8 Defining application-specific feature types All specific feature types defined in application schemas shall be implemented as gl

[Geotools-devel] functions in PropertyIsLike filter

2009-03-25 Thread David Winslow
Hi all, I was trying to do a case-insensitive search against a text field by making use of the newly added strToLower and strToUpper filter functions, only to find that GeoTools' parser expects a PropertyName and Literal as the contents of the PropertyIsLike, even though the filter object itself s

[Geotools-devel] Bug? Geometry exception

2009-03-25 Thread Paulm
Hi, I don't now if this is a bug in Geotools. I'm using Geotools 2.5 for clipping maps into smaller tiles. I've downloaded a Vmap Level 0 map, eurasia. when I shall clip the polygons with the following command: Geometry newGeom = featureGeometry.intersection(clipFeatureGeometry); I'm getting the

[Geotools-devel] creating featuresource from oracle spatial

2009-03-25 Thread alwynn
Hi everyone I just started to use geotools. What I've done so far is to connect to a Oracle spatial database. The connection is successfull. When I'm trying to get a FeatureSource object with the following code: FeatureSource featureSource = dataStore.getFeatureSource( "MyTypeName"); It returns

[Geotools-devel] How to label a polygon?

2009-03-25 Thread SkyIsLimit
Hi, everyone, I've been struggling to get label working with a polygon shapefile (pt/line works fine). Basically polygon draws fine without any label. Here is my code, could anyone please help? Thanks a bunch. private Style getPolygonLabelStyle(){ StyleBuilder sb = new Sty

[Geotools-devel] 2.2-SNAPSHOT deployed

2009-03-25 Thread Jody Garnett
I have deployed a 2.2-SNAPSHOT with one change from 2.2-M1. I am hoping to let this sit for a while; and if all goes well we can release this as 2.2.0 in a couple weeks time. Jody Garnett Geospatial Systems Architect http://www.lisasoft.com/ -

Re: [Geotools-devel] functions in PropertyIsLike filter

2009-03-25 Thread David Winslow
On Tue, 2009-03-24 at 07:36 +1100, Jody Garnett wrote: > Okay David the code is ready for you to create a patch (both 2.5.x and > trunk). I got slammed by the refractions repository going down so I > was unable to commit everything until now. > > Jody I don't see a matchCase parameter in FilterFa

Re: [Geotools-devel] Don't edit files with Notepad :-)

2009-03-25 Thread Jody Garnett
Thanks Andrea; I updated to notepad2 now; and made a note in the developers guide. Jody -Original Message- From: Andrea Aime [mailto:aa...@opengeo.org] Sent: Monday, 16 March 2009 4:07 AM To: Geotools-Devel list Cc: Jody Garnett Subject: Don't edit files with Notepad :-) Hi, I've just g

Re: [Geotools-devel] functions in PropertyIsLike filter

2009-03-25 Thread David Winslow
I'd like to see this in the next GeoServer release, so yes, I need this patch applied to GeoAPI 2.2-SNAPSHOT and GeoTools 2.5.x. I haven't even tried applying it to gt trunk, but of course I'll be happy to resolve any conflicts that pop up. -- David Winslow OpenGeo - http://opengeo.org/ On Fri,

Re: [Geotools-devel] functions in PropertyIsLike filter

2009-03-25 Thread David Winslow
matchCase support would definitely take care of my use case. I can put together a patch for GeoTools if that helps. -- David Winslow OpenGeo - http://opengeo.org/ On Thu, 2009-03-19 at 10:27 +1100, Jody Garnett wrote: > I was going to say that there is ad difference between what the code > can d

Re: [Geotools-devel] Generalizing vector data

2009-03-25 Thread Christian Müller
Hi Michael, I am already using the JTS simpliefier. I am storing my features in DB2, use the db2-ng module and have Features like BorderEurope BorderEurope_100 (Generalised 100 m) BorderEurope_1000 (Generalised 1000m) and so on Andrea: The urgent need is WMS, but it should work for WFS to

Re: [Geotools-devel] Geotidy plan

2009-03-25 Thread Martin Desruisseaux
Simone Giannecchini a écrit : > This is -THE- problem Martin, the modules are not YOURS (maintainer > != owner), the modules are part of the project and being so someone > else may change them providing that is follows the rules, which means > proposal and everything. If you don't have time to re

Re: [Geotools-devel] Geotidy plan

2009-03-25 Thread Simone Giannecchini
On Wed, Mar 25, 2009 at 2:58 PM, Martin Desruisseaux wrote: > Hello Andrea > > Putting "geotidy" under a GeoTools umbrella (either as a separated Maven > project > or merged to SVN) is an offering that we make to the community, but as far as > we > (at geomatys) are concerned we have no obligati

Re: [Geotools-devel] Geotidy plan

2009-03-25 Thread Martin Desruisseaux
Hello Andrea Putting "geotidy" under a GeoTools umbrella (either as a separated Maven project or merged to SVN) is an offering that we make to the community, but as far as we (at geomatys) are concerned we have no obligation to do so. This offer has been made repeatedly since the begining. If

Re: [Geotools-devel] Geotidy plan

2009-03-25 Thread Jody Garnett
Hi Andrea; How to deal with distributed version control (so far I would like to treat them as branches?) is going to be something we need solved this year; indeed I mentioned that in my status report to OSGeo. We actually have a smaller branch to try this out on in the form of adding OSGi manifes

Re: [Geotools-devel] wrapping new JAI operators

2009-03-25 Thread Martin Desruisseaux
Michael Bedward a écrit : > One day I would love to see an "Analytical Coverage" in GeoTools. > That would lend itself to working in Renderable mode. With that in > mind, even though your suggested new names are informative I think I'd > also lean towards keeping the old names. Thanks :). I had s

Re: [Geotools-devel] Generalizing vector data

2009-03-25 Thread Andrea Aime
Christian Müller ha scritto: > Do we have something like pyramids for for vector data ? > > What I mean is having a FeatureSource (say, the boundary of Europe having > 100 000 vertices) and drawing the boundary on a 640x480 image. > I really do not need 100 000 points and therefore I make some

Re: [Geotools-devel] Generalizing vector data

2009-03-25 Thread Michael Bedward
It's a neat idea Christian. JTS could possible be used to iteratively generate a hierarchy, starting with the most detailed and getting progressively simpler... http://tsusiatsoftware.net/jts/javadoc/com/vividsolutions/jts/simplify/DouglasPeuckerSimplifier.html Google says that Justin has already

Re: [Geotools-devel] wrapping new JAI operators

2009-03-25 Thread Michael Bedward
Hi Martin, > I made a very first draft of documentation here: > > http://geotidy.geomatys.fr/apidocs/org/geotools/coverage/processing/package- > summary.html#package_description That's great - thankyou > It still insuffisient since Hudson trigged its build (at fixed time) before > I could comple

[Geotools-devel] Generalizing vector data

2009-03-25 Thread Christian Müller
Do we have something like pyramids for for vector data ? What I mean is having a FeatureSource (say, the boundary of Europe having 100 000 vertices) and drawing the boundary on a 640x480 image. I really do not need 100 000 points and therefore I make some generalizations, each as its own featu

Re: [Geotools-devel] Geotidy plan

2009-03-25 Thread Andrea Aime
Martin Desruisseaux ha scritto: > This bring the question about when geotidy can be offered for a merge with > GeoTools. Currently the referencing module is done, except for Oracle and > HSQL > plugins of EPSG (I'm doing my test on PostgreSQL for now) and the builder > package, maybe to move in

Re: [Geotools-devel] wrapping new JAI operators

2009-03-25 Thread Martin Desruisseaux
Hello Mickael I made a very first draft of documentation here: http://geotidy.geomatys.fr/apidocs/org/geotools/coverage/processing/package-summary.html#package_description It still insuffisient since Hudson trigged its build (at fixed time) before I could complete more. But we could try to impr

Re: [Geotools-devel] ShapeMarkFactory and gt2.6

2009-03-25 Thread Andrea Aime
Milton Jonathan ha scritto: > Hello people > > We were taking a look at the ShapeMarkFactory, that I guess Andrea > introduced some months ago in GeoTools 2.5. > > Well, we're actually thinking about using it, but we're moving to > GeoTools 2.6 and there is no ShapeMarkFactory yet over there, as

[Geotools-devel] [jira] Created: (GEOT-2407) FilterDOMParser builds case insensitive PropertyIsNotEqualTo filters

2009-03-25 Thread Andrea Aime (JIRA)
FilterDOMParser builds case insensitive PropertyIsNotEqualTo filters Key: GEOT-2407 URL: http://jira.codehaus.org/browse/GEOT-2407 Project: GeoTools Issue Type: Bug Aff

[Geotools-devel] [jira] Created: (GEOT-2406) StreamingRenderer does not honor the maxFilter hint

2009-03-25 Thread Andrea Aime (JIRA)
StreamingRenderer does not honor the maxFilter hint --- Key: GEOT-2406 URL: http://jira.codehaus.org/browse/GEOT-2406 Project: GeoTools Issue Type: Bug Affects Versions: 2.5.4 R