|
POST
|
This seems to be a geo-datum transformation issue and it looks like the default transformation between these two projections does not work well. Would you be able to set the datum transformation from ArcMap between the source data projection and the map/data frame projection when authoring the sd file. We will honor the datum transformation if exists in sd file and it will be saved with the created feature service. Khaled Hassen Online Feature Service Lead
... View more
02-28-2019
01:54 PM
|
0
|
0
|
946
|
|
POST
|
Mike, One question I have for you is how did you create this view. I can consider turning this ON by default if I have some idea about how this is created and configured, from UX, pragmatically using the API, etc. Khaled
... View more
02-26-2019
01:09 PM
|
0
|
1
|
1055
|
|
POST
|
Mike, As I have explained isUpdatableView false means you will not be able to edit unless you use the feature service admin API to turn it ON. Pl. check the solution I have above. Not really sure if we have a UX to turn it ON. Solution is very simple. Go the admin endpoint of the feature service view and execute updateDefinition and pass {"isUpdatableView" : true} This is all what you really need to do. We can do it for you if we have admin access to your service. Khaled Hassen
... View more
02-26-2019
01:02 PM
|
0
|
1
|
4730
|
|
POST
|
One way to do this is by creating a view layer from this service. You can then set the topFilter in the view. Once this is done, then you should be able to view the results like any other filter in the layer. To set the topFilter in the view, you will need to use the layer admin API and pass the followings: https://servicesurl/ArcGIS/rest/admin/services/view-name/FeatureServer/1/updateDefinition { "viewLayerDefinition" : { "topFilter" : { "orderByFields" : "<yourfileldName> ASC", "groupByFields" : "your _groupBy_fields", "topCount" : 1 } } }
... View more
02-26-2019
10:56 AM
|
1
|
6
|
4622
|
|
POST
|
Sorry if I was not clear. In order to set the view to be updatable you will need to use the feature service admin API. This is where you can change the default. You can also specify this property when creating a new view service. As I have mentioned above, pl. use the rest/admin API as specified in the example above and then pass the json I have specified above. The admin API of the feature service follows the following url pattern. Pl. replace the url below with your view service url. https://.../myOrg/arcgis/rest/admin/services/myServiceName/FeatureServer Thanks Khaled Hassen
... View more
02-26-2019
07:15 AM
|
0
|
0
|
4730
|
|
POST
|
Please check queryTopFeaature API on the feature service layer and it is available on online feature service. It is the same as query API but it will return you the most recent or oldest record/feature(s). The key to this API is to pass the topFilter param which can specify the orderBy and groupBy fields. topFilter: { "groupByFields" : "your-groupby_field(s)", "orderByFields" : "sometime_field ASC", "topCount" : 1 // You can return the most recent 1 or more record } Khaled Hassen Online Feature Service Dev. Lead
... View more
02-26-2019
06:57 AM
|
1
|
8
|
4622
|
|
POST
|
Please check the view "IsUpdatableView". Normally the default is false which would prevent you from editing. You can go the feature service update definition admin API and pass: https://.../myOrg/arcgis/rest/admin/services/myServiceName/FeatureServer {"isUpdatableView" : true} Khaled Hassen Online Feature Service Lead
... View more
02-26-2019
06:51 AM
|
0
|
7
|
4730
|
|
POST
|
Unfortunately we do not support returning attachments for join layer view. I have added an enhancement in online feature service to support returning attachment for joined layer. This will be supported for inner join only. Initial support plan will be UC this year. Also we might put a restriction like the left table needs to be the one with attachment. Will update once we have this is finalized including testing. Khaled Hassen Online feature service lead
... View more
02-22-2019
09:06 AM
|
1
|
3
|
4105
|
|
POST
|
Philip, I have just tested this and I do not really see any bug here. In the view you can use something like: https://url/ArcGIS/rest/admin/services/myViewName/FeatureServer/updateDefinition { "hasStaticData" : false, // You need to set this property to false only if this property is set to true "sourceSchemaChangesAllowed" : true } Pl. note that all views need to set this property to true in order to have this property to be true in the source feature service. Pl. try it again in the view and let me know what error you are getting. Khaled
... View more
02-19-2019
02:15 PM
|
4
|
2
|
13668
|
|
POST
|
Philip, I am assuming you are setting the property in the view service edit definition admin API and not the view layer admin editDefintion admin API. Can you pl. be sure you have no client cache (browser cache). Did you try to perform any schema changes in the source and you failed? This is supposed to work. I will check to see if we have any issue with this. Thanks Khaled
... View more
02-19-2019
06:59 AM
|
0
|
2
|
13668
|
|
POST
|
sourceSchemaChangesAllowed property can only be set on views. So for each view you have from the source, you will need to update sourceSchemaChangesAllowed. Once all views has set this property, then the source will update its status of the sourceSchemaChangesAllowed. Pl. note sourceSchemaChangesAllowed property on a source feature service that has views is computed. If any view has this property is false, then the source will be false. Khaled Hassen Online feature service Lead
... View more
02-18-2019
10:35 AM
|
3
|
4
|
13668
|
|
POST
|
Attachments in appending is something we are looking at to support in the next release or so for sure. But for now, the only other solution besides overwrite the data with the new content in full is using sync. So you will be working with a local copy of the data, edit the data and sync the changes (attachments + features). You might check ArcMap create local copy for editing. Using sync will only send the changes from your local copy and avoid sending data that has not changed. Sync will be even better than append since if you have low bandwidth, we will be sending only the changes.
... View more
02-16-2019
06:35 AM
|
0
|
3
|
10332
|
|
POST
|
Yes sorry. Appending only for features. No schema or attachments.
... View more
02-15-2019
02:11 PM
|
0
|
5
|
3546
|
|
POST
|
Append capability is not required if you use append as the owner or admin of the data. As far as the capability goes, I think you would need to use the feature service updateDefinition API and not the layer updateDefinition API. This is normally the issue I have seen before. We should have error in the API but we are tolerant to the definition that is not valid. I do not think you need to create SD file. Append accepts FileGDB and it is as good without the overhead of creating SD file with fileGDB inside. Thanks Khaled
... View more
02-15-2019
08:37 AM
|
0
|
7
|
3546
|
|
POST
|
This is not currently supported or even possible. A view does not have a storage and it is only a definition that references the original source data. Geometry measurements like area and length are stored with the original source data. You can however request/query data from the view similar to the source in any projection.The returned area/length of the geometry are returned in the native spatial reference units. In order to return the accurate area and length, you will need to query with returnGeodetic=true. This should return accurate geodetic geometry area and length always in meters. Thanks Khaled Hassen Online Feature Service Lead
... View more
02-14-2019
10:44 PM
|
0
|
0
|
1000
|
| Title | Kudos | Posted |
|---|---|---|
| 5 | 07-01-2026 04:05 PM | |
| 2 | 07-01-2026 08:31 AM | |
| 1 | 02-01-2019 08:31 AM | |
| 1 | 01-10-2019 04:25 PM | |
| 1 | 11-20-2025 03:21 PM |
| Online Status |
Offline
|
| Date Last Visited |
Monday
|