GIS node
GIS
The node is a child of the node. It can have these attributes:
| Attribute | Description |
|---|---|
| BingMapsKey | Key that provides access to the Bing Maps API. Used for Windows devices. |
| Enabled | Indicates whether GIS functionality is enabled for the mobile app. |
| LocalOnly | Setting LocalOnly to True directs the query service to use the X and Y coordinates in the Infor Operations and Regulations database rather than getting the coordinates from the GIS service.
Note: Queries that filter by extent do not support searching on assets or records linked to assets when using local coordinates. Because of this limitation, the mobile app is not able to filter assets or associated records such as work orders and building applications.
To enable the proximity search functionality, the LocalOnly attribute must be set to False. See Proximity search. |
| MobileProj4 | Proj4 definition for the spatial reference used by the mobile device. Web Mercator is the default projection. You are not required to enter a value if you are using Web Mercator. |
| ProximityDatasets | Comma-separated list of viable datasets to use when performing proximity based queries.
For example, if searching for nearby work orders with GIS integration, the system may have to query for addresses, parcels, properties, and each type of mapped asset (such as buildings, water mains, valves, and so on). To improve the performance, you can limit queries to particular GIS features. |
| QueryProximity |
Specify the proximity value to define the search buffer for spatial extent queries. The unit of measure depends on the spatial projection used by the mobile GIS. If the projection uses meters, enter the value in meters. If unit of measure is not specified, the default value is in feet. For example, to search for open excavation permits within 1,000 meters, specify 1,000. The proximity value uses the unit of measure defined by the mobile GIS projection. The system uses the GPS coordinates from the mobile device as the center point for the proximity search. |
| RecordViewerZoom | Zoom level to use when looking at an individual record.
Specify the default zoom levels for the map. These zoom levels follow the definitions provided by the ESRI SDK. The zoom level does not represent a distance in meters or a count of records. Instead, it defines how far the map zooms in, based on the scale established within ESRI. |
| SinglePointMaxZoom | Maximum level the map will zoom to when calculating an extent from a single marker or device location.
Specify the default zoom levels for the map. These zoom levels follow the definitions provided by the ESRI SDK. The zoom level does not represent a distance in meters or a count of records. Instead, it defines how far the map zooms in, based on the scale established within ESRI. |
| SourceProj4 | Proj4J string that defines the coordinate system used by Infor Operations and Regulations. Web Mercator is the default projection. If you are using Web Mercator, you are not required to enter a value. |