Re: [Geotools-devel] Enabling ST_SimplifyPreserveTopology usage on PostGIS datastore

2020-07-16 Thread Mauro Bartolomeoli
I have created a pull request for this one here: https://github.com/geotools/geotools/pull/3074 Thanks Il giorno lun 13 lug 2020 alle ore 18:21 Andrea Aime < andrea.a...@geo-solutions.it> ha scritto: > On Mon, Jul 13, 2020 at 6:12 PM Mauro Bartolomeoli < > mauro.bartolome...@g

[Geotools-devel] Enabling ST_SimplifyPreserveTopology usage on PostGIS datastore

2020-07-13 Thread Mauro Bartolomeoli
for this? -- Regards, Mauro Bartolomeoli == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Dott. Mauro Bartolomeoli @mauro_bart Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) Italy mobile: +39 393 904 1756 phone: +39

Re: [Geotools-devel] New filter functions for arrays

2020-05-06 Thread Mauro Bartolomeoli
>> EqualsToImpl instance internally and uses it to determine true/false. this >> way no logic is duplicated and matchAction is already handled? >> -- >> Jody Garnett >> >> >> On Thu, 30 Apr 2020 at 09:44, Mauro Bartolomeoli < >> mauro.bartol

Re: [Geotools-devel] New filter functions for arrays

2020-04-30 Thread Mauro Bartolomeoli
mer 29 apr 2020 alle ore 10:37 Mauro Bartolomeoli < mauro.bartolome...@geo-solutions.it> ha scritto: > Hi Jody, > >> >>- Compare FilterFunction_strConcat >> >> <https://github.com/geotools/geotools/blob/master/modules/library/main/src

Re: [Geotools-devel] New filter functions for arrays

2020-04-29 Thread Mauro Bartolomeoli
Action parameter to the existing equalTo, and I think we can go for that option. I will get back when I have something news for the array creation stuff. I would open two distinct JIRAs, so that I can work on them independently. Mauro -- Regards, Mauro Bartolomeoli == GeoServer Professional Se

Re: [Geotools-devel] New filter functions for arrays

2020-04-29 Thread Mauro Bartolomeoli
get folks to copy copying the > pattern. > Oh, I didn't know about that, I will rename stuff properly. -- Regards, Mauro Bartolomeoli == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Dott. Mauro Bartolomeoli @mauro_bart Technical L

Re: [Geotools-devel] New filter functions for arrays

2020-04-24 Thread Mauro Bartolomeoli
the reasoning on how to express array literals in ECQL. For my own use case I can move the arrayFromString function in my project code, but I think a more general solution to this problem could be useful to have in GeoTools. Il giorno ven 24 apr 2020 alle ore 09:01 Mauro Bartolomeoli < mauro.bartolome...@

Re: [Geotools-devel] New filter functions for arrays

2020-04-24 Thread Mauro Bartolomeoli
y" > or "One" > > After reading this, I had a look at the postgis driver code to handle array comparisons, and maybe I can make it work using equalTo. Going to try and let you know. Thanks for your suggestions. -- Regards, Mauro Bartolomeoli == GeoServer Profes

[Geotools-devel] New filter functions for arrays

2020-04-23 Thread Mauro Bartolomeoli
Regards, Mauro Bartolomeoli == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Dott. Mauro Bartolomeoli @mauro_bart Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) Italy mobile: +39 393 904 1756 phone: +39 0584 96

[Geotools-devel] Backporting GEOT-6377 to 21.x

2020-01-07 Thread Mauro Bartolomeoli
Hi, I would like to backport GEOT-6377 to 21.x branch. This work introduces the InArray filter function, with optimized support for PostGIS JDBC driver. Should be a low risk backport, being a new function. Any concern? -- Regards, Mauro Bartolomeoli == GeoServer Professional Services from

Re: [Geotools-devel] new filter function support for jdbc-postgis

2019-11-12 Thread Mauro Bartolomeoli
Hi, I finally created a PR for this improvement: https://github.com/geotools/geotools/pull/2661 Mauro Il giorno ven 4 ott 2019 alle ore 14:15 Mauro Bartolomeoli < mauro.bartolome...@geo-solutions.it> ha scritto: > Hi Jody. The cql in clause requires a list of comma separated val

Re: [Geotools-devel] new filter function support for jdbc-postgis

2019-10-04 Thread Mauro Bartolomeoli
led by the "in" operator in CQL? > -- > Jody Garnett > > > On Wed, 2 Oct 2019 at 01:25, Mauro Bartolomeoli < > mauro.bartolome...@geo-solutions.it> wrote: > >> Hi, >> we would like to implement support for a new filter function that will be >> optimiz

[Geotools-devel] new filter function support for jdbc-postgis

2019-10-02 Thread Mauro Bartolomeoli
Hi, we would like to implement support for a new filter function that will be optimized for postgis, to use the ANY operator. I already open a JIRA for this: https://osgeo-org.atlassian.net/browse/GEOT-6377 If you have any suggestions / idea, please chime in. -- Regards, Mauro Bartolomeoli

[Geotools-devel] Backporting some work on Advanced Projection Handling

2019-05-30 Thread Mauro Bartolomeoli
, Mauro Bartolomeoli == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Dott. Mauro Bartolomeoli @mauro_bart Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) Italy mobile: +39 393 904 1756 phone: +39 0584 962313

Re: [Geotools-devel] Backporting GEOT-6255 and GEOT-6257 to 21.x

2019-04-29 Thread Mauro Bartolomeoli
e configuration) > > Cheers > Andrea > > On Mon, Apr 29, 2019 at 11:28 AM Mauro Bartolomeoli < > mauro.bartolome...@geo-solutions.it> wrote: > >> Any objection on backporting Advanced Projection Handling new >> configurations to 21.x? >> >> - optiona

[Geotools-devel] Backporting GEOT-6255 and GEOT-6257 to 21.x

2019-04-29 Thread Mauro Bartolomeoli
Any objection on backporting Advanced Projection Handling new configurations to 21.x? - optional densification of points for more precise reprojection - flag to disable map wrapping heuristic -- Regards, Mauro Bartolomeoli == GeoServer Professional Services from the experts! Visit http

[Geotools-devel] Backporting GEOT-6119 to GT 20.x and related GEOS-8935 to GS 2.14.x

2018-10-24 Thread Mauro Bartolomeoli
Hi, any objections if I backport WFS coordinates formatting new options to 20.x / 2.14.x versions? -- Regards, Mauro Bartolomeoli == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Dott. Mauro Bartolomeoli @mauro_bart Technical Lead

Re: [Geotools-devel] Backporting GEOT-5971

2018-10-03 Thread Mauro Bartolomeoli
t; On Mon, 1 Oct 2018 at 07:45, Mauro Bartolomeoli < > mauro.bartolome...@geo-solutions.it> wrote: > >> Any blockers in backporting >> https://osgeo-org.atlassian.net/browse/GEOT-5971 to 20.x ? >> Should be considered a small improvement, I think (support for axis >

[Geotools-devel] Backporting GEOT-5971

2018-10-01 Thread Mauro Bartolomeoli
Any blockers in backporting https://osgeo-org.atlassian.net/browse/GEOT-5971 to 20.x ? Should be considered a small improvement, I think (support for axis flipping in WFS cascading when dealing with 2.0 WFS services). -- Regards, Mauro Bartolomeoli == GeoServer Professional Services from

Re: [Geotools-devel] New coordinates formatting options for WFS

2018-09-14 Thread Mauro Bartolomeoli
y when active, so it should not affect existing implementation. -- Regards, Mauro Bartolomeoli == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Dott. Mauro Bartolomeoli @mauro_bart Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A

[Geotools-devel] New coordinates formatting options for WFS

2018-09-14 Thread Mauro Bartolomeoli
, GML configurations, etc.), leaving the default behaviour untouched - introduce the new options in GeoServer FeatureType / Layer configurations and related UI Any concern / advice? -- Regards, Mauro Bartolomeoli == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V

Re: [Geotools-devel] Backporting GEOT-6112 to 20.x

2018-09-06 Thread Mauro Bartolomeoli
Since nobody complained I prepared a PR for the backporting: https://github.com/geotools/geotools/pull/2036 Il giorno lun 3 set 2018 alle ore 10:42 Mauro Bartolomeoli < mauro.bartolome...@geo-solutions.it> ha scritto: > Hi, > I would like to backport support for expressions in Rast

[Geotools-devel] Backporting GEOT-6112 to 20.x

2018-09-03 Thread Mauro Bartolomeoli
Hi, I would like to backport support for expressions in RasterSymbolizer GammaValue to 20.x (GeoServer 2.14.x). It is a small improvement merged just after the 2.14 release. Any concern? -- Regards, Mauro Bartolomeoli == GeoServer Professional Services from the experts! Visit http://goo.gl

Re: [Geotools-devel] Enabling usage of MultiThreadedHttpClient in WFSDataStoreFactory

2018-03-08 Thread Mauro Bartolomeoli
a.a...@geo-solutions.it>: > On Mon, Mar 5, 2018 at 11:05 AM, Mauro Bartolomeoli < > mauro.bartolome...@geo-solutions.it> wrote: > >> Hi, >> does anyone know why the usage of MultiThreadedHttpClient is comented out >> here: >> >> https://github.com/geotoo

Re: [Geotools-devel] Enabling usage of MultiThreadedHttpClient in WFSDataStoreFactory

2018-03-05 Thread Mauro Bartolomeoli
that is not http or https). 2018-03-05 11:23 GMT+01:00 Andrea Aime <andrea.a...@geo-solutions.it>: > On Mon, Mar 5, 2018 at 11:05 AM, Mauro Bartolomeoli < > mauro.bartolome...@geo-solutions.it> wrote: > >> Hi, >> does anyone know why the usage of MultiThreadedH

[Geotools-devel] Enabling usage of MultiThreadedHttpClient in WFSDataStoreFactory

2018-03-05 Thread Mauro Bartolomeoli
the SimpleHttpCient I would go for the first. Any other opinion? -- Regards, Mauro Bartolomeoli == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Dott. Mauro Bartolomeoli @mauro_bart Technical Lead GeoSolutions S.A.S. Via di Montramito

[Geotools-devel] Backporting GEOT-5903 and GEOS-8468

2018-01-09 Thread Mauro Bartolomeoli
, Mauro Bartolomeoli == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Dott. Mauro Bartolomeoli @mauro_bart Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 1660272

[Geotools-devel] Backporting a couple of PRs

2017-12-04 Thread Mauro Bartolomeoli
Hi, I would like to backport the following to 18.x and 17.x: GEOT-5816: ClassifyByRange vector process GEOT-5844: Implemented the SumArea function for the Aggregate WPS process Any concern? -- Regards, Mauro Bartolomeoli == GeoServer Professional Services from the experts! Visit http

[Geotools-devel] Some changes to LabelCache / RenderImageMapOutputFormat to ease customization

2017-12-01 Thread Mauro Bartolomeoli
a setLabelCache method in RenderImageMapOutputFormat, so that I can override the default LabelCache implementation with my own. Any concern with this? If anyone is curious, I am builiding a LabelCache implementation that is able to mask labels using a footprint. -- Regards, Mauro Bartolomeoli

Re: [Geotools-devel] [Geoserver-devel] Issue with DataStore wrappers in NewLayerPage

2017-11-27 Thread Mauro Bartolomeoli
Started porting the "wrappers" to GeoTools: https://github.com/geotools/geotools/pull/1752 Anyone wishing to review? Mauro 2017-11-22 12:21 GMT+01:00 Mauro Bartolomeoli < mauro.bartolome...@geo-solutions.it>: > Hi, > my only concern in using the sql interfac

Re: [Geotools-devel] Improving AggregateProcess with Geometry oriented aggregations

2017-10-11 Thread Mauro Bartolomeoli
iew. Mauro 2017-08-30 16:45 GMT+02:00 Mauro Bartolomeoli < mauro.bartolome...@geo-solutions.it>: > Hi Nuno, > > 2017-08-30 16:25 GMT+02:00 Nuno Oliveira <nuno.olive...@geo-solutions.it>: > >> Hi Mauro, >> >> When you say AggregationFunctions enum you mean

Re: [Geotools-devel] New feature process: ClassifyByRange

2017-09-13 Thread Mauro Bartolomeoli
Hi, I created a PR with this work. Tried to include all the feedbacks: https://github.com/geotools/geotools/pull/1701 Mauro 2017-09-04 14:21 GMT+02:00 Mauro Bartolomeoli < mauro.bartolome...@geo-solutions.it>: > Hi, > > 2017-09-04 14:00 GMT+02:00 Ian Turton <

Re: [Geotools-devel] New feature process: ClassifyByRange

2017-09-04 Thread Mauro Bartolomeoli
Hi, 2017-09-04 14:00 GMT+02:00 Ian Turton <ijtur...@gmail.com>: > > > On 4 September 2017 at 11:59, Mauro Bartolomeoli <mauro.bartolomeoli@geo- > solutions.it> wrote: > >> Hi Ian, >> >> >> 2017-09-04 12:54 GMT+02:00 Ian Turton <ijtur...@g

Re: [Geotools-devel] New feature process: ClassifyByRange

2017-09-04 Thread Mauro Bartolomeoli
. e.g. thresholds = 10, 30, 50, 100 outputValues = A,B,C,D,E translates to something like: -Inf - 10 --> A 10 - 30 --> B 30 - 50 --> C 50 - 100 --> D 100 - Inf --> E Mauro -- Regards, Mauro Bartolomeoli == GeoServer Professional Services from the experts! Visit http://g

Re: [Geotools-devel] New feature process: ClassifyByRange

2017-09-04 Thread Mauro Bartolomeoli
roperty(attribute), ff.literal(numberOfClasses)); > Classifier groups = (Classifier) classify.evaluate(collection); > > to get the breaks. > > Ian > > On 4 September 2017 at 11:14, Mauro Bartolomeoli <mauro.bartolomeoli@geo- > solutions.it> wrote: > >> Hi, >

[Geotools-devel] New feature process: ClassifyByRange

2017-09-04 Thread Mauro Bartolomeoli
) in an interval instead of the following one. Any doubt / opinion / advice? Thanks. -- Regards, Mauro Bartolomeoli == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Dott. Mauro Bartolomeoli @mauro_bart Technical Lead GeoSolutions S.A.S. Via di

[Geotools-devel] Improving AggregateProcess with Geometry oriented aggregations

2017-08-30 Thread Mauro Bartolomeoli
tions enum and implement the related visitor to calculate the aggregation. Any objection / doubt / suggestion? -- Regards, Mauro Bartolomeoli == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Dott. Mauro Bartolomeoli @mauro_bart Tech

[Geotools-devel] [JIRA] (GEOT-5440) Environment variables are not inherited by child threads

2016-06-15 Thread Mauro Bartolomeoli (JIRA)
Title: Message Title Mauro Bartolomeoli

[Geotools-devel] [JIRA] (GEOT-5167) PostGIS alternative bbox filter encoding

2015-07-10 Thread Mauro Bartolomeoli (JIRA)
Title: Message Title Mauro Bartolomeoli created an issue

Re: [Geotools-devel] Weird query planner issue with PostGIS

2015-07-10 Thread Mauro Bartolomeoli
, Mauro Bartolomeoli mauro.bartolome...@geo-solutions.it wrote: Hi, 2015-07-03 11:19 GMT+02:00 Andrea Aime andrea.a...@geo-solutions.it: Good catch Mauro. I'm just a bit weirded out by the fact the issue is not biting you by just wrapping the property wtih st_envelope, instead of creating

Re: [Geotools-devel] Weird query planner issue with PostGIS

2015-07-08 Thread Mauro Bartolomeoli
Ok, I will prepare a PR. Thanks Mauro 2015-07-08 11:04 GMT+02:00 Andrea Aime andrea.a...@geo-solutions.it: Mauro, I'd say it's a good thing to have your proposed change, personally I don't see downsides Cheers Andrea On Fri, Jul 3, 2015 at 11:30 AM, Mauro Bartolomeoli

[Geotools-devel] Weird query planner issue with PostGIS

2015-07-03 Thread Mauro Bartolomeoli
or something similar) and leave the current behaviour by by default. Any thoughts? Thanks Mauro -- == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Dott. Mauro Bartolomeoli @mauro_bart Senior Software Engineer GeoSolutions S.A.S. Via

Re: [Geotools-devel] Weird query planner issue with PostGIS

2015-07-03 Thread Mauro Bartolomeoli
the experts! Visit http://goo.gl/it488V for more information. == Dott. Mauro Bartolomeoli @mauro_bart Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 1660272 http://www.geo-solutions.it http://twitter.com

Re: [Geotools-devel] Weird query planner issue with PostGIS

2015-07-03 Thread Mauro Bartolomeoli
. --- -- == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Dott. Mauro Bartolomeoli @mauro_bart Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313

Re: [Geotools-devel] [Geoserver-devel] By request interpolation method in WMS

2015-05-14 Thread Mauro Bartolomeoli
at 06:04, Mauro Bartolomeoli mauro.bartolome...@geo-solutions.it wrote: And here is the GeoServer one: https://github.com/geoserver/geoserver/pull/998 Thank you. Mauro 2015-04-01 12:14 GMT+02:00 Mauro Bartolomeoli mauro.bartolome...@geo-solutions.it: Hi, the pull request

[Geotools-devel] Backporting GEOT-5064

2015-05-07 Thread Mauro Bartolomeoli
Services from the experts! Visit http://goo.gl/NWWaa2 for more information. == Dott. Mauro Bartolomeoli @mauro_bart Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 1660272 http://www.geo-solutions.it http

[Geotools-devel] Backport support for parsing cql in SLD ColorMapEntry attributes

2015-04-30 Thread Mauro Bartolomeoli
Services from the experts! Visit http://goo.gl/NWWaa2 for more information. == Dott. Mauro Bartolomeoli @mauro_bart Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 1660272 http://www.geo-solutions.it http

Re: [Geotools-devel] Backporting improvements for PagedUniqueProcess

2015-04-17 Thread Mauro Bartolomeoli
working - JDBCDataStore should delegate to LimitingVisitor.hasLimits So these combine to let us page through a process result? -- Jody Garnett On 16 April 2015 at 09:33, Mauro Bartolomeoli mauro.bartolome...@geo-solutions.it wrote: Hi, any objections to backport GEOS-6806 and related

[Geotools-devel] Backporting improvements for PagedUniqueProcess

2015-04-16 Thread Mauro Bartolomeoli
Hi, any objections to backport GEOS-6806 and related GEOT-4961 to 2.6.x? Thanks Mauro Bartolomeoli -- == GeoServer Professional Services from the experts! Visit http://goo.gl/NWWaa2 for more information. == Dott. Mauro Bartolomeoli @mauro_bart Senior Software Engineer GeoSolutions S.A.S. Via

Re: [Geotools-devel] The new jira instance is ready for creating new tickets

2015-04-01 Thread Mauro Bartolomeoli
Hi, I created one, but the number assigned is GEOT-5052, while on the old JIRA the last one was GEOT-5063. The same for GeoServer: assigned GEOS-6956, last one was GEOS-6965. I think we have a gap (please, mind the gap). Mauro 2015-04-01 9:23 GMT+02:00 Andrea Aime andrea.a...@geo-solutions.it:

Re: [Geotools-devel] [Geoserver-devel] By request interpolation method in WMS

2015-04-01 Thread Mauro Bartolomeoli
and the contents should be migrated across shortly. Attend the Skype meeting today to coordinate. -- Jody Garnett On 31 March 2015 at 08:38, Mauro Bartolomeoli mauro.bartolome...@geo-solutions.it wrote: Hi, so I did some work on this and it seems to be finally working (I had to fix a couple

Re: [Geotools-devel] [Geoserver-devel] By request interpolation method in WMS

2015-04-01 Thread Mauro Bartolomeoli
And here is the GeoServer one: https://github.com/geoserver/geoserver/pull/998 Thank you. Mauro 2015-04-01 12:14 GMT+02:00 Mauro Bartolomeoli mauro.bartolome...@geo-solutions.it: Hi, the pull request for the GeoTools part is here: https://github.com/geotools/geotools/pull/802 Regards

Re: [Geotools-devel] The new jira instance is ready for creating new tickets

2015-04-01 Thread Mauro Bartolomeoli
April 2015 at 01:06, Mauro Bartolomeoli maurobartolome...@gmail.com wrote: Hi, I created one, but the number assigned is GEOT-5052, while on the old JIRA the last one was GEOT-5063. The same for GeoServer: assigned GEOS-6956, last one was GEOS-6965. I think we have a gap (please, mind the gap

Re: [Geotools-devel] Variable substitution for ColorMapEntry attributes

2015-03-20 Thread Mauro Bartolomeoli
Hi, the pull request for this is here: https://github.com/geotools/geotools/pull/786 Thanks Mauro Bartolomeoli 2015-03-18 17:03 GMT+01:00 Andrea Aime andrea.a...@geo-solutions.it: On Wed, Mar 18, 2015 at 4:05 PM, Mauro Bartolomeoli mauro.bartolome...@geo-solutions.it wrote: Hi, Seems

Re: [Geotools-devel] Variable substitution for ColorMapEntry attributes

2015-03-19 Thread Mauro Bartolomeoli
. == Dott. Mauro Bartolomeoli @mauro_bart Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 1660272 http://www.geo-solutions.it http://twitter.com/geosolutions_it

[Geotools-devel] Variable substitution for ColorMapEntry attributes

2015-03-18 Thread Mauro Bartolomeoli
information. == Dott. Mauro Bartolomeoli @mauro_bart Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 1660272 http://www.geo-solutions.it http://twitter.com/geosolutions_it

[Geotools-devel] [jira] (GEOT-5052) Add CQL expressions support in ColorMap entry attributes (quantity, color, ...)

2015-03-18 Thread Mauro Bartolomeoli (JIRA)
Title: Message Title Mauro Bartolomeoli created an issue

[Geotools-devel] [jira] (GEOT-5053) FeatureTypeStyleImpl copying constructor does not copy some properties

2015-03-18 Thread Mauro Bartolomeoli (JIRA)
Title: Message Title Mauro Bartolomeoli created an issue

Re: [Geotools-devel] Variable substitution for ColorMapEntry attributes

2015-03-18 Thread Mauro Bartolomeoli
for GetLegendGraphic calls. Thanks Mauro -- == GeoServer Professional Services from the experts! Visit http://goo.gl/NWWaa2 for more information. == Dott. Mauro Bartolomeoli @mauro_bart Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313

Re: [Geotools-devel] Variable substitution for ColorMapEntry attributes

2015-03-18 Thread Mauro Bartolomeoli
expression there anyways Yes, that's exactly my approach. Mauro -- == GeoServer Professional Services from the experts! Visit http://goo.gl/NWWaa2 for more information. == Dott. Mauro Bartolomeoli @mauro_bart Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054

Re: [Geotools-devel] app-schema and xs:anyType encoding

2015-03-04 Thread Mauro Bartolomeoli
://github.com/geotools/geotools/pull/760 Mauro -- == GeoServer Professional Services from the experts! Visit http://goo.gl/NWWaa2 for more information. == Dott. Mauro Bartolomeoli @mauro_bart Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone

[Geotools-devel] [jira] (GEOT-5037) XSAnyTypeBinding should be able to encode objects that are not ComplexAttribute

2015-03-04 Thread Mauro Bartolomeoli (JIRA)
Title: Message Title Mauro Bartolomeoli created an issue

Re: [Geotools-devel] app-schema and xs:anyType encoding

2015-03-03 Thread Mauro Bartolomeoli
tomorrow and eventually get a list of failing ones. Thanks, Mauro -- == GeoServer Professional Services from the experts! Visit http://goo.gl/NWWaa2 for more information. == Dott. Mauro Bartolomeoli @mauro_bart Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054

[Geotools-devel] osgeo maven repo

2015-03-03 Thread Mauro Bartolomeoli
Anyone experiencing issues with osgeo maven repository? From yesterday I cannot access http://download.osgeo.org/webdav/geotools/ Thanks Mauro -- == GeoServer Professional Services from the experts! Visit http://goo.gl/NWWaa2 for more information. == Dott. Mauro Bartolomeoli @mauro_bart

Re: [Geotools-devel] app-schema and xs:anyType encoding

2015-03-03 Thread Mauro Bartolomeoli
/1246d1b45aa74b80b4f063096895f99cb5e7cd60 If you have any quick way to run the test-suite with my patch applied, please let me know. Thanks in advance, Mauro -- == GeoServer Professional Services from the experts! Visit http://goo.gl/NWWaa2 for more information. == Dott. Mauro Bartolomeoli @mauro_bart Senior Software

Re: [Geotools-devel] app-schema and xs:anyType encoding

2015-02-27 Thread Mauro Bartolomeoli
the experts! Visit http://goo.gl/NWWaa2 for more information. == Dott. Mauro Bartolomeoli @mauro_bart Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 1660272 http://www.geo-solutions.it http://twitter.com

Re: [Geotools-devel] app-schema and xs:anyType encoding

2015-02-26 Thread Mauro Bartolomeoli
parent class XSAnyTypeBinding? Any hint is appreciated. Thanks Mauro Bartolomeoli 2015-02-25 21:32 GMT+01:00 Ben Caradoc-Davies b...@transient.nz: Mauro, targetAttributeNode must be applied to the containing property type lcv:landCoverObservation[1]/lcv:LandCoverObservation, not the terminal

[Geotools-devel] app-schema and xs:anyType encoding

2015-02-25 Thread Mauro Bartolomeoli
/ complex types experience can give me an advice on this? Thanks Mauro -- == GeoServer Professional Services from the experts! Visit http://goo.gl/NWWaa2 for more information. == Dott. Mauro Bartolomeoli @mauro_bart Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054

[Geotools-devel] app-schema and xs:anyType encoding

2015-02-25 Thread Mauro Bartolomeoli
/ complex types experience can give me an advice on this? Thanks Mauro -- == GeoServer Professional Services from the experts! Visit http://goo.gl/NWWaa2 for more information. == Dott. Mauro Bartolomeoli @mauro_bart Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054

[Geotools-devel] [jira] (GEOT-4959) Allow negative maxFeatures limit mean unlimited features in all jdbc datastores

2014-12-18 Thread Mauro Bartolomeoli (JIRA)
Title: Message Title Mauro Bartolomeoli created an issue

[Geotools-devel] [jira] (GEOT-4961) JDBCDataStore should delegate to LimitingVisitor.hasLimits the decision to apply visitor limits

2014-12-18 Thread Mauro Bartolomeoli (JIRA)
Title: Message Title Mauro Bartolomeoli created an issue

[Geotools-devel] Backporting GEOT-4813 to 11.x and 10.x

2014-07-24 Thread Mauro Bartolomeoli
Hi, any objection to backport pagination support for UniqueVisitor and related JDBCDataStore optimizations? Thanks Mauro Bartolomeoli -- == GeoServer Professional Services from the experts! Visit http://goo.gl/NWWaa2 for more information. == Dott. Mauro Bartolomeoli @mauro_bart Senior

[Geotools-devel] [jira] (GEOT-4813) Add pagination support to UniqueVisitor

2014-06-04 Thread Mauro Bartolomeoli (JIRA)
Title: Message Title Mauro Bartolomeoli created an issue

Re: [Geotools-devel] Semantics of features aggregation and pagination

2014-06-04 Thread Mauro Bartolomeoli
have been inserted, so the elements are consistently ordered between each visitor call. Regards, Mauro Bartolomeoli 2014-05-30 19:07 GMT+02:00 Andrea Aime andrea.a...@geo-solutions.it: On Fri, May 30, 2014 at 6:58 PM, Mauro Bartolomeoli mauro.bartolome...@geo-solutions.it wrote: Hi, moving

Re: [Geotools-devel] Semantics of features aggregation and pagination

2014-05-30 Thread Mauro Bartolomeoli
, the new one (limits applied after aggregation) if they are defined in the visitor. What do you think? Can I move forward with it? Mauro 2014-05-19 17:32 GMT+02:00 Andrea Aime andrea.a...@geo-solutions.it: On Mon, May 19, 2014 at 5:16 PM, Mauro Bartolomeoli mauro.bartolome...@geo-solutions.it

Re: [Geotools-devel] wfs-ng improvements

2014-05-19 Thread Mauro Bartolomeoli
/fES3aK for more information. == Dott. Mauro Bartolomeoli @mauro_bart Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 1660272 http://www.geo-solutions.it http://twitter.com/geosolutions_it

[Geotools-devel] Semantics of features aggregation and pagination

2014-05-19 Thread Mauro Bartolomeoli
the Geotools semantic. Cheers, Mauro -- == Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK for more information. == Dott. Mauro Bartolomeoli @mauro_bart Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax

Re: [Geotools-devel] Performance problems on JDBCFeatureStore removeFeatures

2014-05-09 Thread Mauro Bartolomeoli
to be pluggable, so you can implement locking in SQL if your database supports it. Jody Garnett On Thu, Apr 24, 2014 at 6:53 PM, Mauro Bartolomeoli mauro.bartolome...@geo-solutions.it wrote: Hi, recently we hit a performance issue using the JDBCFeatureStore removeFeatures method. The problem

[Geotools-devel] [jira] (GEOT-4792) Improve JDBCDataStore ensureAuthorization performance

2014-05-08 Thread Mauro Bartolomeoli (JIRA)
Title: Message Title Mauro Bartolomeoli created an issue

[Geotools-devel] [jira] (GEOT-4789) LabelPainter setLabel fails with two consecutive newlines

2014-05-05 Thread Mauro Bartolomeoli (JIRA)
Title: Message Title Mauro Bartolomeoli created an issue

[Geotools-devel] Performance problems on JDBCFeatureStore removeFeatures

2014-04-24 Thread Mauro Bartolomeoli
http://goo.gl/fES3aK for more information. == Dott. Mauro Bartolomeoli @mauro_bart Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 1660272 http://www.geo-solutions.it http://twitter.com/geosolutions_it

Re: [Geotools-devel] Another FES Filter toXML issue

2014-03-25 Thread Mauro Bartolomeoli
to fix that too, can you please open a JIRA issue in the meantime? Mauro -- == Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK for more information. == Dott. Mauro Bartolomeoli @mauro_bart Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054

Re: [Geotools-devel] FES Filter to XML

2014-02-14 Thread Mauro Bartolomeoli
://opensdi.geo-solutions.it for more information. == Dott. Mauro Bartolomeoli @mauro_bart Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 1660272 http://www.geo-solutions.it http://twitter.com

Re: [Geotools-devel] FES Filter to XML

2014-02-13 Thread Mauro Bartolomeoli
as you present it is the expected result; I have not tried many more filters (After and PropertyIsLike showed problems as did some other time related filters.) PropertyIsEqualTo seemed to be ok. Regards, Rob On 11-2-2014 12:21, Mauro Bartolomeoli wrote: Hi Rob, 2014-02-06 9:22 GMT+01:00 Rob

Re: [Geotools-devel] FES Filter to XML

2014-02-11 Thread Mauro Bartolomeoli
://opensdi.geo-solutions.it for more information. == Dott. Mauro Bartolomeoli @mauro_bart Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 1660272 http://www.geo-solutions.it http://twitter.com/geosolutions_it

[Geotools-devel] [jira] (GEOT-4697) encoding issues in FES 2.0 filters

2014-02-11 Thread Mauro Bartolomeoli (JIRA)
Title: Message Title Mauro Bartolomeoli created an issue

Re: [Geotools-devel] FES Filter to XML

2014-02-11 Thread Mauro Bartolomeoli
or changed their schema a bit. Mauro On 11-2-2014 12:21, Mauro Bartolomeoli wrote: Hi Rob, 2014-02-06 9:22 GMT+01:00 Rob van Swol rob.van.s...@nlr.nl: Hi, I am using geotools 10.4 en I am trying to encode a FES filter to XML. (I never had any problems with v1.1 OGC Filters). For example

[Geotools-devel] [jira] (GEOT-4603) Add configuration to add or remove bbox from WFS 2.0 (GML32) responses in gt-xsd-wfs

2013-10-25 Thread Mauro Bartolomeoli (JIRA)
: Mauro Bartolomeoli Components: xsd extensions Created: 25/Oct/13 4:58 AM

[Geotools-devel] [jira] (GEOT-4583) SLDParser should not pass a null Abstract / Title to SimpleInternationalString when the text is empty

2013-10-01 Thread Mauro Bartolomeoli (JIRA)
: Mauro Bartolomeoli Components: main Created: 01/Oct/13 2:39 AM

[Geotools-devel] MapServerStrategy for WFSDataStore 1.1.0 protocol

2013-09-05 Thread Mauro Bartolomeoli
Hi everybody, I created a pull request (https://github.com/geotools/geotools/pull/262) to handle some weird behaviours of MapServer with the WFS 1.1.0 regarding namespaces and field type mappings. Thanks Mauro Bartolomeoli -- == Our support, Your Success! Visit http://opensdi.geo-solutions.it

[Geotools-devel] Backorting GEOT-4468

2013-06-28 Thread Mauro Bartolomeoli
Any objections to backporting GEOT-4468 to 9.x? The patch is about supporting GML2 outputFormat when using WFS 1.1. in WFSDataStore. Thanks Mauro -- == Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information. == Dott. Mauro Bartolomeoli @mauro_bart Senior

[Geotools-devel] Backporting SLD Title and Abstract localization work

2013-06-28 Thread Mauro Bartolomeoli
Bartolomeoli -- == Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information. == Dott. Mauro Bartolomeoli @mauro_bart Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 1660272 http

[Geotools-devel] [jira] (GEOT-4484) Add SLD internationalization support to SLDTransformer

2013-06-11 Thread Mauro Bartolomeoli (JIRA)
Issue Type: Improvement Affects Versions: 10-beta Assignee: Mauro Bartolomeoli

Re: [Geotools-devel] SLD and Internationalization

2013-06-11 Thread Mauro Bartolomeoli
the GrowableInternationalString implementation that I'm using now will need to be augmented to make the internal translations available to SLDTransformer. I'll keep you informed on this. Mauro -- == Dott. Mauro Bartolomeoli @mauro_bart Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti

Re: [Geotools-devel] SLD and Internationalization

2013-06-11 Thread Mauro Bartolomeoli
to be augmented to make the internal translations available to SLDTransformer. I'll keep you informed on this. Created a new pull request: https://github.com/geotools/geotools/pull/204 Mauro -- == Dott. Mauro Bartolomeoli @mauro_bart Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle

Re: [Geotools-devel] SLD and Internationalization

2013-06-10 Thread Mauro Bartolomeoli
7th June 2013! Visit http://geoserver.geo-solutions.it for more information. == Dott. Mauro Bartolomeoli @mauro_bart Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 1660272 http://www.geo-solutions.it http

Re: [Geotools-devel] SLD and Internationalization

2013-06-10 Thread Mauro Bartolomeoli
. Will investigate on that. Mauro -- == GeoServer training in Milan, 6th 7th June 2013! Visit http://geoserver.geo-solutions.it for more information. == Dott. Mauro Bartolomeoli @mauro_bart Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584

[Geotools-devel] [jira] (GEOT-4477) Add internationalization support to SLD Rule Title and Abstract elements

2013-06-04 Thread Mauro Bartolomeoli (JIRA)
: Mauro Bartolomeoli Components: main Created: 04/Jun/13 2:19 AM

Re: [Geotools-devel] SLD and Internationalization

2013-06-04 Thread Mauro Bartolomeoli
2013/5/23 Andrea Aime andrea.a...@geo-solutions.it On Thu, May 23, 2013 at 11:48 AM, Mauro Bartolomeoli mauro.bartolome...@geo-solutions.it wrote: Hi all, I think I can prepare a patch for this shortly using the last variant proposed by Andrea (I did some testing patching the SLDParser

[Geotools-devel] WFSDataStore part 3 - custom outputFormat

2013-06-04 Thread Mauro Bartolomeoli
for a GML2 response. To ease parsing of GML2 responses support for both posList and coordinates has been enabled for coordinate lists. Support for MultiCurve elements with LineString members for GML3 has been added too. Thanks Mauro Bartolomeoli -- == GeoServer training in Milan, 6th 7th June 2013

  1   2   >