-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenLayers 6.14.1 and ol-ext 3.2.22 #84
OpenLayers 6.14.1 and ol-ext 3.2.22 #84
Conversation
…or EditBar, update to ol-ext 3.2.22
@@ -13,7 +13,7 @@ export interface Options extends InteractionOptions { | |||
coordinate?: Coordinate; | |||
buttons?: Button[]; | |||
maxButtons?: number; | |||
type?: GeometryType; | |||
type?: typeof GeometryType; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah nice! I think that was one of the things where I struggled when I tried to use the native OL version types!
Thank you very much! This will help a lot. A while ago, I already looked into trying to make it work with the native types of OL, but could not make it work. So thanks again! |
I tested all examples. |
@smellman (CC: @Siedlerchr) @Siedlerchr |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for your work on this! This is really a huge improvement!
This WIP PR contains following: