Skip to content

Commit e4563b2

Browse files
#110 local .fgb files loading patch release updates
1 parent 934f3bc commit e4563b2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
See [releases](https://github.com/RandomFractals/vscode-vega-viewer/releases)
44
for the brief versions information and feature details with screen pics for this [Geo Data Viewer 🗺️](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.geo-data-viewer) VSCode extension.
55

6+
## v2.3.0 - local flatgeobuf files map view support (2020-09-18)
7+
8+
- [#110](https://github.com/RandomFractals/geo-data-viewer/issues/110)
9+
Load local .fgb files as binary
10+
611
## v2.2.0 - alpha flatgeobuf map view support (2020-09-18)
712

813
- [#98](https://github.com/RandomFractals/geo-data-viewer/issues/98)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "geo-data-viewer",
33
"displayName": "Geo Data Viewer",
44
"description": "🗺️ Geo Data Viewer w/0 Py 🐍 || pyWidgets || pandas 🐼 || @reactjs ⚛️ required to gen. some snazzy maps 🗺️ with keplerGL ...",
5-
"version": "2.2.0",
5+
"version": "2.3.0",
66
"icon": "images/map.png",
77
"publisher": "RandomFractalsInc",
88
"author": "Taras Novak a.k.a. dataPixy devTools maker :)",

0 commit comments

Comments
 (0)