I need to import a geojson file to uMap. In order for the data to be shown correctly I need to assign the file to the correct coordinate system. Is there a way to do this with uMap? Thanks in advance!
Standards-compliant GeoJSON only supports one coordinate system (EPSG:4326). If your GeoJSON is in some other coordinate system, you’ll probably want to reproject it to fit the standard. I don’t think uMap supports other coordinate systems.
3 Likes
I imported the file (which used coordinate system EPSG:3006) to QGIS and then exported it to geojson with coordinate system EPSG:4326. And it worked in uMap! Thank you!