|
POST
|
Hello everyone, I am looking for samples that explain how to find the polygon (municipality and commission district) that intersects a point that was digitized in JavaScript using the Edit widget from Web APP Builder. Thanks
... View more
11-21-2016
08:36 AM
|
0
|
2
|
1694
|
|
POST
|
https://community.esri.com/search.jspa?q=edit%20widget
... View more
11-18-2016
12:34 PM
|
0
|
0
|
1213
|
|
POST
|
Hello everyone, Configuration: ArcGIS 10.2 with ArcSDE 10.2 with Oracle. I created a AGOL Web Mapping Application and downloaded the source locally to run it in my local Web Application Builder. The application uses the Edit Widget to digitize polygons. Edit widget—Web AppBuilder for ArcGIS | ArcGIS When digitizing a new polygon I need to populate 3 attribute fields with the following values: - ID with a sequential number that increases by 1 (this value is store in an Oracle Sequencer) - the field Commission District Number and Municipality Number populated with the value of the Commission and Municipality where it intersects Any idea on how and where I can modify the source code to add a function to populate these 3 attributes before the Attribute Inspector displays the attributes. Thanks
... View more
11-18-2016
11:54 AM
|
0
|
2
|
2149
|
|
POST
|
This is what I did and it works: fieldmappings = arcpy.FieldMappings() fieldmappings.addTable(FGDBLayer) fieldmappings.addTable(SDELayer) arcpy.Append_management(FGDBLayer, SDELayer, "NO_TEST", fieldmappings, "")
... View more
11-18-2016
07:39 AM
|
4
|
1
|
3145
|
|
POST
|
Hello everyone, I need to append a polygon layer located in a FGDB to the same layer located in SDE. arcpy.Append_management(FGDB__Layer, SDE_Layer , "TEST", "", "") fails because the structure is not the same. Polygon layers in FGDB have 2 additional fields SHAPE.AREA and SHAPE.LENGTH I need to use "NO_TEST" on the schema_type arcpy.Append_management(FGDB__Layer, SDE_Layer , "NO_TEST", ??????, "") How do I create the field_mapping list? Thanks
... View more
11-17-2016
11:59 AM
|
1
|
5
|
5889
|
|
POST
|
Hello everyone, I am currently testing in AGOL the editing of a feature class using a feature layer. I was able to edit a layer in SDE creating a web application that uses a Template or a Web App Builder in AGOL. Both versions work fine but they are very limited in the customization of attributes. In my case I need to populate a field MunicipalityID with the value of the municipality polygon intersecting my point feature. And same thing for CommissionDistricID. Also the feature ID attribute is a sequential number that gets increased every time a feature gets created. I am working with Oracle 11G and ArcSDE 10.2. How can I initialize an attribute when digitizing a new feature with Web App builder? - populate an attribute with the value intersected with the Municipalities or Commission District layer - call an Oracle Sequencer to get the next number on the sequence - any other similar operation we can do with a calculate field. Thanks.
... View more
11-04-2016
01:03 PM
|
0
|
0
|
801
|
|
POST
|
Found it: instead of using the option Create a Feature Layer, I used the option Add Item from the Web, and it also creates a Feature Layer but this time pointing to a local service
... View more
10-31-2016
07:28 AM
|
0
|
0
|
705
|
|
POST
|
Found it: instead of using the option Create a Feature Layer, I used the option Add Item from the Web, and it also creates a Feature Layer but this time pointing to a local service.
... View more
10-31-2016
07:27 AM
|
0
|
0
|
459
|
|
POST
|
Good morning everyone, I am currently testing AGOL web editing options pointing to a feature class located in ArcSDE. I am trying to create a in AGOL Feature Layer pointing to a local ArcGIS Server feature service: http://[myserver]:6080/arcgis/rest/services/[folder]/[service_name]/FeatureServer/0 From ArcGIS Online I go to MyContent --> Create --> Feature Layer. To create a Feature Layer. 2 years ago I was able to create a Feature Layer and this feature layer was pointing to the service located in my server: http://[myserver]:6080/arcgis/rest/services/[folder]/[service_name]/FeatureServer/0 Now when I try to create the same Feature Layer, but this feature layer is called a Feature Layer (Hosted). http://services.arcgis.com/8Pc9XBTAsYuxx9Ny/arcgis/rest/services/[service_name]/FeatureServer Was the option to create a Feature Layer pointing to a local ArcGIS Server Service disabled and replaced by Feature Layer (Hosted)? Any advice will be welcome. Thanks
... View more
10-28-2016
09:18 AM
|
0
|
2
|
1585
|
|
POST
|
Hi Christian, Do I need to run any update to get the non-admin user ability: NIM096849? Is there any sample using the Geodatabase process_information table to get the list of users. Thanks
... View more
10-28-2016
04:44 AM
|
0
|
0
|
2366
|
|
POST
|
Hello again, I am able to edit the FeatureLayer/FeatureDataset with Web Map. So I think I understand how the whole process works, instead of pointing to my local server it makes a copy of the layer in services.arcgis.com but without records. This is why it is empty.
... View more
10-26-2016
05:37 PM
|
0
|
1
|
2583
|
|
POST
|
Hi Robert, I am using a polygon feature class for testing purposes where the conditions listed in your link apply. When using a FeatureLayer pointing to a FeatureServer all information relative to the feature class such as symbols, attribute fields is visible and I can change it. But it looks like the feature is empty because the table view is empty and there is no shape in the map. Thanks
... View more
10-26-2016
04:49 PM
|
0
|
0
|
2583
|
|
POST
|
Hi Robert, Is your FeatureServer pointing an SDE Feature Class? Or are you publishing your data on a FGDB or shape? Thanks
... View more
10-26-2016
12:50 PM
|
0
|
1
|
2583
|
|
POST
|
Hi, I am currently testing web editing with AGOL pointing to an SDE feature class. I tested also the option "Add layer > from web >" but the layer is not editable in this case, and all the set up you can do in a Feature Layer for editing is missing. I already tested web editing with AGOL in 2014, but then by default AGOL created "Feature Layer" now it creates "Feature Layer (Hosted)" Steps in AGOL: - create Feature Layer - Create Map - Create WebApp using a template for Edit. Thanks
... View more
10-26-2016
12:43 PM
|
0
|
1
|
2583
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 05-01-2026 12:34 PM | |
| 1 | 12-02-2022 08:17 AM | |
| 1 | 12-26-2025 05:02 AM | |
| 1 | 08-05-2025 04:28 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|