Take the 2-minute tour ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

In this leaflet example. When hovered over a cluster marker, it shows the bounding area of the clustered features which is known as convex hull.

Is there a way to reproduce it with OpenLayers?

share|improve this question
1  
The example is impressive, but I'm afraid there's no such tool available in openlayers. You have to implement the algorithm by yourself. –  Mingfeng Sep 12 '13 at 14:17
add comment

1 Answer

up vote 2 down vote accepted

No, there are no tools yet for this purpose.

share|improve this answer
add comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.