ngx-mapbox-gl icon indicating copy to clipboard operation
ngx-mapbox-gl copied to clipboard

Angular binding of mapbox-gl-js

Results 78 ngx-mapbox-gl issues
Sort by recently updated
recently updated
newest added

I am currently showing markers and popups on click of markers. We have a requirement now to show popups on hover. my template is like below : ``` {{ deal.deal_name...

I'm trying to use the geocoder and I'm only able to do so when I set the type to `any` on the function that receives the event. I'm new to...

``` html ``` Output: ![image](https://user-images.githubusercontent.com/14053728/177510988-3c526598-4265-434b-894d-29d8f15480f2.png) Expected: - mapbox logo is over the custom attributtion - controls are over mapbox logo - controls are not as wide as logo

Heya guys, how to fix this error: ```An error occurred while parsing the WebWorker bundle. This is most likely due to improper transpilation by Babel; please see https://docs.mapbox.com/mapbox-gl-js/guides/install/#transpiling```

Hi there, I have followed the instruction given in the README file but one think I am facing is regarding referring the 'node_modules\@mapbox\mapbox-gl-geocoder' ![image](https://user-images.githubusercontent.com/93252503/174538912-fbc73dea-0465-4cc5-aa70-0527996f9038.png) Anyone else facing the same issue?...

I have tested the following demo page with IPad on a chrome browser and I can't see the fullscreen icon available in the desktop version. Please see the screenshot on...

This seems the safest way to conditionally add cleanup of the created source during layer cleanup. Note by default it won't run and will have to be enabled with the...

From the documentation and demos I can see that only one custom mgl-image can be used as a marker/icon-image per mgl-layer, is that correct? If not, how can I achieve...

Just FYI, as I've seen this in my project as well. When pressing the edit button on the demo show case the outcome has an error: ![image](https://user-images.githubusercontent.com/3269297/166408102-2251294b-e467-4c1d-91dd-4b56ea308565.png) I've fixed it...

Hello. I have a layer with dedicated/dynamic source. The layer is added using *ngIf. If I add a layer, then remove it and add again I have the following error:...