In this example we use ogr2ogr to change SRID of a GIS Shape File from SRS Projection EPSG:28356 GDA94 to EPSG:4326 WGS84 using ogr2ogr and proj4js. first, you need to find out the epsg projection 28356 – gda94 / mga zone 56 from below and copy into -s_srs in the ogr2ogr command. https://spatialreference.org/ref/epsg/gda94-mga-zone-56/proj4/ Then run […]