Achim Hasenmueller
Achim Hasenmueller
Another related issue is custom builds. OL is very large and users are supposed to create a cutomized build with the features they need. The way angular2-openlayers works, it drags...
Couldn't get to the `ol` package to work from TypeScript. https://github.com/openlayers/openlayers/issues/6496
Has anybody given this another try? Not using a monolithic openlayers would have a a lot of advantages.
I have published a version compatible with Angular 12+ (Ivy enabled) as @achimha/ngx-ol
Only a subset of OL4 is implemented. It's usually trivial to add things, just create a component and map all properties.
I am in favor of @Neonox31 's proposal. The current architecture of the library is very Angular/webpack unfriendly and the sooner a useable modular version there is, the better.
Needs three more lines: ``` $s2bs-input-border: #ccc !default; $s2bs-clear-selection-hover-color: $btn-primary-color !default; $s2bs-remove-choice-hover-color: $btn-primary-color !default; ```
I've been using the project for a number of years in a large project. Now I have decided to remove and replace it. I've looked at maintaining the code but...
With rxjs-compat, the whole RxJS gets bundled into the application.
It should be fixed with this PR: https://github.com/shlomiassaf/angular2-modal/pull/325