angular-mapboxgl-directive icon indicating copy to clipboard operation
angular-mapboxgl-directive copied to clipboard

AngularJS directive for Mapbox GL

Results 11 angular-mapboxgl-directive issues
Sort by recently updated
recently updated
newest added

Hi, I have a problem with fullscreen button. When I put a custom navbar and push the fullscreen button, the navbar component disappears. I think that the fullscreen mode button...

Whether to support the mapbox latest version

In your example for Directions control, the path of direction doesn't display on the map. https://naimikan.github.io/angular-mapboxgl-directive/#/examples/show_directions_control how can I show the Path? thanks in advance.

Currently, if I hook into map events using `$scope.$on('mapboxglMap:...'` the handler is running outside of a digest cycle and so model changes inside of them will not be reflected through...

enhancement

Looking for how to add a pop-up to a layer/polygon. This link on the example pages doesn't lod https://naimikan.github.io/angular-mapboxgl-directive/#/examples/add_popup

Hi @Naimikan Do you have a way in your directive to show up a popup when you hover over a marker ? (i use glLayers and glSources like so :...

enhancement

Thanks for writing this directive. My question is about adding a click event to custom markers, where the array of markers gets attached to the `gl-markers` attribute. A mapbox tutorial...

Hi, thank you for this directive, very helpful. I'd like to use the leaflet-image plugin to make a snapshot. Here is the example: https://www.mapbox.com/mapbox.js/example/v1.0.0/leaflet-image/ ``` $scope.$on('mapboxglMap:load', function (event, mapboxglMapEvent) {...

question

Hi everyone! Are there any plans to write a directive for Angular 2? Best regards, Thomas

question

![capture](https://user-images.githubusercontent.com/23710692/35993042-a9d29860-0d3e-11e8-923e-1bc801a18e47.PNG) Hi @Naimikan, I couldn't find how can solve this problem on the document. As I mentioned on this issue title, I am going to implement this functionality using this...

question