TDesjardins / gwt-ol

GWT wrapper for OpenLayers 3+ using JSInterop
Apache License 2.0
70 stars 33 forks source link

New release? #92

Closed cukurvate closed 7 years ago

cukurvate commented 7 years ago

Hi, first of all, thank you for developing GWT-OL3.

I would like to ask, are you planning on releasing a new version? I see that some essential features (particularly, clustering) are added after the 3.0.0 version release, which would be great to try out.

Also, is it currently possible to create a popup?

TDesjardins commented 7 years ago

I want to release v4.0.0 soon. There are some issues left I want to include.

Popups are already possible. You can use ol.Overlay in combination with map click or selection events. See http://openlayers.org/en/latest/examples/popup.html

TDesjardins commented 7 years ago

The new release v4.0.0 is now available and already in Maven central.