|
POST
|
I am currently using the Editor Widget and the Attribute Inspector to allow users to add new features and then update the attributes with the Attribute Inspector. We have a request to expand the functionality so that users can edit and add features to a related table. In our use case, we have Sign posts as a point layer and we would like to add the signs associated to the Sign Post to a related table. Is this possible to edit the related records using Attribute Inspector, including adding new records to the table? Does anyone have some examples of doing this? Thanks, Mele
... View more
09-09-2016
04:30 PM
|
0
|
0
|
1498
|
|
IDEA
|
I had submitted the issue with Feature Service field order as a Bug if anyone wants to add their name to this to raiser the severity. #BUG-000090535 [Enhancement] Feature Service Fields List Order is not maintained on REST As far as the Feature Class field order, sometimes we may add a field that is related to other fields and it would be nice if it were in logical order in the GDB schema rather than having to move it around in the MXD. For instance, if we add a "Unit_Number" field it would be nice to put it after the other address fields in the database. Mele
... View more
07-08-2016
09:31 AM
|
0
|
0
|
1258
|
|
POST
|
Is it possible to open the legend by default when someone opens an ArcGISOnline Web Mapping Application? I am using the Basic Viewer but did not see how I could open this by default. Thanks, Mele
... View more
07-04-2016
01:30 PM
|
0
|
2
|
2457
|
|
POST
|
I would like to be able to send the coordinates from a feature to Google for Directions/Street View - Can this be done via the Popup configuration? I know how to hyperlink with the popup, but don't know how to get the coordinates. If so, can someone share an example? Thanks Mele
... View more
07-04-2016
01:28 PM
|
0
|
1
|
2143
|
|
POST
|
Thanks for the samples! This looks like I was looking for. I like that it is in C# too. I will work with it this week.
... View more
05-30-2016
08:40 AM
|
0
|
0
|
8096
|
|
POST
|
Adrian, Thanks for the reply. I am looking for the data source of our organization's map services that are hosted on our internal ArcGIS Server not those on AGOL. Mele
... View more
05-25-2016
08:31 AM
|
0
|
0
|
8096
|
|
POST
|
I am looking for some programmatic way to get the underlying data source used for a Map Service Layer. We use mostly SDE layers, so I would like the Feature Class Name. I was able to do this with ArcObjects with C# .NET prior to 10.1 but I don't believe it can be done the same way due to the changes in ArcGIS Server architecture Does anyone have any code examples of getting the layer sources? I may end up using the MXD to compile data sources, but would like to go against the map services directly if possible. Thanks, Mele
... View more
05-24-2016
03:47 PM
|
0
|
16
|
17768
|
|
POST
|
We are upgrading our ArcGIS server 10.2.2 to 10.3.1. We have two SOEs that are needed once we upgrade. I am trying to ensure that there will be no issues when I upgrade. According to ESRI I only need to remove the SOEs prior to the upgrade and then add them back after the upgrade. My question is do I need to upgrade the ArcObjects SDK prior to upgrading the ArcGIS Server installation and adding the SOEs back? The SOE uses the SOESupport assembly which I believe comes from the SDK and that is why I was wondering if the SDK needed to be upgraded. I am assuming that because my SOE is currently working in 10.2.2 that .NET 3.5 SP1 is installed, correct? Thanks for any input. Mele
... View more
04-10-2016
10:16 AM
|
0
|
1
|
4897
|
|
POST
|
Joshua, Thanks for the explanation and suggestion. That makes perfect sense. You are correct that the assetid on the posts is unique but once joined to the signs table it is not longer unique. I added the Query Layer again to ArcMap and this time let ArcMap figure out the Unique Identifier(s) to use and now I am seeing the number of records I had expected. Thanks, Mele
... View more
04-03-2016
12:09 PM
|
0
|
0
|
4069
|
|
POST
|
Joshua, This is query I am using. SELECT S.[AssetReferenceId] ,S.[AssetTypeId] ,S.[Name] ,S.[Description] ,S.[AssetId] ,S.[IntersectionNumber] ,S.[SignTypeId] ,S.[SignOrientationId] ,P.Shape FROM [STREETOPSWORKORDERDBSVR].[StreetOps].[gis].[SignsGISMapping] S LEFT JOIN StreetOps.sde.TRF_Signposts_VW P ON S.AssetID = P.asset_id I use the AssetID field as the Unique Identifier. The AssetId field is a int data type. I also have some Query Layers where I use the ObjectID of the feature class as a unique identifier and I see the same behavior with the counts between SQL Server Management Studio and ArcMap. I did see a similar thread that involved Oracle. Maybe it is something for Support to address. Thanks, Mele
... View more
03-29-2016
09:35 AM
|
0
|
1
|
4069
|
|
POST
|
I created a query in SQL Server Management studio using a SQL Server ArcSDE multi-version view joined to another SQL table. I am joining a signs SQL table to our sign posts feature class. We have more signs than signposts so I am using a Left Join to get the SQL Geometry of the Sign Post feature class and assigning it to the joined sign. When I run the query SQL in management studio, I see about 45,000 records returned. When I take that same SQL statement and create a Query Layer from it, the number or records in the Query Layer's attribute table is about 29,000. If I than export the Query Layer to a shapefile, the number of records exported matches exactly the roughly 45,000 I expected to see. I have seen these types of discrepancies in counts before with SQL Query Layers when used in ArcMap. What is the cause of this issue? It makes it hard to trust what is shown in ArcMap when view the Query Layer directly. Thanks, Mele
... View more
03-26-2016
02:52 PM
|
0
|
8
|
8085
|
|
POST
|
Kelly, Thanks for the response. I do believe that your suggestion of re-adding the feature layer from the feature service would resolve the display the issue and we may pursue that eventually in our development environment. My concern with the service ID had to do with the Batch Attribute Editor widget that we are using. I am using the widget that was available before it was a part of the core Web App Builder widgets. Rather than using the Feature Service URL, it looks like it uses the layer ID from the webmap, so I would have to update that within the Batch Attribute Editor widget as well. Because we have a version of this application that is in production, I don't want to make too many changes to widgets. I hope that the Batch Attribute Editor widget is the only one affected, but I am not completely sure of that. Do you know if there are plans to change the behavior of the webmap when the underlying services change? Thanks again Mele
... View more
03-17-2016
08:11 AM
|
0
|
1
|
1205
|
|
POST
|
I think I see the problem. The WebMap Json is not updated when the Feature Service is updated. I was able to use ArcGIS Online Assistant to see the definition of my WebMap. With ArcGIS Online Assistant I was able to see that the new Values did not have a symbol in the AGOL webmap. One solution would be to add the Feature Service again to update the webmap but since this webmap is in production in a Web App Builder application, I am very reluctant to do that as the Feature Service ID may change and the Web App Builder would have to be updated. The ArcGIS Online Assistant also gives a chance to edit the webmap, but again I would not want to do this to a production webmap. If there is a better way please let me know. Mele
... View more
03-15-2016
06:49 PM
|
0
|
3
|
1205
|
|
POST
|
I created an AGOL Webmap using map services and a feature service from our internal ArcGIS Server. I then used the WebMap in Web App builder to edit the feature service. Things have been working very well until we added a Value to the Feature Class and then grouped the New Value with an existing Symbol and Value in the MXD and then overwrote the existing Map Service/Feature Service. This is the Original Value and Label in the Feature Service. These are the newly added Values and Labels in the Feature Service that were grouped with the above. I can see the Features with the new Value in the Feature Service when I open it with ArcGIS.Com from the Feature Service page, but when I look at it in the existing AGOL webmap the symbols for the newly grouped values do not show up. I did label the features and know that they are in the WebMap because I can click on them and get the popup, but there is no symbol on the map. Is there a way to refresh my WebMap to show the new Values or is there something I am missing? Thanks for any assistance. I am perplexed Mele
... View more
03-15-2016
02:57 PM
|
0
|
4
|
3143
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-20-2025 05:21 AM | |
| 1 | 03-13-2015 04:39 PM | |
| 1 | 09-18-2025 08:33 AM | |
| 1 | 05-12-2025 03:17 PM | |
| 1 | 08-15-2025 03:36 PM |
| Online Status |
Offline
|
| Date Last Visited |
Monday
|