ngx-openlayers
ngx-openlayers copied to clipboard
Angular2+ components for Openlayers 4.x
Hello, why did you stop supporting? it's hard without you
Fixes a wrong import that was preventing SourceVectorTileComponent from working correctly.
I have a Angular 4 Universal app and i use openlayers. If i run app with client-side app work, but if i try run app with server side render, i...
Hello, i have a lot of days dealing with this: i have a few weeks working with this library, all seems going well, but now i have to show some...
I noticed very high CPU usage with VectorTile layers due to constant change detection. It seems like change detection is triggered by high frequency timers that OL is running which...
Migration to angular 10 I got some complains from angular: `error NG2007: Class is using Angular features but is not decorated. Please add an explicit Angular decorator.` Looks like it's...
As stated above. I would like to disable page scroll while mouse scrolling inside map div. Is there a way to do that?
When I upgrade my project to Angular 10 I get warning messages related to lack of support from ngx-openlayers to angular 10. Please update ngx-openlayers package to support Angular 10.
Is there a way to capture mouse over event on a aol-feature on a OSM map ? I have a device list (points) which are dysplayed on the map and...