angular-mapbox
angular-mapbox copied to clipboard
DEPRECATED - use tombatossals/angular-leaflet-directive instead
The mapbox provides various image format like png, jpg, jpg70, jpg90, @2xpng etc. Can we have that support to make lighter maps of richer maps ?
Few days ago, I noticed that markers weren't displaying anymore (I may have changed something) I don't know why and now, I want to fix this problem. So in my...
How can I draw a polygon?
hello, how it adapts to the resolutions of a div map
While integrating a map on a page we discovered that markers don't work without a **ng-repeat** attribute. For instance, this will not display any marker: ``` html ``` The only...
I've added mapboxService.init({ accessToken: 'YOUR_ACCESS_TOKEN' }); a few times, but its not being used when requesting tiles. I've tried it in my run and config. Where do I put it?
`scale-to-map` only works with markers, and not with feature layers. Make this more generic (to work with lines, feature layers, etc.).
Hi, I'm working with multiple mapbox instances on the same page, and it does not properly handle adding markers with ng-repeat. Looking at the angular-mapbox.js, it seems that this is...
Hello, I have an object like in your example with all my marker coordonates. When I retrieve a json object in ajax and when I override the actual marker object...
So i am using marker directive to plot the markers , but cannot reference the particular marker by an id. like make the popup show of some particular marker. it...