Re: [Geoserver-devel] W3DS Implementation up and running

2012-05-03 Thread Nuno Miguel Carvalho Oliveira
details. http://docs.geotools.org/latest/developer/conventions/code/style.html Again, to reiterate, for any patches that are proposed it is imperative that they only contain relevant changes, and no formatting changes. -Justin On Wed, May 2, 2012 at 8:22 AM, Nuno Miguel Carvalho Oliveira

Re: [Geoserver-devel] W3DS Implementation up and running

2012-05-07 Thread Nuno Miguel Carvalho Oliveira
Hi, I send two new patches which implements what have been discussed in the previous mails. Resume: Type = geography - 2D, because ST_AsEWKB don't support geographic type. (http://postgis.refractions.net/documentation/manual-svn/ST_AsEWKB.html) No hint - 3D hints.put(FEATURE_2D, false) - 3D

Re: [Geoserver-devel] W3DS Implementation up and running

2013-01-03 Thread Nuno Miguel Carvalho Oliveira
. ** ** I hope you let me know some example of requested urls. ** ** Happy New Year~ Kim. Best regards, Nuno Oliveira ** ** *From:* Nuno Miguel Carvalho Oliveira [mailto:nmco51...@gmail.com] *Sent:* Friday, December 21, 2012 5:06 AM *To:* hideaway *Cc

Re: [Geoserver-devel] Proposing new community module: Parameters from path extraction (REST like URLs)

2016-01-27 Thread Nuno Miguel Carvalho Oliveira
, -- == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Nuno Miguel Carvalho Oliveira @nmcoliveira Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39

[Geoserver-devel] Proposing new community module: Parameters from path extraction (REST like URLs)

2016-01-24 Thread Nuno Miguel Carvalho Oliveira
Hi, This community module will allow entering specific request parameters as URL path fragments (*REST like URLs*) instead of using the query string. For example, we want to be able to apply a cql_filter using a URL in the following form: http://:/geoserver//*//* ows?service=WMS=1.3.0=GetMap

Re: [Geoserver-devel] removing some community modules?

2016-01-20 Thread Nuno Miguel Carvalho Oliveira
W3DS will be (is) deprecated by the 3DPS: http://www.opengeospatial.org/standards/requests/130 2016-01-20 1:13 GMT+00:00 Simone Giannecchini < simone.giannecch...@geo-solutions.it>: > +1 on killing them all. > > I know some people do toyr around with w3ds. If they are interested > they will

[Geoserver-devel] Complex features - Encoding XML attributes in GeoJSON

2018-10-11 Thread Nuno Miguel Carvalho Oliveira
Dear all, Currently, the complex features GeoJSON encoder [1] doesn't encode XML (GML) attributes. For example, something like: (...) *200.0* (...) Will be encoded like this in GeoJSON: (...) "properties": { "gsml:positionAccuracy": { "gsml:CGI_NumericValue": {