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

**cluster-map.component.html** ``` ``` **geojson-source.component.ts** ``` ngOnChanges(changes: SimpleChanges) { if (!this.sourceAdded) { return; } if ( changes.maxzoom && !changes.maxzoom.isFirstChange() || changes.minzoom && !changes.minzoom.isFirstChange() || changes.buffer && !changes.buffer.isFirstChange() || changes.tolerance && !changes.tolerance.isFirstChange()...

bug

I don't seem to be able to add mglDraggable to mgl-features inside a ngFor loop. The dragging function just simply doesn't work. ``` ``` But if I add each of...

bug
good first issue
up for grabs

Is there a way using the new `mgl-markers-for-clusters` and `mgl-geojson-source` components to get clusters at a point and zoom level. With the old Supercluster way, I was able to use...

question
up for grabs

I need to change a Marker color when created via template code. I can set the MarkerOptions when adding the Marker to the Map in typescript, but I'm adding Angular...

question
up for grabs

Can you help me on how to integrate search in the mapbox with lat,lang and addresss

How do you set the color property to default marker? ![image](https://user-images.githubusercontent.com/97513065/185986081-d9230648-b0df-42db-8509-9115418e5c9c.png) ![image](https://user-images.githubusercontent.com/97513065/185986188-76be34fc-8800-401b-a819-8255e6daec3b.png)

Hi, I recently updated to the latest version of the 'Mapbox-gl'. Now, when I'm running my project I get this error message. ``` ./node_modules/mapbox-gl/dist/mapbox-gl.css - Error: Module Error (from ./node_modules/postcss-loader/dist/cjs.js):...

how do you reload this if it has errors rendering the first time? or like if users click it and before loading changes route. ``` ` Marker! ClusterId: {{feature.properties?.cluster_id}}, Points:...

- Changes the compatibility of `mapbox-gl` to allow using the current required v2 version and v3. - Fixed other peer dependency conflicts Fixes #412

When trying to update to mapbox-gl 3.x or higher npm throws an error. Does `[email protected]` support version 3 of mapbox-gl? It seems like [there are no breaking changes](https://github.com/mapbox/mapbox-gl-js/blob/main/CHANGELOG.md#300) in the...