I am looking for offline capable ESRI map servers URLs, have searched online and in the community as well. I haven't seen any sync enabled URLs. Are there any sync enabled map servers publicly available ? Please share if any.
Also, can I create map server myself with just a normal developer licence without ArcGIS server, desktop and pro?
Hi,
ArcGIS MapServices do not support editing and sync operations. For editing (including sync), you need to work with FeatureServices.
https://developers.arcgis.com/rest/services-reference/enterprise/map-service.htm
https://developers.arcgis.com/rest/services-reference/enterprise/feature-service.htm
Thanks
Rama
Thanks for response,
Also, Mapserver has the capability to group multiple layers, does FeatureService also provide this capability !
Can we group multiple FeatureService as one group ?
FeatureServices cannot be grouped while publishing. Even ArcGIS Online also doesn't support it for Hosted FeatureServices.
https://support.esri.com/en/technical-article/000012250
However you can group FeatureLayers on the client side in Runtime
https://developers.arcgis.com/android/api-reference/reference/com/esri/arcgisruntime/layers/GroupLay...
Thanks
Rama