Skip to content

Commit

Permalink
Use vanilla Leaflet 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 21, 2020
1 parent 6189d4f commit 2a6d382
Show file tree
Hide file tree
Showing 11 changed files with 69 additions and 14,470 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## development
- Add test for customization of Leaflet Popup's "autoWidth" option
- Extract Leaflet's custom "autoWidth" option into "leaflet_plus.ts"
- Use vanilla Leaflet 1.7.1

## v0.13.0
- Update basemaps URL to the new CARTO CDN URL. Thanks, @skgsergio!
Expand Down
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@
"devDependencies": {
"@grafana/e2e": "^7.3.1",
"@grafana/toolkit": "^7.3.1",
"@types/grafana": "https://git@github.com/CorpGlory/types-grafana.git",
"@types/lodash": "^4.14.118",
"@types/moment": "^2.13.0"
"@types/grafana": "https://github.com/CorpGlory/types-grafana.git",
"@types/lodash": "^4.14.165",
"@types/moment": "^2.13.0",
"@types/leaflet": "^1.5.19"
},
"dependencies": {
"jquery": "^3.5.1",
"lodash": "^4.17.11"
"lodash": "^4.17.20",
"leaflet": "^1.7.1"
}
}
Loading

0 comments on commit 2a6d382

Please sign in to comment.