angular-ui / ui-leaflet

AngularJS directive to embed an interact with maps managed by Leaflet library
http://angular-ui.github.io/ui-leaflet
Other
315 stars 137 forks source link

Mapbox Markers #42

Open nmccready opened 8 years ago

nmccready commented 8 years ago

From @cyprusglobe on January 16, 2015 17:31

is it possible to use map box markers in here?

Copied from original issue: tombatossals/angular-leaflet-directive#606

nmccready commented 8 years ago

From @tombatossals on January 17, 2015 11:54

Hi @cyprusglobe, can you provide me a link to the map box markers you are referring to?

nmccready commented 8 years ago

From @cyprusglobe on January 23, 2015 16:58

@tombatossals here is the link for geojson

https://a.tiles.mapbox.com/v4/cyprusglobe.kfnme1k8/features.json?access_token=pk.eyJ1IjoiY3lwcnVzZ2xvYmUiLCJhIjoiejg3TndqVSJ9.YHXl8rm_IcgqrvJ-b0p8LQ

nmccready commented 8 years ago

From @aguilarm on March 6, 2015 19:17

@cyprusglobe ever get the markers imported to this? Pretty sure you can do it by parsing the geojson and adding them as markers using leaflet but if you found a painless way to do it I'm trying to do this as well.