Open alexgleith opened 1 year ago
Notebook example here: https://gist.github.com/alexgleith/0d705d526b596b7a00fbfa589b5d3fd0
Issue is storing the proj:epsg field as a float:
proj:epsg
'proj:epsg': 4326.0,
The spec says it should be int
int
Notebook example here: https://gist.github.com/alexgleith/0d705d526b596b7a00fbfa589b5d3fd0
Issue is storing the
proj:epsg
field as a float:The spec says it should be
int