Project map

The project map is the rectangular data space of your project. It is defined by a width and a height. Its location is defined by a world reference point, which is a coordinate relative to the EPSG:3857 WGS 84 / Pseudo-Mercator coordinate system.
The width and height are stored in the MAP_SIZE_M Setting item as an array of two integers. The world reference point is stored in the WORLD_REFERENCE_POINT Setting item as an array of two Doubles, representing X and Y.
Generated projects and newly imported or drawn features must intersect with the project map; only the intersecting portions are imported. This holds for practically all items, with the exception of Height Sectors and Terrains.
Surrounding Map Bounds

Zooming out reveals a region surrounding the project map containing satellite images, height sector information, and terrain data. This provides better orientation and a visually cleaner project boundary.
The surrounding map extent is stored as a Setting, SURROUNDING_MAP_EXTEND_M, which defines the extra boundary distances around the project map. Its total dimensions are calculated as:
where:
- are the dimensions of the surrounding map extents.
- are the configured distances around the project map, stored in the setting SURROUNDING_MAP_EXTEND_M.
- are the project map dimensions, stored in the setting MAP_SIZE_M.