clusterlayer-plugin-ios
clusterlayer-plugin-ios copied to clipboard
A cluster layer extension to the ArcGIS Runtime for iOS
Using https://public.gis.lacounty.gov/public/rest/services/LACounty_Dynamic/LMS_Data_Public/MapServer/6 this online feature layer to display the data on the map with cluster but when tapping the feature, the geoElements all attribute values are getting null except OBJECTID....
Clustering is not yet available in the new Runtime v100. Update this plugin to work with Runtime v100 - [x] Investigate performance of using `AGSFeatureCollectionTable` with `AGSFeatureLayer`. **Update:** Performance is...
When using "https://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer" service, the cluster function is normal, but when the "http://www.digitalcq.com/RemoteRest/services/CQMap_IMG/MapServer" service is used, there is always only one point in the cluster.I've been bothering me for a...
Hi @nixta, Are you aware of any memory issues with this library? On every call of method `+(AGSClusterLayer *)clusterLayerForFeatureTableLayer:(AGSFeatureTableLayer *)featureTableLayer` the memory footprint of my app is increased by 9-10...
I think the performance could be improved tremendously. Need to do some analysis on the clustering algorithm to see if there are any bottlenecks or just plain silly bits of...
Aren't ivars the ones created with a prefix underscore? Referring to AGSCluster class [here](https://github.com/nixta/clusterlayer-plugin-ios/blob/32600443f2c588c04acebda545cc32c2fc2c2792/AGSClusterLayer/AGSCluster.m#L25-L26)
Looks like both are internal.
Zooming out after continuously zooming in does not load tiles other than the current tile The issue is inconsistent but here are the steps to repro: - zoom in, pan...
Occasionally encountering delays while zooming in and out (particularly when coverages are being calculated). Only consider coverages for the visible extent.
Currently the ClusterLayer is strongly tied to a FeatureLayer. Allow input of: - FeatureSet - QueryTask and Query - Array of Graphics What else?