|
POST
|
Hi, This is what I see in the update for Survey 123 field app: External select choice filters can now use name values as numbers. The reality: I had external choice list for the survey (Nan string value and numbers): Worked fine like this, and still works in Connect (I have not updated it): This is what is happening in the field app (instead of Nan I have selection mark): Thanks, Yulia
... View more
02-27-2021
02:09 AM
|
0
|
5
|
2460
|
|
POST
|
Hi all, I am trying to create a script that would take a screenshot of the specific map area which would include the basemap and all the layers on the map. The code below zooms in to the targeted area of the map and generates a screenshot. The problem is the screenshot only displays imagery layers, while vector layers are not showing up on the map. Any ideas why it's happening? My code so far: from arcgis.gis import GIS from arcgis.mapping import export_map gis = GIS('https://######.maps.arcgis.com/', username='####', password='####', verify_cert=False) webmap_item = gis.content.get('######') webmap_json = webmap_item.get_data() # Get coordinates of the targeted feature on the map id_target = gis.content.get('######') id_layer = id_target.layers[1] id_features = id_featureset.features test_feature = id_features[0] coordinates = test_feature.geometry['rings'][0] xmin, xmax = coordinates[1][0], coordinates[2][0] ymin, ymax = coordinates[1][1], coordinates[2][1] # Modify json with map options and export options webmap_json['mapOptions'] = { "extent" : { "xmin": xmin, "ymin": ymin, "xmax": xmax, "ymax": ymax, "spatialReference": { "wkid": 4326 } }, "spatialReference" : { "wkid" : 4326 } } webmap_json['exportOptions'] = { "dpi" : 96, "outputSize" : [1000, 1000] } out = export_map(web_map_as_json=webmap_json, format='PNG8', layout_template='MAP_ONLY', gis=gis) print(out)
... View more
02-26-2021
06:47 AM
|
0
|
1
|
2315
|
|
POST
|
Hi Dylan, Can you please share how you update media folder with Python API?
... View more
02-24-2021
07:01 AM
|
0
|
0
|
3091
|
|
POST
|
Hi Philip, Thank you, that's what I thought. Map Viewer Beta is helpful in adding multiple features and completing the form with feature attributes right away, though there is no way to add an attachment, even though it's in the layer schema. May be they'll fix it in later updates.
... View more
02-19-2021
01:53 AM
|
0
|
0
|
7116
|
|
POST
|
Hi Phil, Can you suggest if it's possible to create several polygons in 1 map question without repeat? Because with repeat the employee needs to open the map, find the place where the polygon has to be (it's not tied to employee's location), draw the polygon,then click on repeat, find the same place again, create one more polygon etc. It would be helpful if the employee was able to open the map once and create as many polygons as they need. Thank you, Yulia
... View more
02-11-2021
09:23 AM
|
0
|
2
|
7153
|
|
POST
|
Hi David, Thank you for quick response. 1. Sorry, I do not understand. Feature info widget initially correctly shows all 100,000+ features, so as attribute table. After selection is made on the map with lasso select tool, the features within the map are highlighted randomly within selection area (not all of them), and the attribute table and feature info widget correctly display what is highlighted on the map. 2. I can try to be more clear: Let's say you have 1 layer 'Trees', which has attributes 'diameter' and 'tree species'. 1) You create 2 filter widgets and connect to 'Trees' layer. a) FIlter widget 1: create 2 filters with OR statement for when diameter is 10'' or diameter is 15'' So turning on one of these 2 filters will filter the layer by either trees with 10'' or 15'' diameter b) Filter widget 2: create 2 filters with OR statement for when tree species is 'oak','maple' or 'pine' So turning on one of these 2 filters will filter the layer by either 'oak' or 'maple' 2) Activate 10'' filter on the first widget and then activate 'oak' on the second widget. This will correctly filter your layer by oak 10'' trees 3) Activate one more filter on the second widget - 'maple'. Here you expect the layer to be filtered by 10'' oaks and maples. Instead you get all maples and oaks with no regards to diameter. Hope this helps. 3. Yes, please filter the map by selection tool on the map and then click on full screen button. 4. For tables I would like to be able: - to wrap text in the columns - to reorder the columns - to make the columns wider or more narrow - to provide the users of the dashboard to set filters on the table by themselves, instead of me providing the filtering options to them. - to export table to csv Thank you!
... View more
11-21-2020
06:08 AM
|
0
|
0
|
1927
|
|
POST
|
Hello, I have 3,000 records in my survey, and I ran feature reports in a bulk 3 times for 1,000 records due to the limit of maximum number of records. The result is the pictures are missing on all the reports starting after approx. 200th record. I would like to raise this issue, because we've wasted 1500+ credits trying to run the reports for this survey, and still have no proper data. Thanks, Yulia
... View more
11-19-2020
12:28 PM
|
0
|
1
|
825
|
|
POST
|
Hello, I've just started using Experience Builder and have just created my first dashboard. I noticed several bugs here and there. 1) FIlter tools on the map don't work appropriately on large datasets, if the selected area is large enough, it will only randomly select some features, but not all features within the selection area. 2) Filter widget ( not within the map) is also not working great. I have two separate filter widgets referencing the same feature layer. Each filter widget has its own several filters with OR statements. If you toggle 1 filter within 1st widget, and 1 filter within 2nd widget, it will work fine, and the data will be filtered by both parameters. If you attempt to toggle 1 filter within 1st widget and toggle 2 filter options within the second widget, then first filter widget will break, and the features will be only filtered by 2 options on the second filter widget. 3) If you click on full screen button on the map, all the data will be unfiltered. 4) No way to change columns layout in attribute table. 5) No way to filter attribute table by field. 6) No way to export attribute table data with selections. I really liked how you can use scalebar with list and features info widgets. Thank you, Yulia
... View more
11-12-2020
08:42 AM
|
0
|
2
|
2010
|
|
POST
|
Hello James, "For the first question, are you asking if an existing feature can be edited by a form with the Experience Builder widget?" - could you please answer this question? Thank you, Yulia
... View more
11-09-2020
04:06 AM
|
1
|
0
|
1876
|
|
IDEA
|
Hi John, I used your widget, and finally got to the point where I have the table displayed on localhost, looks ok, but when I am trying to insert URL into embedded content element in Dashboard, it's just not working. My URL is (I did # for local host and id): http://###########/table_widget/view-table.php?id=#######&pk=OBJECTID&theme=dark&feature=1 I suppose the problem is with security may be, it's http, not https as I can see in example URL. I would appreciate any help! Thank you, Yulia
... View more
11-09-2020
03:19 AM
|
0
|
0
|
9261
|
|
POST
|
I've just checked - everything works OK in survey123 beta, when can we expect it to be OK in survey123 production site?
... View more
11-02-2020
07:18 AM
|
0
|
0
|
3221
|
|
POST
|
Hi Ruth, When is this going to be implemented? Our operations are severely damaged by 2 weeks survey123 lockdown.
... View more
11-02-2020
07:13 AM
|
0
|
1
|
3245
|
|
POST
|
Hi Ruth, It's been over 2 weeks since our survey has stopped working. Now the error I am getting is TypeError: Failed to fetch.
... View more
11-02-2020
07:10 AM
|
0
|
1
|
3221
|
|
POST
|
Thanks, Ruth. I've just emailed you my form. Thank you, Yulia
... View more
10-26-2020
06:13 AM
|
0
|
0
|
2992
|
|
POST
|
Ruth, Can I please send you my form privately to your email address? Thanks, Yulia
... View more
10-25-2020
09:50 AM
|
0
|
2
|
2992
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-07-2022 12:13 PM | |
| 1 | 10-01-2019 11:25 AM | |
| 1 | 01-13-2022 11:14 AM | |
| 1 | 11-29-2021 12:20 PM | |
| 1 | 07-29-2021 12:04 PM |
| Online Status |
Offline
|
| Date Last Visited |
08-05-2024
01:45 PM
|