|
POST
|
Craig McDade - Thanks for the suggestion. I've added that as an enhancement request to be considered for a future release. Configurable option for showing map first, instead of list · Issue #211 · Esri/crowdsource-reporter · GitHub
... View more
06-17-2016
01:57 PM
|
0
|
0
|
835
|
|
POST
|
Nicole Ueberschär: What additional functionality are you looking to add?
... View more
06-17-2016
12:49 PM
|
0
|
1
|
1859
|
|
POST
|
Ethan Snyder Thanks for pointing this out! We'll try to get this fixed over the next few days for hosted apps, otherwise the sort button will have to do until we can fix this in the next AGOL release. Or, if you have the app hosted locally we'll post a fix in a branch in the github repo. I'll add a link to this thread once it's up. -Allison
... View more
06-17-2016
12:47 PM
|
0
|
0
|
764
|
|
POST
|
Izabela Miller : This is something that has been requested by others as well and we are currently considering it as an enhancement for a future release. In the github issue for this enhancement, another user also provides code for performing the customization yourself: Removing splash screen when PortalLogin is turned off · Issue #122 · Esri/crowdsource-reporter · GitHub
... View more
06-17-2016
10:12 AM
|
0
|
0
|
798
|
|
POST
|
Jason Bottcher : I realize I am responding well after you've posted this, but wanted to share the information for others who come accross this question: The fields that are shown in the Crowdsource Reporter form are the fields that are marked as 'Editable' in the popup configuration. The fields that display in the previously-submitted reports are the fields marked for 'Display' in the popup configuration (or a custom popup config if you choose).
... View more
06-17-2016
09:38 AM
|
1
|
0
|
1121
|
|
POST
|
Michael Maiocco There are several possibilities for that message: 1) How are you choosing to sign in to the application? If your maps and layers are not shared with 'Everyone', you will need to access the application by choosing the ArcGIS sign in button. The credentials you provide need to be for an account that has access to the content. 2) The application will only load maps that have at least one layer that has Update capabilities. If none of your maps have editable layers, the application will not find any content to load. -Allison
... View more
06-17-2016
09:35 AM
|
1
|
0
|
1119
|
|
POST
|
Greg Bacon : We suggest sharing the information with your open data group to encourage sharing this type of information publicly. If this step is not appropriate for your organization, skipping it won't affect the functionality of the Citizen Problem Reporting application. -Allison
... View more
06-17-2016
09:29 AM
|
1
|
1
|
1636
|
|
POST
|
Ali Barakat I don't believe that Crowdsource Reporter or Crowdsource Manager were included in Portal 10.3.1. To get around this, you can download the apps from github (links below) and host the apps on a web server. You can then either configure them on your web server or use then to create new template items in your portal. Both apps should work against your portal content without issue and the help has additional info for setting up the app on a web server. GitHub - Esri/crowdsource-reporter: An ArcGIS Online group application template authored by organization and made availa… GitHub - Esri/crowdsource-manager: An ArcGIS Online group application template authored by organization and made availab… http://solutionsdev.arcgis.com/local-government/help/crowdsource-reporter/ http://solutionsdev.arcgis.com/local-government/help/crowdsource-manager/ Create app templates—ArcGIS Online Help | ArcGIS
... View more
06-15-2016
11:46 AM
|
2
|
0
|
1378
|
|
POST
|
Dave Almond We are releasing an update to Crowdsource Reporter this week that will allow you to display uneditable, reference layers along with each of the editable layers you can currently view. If your app is currently hosted in AGOL, look for a new option on the Map Settings tab in the configuration panel after the update this week that will allow you to turn on reference layers. Hope this helps! -Allison
... View more
06-15-2016
11:09 AM
|
0
|
1
|
1835
|
|
POST
|
Deshe Organization Thanks for pointing this out! After the update this week, the report list will show the description instead of the code for any domains used. -Allison
... View more
06-15-2016
11:05 AM
|
1
|
1
|
1977
|
|
POST
|
Venus Scott Here is he recommended workflow for moderating reports & comments: 1)Include a field on your dataset (eg PUBLICVIEW) that uses a domain with Yes/No values. In ArcMap (before you publish the service) set the field to have the default value No. 2) In your Reporter map, set up a filter to only show features where PUBLICVIEW is Yes. This way, all features are hidden in the map/app when they are created. 3) You can then use an app such as Crowdsource Manager to review the submissions and update the value of PUBLICVIEW to Yes where appropriate. To do this, Crowdsource Manager should read a different map than Reporter, but both maps should point to the same data layer. The same workflow can be used to moderate comments (editing related records is coming to Manager this week). For this workflow, the name of the field and the field values aren't important - you can use whatever makes sense to you and your workflow. The important thing is that features are created with a default value in a field that is excluded by the filter on the layer in the map. Updating this value to one that meets the filter requirements exposes the record in the map and application.
... View more
06-15-2016
10:52 AM
|
2
|
1
|
1534
|
|
POST
|
Hi Nicole, I see in one of your previous screenshots that you do have editing enabled for the layer, but only the ability to update features. Only layers with 'Add' will appear in the app. Reporter requires the ability to add new features so that users can submit new reports. Updating is optional, unless you want to use the voting functionality in which case it is required. Cheers, Allison
... View more
05-13-2016
09:54 AM
|
3
|
1
|
3654
|
|
POST
|
Hi Jose, You code above isn't working because it tries to concatenate values of two different types - a string and a datetime. You also need to explicitly tell the query that the value of datetimeVal is a datetime so that it gets read correctly. Try this syntax: whereClause = "DateAGMT = date'{}'".format(datetimeVal) One way to figure out the format for these queries (if Geonet isn't fast enough!) is to run a tool like Make Feature Layer with the same query you are trying to build. Dragging and dropping the result into the Python window in ArcMap or ArcCatalog will show you the syntax and .format will let you include variables in the query without worrying about variable types. -Allison
... View more
03-02-2016
08:23 AM
|
1
|
2
|
1071
|
|
POST
|
Hi John, Check out the Election Results solution: Election Results | ArcGIS for Local Government We're working on getting this new charting widget integrated into Web AppBuilder with the next release. Keep an eye on the release notes on that page for updates. Esri's Local Government team is also doing a meetup next month on our elections apps. If you're interested, you can sign up here: http://www.meetup.com/ArcGIS-for-Local-Government/ -Allison
... View more
01-29-2016
12:59 PM
|
1
|
0
|
929
|
|
POST
|
Jeff, Could contact Esri Support? This should work and they'll be able to help you troubleshoot what's going on. -Allison
... View more
01-15-2016
09:45 AM
|
0
|
1
|
1210
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-19-2018 03:01 PM | |
| 1 | 10-14-2016 01:29 PM | |
| 1 | 06-17-2016 09:29 AM | |
| 1 | 10-12-2016 02:15 PM | |
| 1 | 05-18-2017 10:57 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|