Skip to content

Commit 01e8255

Browse files
committed
Adjusted lng wrapping parameter in Atlas
1 parent 799dc15 commit 01e8255

7 files changed

Lines changed: 15 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## GRNOC Worldview Plugin 1.1.3 -- Tue 31 May 2022
4+
* Bugfix/adjustment: new Atlas version with adjusted parameter causing topology past a certain longitude to wrap.
5+
36
## GRNOC Worldview Plugin 1.1.2 -- Thu 31 Mar 2022
47
* Bugfix for map selector panel. When enabled, panel now anchors to right-side, and slides out to the left.
58
* Map selector panel no longer anchors to top, interfering with untitled panel header.

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
VERSION = 1.1.2
2+
VERSION = 1.1.3
33
NAME = globalnoc-worldview-panel
44

55
rpm: dist
@@ -11,4 +11,4 @@ dist: clean
1111
rm -rf dist/$(NAME)-$(VERSION)
1212
mkdir -p dist/$(NAME)-$(VERSION)
1313
cp -r src package.json package-lock.json tsconfig.json yarn.lock jest.config.js .prettierrc.js README.md LICENSE CHANGELOG.md $(NAME).spec dist/$(NAME)-$(VERSION)/
14-
cd dist; tar -czvf $(NAME)-$(VERSION).tar.gz $(NAME)-$(VERSION)/
14+
cd dist; tar -czvf $(NAME)-$(VERSION).tar.gz $(NAME)-$(VERSION)/

globalnoc-worldview-panel.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: globalnoc-worldview-panel
2-
Version: 1.1.2
2+
Version: 1.1.3
33
Release: 1%{?dist}
44
Summary: Network Map Panel For Grafana
55

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "globalnoc-worldview-panel",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",
@@ -26,4 +26,4 @@
2626
"react-virtualized-auto-sizer": "^1.0.5",
2727
"uuid": "^8.3.2"
2828
}
29-
}
29+
}

src/lib/Atlas4.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/Atlas4.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)