OperatorImportFromGeoJSON should accept more formats for the spatial reference.
Open
enhancement
- Dominant language
- Java
- Stars
- 710
- Forks
- 269
- Avg merge
- 7d 23h
- Merged PRs (30d)
- 1
Description
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"}
Contributor guide
Assessment
This issue has not been assessed yet.