Am trying to create a geojson map of a community forest. I created this geojson file by hand and it loads correctly in QGIS but doesn't work on geojson.io
Could anyone spot what I am doing wrong.
Am trying to create a geojson map of a community forest. I created this geojson file by hand and it loads correctly in QGIS but doesn't work on geojson.io
Could anyone spot what I am doing wrong.
Copyright © 2021 Jogjafile Inc.
Remove the
crs
reference and try again, either at geojson.io or http://geojsonlint.com/ or https://kepler.gl/demo.Either way, it looks like your projection/coordinate system is not WGS84:
I mean, your geojson is now valid but most certainly not what you actually drew. So before you export from QGIS, make sure you select the correct coordinate system. 5sec of googling: https://gis.stackexchange.com/a/35595 or http://jonathansoma.com/tutorials/mapping/change-crs-with-qgis/