ngx-openlayers icon indicating copy to clipboard operation
ngx-openlayers copied to clipboard

feat: Angular 10 Support

Open gongAll opened this issue 4 years ago • 3 comments

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.

gongAll avatar Jul 31 '20 07:07 gongAll

So... any news regarding this issue? @quentin-ol @Neonox31 @davinkevin

gongAll avatar Aug 04 '20 01:08 gongAll

I have created a new Angular application and was able to load the example from readme file. What does not work? Angular 10.1.6

olierxleben avatar Oct 11 '20 15:10 olierxleben

Also happen to me... (Angular 10.1.6 and Angular 10.2) There's a lot of messages, for example: Can't bind to 'ngForOf' since it isn't a known property of 'aol-feature'.

  1. If 'aol-source-vector' is an Angular component, then verify that it is part of this module.
  2. If 'aol-source-vector' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
  3. If 'aol-geometry-point' is an Angular component, then verify that it is part of this module.
  4. If 'aol-geometry-point' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.

ShaiBarak avatar Nov 15 '20 07:11 ShaiBarak

Hi, PR 272 created to adress this issue. Do not hesitate to add feedback in PR if needed.

jeremy-eychenne avatar Mar 17 '23 08:03 jeremy-eychenne