Overview
OSM Maps is a SAIL Component that enables you to integrate Open Street Maps in Appian with a variety of features. It allows you to visualize your organization data based on geography. Directly take any action on that data from the map. Tested with more than 10,000 markers!
Key Features & Functionality
Clustering
Custom Markers
Smart Actions
Dynamically Select & Export Selected Markers
Filter Data Points/ Markers
Points Of Interest (POI)
Routing
Download
Share Location
Search
US Zips Export
Get Address
Dear Appcino developer team,
we use a Plug-in (Component) you have developed, the „OSM Maps Component“ for Appian. We have integrated the component, v1.3.2 and it worked successful, but we have a Problem and we think that others could feel the same way.
The Problem ist, that markers are clustered at the maximum Zoom, the single markers cannot be selected, because of the cluster.
So we must need the option to control able or disable the clustering at a specific zoom. The Solution is the option „disableClusteringAtZoom“, that ist the Marker Clustering functionality for Leaflet. For Example https://leaflet.github.io/Leaflet.markercluster/example/marker-clustering-realworld-maxzoom.388.html.
Currently the function „disableClusteringAtZoom“ is „null“, you find them in the OSM assets at leaflet.markercluster.js.
The file drillDownMap.js unfortunaly has no configuraion for the function „disableClusteringAtZoom“, the function getMarkerClusterObject is a possibility to integrate the configuration, that at the end we can configurate the function „disableClusteringAtZoom“ in Appian.
Our request is now, can you pls view the plug-in and update it with the „disableClusteringAtZoom“ = 17, because the maxZoom is anyway 18 or can you please integrate the option, that we can configurate the ClusteringAtZoom function in Appian.
We look forward to an answer. Thank you.