Alexey Valikov

Results 217 comments of Alexey Valikov

Current version of `ogc-schemas` [does not have this element yet](https://github.com/highsource/ogc-schemas/blob/master/schemas/src/main/resources-original/geoserver/sld/StyledLayerDescriptor.xsd#L335-L338). Please PR (see also [tests](https://github.com/highsource/ogc-schemas/tree/master/scripts/tests/SLD/1.0.0-geoserver)).

I'll take a look. Normally OGC schemas need some cutomization, but you always have too look at details. Do you happen to have some sample XML files you could contribute...

GML 3.2.2 imports ISO 19139 which imports GML 3.2.1. Which uses the same namespaces as GML 3.2.2. Which effectively gives a lot of conflicts. I'm not sure how to solve...

@samuel-girard I have updated GML 3.2.1 schemas. So actually GML 3.2.1 is GML 3.2.2 now. Could you please check out/build and give it a try? I consider renaming 3.2.1 simply...

After some consideration, I will go forward and rename GML 3.2.1 artifacts to GML 3.2. This includes: * Maven module: `gml-v_3_2_1` -> `gml-v_3_2`. * Java package: `net.opengis.gml.v_3_2_1` -> `net.opengis.gml.v_3_2`. *...

@samuel-girard Please give the current snapshot a try.

Reproduced. The problem seems to be that Jsonix writes `cityObjectMember`s as `location` instead of `featureMembers`. The former is a single field, the latter is a collection. So only the last...

Sorry, not yet. I was extremely busy last weeks. Still have to catch some air, so can't promise a prompt reaction.

There were two problems here: - highsource/jsonix#150 - `featureMember` and `featureMembers` must be reference properties to allow substitution.