TDesjardins / gwt-ol

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

Support for line dash offset in ol.style.Stroke and ol.style.StrokeOptions #104

Closed gkresic closed 7 years ago

gkresic commented 7 years ago

Caveat: GWT/JSInterop stuff works, I can see member variables set in JavaScript, but it seems this attribute is broken in OpenLayers.

Reported an issue here: https://github.com/openlayers/openlayers/issues/7040

Still, I believe this brings value to gwt-ol3, so this PR.

TDesjardins commented 7 years ago

@gkresic Looks like it is not supported by the ol renderer, yet. I think the integration only makes sense, if this functionality works.

gkresic commented 7 years ago

Indeed.

So I made PR over there too :)

TDesjardins commented 7 years ago

Hehe, you are a capable developer ;-) I will keep the PR open.

gkresic commented 7 years ago

PR in OL is merged, but I don't know when new version will be released.

TDesjardins commented 7 years ago

Thanks!