geometry-api-java
geometry-api-java copied to clipboard
OperatorImportFromGeoJSON should accept more formats for the spatial reference.
Currently, OperatorImportFromGeoJSON only accepts spatial references in this form:
"crs":"EPSG:4326"
The operator should at least also accept this form:
"crs":{"type":"name","properties":{"name":"EPSG:4326"}