Alexey Valikov
Alexey Valikov
Hi, thanks for the feedback! Would you please sketch a couple of API calls to demonstrate how you'd like it. I have my own ideas on that but it's helpful...
Thank you. The first point is quite easy to implement. The second is very close to my idea. I think, however, that more context info is needed to decide whether...
No, not yet, sorry.
Cool idea.
Not possible at the moment.
Not at the moment. `TYPE_NAME` is needed for marshalling in some cases.
You'll need `TYPE_NAME` for [`elements`](https://github.com/highsource/jsonix/wiki/Properties#elements-property) property with complex type. This property allows you to map different XML elements onto one property in JavaScript. The specific element name depends on the...
To be honest, I do not know how to do this. Jsonix uses `XMLSerializer.serializeToString` or `node.xml` to serialize DOM to string (see `Jsonix.DOM.serialize`). So I guess XML declaration is not...
Interesting. Thank you for the test case.
Hi, TL;DR Jsonix is not GML-to-GeoJSON converter but you can use it to build such a converter. So first things first: * Java is not required. The ogc-schemas project you're...