forked from makinacorpus/landez
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
110 lines (71 loc) · 1.78 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
=========
CHANGELOG
=========
2.1.2 (unreleased)
==================
* Add delay between tiles downloads retries (by @kiorky)
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