|
POST
|
Hey, So I have found this info which I am thinking means I can add a little web map to my report, showing a base map and my feature points with a little bit of context: Geopoints For geopoint questions, expressions can be used to display the latitude or longitude values from the question. ${location|getValue:"x"} ${location|getValue:"y"} It isn't possible to display both values with one expression; if both values are needed, both expressions must be used. Geopoint questions can also support setting the web map item ID and map scale as optional parameters by preceding the values with mapSettings:. ${location|mapSettings:"10df2279f9684e4a9f6a7f08febac2a9":264800} Leaving either of these values as an empty string will use the default, allowing you to define a web map or map scale without defining the other. If a geopoint question is not part of your survey, or you're creating reports for feature services without an associated survey, the geometry of a question can still be returned using the ${$shape} placeholder. This can also be used to return the geometry of polyline and polygon features. So I have created a template which I have uploaded to Survey123, it looks like this: What this produces is a report with the default map view, it does not contain any features nor does it zoom to the feature extent etc, this is a screenshot of the applicable section of the exported report: Note it is a point feature that is located in the South Eastern corner of Australia.... can I modify this report to zoom to show point and location?? Any ideas?
... View more
01-29-2019
05:33 PM
|
0
|
3
|
4445
|
|
POST
|
Hey, We have created a web map in AGOL, and inserted/embedded into our corporate website. We are hoping to customize the app further, so we have been tweaking the JSON code using the ArcGIS Online Assistant and not having much luck. The below area I have highlighted is currently shown with a white background, but we are trying to modify the background to be consistent with the color of the header (#002A3A to be specific). I suppose my question is, is it possible for me to modify this JSON to include a background color tag, and modify it, and the legend text colors? Cheers {
"theme": {
"name": "JewelryBoxTheme",
"styles": [
"yellow",
"default",
"black",
"green",
"cyan",
"red",
"purple",
"blue"
],
"version": "2.11",
"sharedTheme": {
"useHeader": false,
"useLogo": false,
"isPortalSupport": true
},
"customStyles": {
"mainBackgroundColor": "#002A3A"
}
},
"portalUrl": "https://maps.arcgis.com",
"appId": "",
"authorizedCrossOriginDomains": [],
"title": "Works Program (Mock Up)",
"subtitle": "",
"keepAppState": true,
"logo": "",
"geometryService": "https://utility.arcgisonline.com/arcgis/rest/services/Geometry/GeometryServer",
"links": [],
"widgetOnScreen": {
"widgets": [
{
"uri": "themes/JewelryBoxTheme/widgets/HeaderController/Widget",
"position": {
"left": 0,
"top": 0,
"right": 0,
"height": 40,
"relativeTo": "browser"
},
"version": "2.11",
"id": "themes_JewelryBoxTheme_widgets_HeaderController_Widget_21",
"name": "HeaderController"
},
{
"uri": "widgets/Scalebar/Widget",
"position": {
"left": 7,
"bottom": 25,
"relativeTo": "map"
},
"version": "2.11",
"id": "widgets_Scalebar_Widget_22",
"name": "Scalebar",
"config": {
"scalebar": {
"scalebarStyle": "ruler",
"scalebarUnit": "metric"
}
}
},
{
"uri": "widgets/Search/Widget",
"position": {
"left": 55,
"top": 5,
"relativeTo": "map"
},
"version": "2.11",
"id": "widgets_Search_Widget_23",
"name": "Search",
"config": {
"allPlaceholder": "",
"showInfoWindowOnSelect": true,
"sources": []
},
"visible": false
},
{
"uri": "widgets/Coordinate/Widget",
"position": {
"left": 7,
"bottom": 5,
"relativeTo": "map"
},
"version": "2.11",
"id": "widgets_Coordinate_Widget_24",
"name": "Coordinate"
},
{
"position": {
"left": 7,
"bottom": 70,
"relativeTo": "map"
},
"placeholderIndex": 1,
"id": "_25"
},
{
"position": {
"left": 57,
"bottom": 70,
"relativeTo": "map"
},
"placeholderIndex": 2,
"id": "_26"
},
{
"position": {
"left": 107,
"bottom": 70,
"relativeTo": "map"
},
"placeholderIndex": 3,
"id": "_27"
},
{
"uri": "widgets/OverviewMap/Widget",
"position": {
"right": 0,
"bottom": 0,
"relativeTo": "map"
},
"version": "2.11",
"id": "widgets_OverviewMap_Widget_28",
"name": "OverviewMap"
},
{
"uri": "widgets/HomeButton/Widget",
"position": {
"left": 7,
"top": 75,
"relativeTo": "map"
},
"version": "2.11",
"id": "widgets_HomeButton_Widget_29",
"name": "HomeButton",
"config": null
},
{
"uri": "widgets/MyLocation/Widget",
"position": {
"left": 7,
"top": 110,
"relativeTo": "map"
},
"version": "2.11",
"id": "widgets_MyLocation_Widget_30",
"name": "MyLocation"
},
{
"uri": "widgets/AttributeTable/Widget",
"version": "2.11",
"position": {
"relativeTo": "browser"
},
"id": "widgets_AttributeTable_Widget_31",
"name": "AttributeTable",
"config": {
"layerInfos": [],
"table": {
"pageSizeOptions": [
25,
50,
100,
1000
]
},
"hideExportButton": true,
"initiallyExpand": false,
"filterByMapExtent": true,
"allowTextSelection": true,
"syncWithLayers": false
},
"visible": false
},
{
"uri": "widgets/Splash/Widget",
"visible": false,
"position": {
"relativeTo": "browser"
},
"version": "2.11",
"id": "widgets_Splash_Widget_32",
"name": "Splash"
},
{
"uri": "widgets/ZoomSlider/Widget",
"position": {
"top": 5,
"left": 7,
"relativeTo": "map"
},
"version": "2.11",
"id": "widgets_ZoomSlider_Widget_33",
"name": "ZoomSlider"
},
{
"uri": "widgets/ExtentNavigate/Widget",
"visible": false,
"position": {
"top": 148,
"left": 7,
"relativeTo": "map"
},
"version": "2.11",
"id": "widgets_ExtentNavigate_Widget_34",
"name": "ExtentNavigate"
},
{
"uri": "widgets/FullScreen/Widget",
"visible": false,
"position": {
"right": 8,
"top": 8,
"relativeTo": "map"
},
"version": "2.11",
"id": "widgets_FullScreen_Widget_35",
"name": "FullScreen"
}
],
"groups": [
{
"visible": false,
"panel": {
"uri": "themes/JewelryBoxTheme/panels/LDockablePanel/Panel",
"position": {
"left": 0,
"top": 40,
"bottom": 0,
"width": 182,
"relativeTo": "browser"
},
"text": "Works Program Summary"
},
"maxWidgets": 1,
"placeholderIndex": 1,
"id": "_20",
"widgets": [
{
"name": "Legend",
"label": "Legend_2",
"version": "2.11",
"uri": "widgets/Legend/Widget",
"config": {
"legend": {
"arrangement": 0,
"autoUpdate": true,
"respectCurrentMapScale": true
},
"layerState": {
"Forwardworksmockup_shapefile_2727_0": {
"selected": true
},
"CityPoly_shapefile_4892_0": {
"selected": false
}
},
"syncWithWebmap": false,
"showLegendForBasemap": false
},
"id": "widgets_Legend_Widget_36"
}
],
"label": "Group 0",
"icon": "widgets/Legend/images/icon.png?wab_dv=2.11"
}
],
"panel": {
"uri": "jimu/OnScreenWidgetPanel",
"position": {
"relativeTo": "map"
}
}
},
"map": {
"3D": false,
"2D": true,
"position": {
"left": 0,
"top": 40,
"right": 0,
"bottom": 0
},
"itemId": "15843e6e64c74a66a8b5a084444f8fe9",
"mapOptions": {},
"id": "map",
"portalUrl": "https://maps.arcgis.com",
"appProxy": {
"mapItemId": "15843e6e64c74a863863808cbb3f8fe9",
"proxyItems": []
},
"mapRefreshInterval": {
"useWebMapRefreshInterval": true
}
},
"widgetPool": {
"panel": {
"uri": "themes/JewelryBoxTheme/panels/FoldablePanel/Panel",
"position": {
"top": 5,
"right": 5,
"bottom": 5,
"zIndex": 5,
"relativeTo": "map"
}
},
"widgets": [
{
"uri": "widgets/LayerList/Widget",
"version": "2.11",
"id": "widgets_LayerList_Widget_19",
"name": "LayerList",
"index": 2
},
{
"name": "Infographic",
"version": "2.11",
"uri": "widgets/Infographic/Widget",
"config": {
"layout": {
"definition": [
{
"type": "column",
"isClosable": true,
"reorderEnabled": true,
"title": "",
"width": 100,
"content": [
{
"type": "stack",
"isClosable": true,
"reorderEnabled": true,
"title": "",
"height": 19.669329974552753,
"content": [
{
"id": "8855480507404925-1",
"type": "component",
"componentName": "jimu grid",
"componentState": {
"id": "8855480507404925-1"
},
"isClosable": true,
"reorderEnabled": true,
"title": "jimu grid"
}
]
},
{
"type": "stack",
"isClosable": true,
"reorderEnabled": true,
"title": "",
"activeItemIndex": 0,
"height": 80.33067002544725,
"content": [
{
"type": "component",
"isClosable": true,
"componentName": "jimu grid",
"componentState": {
"id": "8855480507404925-2"
},
"reorderEnabled": true,
"title": "jimu grid",
"id": "8855480507404925-2"
}
]
}
]
}
]
},
"dijits": [
{
"id": "8855480507404925-1",
"type": "text",
"visible": true,
"config": {
"background": {
"backgroundColor": "#FFF",
"alignment": {
"horizontal": "center",
"vertical": "middle"
},
"link": ""
},
"font": {
"font": {
"fontFamily": "Arial",
"bold": false,
"italic": false,
"underline": false
},
"fontSize": 16,
"textColor": "#282828"
},
"text": "Works Program Summary"
}
},
{
"id": "8855480507404925-2",
"type": "chart",
"visible": true,
"config": {
"mode": "category",
"type": "pie",
"categoryField": "Works_Cate",
"dateConfig": null,
"valueFields": [
"Shape_STLe"
],
"operation": "sum",
"nullValue": false,
"sortOrder": {
"isAsc": true,
"isLabelAxis": true
},
"maxLabels": 100,
"backgroundColor": "#fff",
"seriesStyle": {
"styles": [
{
"name": "pie~not-field",
"style": {
"color": [
"#68D2E0",
"#087E92",
"#47BCF5",
"#FBE66A",
"#F29157",
"#C8501D"
]
},
"label": "pie~not-field"
}
],
"type": "series",
"customColor": {
"categories": [
{
"uniqueID": "4384307426589411",
"text": "Footpath & Bike Path",
"label": "Footpath & Bike Path",
"color": "#c8501d",
"id": "Footpath & Bike Path"
},
{
"uniqueID": "10228492676302858",
"text": "Road & Drain Construction",
"label": "Road & Drain Construction",
"color": "#2db7c6",
"id": "Road & Drain Construction"
},
{
"uniqueID": "6678667966821443",
"text": "Road & Drain Rehabilitation",
"label": "Road & Drain Rehabilitation",
"color": "#c4eef6",
"id": "Road & Drain Rehabilitation"
},
{
"uniqueID": "8961495560295072",
"text": "Road Resealing",
"label": "Road Resealing",
"color": "#68d2e0",
"id": "Road Resealing"
},
{
"uniqueID": "8166248344881231",
"text": "Traffic Improvements",
"label": "Traffic Improvements",
"color": "#087e92",
"id": "Traffic Improvements"
}
],
"others": [
{
"uniqueID": "665956332392587",
"text": "Null",
"label": "Null",
"color": "#808080",
"id": "null"
},
{
"uniqueID": "5696281095176108",
"text": "Others",
"label": "Others",
"color": "#808080",
"id": "others"
}
]
}
},
"legend": {
"show": true,
"textStyle": {
"color": "#FF0000",
"fontSize": 12
}
},
"dataLabel": {
"show": false,
"textStyle": {
"color": "#000",
"fontSize": 12
}
},
"innerRadius": 0
}
},
{
"id": "8855480507404925-3",
"type": "text",
"visible": false,
"config": {
"background": {
"backgroundColor": "#FFF",
"alignment": {
"horizontal": "center",
"vertical": "top"
},
"link": ""
},
"font": {
"font": {
"fontFamily": "Arial",
"bold": false,
"italic": false,
"underline": false
},
"fontSize": 12,
"textColor": "#282828"
},
"text": "Description: additional information about this infographic."
}
}
],
"name": "pie",
"wid": "8855480507404925",
"dataSource": {
"dataSourceType": "DATA_SOURCE_FEATURE_LAYER_FROM_MAP",
"name": "Forward Works Project Type",
"layerId": "Forwardworksmockup_shapefile_2727_0",
"useSelection": true,
"filterByExtent": false
}
},
"index": 3,
"id": "widgets_Infographic_Widget_37"
},
{
"name": "BasemapGallery",
"version": "2.11",
"uri": "widgets/BasemapGallery/Widget",
"config": {
"basemapGallery": {
"mode": 1,
"basemaps": []
}
},
"index": 5,
"id": "widgets_BasemapGallery_Widget_38"
}
],
"groups": []
},
"mobileLayout": {
"widgetOnScreen": {
"widgets": [
{
"uri": "themes/JewelryBoxTheme/widgets/HeaderController/Widget",
"position": {
"left": 0,
"top": 0,
"right": 0,
"height": 40,
"relativeTo": "browser"
},
"version": "2.11"
},
{
"uri": "widgets/Scalebar/Widget",
"position": {
"left": 7,
"bottom": 40,
"relativeTo": "map"
},
"version": "2.11"
},
{
"uri": "widgets/Search/Widget",
"position": {
"left": 55,
"top": 5,
"relativeTo": "map"
},
"version": "2.11"
},
{
"uri": "widgets/Coordinate/Widget",
"position": {
"left": 7,
"bottom": 17,
"relativeTo": "map"
},
"version": "2.11"
},
{
"position": {
"left": 7,
"bottom": 70,
"relativeTo": "map"
}
},
{
"position": {
"left": 57,
"bottom": 70,
"relativeTo": "map"
}
},
{
"position": {
"left": 107,
"bottom": 70,
"relativeTo": "map"
}
},
{
"uri": "widgets/OverviewMap/Widget",
"position": {
"right": 0,
"bottom": 0,
"relativeTo": "map"
},
"version": "2.11"
},
{
"uri": "widgets/HomeButton/Widget",
"inPanel": false,
"position": {
"left": 7,
"top": 75,
"relativeTo": "map"
},
"version": "2.11"
},
{
"uri": "widgets/MyLocation/Widget",
"inPanel": false,
"position": {
"left": 7,
"top": 110,
"relativeTo": "map"
},
"version": "2.11"
},
{
"uri": "widgets/AttributeTable/Widget",
"version": "2.11",
"position": {
"relativeTo": "browser"
}
},
{
"uri": "widgets/Splash/Widget",
"visible": false,
"position": {
"relativeTo": "browser"
},
"version": "2.11"
},
{
"uri": "widgets/ZoomSlider/Widget",
"visible": true,
"position": {
"top": 5,
"left": 7
},
"version": "2.11"
},
{
"uri": "widgets/ExtentNavigate/Widget",
"visible": false,
"position": {
"top": 148,
"left": 7
},
"version": "2.11"
},
{
"uri": "widgets/FullScreen/Widget",
"visible": false,
"position": {
"right": 8,
"top": 8
},
"version": "2.11"
}
],
"groups": [
{
"visible": false,
"panel": {
"uri": "themes/JewelryBoxTheme/panels/LDockablePanel/Panel",
"position": {
"left": 0,
"top": 40,
"bottom": 0,
"width": 360,
"relativeTo": "browser"
}
},
"maxWidgets": 1
}
]
},
"map": {
"position": {
"left": 0,
"top": 40,
"right": 0,
"bottom": 0
}
},
"widgetPool": {
"panel": {
"uri": "themes/JewelryBoxTheme/panels/FoldablePanel/Panel",
"position": {
"top": 5,
"right": 5,
"bottom": 5,
"zIndex": 5
}
}
}
},
"loadingPage": {
"backgroundColor": "#002A3A",
"backgroundImage": {
"visible": false
},
"loadingGif": {
"visible": true,
"uri": "configs/loading/images/predefined_loading_1.gif",
"width": 58,
"height": 29
}
},
"wabVersion": "2.11",
"_buildInfo": {
"widgetManifestsMerged": true
},
"isWebTier": false,
"httpProxy": {
"useProxy": true,
"url": "https://albury.arcgis.com/sharing/proxy"
},
"dataSource": {
"dataSources": {},
"settings": {}
}
} Thanks for your time.
... View more
01-23-2019
09:00 PM
|
0
|
1
|
1387
|
|
IDEA
|
Completely unrelated to this idea, what software did you use to create the graphic in your OP Juraj Krumpolec ?
... View more
01-08-2019
03:33 PM
|
0
|
1
|
2640
|
|
IDEA
|
Josh White wrote: Pro has some bugs but what software doesn't. When you are paying hundreds of thousands of dollars for a piece of software, you expect it to be 'bug free'. If I want some freeware piece of software I will expect it to have bugs and I will not complain. Your comment is very simple-minded in my opinion.
... View more
01-08-2019
02:01 PM
|
1
|
1
|
2641
|
|
POST
|
Hi Michael, It is a view that lives within the Authority DB. So no it is not a Query Layer as such.
... View more
01-06-2019
01:50 PM
|
0
|
1
|
10434
|
|
POST
|
Hey, So today I have spoken with ESRI Australia Support team, and they have gotten to the bottom of the issue. I had not noticed that my View U_PROPERTIES_ASSESSMENTS did not have a unique field being used for its primary key. There were several rows that were duplicated, once these rows were filtered out of the view, it works fine in both ArcMap and ArcPro. So what appears to be the difference between ArcMap and Pro is that if this view is added to Desktop, this software finds the first instance of each unique primary key, and keeps this row, after this it ignores any duplicate primary, and the user is none-the-wiser about the duplicated being ignored. But what is happening with ArcPro is that pro will draw all the shapes on the map, all 20,000+, but it refuses to load the table due to a column being used as a primary key which contains duplicate values. This is not handled very well in comparison to ArcMap so I think it should be marked as a bug in this instance. That being said, I also think ArcMap are not being warned that the view being used does not contain the full list of features. The bottoms line (TLDR), I needed to make my primary key column unique for ArcPro to accept my data. Cheers for all your comments.
... View more
12-12-2018
09:10 PM
|
12
|
4
|
31565
|
|
POST
|
Hi Jonathan, Just further information, Authority Database is a MSSQL 2014 12.0.5207.0 Pro version I am using is 2.2.3 Cheers
... View more
12-11-2018
04:06 PM
|
0
|
9
|
21130
|
|
POST
|
Hey, Jonathan Farmer It seems we have a very similar bug within our organisations setup, I had created another thread with my workflows over here... Cheers
... View more
12-10-2018
04:21 PM
|
0
|
0
|
1189
|
|
POST
|
Hey, I am inputting a ton of traverse lines for new property boundaries, and I am inputting distances such as 18.005m, and it appears as though the software is clipping these distances to 18.00 in the input boxes of the traverse pane. Does anyone know if I am able to increase these input boxes to display to 3 decimal place, instead of the default 2 decimals? In this example I have inputted the distances 26.485 and 22.525, but it appears as thought the 0.005m are being ignored, I would like to display the full 3 decimals. Any ideas if this is possible? Cheers
... View more
11-22-2018
08:13 PM
|
0
|
6
|
2541
|
|
POST
|
Yeah I have had the same thing, it has taken up to about 40mins in my experience for the map to update in our collector apps. We just kept logging out and back in until the edits flow through. Not sure if that is required.
... View more
11-18-2018
02:03 PM
|
1
|
0
|
985
|
|
POST
|
I can see the bug is logged in my.esri.com support page, it says "#BUG-000117958 GlobalID's are set to zero when using Copy Rows tool in ArcGIS Pro with data coming from an Enterprise SQL Server Geodatabase" I am unsure how to link it here? How do I find it for others to see?
... View more
11-05-2018
08:52 PM
|
1
|
1
|
5743
|
|
POST
|
I have spoken with ESRI and they have confirmed this is a bug in the tool, and hopefully is rectified in the future. Cheers
... View more
11-05-2018
01:59 PM
|
1
|
4
|
5743
|
|
POST
|
Does anyone know if this has been requested of ESRI on the Ideas page? I am now trying to remove that line from my pop ups.... cannot seem to find a solution:
... View more
11-04-2018
10:39 PM
|
0
|
5
|
2365
|
|
POST
|
I am running version 3.0.142, I was having the same issue, I followed your steps, I opened Control Panel, All Control Panel Items, Credential Manager, and then under Generic Credentials I had two Survey123 entries, I have removed both of these entries and now the sign in window appears no worries. This was my solution for Windows 7, running survey123 v3.0.142 Cheers
... View more
10-30-2018
03:07 PM
|
2
|
0
|
4926
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-17-2018 08:51 PM | |
| 1 | 09-23-2018 07:38 PM | |
| 1 | 04-08-2019 10:05 PM | |
| 1 | 02-03-2019 03:06 PM | |
| 1 | 12-20-2019 07:16 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:24 AM
|