Measuring polygon areas in Cartographica

To get the area of a polygon on the map, you need to create a polygon feature within a layer and then add the area to that feature.

For areal measurement, the suggested process is:

  1. Choose Layer > New Layer
  2. Choose Edit > Add Feature
  3. Choose Polygon when asked what kind of feature to add
  4. Hold down the Option key (alt on some keyboards) and click at any point to create the points of the polygon
  5. When you have finished your polygon, choose Edit > Add Feature or hit Return on the keyboard to save your new feature
  6. Choose Tools > Add Area Column

The column will be added to your layer based on the Map Coordinate System.

Note that the Area column that you just added is static and only contains values for the existing features at the time the command is run, so if you expect to add more polygons for measuring, or if you want to adjust the polygons and have the area change, additionally follow these steps:

  1. Choose Window > Show Layer Info
  2. Choose the Fields tab
  3. Select the newly created Area row from the list
  4. From the gear menu, choose Geometry Functions > Area (this automatically puts geometry.area() in the formula)
  5. Click OK

Additional hints: