-
Notifications
You must be signed in to change notification settings - Fork 52
/
CHANGES
148 lines (94 loc) · 2.63 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
=========
CHANGELOG
=========
2.5.1.dev0
==================
*
2.5.0 (2019-04-16)
==================
* Add support of Python 3.
2.4.1 (2019-03-13)
==================
* Do not try to get tiles again when tiles doesn't exist.
2.4.0 (2017-03-02)
==================
* Do not crash when overlay tile data is not a valid image
* Correctly generate metadata for zoom levels
* Add support for tms mbtiles
* Correct tile box calculation for case when floating point value is an integer
* Correctly generate metadata for zoom levels
* Use the full path to construct the cache directory, as otherwise different
tiles sets on the same server are considered to be the same one
* Added a name metadata to prevent Maptiler crash
2.3.0 (2014-11-18)
==================
* Add headers to WMS sources if specified (thanks @sempixel!)
2.2.0 (2014-09-22)
==================
* Add delay between tiles downloads retries (by @kiorky)
* Add option to ignore errors during MBTiles creation (e.g. download errors)
2.1.1 (2013-08-27)
==================
* Do not hard-code ``grid();`` JSONP callback.
2.1.0 (2013-08-27)
==================
* Add TMS support (ebrehault)
* Add default subdomains argument for TileSource
* Add ability to set HTTP headers for tiles
* Fix file corruption on Windows (by @osuchw)
2.0.3 (2013-05-03)
==================
* Fix Mapnik signature on render()
2.0.2 (2012-06-21)
==================
* Prevent the whole image to be converted to grayscale
* Explicitly check http status code at tiles download
2.0.1 (2012-05-29)
==================
* Fix infinite loop on blending layers
2.0.0 (2012-05-25)
==================
* Rework cache mechanism
* Jpeg tiles support (#14)
* Remove use of temporary files
* Image post-processing (#11)
2.0.0-alpha (2012-05-23)
========================
* Refactoring of whole stack
1.8.2 (2012-03-27)
==================
* Fix Mapnik rendering
1.8.1 (2012-02-24)
==================
* Fix MBTiles cache cleaning
1.8 (2012-02-24)
================
* WMS support
* Tiles compositing
1.7 (2012-02-17)
================
* Catch Sqlite exceptions
1.6 (2012-02-08)
================
* UTF-Grid support for MBTiles files
1.5 (2011-12-07)
================
* Subdomain support for tiles servers
* Low level tiles manipulation
* Use i18n
1.4 (2011-10-17)
================
* Remove extra logging message of mbutil
1.3 (2011-09-23)
================
* Export set of tiles into single image
1.2 (2011-06-21)
================
* Raise exception if no tiles in coverages
1.1 (2012-04-18)
================
* Move internals to landez module
* Split projection into separate module
1.0 (2011-04-18)
================
* Initial working version