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

2018-10-11 Thread Nuno Oliveira GeoSolutions
Yes that's the idea, if there is no attribute(s) the value will be encoded as: (...) "properties": { "gsml:positionAccuracy": { "gsml:CGI_NumericValue": { "gsml:principalValue": *100.0* } } } (...) On Thu, Oct 11, 2018 at 2:06 PM Andrea Aime wrot

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

2018-10-11 Thread Andrea Aime
On Thu, Oct 11, 2018 at 2:55 PM Nuno Oliveira GeoSolutions < nuno.olive...@geo-solutions.it> wrote: > My suggestion is to encode XML\GML attributes as an array of values, using > the example above: > > (...) > "properties": { > "gsml:positionAccuracy": { > "gsml:CGI_NumericValue": { >