You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-87Lines changed: 11 additions & 87 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,82 +36,6 @@ Software source code previously released under an open source license and then m
36
36
37
37
The GeoPackage JavaScript library currently provides the ability to read GeoPackage files. This library works both in the browser and in Node. In the browser tiles are rendered using HTML5 Canvas and GeoPackages are read using [sql.js](https://github.com/kripken/sql.js/). In Node tiles are rendered [PureImage](https://github.com/joshmarinacci/node-pureimage) and GeoPackages are read using [node-sqlite3](https://github.com/mapbox/node-sqlite3).
38
38
39
-
### Changelog
40
-
41
-
##### 4.2.3
42
-
43
-
- fix cached geometry error
44
-
45
-
##### 4.2.2
46
-
47
-
- fix simplify error
48
-
49
-
##### 4.2.1
50
-
51
-
- Fix for drawing geometries outside of the 3857 bounds
52
-
53
-
##### 4.2.0
54
-
55
-
- Support for drawing vector data into EPSG:4326 tiles
56
-
- Added createStandardWGS84TileTable
57
-
58
-
##### 4.1.0
59
-
60
-
- Typescript updates
61
-
- Extract converters, leaflet plugin, mobile optimizer, and viewer into their own packages
62
-
63
-
##### 4.0.0
64
-
65
-
- Alter tables functions (copy, rename for table and columns)
66
-
- Publish separate node and browser module
67
-
- GeoPackageJS can now be run in Node.js worker_threads and Web Workers
68
-
69
-
##### 2.1.0
70
-
71
-
- Implementation of the Feature Style Extension and Contents ID Extension
72
-
73
-
##### 2.0.8
74
-
75
-
- Checks for Electron when returning a tile creator
76
-
77
-
##### 2.0
78
-
79
-
- All new API utilizing Promises
80
-
81
-
##### 1.1.4
82
-
83
-
- Adds a method to retrieve tiles in EPSG:4326
84
-
85
-
##### 1.1.3
86
-
87
-
- Fixes issue #115
88
-
89
-
##### 1.1.2
90
-
91
-
- fix case where GeoPackage Zoom does not correspond to the web map zoom
92
-
93
-
##### 1.1.1
94
-
95
-
- fix more instances of proj4 bug for react
96
-
- fixed tile generation for images with different x and y pixel densities
97
-
98
-
##### 1.1.0
99
-
100
-
- accept pull request adding support for react
101
-
- fix bug with projected tiles that spanned the date line
102
-
103
-
##### 1.0.25
104
-
105
-
- ensure we use proj4 2.4.3 instead of 2.4.4
106
-
107
-
##### 1.0.22
108
-
109
-
- Fixed bug where querying for indexed features only returned the geometry instead of the entire feature
110
-
111
-
##### 1.0.19
112
-
113
-
- Remove dependency on Lwip
114
-
115
39
### Usage ###
116
40
117
41
View the latest [docs](https://ngageoint.github.io/geopackage-js/).
@@ -122,7 +46,7 @@ View the latest [docs](https://ngageoint.github.io/geopackage-js/).
122
46
```
123
47
```javascript
124
48
125
-
// Specify folder containing the sql-wasm.wasm file.
49
+
// Specify folder containing the sql-wasm.wasm file.
126
50
// By default, geopackage loads from https://server/public/sql-wasm.wasm
0 commit comments