| Connection |
|
|
| Debug Payload |
If true, the payload sent to the ArcGIS REST API will be console logged. This is useful for debugging purposes. |
false |
| Web Map Name |
A web map name. |
|
| Authoring App |
String value indicating the application that last authored the webmap. |
|
| Authoring App Version |
String value indicating the application that last authored the webmap. |
|
| Base Map |
Basemaps give the web map a geographic context. You can check more information about the basemap JSON object here: https://developers.arcgis.com/web-map-specification/objects/baseMap/ |
{ "baseMapLayers": [ { "title": "OSM", "type": "OpenStreetMap", "layerType": "OpenStreetMap", "opacity": 1, "visibility": true, "id": "OpenStreetMap", "blendMode": "hue" } ], "title": "Imagery with Labels" } |
| Version |
Root element in the web map specifying a string value indicating the web map version. |
|
| Spatial Reference |
An object used to specify the spatial reference of the given geometry, leave blank to use default values. You can check more information about the spatial reference JSON object here: https://developers.arcgis.com/web-map-specification/objects/spatialReference/ |
{ "wkid": 102100, "latestWkid": 3857 } |
| Background |
Defines the appearance for the background of the map, leave blank to use default values. You can check more information about the background JSON object here: https://developers.arcgis.com/web-map-specification/objects/background/ |
{"color":[255,255,255,255]} |
| Bookmarks |
A bookmark is a saved geographic extent that allows end users to quickly navigate to a particular area of interest, leave blank to use default values. You can check more information about the bookmarks JSON object here: https://developers.arcgis.com/web-map-specification/objects/bookmark/ |
[ { "name": "Turning Torso", "thumbnail": { "url": "https://live.staticflickr.com/46/162587578_7e5b01da61.jpg" }, "viewpoint": { "rotation": 20.10910658523367, "scale": 144447.638572, "targetGeometry": { "spatialReference": { "latestWkid": 3857, "wkid": 102100 }, "xmin": 1433565, "ymin": 7465055, "xmax": 1465745, "ymax": 7485349 } }, "extent": { "spatialReference": { "latestWkid": 3857, "wkid": 102100 }, "xmin": 1433565, "ymin": 7465055, "xmax": 1465745, "ymax": 7485349 }, "timeExtent": [ 1125100800, null ] } ] |
| Geotriggers Info |
Information on any Geotrigger conditions defined for this map, leave blank to use default values. You can check more information about the geotriggers info JSON object here: https://developers.arcgis.com/web-map-specification/objects/geotriggersInfo/ |
{ "geotriggers": [ { "type": "fence", "name": "Example Geotrigger - Notify when I am within 50m of my target areas.", "feed": { "type": "deviceLocation", "filterExpression": { "title": "Location filter", "expression": "return $locationupdate.horizontalaccuracy <= 20" } }, "fenceNotificationRule": "enter", "feedAccuracyMode": "useGeometryWithAccuracy", "enterExitRule": "enterIntersectsAndExitDoesNotIntersect", "fenceParameters": { "type": "features", "bufferDistance": 50, "fenceSource": { "layerUrl": "http://sampleserver6.arcgisonline.com/arcgis/rest/services/Recreation/MapServer/0", "type": "featureLayer" }, "filter": { "where": "facility = 6", "geometry": { "x": 13871520.850500003, "y": 3910293.086000003, "spatialReference": { "wkid": 102100, "latestWkid": 3857 } } } }, "notificationOptions": { "expressionInfo": { "title": "Expression", "expression": "'You have entered' + $fencefeature.AREA_NAME" } } }, { "type": "fence", "name": "Geotrigger 2", "feed": { "type": "deviceLocation" }, "fenceNotificationRule": "exit", "fenceParameters": { "type": "features", "bufferDistance": 1000, "fenceSource": { "layerId": "1234", "type": "featureLayer" } } } ] } |
| Initial State |
The initial state at which to open the map, leave blank to use default values. You can check more information about the initial state JSON object here: https://developers.arcgis.com/web-map-specification/objects/initialState/ |
{ "viewpoint": { "rotation": 45, "scale": 36111, "targetGeometry": { "spatialReference": { "latestWkid": 3857, "wkid": 102100 }, "xmin": -8237304.65218491, "ymin": 4977090.890664136, "xmax": -8230616.412209966, "ymax": 4983588.038068367 } } } |
| Map Floor Info |
Contains floor-awareness information for the map, leave blank to use default values. You can check more information about the map floor info JSON object here: https://developers.arcgis.com/web-map-specification/objects/mapFloorInfo/ |
{ "facilityLayer": { "facilityIdField": "FACILITY_ID", "layerId": "Facility_2419", "nameField": "NAME", "siteIdField": "SITE_ID" }, "levelLayer": { "facilityIdField": "FACILITY_ID", "layerId": "Levels_3860", "levelIdField": "LEVEL_ID", "levelNumberField": "LEVEL_NUMBER", "longNameField": "NAME", "shortNameField": "NAME_SHORT", "verticalOrderField": "VERTICAL_ORDER" } } |
| Map Range Info |
Map range information, leave blank to use default values. You can check more information about the map range info JSON object here: https://developers.arcgis.com/web-map-specification/objects/mapRangeInfo/ |
{ "activeRangeName": "floors", "currentRangeExtent": [ -2, 10 ], "fullRangeExtent": [ -2, 100 ] } |
| Operational Layers |
Operational layers contain business data which are used to make thematic maps, leave blank to use default values. You can check more information about the operational layers JSON object here: https://developers.arcgis.com/web-map-specification/objects/operationalLayers/ |
[ { "id": "Recreation_4720", "layerType": "ArcGISFeatureLayer", "url": "http://sampleserver6.arcgisonline.com/arcgis/rest/services/Recreation/MapServer/0", "visibility": true, "opacity": 1, "mode": 1, "title": "Map Service Layer", "blendMode": "color-burn", "popupInfo": { "title": "Facilities: {description}", "fieldInfos": [], "description": null, "showAttachments": true, "mediaInfos": [] } } ] |
| Parcel Fabric |
A Parcel Fabric object that the map can use to access Parcel Fabric related functionality, such as managing parcel records, leave blank to use default values. You can check more information about the parcel fabric JSON object here: https://developers.arcgis.com/web-map-specification/objects/parcelFabric/ |
{ "id": "123", "title": "L0Ren6kV5", "url": "https://sampleserver.esri.com/server/rest/services/RentonV56K/FeatureServer/0" } |
| Presentation |
A presentation consists of multiple slides. Each slide has a different title, extent, basemap, layers, etc., leave blank to use default values. You can check more information about the presentation JSON object here: https://developers.arcgis.com/web-map-specification/objects/presentation/ |
{ "displayTimeSlider": false, "showLegend": true, "slideAdvancementInterval": 0, "slides": [ { "baseMap": { "baseMapLayers": [ { "id": "Census_6367", "layerType": "ArcGISMapServiceLayer", "url": "https://sampleserver6.arcgisonline.com/arcgis/rest/services/Census/MapServer", "visibility": true, "opacity": 1, "title": "Census", "showLegend": true } ], "title": "Topographic" }, "mapLocation": { "centerPoint": { "spatialReference": { "wkid": 102100 }, "x": -13039519.5049599, "y": 4038507.24398202 } }, "title": { "backgroundColor": [ 0, 0, 0, 255 ], "borderColor": [ 0, 0, 0, 255 ], "borderSize": 0, "font": "Tahoma", "fontSize": 32, "foregroundColor": [ 255, 255, 255, 255 ], "horizontalAlignment": 1, "opacity": 0.63, "text": "Meet in Redlands at 7:30 at Uncle Howies", "titleFontStyle": 1 }, "visibleLayers": [ { "featureVisibility": [ [ 1 ], [], [], [ 0 ] ], "id": "73128eb3-05ee-46a7-8c22-0c385a0b1827" } ] } ] } |
| Reference Scale |
A floating-point number representing the reference scale which map symbols are drawn relative to. The number is the scale's denominator. When the reference scale is 0, symbols are always drawn at the same size regardless of the map scale. The referenceScale is only used for Feature Layers that have scaleSymbols:true. Not all applications or layer types support referenceScale yet. In particular, ArcGISOnline will not use the referenceScale when drawing symbols in the browser. |
|
| Tables |
An array of objects representing non-spatial datasets used in the web map, leave blank to use default values. You can check more information about the tables JSON object here: https://developers.arcgis.com/web-map-specification/objects/table/ |
[ { "url": "http://sampleserver6.arcgisonline.com/arcgis/rest/services/SF311/FeatureServer/1", "id": "SF311_1421", "title": "SF311 - SF_Crime_Incidents", "itemId": "0217f8067457410a998fc9293563ba94", "capabilities": "Query" } ] |
| Time Zone |
Time zone of the webmap. When applicable, dates and times will be displayed using this time zone. The time zone can be system, unknown or any named IANA time zone. |
|
| Utility Networks |
An array of utility network objects the map can use to access utility-related functionality, such as tracing and querying associations, leave blank to use default values. You can check more information about the utility networks JSON object here: https://developers.arcgis.com/web-map-specification/objects/utilityNetwork/ |
[ { "id": "1", "title": "Electric Utility Network", "url": "https://sampleserver7.arcgisonline.com/arcgis/rest/services/UtilityNetwork/NapervilleElectric/Featur...", "traceConfigurations": [ { "title": "Circuit Trace", "id": "111ce238-a186-42f1-bcbd-05a1180ff484" }, { "title": "Upstream Protective device trace", "id": "f0f3e0da-620a-43c2-b52c-59461e4eac95" }, { "title": "Downstream customer trace", "id": "da61a483-6770-4721-868a-b78745a5f183" } ] } ] |
| Widgets |
The widgets object contains widgets that should be exposed to the user, leave blank to use default values. You can check more information about the widgets JSON object here: https://developers.arcgis.com/web-map-specification/objects/widgets/ |
|
| Enabled Location Tracking |
A boolean value indicating whether or not location tracking is enabled on the webmap. |
true |
| Location Tracking Info |
An object of additional information specifying layer and update interval time. |
{ "layerId": "e1eb5f1b-605d-41de-8254-b1f8b50f22af", "updateInterval": "300" } |
| Disable Place Finder |
A boolean value indicating whether or not to disable the place finder. |
false |
| Enabled Search |
A boolean value indicating whether search (find) functionality is enabled in the web map. |
true |
| Search Hint Text |
A string value used to indicate the hint provided with the search dialog. |
Search |
| Search Layers |
An array of objects that define search fields and search criteria for layers in the web map. |
[ { "id": "Census_9227", "field": { "name": "STATE_NAME", "exactMatch": false, "type": "esriFieldTypeString" }, "subLayer": 3 } ] |
| Search Tables |
An array of objects that define search fields and search criteria for tables in the web map. |
[ { "id": "table1", "field": { "name": "field1", "exactMatch": false, "type": "esriFieldTypeString" } } ] |
| Enabled Basemap Gallery On View |
Indicates whether the basemap gallery is enabled on the view. The default is true. |
true |
| Enabled Measure On View |
Indicates whether the measure is enabled on the view. The default is true. |
true |
| Enabled Routing On View |
Indicates whether the routing is enabled on the view. The default is true. |
true |