Map view properties
- Last UpdatedApr 23, 2024
- 2 minute read
The following table lists the properties to configure Map in GISMapApp:
|
Property |
Description |
|---|---|
|
Projection |
The widget properties affected by this configuration are Center, ExtentLimit, CurrentExtent, Click, SelectedFeature geometry, and Location. Some of the most used projections are:
|
|
Zoom |
Map view zoom level. This property allows to get or set the current map view zoom level. |
|
Center |
Map view center coordinates (X,Y). This property allows to get or set the current map view center. The coordinates projection
is taken from the Projection widget property. |
|
CurrentExtent |
Map view current extent (minX,minY,maxX,maxY). Gives access to the current map view extent. This value can be used to query for assets that are currently visible. The coordinates projection is taken from the Projection widget property. By default, the projection used is ESPG:4326 which corresponds to coordinates expressed as minLongitude, minLatitude, maxLongitude, maxLatitude. |
|
MinZoom |
Map view minimum zoom level constrain. This value constrains the zoom level so it cannot be lower that this number (either by interacting with the map or by setting the Zoom widget property). |
|
MaxZoom |
Map view maximum zoom level constrain. This value constrains the zoom level so it cannot be higger that this number (either by interacting with the map or by setting the Zoom widget property). |
|
ExtentLimit |
Map view extent limit (minX,minY,maxX,maxY). The extent that constrains the view, in other words, nothing outside of this extent can be visible on the map. The coordinates projection is taken from the Projection widget property. By default, the projection used is ESPG:4326 which corresponds to coordinates expressed as minLongitude, minLatitude, maxLongitude, maxLatitude. |