Need mapservers that are offline sync enabled

530
3
07-14-2021 07:43 AM
DevendraKhatri
New Contributor III

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?

 

Tags (2)
0 Kudos
3 Replies
RamaChintapalli
Esri Contributor

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


 

0 Kudos
DevendraKhatri
New Contributor III

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 ?

0 Kudos
RamaChintapalli
Esri Contributor

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

0 Kudos