Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wattnpapa committed Nov 24, 2017
1 parent f40c4ff commit 45fd594
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
2.0.1
- Fix Setting default Marker Icon

2.0.0
- Add Marker Support

1.7.0
- Compability with Leaflet >= 1.2.0 only
- Remove old Stuff
Expand Down
1 change: 1 addition & 0 deletions dist/leaflet-ais-tracksymbol.js
Original file line number Diff line number Diff line change
Expand Up @@ -1282,6 +1282,7 @@ L.AISTrackSymbolMarker = L.Marker.extend({
this._leaderTime = 360;
options.course = options.cog || 0;
this._iconListByTypeOfShip = options.iconListByTypeOfShip;
this.setIcon(this._iconListByTypeOfShip[0]);

this.setName(options.name || "");

Expand Down
6 changes: 3 additions & 3 deletions dist/leaflet-ais-tracksymbol.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leaflet-ais-tracksymbol",
"version": "2.0.0",
"version": "2.0.1",
"description": "leaflt-ais-tracksymbol",
"publishConfig": {
"registry": "http://registry.npmjs.org/"
Expand Down

0 comments on commit 45fd594

Please sign in to comment.