Conversation
supportI tried importing the example geojson polygon file and it displays fine. Same for the one I provided, which is a bunch of points. However, there’s: no clustering applied to them, and it’s not clear if the infowindow can be made to display any of the extra data. I don’t know if these are just missing features or if it’s a documentation issue. Any guidance would be appreciated.
Hello, You are displaying markers on the map using GeoJSON. 1# Clustering does not work with markers created from GeoJSON. It only applies to manually created markers. 2# Infowindows for markers are also generated from GeoJSON data itself and are not managed by us. The infowindow is created by GeoJSON, not controlled by our system. Best Regards
Then it would be useful for the example file to have content that triggers an infowindow or the appropriate keys be otherwise documented. Now it has a few extra properties, but they are not visible through the map.
Hello, You are displaying markers on the map using GeoJSON. 1# Clustering does not work with markers created from GeoJSON. It only applies to manually created markers. 2# Infowindows for markers are also generated from GeoJSON data itself and are not managed by us. The infowindow is created by GeoJSON, not controlled by our system. Best Regards
Then it would be useful for the example file to have content that triggers an infowindow or the appropriate keys be otherwise documented. Now it has a few extra properties, but they are not visible through the map.