angular-leaflet-directive
Advanced tools
Changelog
0.7.11 (2015-01-17)
<a name="0.7.9"></a>
Changelog
0.7.9 (2014-10-28)
<a name="0.7.8"></a>
Changelog
0.7.6 (2014-03-20)
<a name="v0.7.4"></a>
Changelog
v0.7.3 (2014-01-11)
The most important change of this release is the overhaul of the markers attribute, which has some implications to mantain backwards compatibility. The icon definition inside a marker must be done without calling explicitly Leaflet Icon creation function. So, instead of:
marker = {
name: "example",
icon: L.icon({
...
})
}
We will use:
marker = {
name: "example",
icon: {
...
}
}
You can take a look at the demo page to see examples of this change: http://tombatossals.github.io/angular-leaflet-directive/#!/examples/customized-markers
<a name="v0.7.2"></a>
Changelog
v0.7.2 (2013-12-29)
<a name="v0.7.1"></a>
Changelog
v0.7.1 (2013-12-22)
<a name="v0.7.0"></a>
Changelog
v0.7.0 (2013-12-15)