Closed ganigapeta closed 6 years ago
Maybe just because you have a maxZoom
of 16 and a zoom
of 17?
Otherwise, do you get any kind of error in your console of your browser?
@atd-schubert I did not see any error in console, some how my component ngOnInit life hook not triggering on init. map working when i tried in new app. hope this is not error from library. Thanks!
I am trying to ad yaga leaflet basic map in my app, but it remains gray, below is my code snippet.
maps.component.html
maps.component.scss
.yaga-map { min-height: 100% }
maps.component.ts ...
public tileLayerUrl: string = OSM_TILE_LAYER_URL;
...