highsource / ogc-schemas

XML<->Java and XML<->JS for OGC XSDs.
BSD 2-Clause "Simplified" License
82 stars 49 forks source link

Patch to enable concrete Geometries instead of AbstractGeometry #180

Open abiuan opened 8 years ago

abiuan commented 8 years ago

As in previous issue, where was not possible to specify a concrete TimeInstant in om:phenomenonTime, I had the same problem in sams:shape where is not possible to specify a concrete Geometry. Following the previous patch I created a new one to solve this new issue. I appended the following file to ./schemas/src/main/patches/ogc.patch.

abstractGeometry.patch.txt

I hope it helps.

Best regards

highsource commented 8 years ago

Great, thanks! Could you please make create a pull request for this?