CRS

Assign and reproject a coordinate reference system

Understand source, storage and export CRS, correct misinterpreted coordinates and choose projected processing safely.

Assign and reproject a coordinate reference system

Assigning a CRS changes metadata; interpreting coordinates changes where the data is placed.

Understand EditPolygon's CRS model

EditPolygon separates the CRS in which source coordinates were expressed from the canonical coordinates used by the map and from the CRS you want in a downloaded output.

Source / native CRS

The coordinate reference system associated with the imported dataset, for example WGS 84 or an MGA zone.

Internal map storage

Editable project geometry is normalised to the browser map's canonical geographic storage so layers from different sources can be displayed and edited together.

Export CRS

The CRS selected for a CRS-aware download when the receiving workflow needs projected coordinates.

Processing CRS

A suitable projected or geodesic working CRS chosen for algorithms that require real-world distance or robust topology. It does not permanently change project storage.

Current EditPolygon CRS tab showing source CRS, internal map storage and export controls
The CRS tab distinguishes source/native coordinates, internal map storage and export CRS instead of presenting one ambiguous CRS value.

Open the CRS tab

Open the Data/GIS window for an editable layer and choose CRS. Review the layer's source/native CRS, internal map storage, recommended metric CRS and export CRS information before changing anything.

EditPolygon can derive CRS information from supported metadata such as GML srsName, Shapefile .prj, GeoPackage metadata, legacy GeoJSON CRS metadata and ArcGIS service spatial-reference metadata where available.

Assign CRS metadata without moving geometry

Use Assign CRS when the coordinates are already in the correct map position and the missing or incorrect problem is the layer's metadata. Assignment says “these source coordinates belong to this CRS”; it does not reinterpret the currently mapped shape.

Assignment is metadata.

If a Brisbane polygon is already drawn over Brisbane and you merely need to record that the source was EPSG:4326, assignment is the appropriate kind of change.

Interpret projected coordinates and reproject them

Use the coordinate interpretation/reprojection action when a projected source was read as though its numbers were longitude/latitude—for example, an easting around 500,000 and northing around 7,000,000 that therefore cannot appear correctly on a longitude/latitude map.

  1. Identify the actual source CRS.

    Use provider metadata, a .prj, GeoPackage metadata or authoritative knowledge of the dataset.

  2. Select that CRS in the interpretation control.
  3. Confirm the reinterpretation.

    EditPolygon transforms those native coordinates into canonical map storage.

  4. Check the result against known geography.

    A mathematically valid transform can still be the wrong zone or datum.

Do not guess a CRS until the layer “looks about right.”

Several projected systems can place data plausibly near the same region while still introducing material positional error.

MGA, GDA94 and GDA2020

EditPolygon includes common Australian projected CRS support, including MGA zones used with GDA94/GDA2020. UTM/MGA transformations are performed locally in the browser.

Where a transformation between GDA94 and GDA2020 would require an authoritative grid for survey-grade accuracy, EditPolygon's general datum handling should not be treated as a cadastral/survey transformation service. Use the authoritative grid-based workflow required by your organisation for high-precision cadastral work.

Processing chooses a metric working CRS when required

Algorithms such as Simplify, Densify, Snap and several GEOS overlay operations need meaningful metric/topological calculations. Processing can project the scoped request into a suitable local metric CRS, run the one shared operation, and transform the result back to canonical project storage.

The Processing result/preview reports the working CRS where relevant. You normally do not need to permanently reproject the project layer merely because a Processing algorithm uses metres.

Export a layer in another CRS

The CRS tab allows you to set an export CRS and download supported formats using coordinates transformed for the destination. Choose the format offered by the current CRS export controls and verify the result in the receiving GIS.

Shapefile exports should carry matching projection metadata. For text formats such as WKT/CSV, make sure the receiving workflow knows what CRS the coordinate numbers represent.

Troubleshoot a misplaced layer

The file imported but nothing appears near the expected area

Use Fit first, then inspect coordinate ranges and CRS metadata. Large projected eastings/northings interpreted as longitude/latitude need coordinate interpretation, not geometry repair.

The layer is close but not exactly aligned with authoritative data

Check datum, zone and transformation accuracy. A general transformation may be unsuitable for survey-grade alignment.

Processing reports a projected CRS even though my layer says EPSG:4326

That is expected for metric/topology work. The Processing CRS is temporary working space; project storage remains canonical.

Assigning a CRS moved nothing

That is the point of assignment. If the raw coordinate numbers themselves need to be interpreted in another CRS, use the interpretation/reprojection workflow instead.

CRS checklist
  • You know whether the problem is missing metadata or incorrectly interpreted coordinates.
  • The source CRS comes from reliable metadata or authoritative knowledge rather than visual guessing.
  • Projected data was checked against known geography after interpretation.
  • Processing working CRS is not being confused with permanent project storage.
  • The export CRS matches the receiving system's requirements.
  • Survey-grade datum transformation is handled in an authoritative workflow when required.