Skip to content

Commit 1e720bf

Browse files
chore(release): 4.11.0 [skip ci]
1 parent 9ffaecc commit 1e720bf

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [4.11.0](https://github.com/Greenstand/node-mapnik-1/compare/v4.10.2...v4.11.0) (2021-04-30)
2+
3+
4+
### Features
5+
6+
* add dotenv ([e8828ce](https://github.com/Greenstand/node-mapnik-1/commit/e8828ce5151b9291e8ea1732cb7484bb20219195))
7+
* add LRU ([db45e88](https://github.com/Greenstand/node-mapnik-1/commit/db45e88119d05aa1790f537f60aee54a501ca801))
8+
* can compose the geojson by result got from DB ([66fa47f](https://github.com/Greenstand/node-mapnik-1/commit/66fa47f84f1d57b7bbe6d226624cd3d8a7deb7dd))
9+
* can render all layers; now is caching xml config string ([27026e2](https://github.com/Greenstand/node-mapnik-1/commit/27026e2ace9bf4a3572989fc1254fc49fc27ebd2))
10+
* can render by json, just restore the previous way to render it by load xml, and inline json data ([8326783](https://github.com/Greenstand/node-mapnik-1/commit/8326783c3b42425d0d40063cb6e15521ce321bc6))
11+
* can render png on zoom level 2 ([6bfa46e](https://github.com/Greenstand/node-mapnik-1/commit/6bfa46e826a21504236bf699ac64157a8c9e6602))
12+
* pgPool; can render png, json ([ff109d9](https://github.com/Greenstand/node-mapnik-1/commit/ff109d9f530ec3301cbc9577cec3113a42065710))
13+
114
## [4.10.2](https://github.com/Greenstand/node-mapnik-1/compare/v4.10.1...v4.10.2) (2021-04-28)
215

316

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"homepage": "http://mapnik.org",
66
"author": "Dane Springmeyer <[email protected]> (mapnik.org)",
7-
"version": "4.10.2",
7+
"version": "4.11.0",
88
"mapnik_version": "c3eda40e0",
99
"main": "./lib/mapnik.js",
1010
"binary": {

0 commit comments

Comments
 (0)