Skip to content

Commit 47c0230

Browse files
chore(release): 4.9.0 [skip ci]
1 parent 2e02ff0 commit 47c0230

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# [4.9.0](https://github.com/Greenstand/node-mapnik-1/compare/v4.8.10...v4.9.0) (2021-04-16)
2+
3+
4+
### Bug Fixes
5+
6+
* break on wallet tree layer ([7a44b21](https://github.com/Greenstand/node-mapnik-1/commit/7a44b21adaf63c2de0785770246eb5663a78e650))
7+
8+
9+
### Features
10+
11+
* basic xml config ([e446599](https://github.com/Greenstand/node-mapnik-1/commit/e44659917a9444ec4f7c341052f5e44d86da2680))
12+
* building xmlString move to config.js ([cde0ea1](https://github.com/Greenstand/node-mapnik-1/commit/cde0ea1708eb37244e93f957eb576ca56bddac46))
13+
* can add zoom target ([3cd3e08](https://github.com/Greenstand/node-mapnik-1/commit/3cd3e089fbebce27dbafd175313a2dbbf10cdc99))
14+
* can display all level for normal map ([22cae28](https://github.com/Greenstand/node-mapnik-1/commit/22cae288b0f3b87151603138e8e241c917a580f4))
15+
* can format number with 'K', can display bigger circle ([2d76fc1](https://github.com/Greenstand/node-mapnik-1/commit/2d76fc18a81b6223465de2c0a4f05ab41cf58976))
16+
* can load setting by map/sql model ([1b71d29](https://github.com/Greenstand/node-mapnik-1/commit/1b71d29ee6d99ddc2bcb3aa237bee2f91766a519))
17+
* can read config from string ([ccc5447](https://github.com/Greenstand/node-mapnik-1/commit/ccc5447d14bc67bf5543e6ae8c4a8aa0b6a416b3))
18+
* can render cluster ([dc9c2fb](https://github.com/Greenstand/node-mapnik-1/commit/dc9c2fbd9ec047c65b1ae48824c93455a8a2e9cc))
19+
* can render number on cluster icon ([5f9629c](https://github.com/Greenstand/node-mapnik-1/commit/5f9629cd75e72c646d2a73b40419ea667959a265))
20+
* can render org tile ([96ac2b2](https://github.com/Greenstand/node-mapnik-1/commit/96ac2b2f81f96f6013abdeb81e512448280c6af9))
21+
* can return zoom_to ([ef5fa24](https://github.com/Greenstand/node-mapnik-1/commit/ef5fa24988768c0f3ccc85158207cacf6cbfcb94))
22+
* font improvment; ([3224a87](https://github.com/Greenstand/node-mapnik-1/commit/3224a87fe29176dd149b795c273af36562badafb))
23+
* font test passed ([aa6fc31](https://github.com/Greenstand/node-mapnik-1/commit/aa6fc31a2ab9bc77a4af67d657b5c15d8c346222))
24+
* now can display tree point with correct icon ([0fbcc5d](https://github.com/Greenstand/node-mapnik-1/commit/0fbcc5dd1f97638c6006c06da739600ff12df878))
25+
* use shieldsymbol to display icon; ([a9cac85](https://github.com/Greenstand/node-mapnik-1/commit/a9cac85317e5c3da65ee4cb15a7e9fac3631b5f6))
26+
* zoom target support org map ([86fcb45](https://github.com/Greenstand/node-mapnik-1/commit/86fcb45c40df5f518053cabd30d7bb7e25d2fba9))
27+
128
## [4.8.10](https://github.com/Greenstand/node-mapnik-1/compare/v4.8.9...v4.8.10) (2021-04-01)
229

330

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.8.10",
7+
"version": "4.9.0",
88
"mapnik_version": "c3eda40e0",
99
"main": "./lib/mapnik.js",
1010
"binary": {

0 commit comments

Comments
 (0)