Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Update CHANGELOG. Bump plugin version to 2.5.2
Browse files Browse the repository at this point in the history
Also update dist.
  • Loading branch information
pesintta committed Sep 2, 2023
1 parent 2f6b6f2 commit 3a9ff8f
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v2.5.2

* Bugfix: Always explicitly set map initial zoom level
* Address some issues with plugin.json
* Update scaffolding and dependencies

## v2.5.1

* Bugfix: Address issue using map bounds in query [#111](https://github.com/alexandrainst/alexandra-trackmap-panel/issues/111)
Expand Down
2 changes: 1 addition & 1 deletion dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ This allows customization of the style to be used for the map (e.g. streets, sat

![map_tiles_config](img/map_tiles_config.png)

To make use of this configuration, specify a Tile Server URL (see [schema](https://leafletjs.com/reference-1.7.1.html#tilelayer-url-template)) in the input field.
To make use of this configuration, specify a Tile Server URL (see [schema](https://leafletjs.com/reference.html#tilelayer-url-template)) in the input field.
On the OpenStreetMap Wiki there is a list of [publicly available tile servers](https://wiki.openstreetmap.org/wiki/Tile_servers).

#### Mapbox
Expand Down
Binary file added dist/img/antpath.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions dist/module.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/module.js.map

Large diffs are not rendered by default.

12 changes: 3 additions & 9 deletions dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,10 @@
],
"screenshots": [
{ "name": "Ant Path",
"path": "img/antpath.png"},
{ "name": "Heatmap",
"path": "img/heatmap.png"},
{ "name": "Hexbin",
"path": "img/hexbin.png"},
{ "name": "Markers",
"path": "img/markers.png"}
"path": "img/antpath.png"}
],
"version": "2.5.1",
"updated": "2023-08-25"
"version": "2.5.2",
"updated": "2023-09-02"
},
"dependencies": {
"grafanaDependency": ">=8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alexandra-trackmap-panel",
"version": "2.5.1",
"version": "2.5.2",
"description": "A map plugin to visualise GPS data as markers, hexbin, ant path, or heatmap",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit 3a9ff8f

Please sign in to comment.