node-red-contrib-web-worldmap 2.31.1 → 2.31.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -0
- package/README.md +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
### Change Log for Node-RED Worldmap
|
|
2
2
|
|
|
3
|
+
- v2.33.3 - Undo previous fix as while more technically correct - doesn't look so good. Issue #217
|
|
4
|
+
- v2.31.2 = Fix more antimeridian crossing wrinkles. Issue #216
|
|
3
5
|
- v2.31.1 - Fix missing type property for drawings, and pass back feedback value. Add route distance. Issue #213, Issue #212, PR #215
|
|
4
6
|
- v2.31.0 - Better handling of KML files. Issue #211
|
|
5
7
|
|
package/README.md
CHANGED
|
@@ -11,6 +11,8 @@ map web page for plotting "things" on.
|
|
|
11
11
|
|
|
12
12
|
### Updates
|
|
13
13
|
|
|
14
|
+
- v2.33.3 - Undo previous fix as while more technically correct - doesn't look so good. Issue #217
|
|
15
|
+
- v2.31.2 = Fix more antimeridian crossing wrinkles. Issue #216
|
|
14
16
|
- v2.31.1 - Fix missing type property for drawings, and pass back feedback value. Add route distance. Issue #213, Issue #212, PR #215
|
|
15
17
|
- v2.31.0 - Better handling of KML files. Issue #211
|
|
16
18
|
- v2.30.3 - Fix for iframe height. Issue #210
|
package/package.json
CHANGED