@basemaps/shared 7.0.0 → 7.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (142) hide show
  1. package/build/__tests__/api.test.d.ts +0 -1
  2. package/build/__tests__/api.test.js +38 -37
  3. package/build/__tests__/api.test.js.map +1 -1
  4. package/build/__tests__/env.test.d.ts +0 -1
  5. package/build/__tests__/env.test.js +7 -6
  6. package/build/__tests__/env.test.js.map +1 -1
  7. package/build/__tests__/fqdn.test.d.ts +1 -0
  8. package/build/__tests__/fqdn.test.js +39 -0
  9. package/build/__tests__/fqdn.test.js.map +1 -0
  10. package/build/__tests__/url.test.d.ts +0 -1
  11. package/build/__tests__/url.test.js +11 -10
  12. package/build/__tests__/url.test.js.map +1 -1
  13. package/build/__tests__/util.test.d.ts +0 -1
  14. package/build/__tests__/util.test.js +42 -41
  15. package/build/__tests__/util.test.js.map +1 -1
  16. package/build/__tests__/vdom.test.d.ts +0 -1
  17. package/build/__tests__/vdom.test.js +30 -29
  18. package/build/__tests__/vdom.test.js.map +1 -1
  19. package/build/api.d.ts +0 -1
  20. package/build/api.js +1 -1
  21. package/build/api.js.map +1 -1
  22. package/build/cli/__tests__/git.tag.test.d.ts +0 -1
  23. package/build/cli/__tests__/git.tag.test.js +6 -5
  24. package/build/cli/__tests__/git.tag.test.js.map +1 -1
  25. package/build/cli/base.d.ts +0 -2
  26. package/build/cli/base.js +30 -9
  27. package/build/cli/base.js.map +1 -1
  28. package/build/cli/git.tag.d.ts +0 -1
  29. package/build/cli/info.d.ts +0 -2
  30. package/build/cli/info.js +3 -5
  31. package/build/cli/info.js.map +1 -1
  32. package/build/config.d.ts +0 -1
  33. package/build/config.js +1 -1
  34. package/build/config.js.map +1 -1
  35. package/build/const.d.ts +0 -1
  36. package/build/const.js +1 -1
  37. package/build/const.js.map +1 -1
  38. package/build/dynamo/__tests__/config.dynamo.test.d.ts +0 -1
  39. package/build/dynamo/__tests__/config.dynamo.test.js +71 -41
  40. package/build/dynamo/__tests__/config.dynamo.test.js.map +1 -1
  41. package/build/dynamo/__tests__/config.imagery.test.d.ts +0 -1
  42. package/build/dynamo/__tests__/config.imagery.test.js +41 -47
  43. package/build/dynamo/__tests__/config.imagery.test.js.map +1 -1
  44. package/build/dynamo/__tests__/config.provider.test.d.ts +0 -1
  45. package/build/dynamo/__tests__/config.provider.test.js +6 -5
  46. package/build/dynamo/__tests__/config.provider.test.js.map +1 -1
  47. package/build/dynamo/dynamo.config.base.d.ts +0 -1
  48. package/build/dynamo/dynamo.config.base.js +18 -11
  49. package/build/dynamo/dynamo.config.base.js.map +1 -1
  50. package/build/dynamo/dynamo.config.cached.d.ts +0 -1
  51. package/build/dynamo/dynamo.config.cached.js +6 -1
  52. package/build/dynamo/dynamo.config.cached.js.map +1 -1
  53. package/build/dynamo/dynamo.config.d.ts +42 -5
  54. package/build/dynamo/dynamo.config.js +55 -8
  55. package/build/dynamo/dynamo.config.js.map +1 -1
  56. package/build/file.system.d.ts +26 -0
  57. package/build/file.system.js +98 -0
  58. package/build/file.system.js.map +1 -0
  59. package/build/file.system.middleware.d.ts +20 -0
  60. package/build/file.system.middleware.js +23 -0
  61. package/build/file.system.middleware.js.map +1 -0
  62. package/build/imagery.url.d.ts +67 -0
  63. package/build/imagery.url.js +50 -0
  64. package/build/imagery.url.js.map +1 -0
  65. package/build/index.d.ts +12 -10
  66. package/build/index.js +12 -8
  67. package/build/index.js.map +1 -1
  68. package/build/log.d.ts +0 -1
  69. package/build/log.js +3 -1
  70. package/build/log.js.map +1 -1
  71. package/build/logger.fatal.error.d.ts +0 -1
  72. package/build/logger.fatal.error.js +6 -0
  73. package/build/logger.fatal.error.js.map +1 -1
  74. package/build/url.d.ts +0 -1
  75. package/build/url.js.map +1 -1
  76. package/build/util.d.ts +0 -1
  77. package/build/util.js.map +1 -1
  78. package/build/vdom.d.ts +0 -1
  79. package/build/vdom.js +25 -0
  80. package/build/vdom.js.map +1 -1
  81. package/package.json +17 -13
  82. package/CHANGELOG.md +0 -1118
  83. package/build/__tests__/api.test.d.ts.map +0 -1
  84. package/build/__tests__/env.test.d.ts.map +0 -1
  85. package/build/__tests__/url.test.d.ts.map +0 -1
  86. package/build/__tests__/util.test.d.ts.map +0 -1
  87. package/build/__tests__/vdom.test.d.ts.map +0 -1
  88. package/build/api.d.ts.map +0 -1
  89. package/build/cli/__tests__/git.tag.test.d.ts.map +0 -1
  90. package/build/cli/base.d.ts.map +0 -1
  91. package/build/cli/git.tag.d.ts.map +0 -1
  92. package/build/cli/info.d.ts.map +0 -1
  93. package/build/cog/constants.d.ts +0 -5
  94. package/build/cog/constants.d.ts.map +0 -1
  95. package/build/cog/constants.js +0 -5
  96. package/build/cog/constants.js.map +0 -1
  97. package/build/cog/gdal.config.d.ts +0 -51
  98. package/build/cog/gdal.config.d.ts.map +0 -1
  99. package/build/cog/gdal.config.js +0 -23
  100. package/build/cog/gdal.config.js.map +0 -1
  101. package/build/cog/stac.d.ts +0 -32
  102. package/build/cog/stac.d.ts.map +0 -1
  103. package/build/cog/stac.js +0 -3
  104. package/build/cog/stac.js.map +0 -1
  105. package/build/cog/types.d.ts +0 -83
  106. package/build/cog/types.d.ts.map +0 -1
  107. package/build/cog/types.js +0 -2
  108. package/build/cog/types.js.map +0 -1
  109. package/build/composite.error.d.ts +0 -2
  110. package/build/composite.error.d.ts.map +0 -1
  111. package/build/composite.error.js +0 -2
  112. package/build/composite.error.js.map +0 -1
  113. package/build/config.d.ts.map +0 -1
  114. package/build/const.d.ts.map +0 -1
  115. package/build/dynamo/__tests__/config.dynamo.test.d.ts.map +0 -1
  116. package/build/dynamo/__tests__/config.imagery.test.d.ts.map +0 -1
  117. package/build/dynamo/__tests__/config.provider.test.d.ts.map +0 -1
  118. package/build/dynamo/dynamo.config.base.d.ts.map +0 -1
  119. package/build/dynamo/dynamo.config.cached.d.ts.map +0 -1
  120. package/build/dynamo/dynamo.config.d.ts.map +0 -1
  121. package/build/file/__tests__/file.local.test.d.ts +0 -2
  122. package/build/file/__tests__/file.local.test.d.ts.map +0 -1
  123. package/build/file/__tests__/file.local.test.js +0 -49
  124. package/build/file/__tests__/file.local.test.js.map +0 -1
  125. package/build/file/__tests__/file.operator.test.helper.d.ts +0 -22
  126. package/build/file/__tests__/file.operator.test.helper.d.ts.map +0 -1
  127. package/build/file/__tests__/file.operator.test.helper.js +0 -56
  128. package/build/file/__tests__/file.operator.test.helper.js.map +0 -1
  129. package/build/file/file.config.d.ts +0 -28
  130. package/build/file/file.config.d.ts.map +0 -1
  131. package/build/file/file.config.js +0 -11
  132. package/build/file/file.config.js.map +0 -1
  133. package/build/file/index.d.ts +0 -11
  134. package/build/file/index.d.ts.map +0 -1
  135. package/build/file/index.js +0 -56
  136. package/build/file/index.js.map +0 -1
  137. package/build/index.d.ts.map +0 -1
  138. package/build/log.d.ts.map +0 -1
  139. package/build/logger.fatal.error.d.ts.map +0 -1
  140. package/build/url.d.ts.map +0 -1
  141. package/build/util.d.ts.map +0 -1
  142. package/build/vdom.d.ts.map +0 -1
package/CHANGELOG.md DELETED
@@ -1,1118 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [7.0.0](https://github.com/linz/basemaps/compare/v6.46.0...v7.0.0) (2023-11-27)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * **server:** create missing all tileset and stac lookup locations ([#3003](https://github.com/linz/basemaps/issues/3003)) ([d9fcbd9](https://github.com/linz/basemaps/commit/d9fcbd9be22f239e915e029912d48e038de13765))
12
-
13
-
14
- ### Features
15
-
16
- * Add proof of concept docs site BM-917 ([#2990](https://github.com/linz/basemaps/issues/2990)) ([cabccc7](https://github.com/linz/basemaps/commit/cabccc730de0c0016e9d102dc8df6acbf1510e00))
17
- * **cli:** Relocate dgal and cog from cli package. BM-879 ([#2984](https://github.com/linz/basemaps/issues/2984)) ([6ebb106](https://github.com/linz/basemaps/commit/6ebb1061b8b044e8bb519a26ddd5912b57494d22))
18
-
19
-
20
-
21
-
22
-
23
- # [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10)
24
-
25
- **Note:** Version bump only for package @basemaps/shared
26
-
27
-
28
-
29
-
30
-
31
- # [6.45.0](https://github.com/linz/basemaps/compare/v6.44.0...v6.45.0) (2023-09-18)
32
-
33
- **Note:** Version bump only for package @basemaps/shared
34
-
35
-
36
-
37
-
38
-
39
- # [6.44.0](https://github.com/linz/basemaps/compare/v6.43.0...v6.44.0) (2023-09-05)
40
-
41
-
42
- ### Features
43
-
44
- * add og:image preview to all basemaps links BM-264 ([#2925](https://github.com/linz/basemaps/issues/2925)) ([de00528](https://github.com/linz/basemaps/commit/de005285eac0c2f5e2c83c8eeaa61aafeff8edde))
45
-
46
-
47
-
48
-
49
-
50
- # [6.43.0](https://github.com/linz/basemaps/compare/v6.42.1...v6.43.0) (2023-08-22)
51
-
52
-
53
- ### Features
54
-
55
- * add github build id to cli, landing and tiler ([#2874](https://github.com/linz/basemaps/issues/2874)) ([eb8c7b9](https://github.com/linz/basemaps/commit/eb8c7b97822cda117c38d0341a5d6e3506c63c57))
56
-
57
-
58
-
59
-
60
-
61
- # [6.41.0](https://github.com/linz/basemaps/compare/v6.40.0...v6.41.0) (2023-07-26)
62
-
63
-
64
- ### Bug Fixes
65
-
66
- * truncate the api key when logging ([#2828](https://github.com/linz/basemaps/issues/2828)) ([3396593](https://github.com/linz/basemaps/commit/33965937fdc6cce4bc50b5ed41616a65c830ec6f))
67
-
68
-
69
-
70
-
71
-
72
- # [6.40.0](https://github.com/linz/basemaps/compare/v6.39.0...v6.40.0) (2023-03-16)
73
-
74
-
75
- ### Bug Fixes
76
-
77
- * **server:** make --no-config actually load the configuration from tiffs ([#2682](https://github.com/linz/basemaps/issues/2682)) ([019ee50](https://github.com/linz/basemaps/commit/019ee50ee22cda2ce143f9a012d4aaa9ffc0edc9))
78
-
79
-
80
- ### Features
81
-
82
- * **server:** change CLI interface to support multiple tiff folders ([#2688](https://github.com/linz/basemaps/issues/2688)) ([7fcd310](https://github.com/linz/basemaps/commit/7fcd310425aaf02bbadab2bb3b89cce5b7462c8f))
83
- * filter layers by date ([#2662](https://github.com/linz/basemaps/issues/2662)) ([745b6b6](https://github.com/linz/basemaps/commit/745b6b6e0ae40c5094647cf602ddf2bdd29a7d5f))
84
-
85
-
86
-
87
-
88
-
89
- # [6.39.0](https://github.com/linz/basemaps/compare/v6.38.0...v6.39.0) (2023-01-25)
90
-
91
-
92
- ### Bug Fixes
93
-
94
- * **shared:** res zoom should allow for a tiny amount of floating point error ([#2653](https://github.com/linz/basemaps/issues/2653)) ([7fcc9c5](https://github.com/linz/basemaps/commit/7fcc9c58ad4282036d93dd221284db43863a5a81))
95
-
96
-
97
-
98
-
99
-
100
- # [6.38.0](https://github.com/linz/basemaps/compare/v6.37.0...v6.38.0) (2022-12-11)
101
-
102
-
103
- ### Features
104
-
105
- * **config:** load the min/max zoom levels of a cotar overview from the wmtscapabilties ([#2621](https://github.com/linz/basemaps/issues/2621)) ([3fe70cf](https://github.com/linz/basemaps/commit/3fe70cf4f934a84e303a935bd3f7f8f6fcc41652))
106
-
107
-
108
-
109
-
110
-
111
- # [6.37.0](https://github.com/linz/basemaps/compare/v6.36.0...v6.37.0) (2022-12-05)
112
-
113
-
114
- ### Bug Fixes
115
-
116
- * **cli:** Fix the output for the overview cli as fsa.stream corrupt the file write to aws. ([#2585](https://github.com/linz/basemaps/issues/2585)) ([5875514](https://github.com/linz/basemaps/commit/5875514baeb5bbf3905460aad0dcef9ba0887322))
117
-
118
-
119
- ### Features
120
-
121
- * **cli:** New cli to create github pr for the import imagery workflow. ([#2515](https://github.com/linz/basemaps/issues/2515)) ([8f51284](https://github.com/linz/basemaps/commit/8f51284a48e02b6a0209afb02095351368555f39))
122
- * **cli:** New cli to create overview of imagery BM-628 ([#2540](https://github.com/linz/basemaps/issues/2540)) ([7c21ca0](https://github.com/linz/basemaps/commit/7c21ca0f56cca472b92972f488380313b3de31ee))
123
-
124
-
125
-
126
-
127
-
128
- # [6.36.0](https://github.com/linz/basemaps/compare/v6.35.0...v6.36.0) (2022-10-18)
129
-
130
-
131
- ### Bug Fixes
132
-
133
- * Remove AssetLocation and using cb_lastest to get default assets. BM-693 ([#2527](https://github.com/linz/basemaps/issues/2527)) ([fce8607](https://github.com/linz/basemaps/commit/fce860786fb838a6fcbe65f35ca9ec6f12eeaf97))
134
-
135
-
136
-
137
-
138
-
139
- # [6.35.0](https://github.com/linz/basemaps/compare/v6.34.0...v6.35.0) (2022-09-14)
140
-
141
-
142
- ### Bug Fixes
143
-
144
- * **lambda-tiler:** ensure wmts and style propagate config location ([#2445](https://github.com/linz/basemaps/issues/2445)) ([d93a34b](https://github.com/linz/basemaps/commit/d93a34b50bce9b49a30baa1fbfd7142332738d23))
145
- * **shared:** actually catch read errors ([#2451](https://github.com/linz/basemaps/issues/2451)) ([e349f3e](https://github.com/linz/basemaps/commit/e349f3e81a1eb75d27bf69a1a6474f70a5b02ef8))
146
- * **shared:** do not attempt to lookup roles for the role config data ([#2461](https://github.com/linz/basemaps/issues/2461)) ([bdd5c72](https://github.com/linz/basemaps/commit/bdd5c72f084d988f36c01204ebdae6641c9011aa))
147
- * **shared:** ensure & is escaped in xml ([#2456](https://github.com/linz/basemaps/issues/2456)) ([665e433](https://github.com/linz/basemaps/commit/665e4335cbf52aeb2292295aba40fa40abf4c1b0))
148
-
149
-
150
- ### Features
151
-
152
- * switch to aws role provider from chunkd ([#2473](https://github.com/linz/basemaps/issues/2473)) ([87be0e0](https://github.com/linz/basemaps/commit/87be0e08610f02003cb4ec3f6ced9b2051ee1617))
153
- * use $AWS_ROLE_CONFIG_PATH to be more consistent ([#2476](https://github.com/linz/basemaps/issues/2476)) ([e5d0f1f](https://github.com/linz/basemaps/commit/e5d0f1f6cdefd383366c2b7c53994568a5f67a21))
154
- * **cli:** New cli to create cog map sheet from a give fgb file and config. ([#2472](https://github.com/linz/basemaps/issues/2472)) ([6cf2563](https://github.com/linz/basemaps/commit/6cf25638e2ae4fe365aa78ab77cd0d319c02d7a0))
155
- * allow loading config from ?config ([#2442](https://github.com/linz/basemaps/issues/2442)) ([8f946d8](https://github.com/linz/basemaps/commit/8f946d8ffb155304b80c26aca0faf4c64136390f))
156
-
157
-
158
-
159
-
160
-
161
- # [6.34.0](https://github.com/linz/basemaps/compare/v6.33.0...v6.34.0) (2022-08-17)
162
-
163
- **Note:** Version bump only for package @basemaps/shared
164
-
165
-
166
-
167
-
168
-
169
- # [6.33.0](https://github.com/linz/basemaps/compare/v6.32.2...v6.33.0) (2022-08-01)
170
-
171
-
172
- ### Bug Fixes
173
-
174
- * **lambda-analytics:** do not track invalid api keys BM-642 ([#2392](https://github.com/linz/basemaps/issues/2392)) ([9f84285](https://github.com/linz/basemaps/commit/9f84285ed203bf3443f288b20482cb18d6b13c40))
175
-
176
-
177
-
178
-
179
-
180
- ## [6.32.1](https://github.com/linz/basemaps/compare/v6.32.0...v6.32.1) (2022-07-28)
181
-
182
- **Note:** Version bump only for package @basemaps/shared
183
-
184
-
185
-
186
-
187
-
188
- # [6.32.0](https://github.com/linz/basemaps/compare/v6.31.0...v6.32.0) (2022-07-28)
189
-
190
-
191
- ### Features
192
-
193
- * **lambda-tiler:** log cache hit percentages ([#2368](https://github.com/linz/basemaps/issues/2368)) ([3f7bf0c](https://github.com/linz/basemaps/commit/3f7bf0c39ba46797b1a271a191fe51fc578abffc))
194
- * **lambda-tiler:** move all routes to route handler ([#2354](https://github.com/linz/basemaps/issues/2354)) ([4896e7c](https://github.com/linz/basemaps/commit/4896e7c47488389845ce22fdf46a8aadf79495a2))
195
-
196
-
197
-
198
-
199
-
200
- # [6.31.0](https://github.com/linz/basemaps/compare/v6.30.0...v6.31.0) (2022-07-22)
201
-
202
-
203
- ### Features
204
-
205
- * upgrade proj to 2.8.0 as it has improved transverse mercator projection logic BM-631 ([#2346](https://github.com/linz/basemaps/issues/2346)) ([4b74efb](https://github.com/linz/basemaps/commit/4b74efb07f69ceeaea9351d8e8012bc214c7614c))
206
-
207
-
208
-
209
-
210
-
211
- # [6.30.0](https://github.com/linz/basemaps/compare/v6.29.0...v6.30.0) (2022-07-20)
212
-
213
-
214
- ### Bug Fixes
215
-
216
- * **lambda-tiler:** allow /v1/tiles/WMTSCapabilities.xml and default to using "aerial" ([#2329](https://github.com/linz/basemaps/issues/2329)) ([4615d3a](https://github.com/linz/basemaps/commit/4615d3a776fb6f5b9bed86824b931224469ed278))
217
- * **shared:** assume vdom output is always utf8 ([#2327](https://github.com/linz/basemaps/issues/2327)) ([f458132](https://github.com/linz/basemaps/commit/f458132d8c0cdf93e1e2ddb9d9d7638fff18c141))
218
-
219
-
220
- ### Features
221
-
222
- * **cli:** add cli for listing, filtering and grouping files in AWS ([#2281](https://github.com/linz/basemaps/issues/2281)) ([b4dec98](https://github.com/linz/basemaps/commit/b4dec98c3006161972250f7a535423d874b1dd4e))
223
- * **cli:** allow using a local path for role configuration ([#2282](https://github.com/linz/basemaps/issues/2282)) ([e985ea2](https://github.com/linz/basemaps/commit/e985ea26ef70edd2beb5a5d474932a3a3ed1f4b1))
224
- * **shared:** update wmts titles to use imagery title and category ([#2285](https://github.com/linz/basemaps/issues/2285)) ([2580636](https://github.com/linz/basemaps/commit/25806362b322e075bb25ce058e6e56d582b84320))
225
-
226
-
227
-
228
-
229
-
230
- # [6.29.0](https://github.com/linz/basemaps/compare/v6.28.1...v6.29.0) (2022-06-27)
231
-
232
-
233
- ### Bug Fixes
234
-
235
- * **cli:** ensure errors are thrown ([#2248](https://github.com/linz/basemaps/issues/2248)) ([c0923fe](https://github.com/linz/basemaps/commit/c0923fe137ce36c610c6e13332292d5c7f573c16))
236
-
237
-
238
- ### Features
239
-
240
- * **config:** create a hash of config bundles and use bundle created timestamp for records ([#2274](https://github.com/linz/basemaps/issues/2274)) ([bd9c7bb](https://github.com/linz/basemaps/commit/bd9c7bbf3f651417b60ba6ad2ca655f89f1f5cd9))
241
- * **lambda-tiler:** serve assets via /v1/sprites and /v1/fonts ([#2246](https://github.com/linz/basemaps/issues/2246)) ([0e04c63](https://github.com/linz/basemaps/commit/0e04c631363d5b540ae16bfc8c4c7910e1308412))
242
-
243
-
244
-
245
-
246
-
247
- ## [6.28.1](https://github.com/linz/basemaps/compare/v6.28.0...v6.28.1) (2022-06-07)
248
-
249
- **Note:** Version bump only for package @basemaps/shared
250
-
251
-
252
-
253
-
254
-
255
- # [6.28.0](https://github.com/linz/basemaps/compare/v6.27.0...v6.28.0) (2022-06-06)
256
-
257
-
258
- ### Features
259
-
260
- * **server:** bundle basemaps-server cli so its easier to install ([#2218](https://github.com/linz/basemaps/issues/2218)) ([8457b66](https://github.com/linz/basemaps/commit/8457b66be6d0f54decf43b515bb78853cefbc8ed))
261
-
262
-
263
-
264
-
265
-
266
- # [6.27.0](https://github.com/linz/basemaps/compare/v6.26.0...v6.27.0) (2022-05-29)
267
-
268
-
269
- ### Features
270
-
271
- * **infra:** Increase the import api size limitation to 1200GB. ([#2215](https://github.com/linz/basemaps/issues/2215)) ([94c4da8](https://github.com/linz/basemaps/commit/94c4da8eb0f07f03e46f5ac7a6759c486e56f5d4))
272
- * **lambda-tiler:** Increase limit of total file size. ([#2205](https://github.com/linz/basemaps/issues/2205)) ([5246ea0](https://github.com/linz/basemaps/commit/5246ea0879a4bf6b20770fb633d63afac778d54d))
273
-
274
-
275
-
276
-
277
-
278
- # [6.26.0](https://github.com/linz/basemaps/compare/v6.25.0...v6.26.0) (2022-05-12)
279
-
280
- **Note:** Version bump only for package @basemaps/shared
281
-
282
-
283
-
284
-
285
-
286
- # [6.25.0](https://github.com/linz/basemaps/compare/v6.24.2...v6.25.0) (2022-05-11)
287
-
288
-
289
- ### Features
290
-
291
- * **config:** serve tilejson 3.0.0 and allow raster imagery ([#2173](https://github.com/linz/basemaps/issues/2173)) ([29f5313](https://github.com/linz/basemaps/commit/29f53131e917fa0b3ce6f280e8f9e09f4fe6e957))
292
- * **lambda-tiler:** Import api for import imagery jobs. ([#2170](https://github.com/linz/basemaps/issues/2170)) ([76b6175](https://github.com/linz/basemaps/commit/76b6175930db2a04f24437c7a05e7a70f160f7cd))
293
-
294
-
295
-
296
-
297
-
298
- ## [6.24.2](https://github.com/linz/basemaps/compare/v6.24.1...v6.24.2) (2022-04-20)
299
-
300
- **Note:** Version bump only for package @basemaps/shared
301
-
302
-
303
-
304
-
305
-
306
- ## [6.24.1](https://github.com/linz/basemaps/compare/v6.24.0...v6.24.1) (2022-04-07)
307
-
308
-
309
- ### Bug Fixes
310
-
311
- * **shared:** Projection.tyryGet do not throw if no projection is defined ([#2145](https://github.com/linz/basemaps/issues/2145)) ([7592fe5](https://github.com/linz/basemaps/commit/7592fe53c023f341f916520a7014fd00436df245))
312
-
313
-
314
-
315
-
316
-
317
- # [6.23.0](https://github.com/linz/basemaps/compare/v6.22.1...v6.23.0) (2022-04-04)
318
-
319
-
320
- ### Features
321
-
322
- * **shared:** load projections from the internet when not defined locally ([#2132](https://github.com/linz/basemaps/issues/2132)) ([85ac59f](https://github.com/linz/basemaps/commit/85ac59f771c3233f163a0223459faece46073847))
323
-
324
-
325
-
326
-
327
-
328
- # [6.22.0](https://github.com/linz/basemaps/compare/v6.21.1...v6.22.0) (2022-03-20)
329
-
330
- **Note:** Version bump only for package @basemaps/shared
331
-
332
-
333
-
334
-
335
-
336
- ## [6.21.1](https://github.com/linz/basemaps/compare/v6.21.0...v6.21.1) (2022-03-17)
337
-
338
- **Note:** Version bump only for package @basemaps/shared
339
-
340
-
341
-
342
-
343
-
344
- # [6.21.0](https://github.com/linz/basemaps/compare/v6.20.0...v6.21.0) (2022-03-17)
345
-
346
-
347
- ### Reverts
348
-
349
- * Revert "release: v6.21.0 (#2104)" (#2111) ([d07f8ab](https://github.com/linz/basemaps/commit/d07f8ab4037466b060bf7e83960737554ff064b4)), closes [#2104](https://github.com/linz/basemaps/issues/2104) [#2111](https://github.com/linz/basemaps/issues/2111)
350
- * Revert "release: v6.22.0 (#2108)" (#2110) ([abcd2e4](https://github.com/linz/basemaps/commit/abcd2e4732a6d606eed865f526d6df2e4617aad3)), closes [#2108](https://github.com/linz/basemaps/issues/2108) [#2110](https://github.com/linz/basemaps/issues/2110)
351
- * Revert "release: v6.21.0 (#2104)" (#2107) ([2c7e7f6](https://github.com/linz/basemaps/commit/2c7e7f6686a293995abdeb9604413808f2208bd6)), closes [#2104](https://github.com/linz/basemaps/issues/2104) [#2107](https://github.com/linz/basemaps/issues/2107)
352
-
353
-
354
-
355
-
356
-
357
- # [6.20.0](https://github.com/linz/basemaps/compare/v6.19.0...v6.20.0) (2022-02-01)
358
-
359
- **Note:** Version bump only for package @basemaps/shared
360
-
361
-
362
-
363
-
364
-
365
- # [6.18.0](https://github.com/linz/basemaps/compare/v6.17.0...v6.18.0) (2021-12-14)
366
-
367
- **Note:** Version bump only for package @basemaps/shared
368
-
369
-
370
-
371
-
372
-
373
- # [6.17.0](https://github.com/linz/basemaps/compare/v6.16.1...v6.17.0) (2021-12-05)
374
-
375
- **Note:** Version bump only for package @basemaps/shared
376
-
377
-
378
-
379
-
380
-
381
- ## [6.16.1](https://github.com/linz/basemaps/compare/v6.16.0...v6.16.1) (2021-11-30)
382
-
383
- **Note:** Version bump only for package @basemaps/shared
384
-
385
-
386
-
387
-
388
-
389
- # [6.12.0](https://github.com/linz/basemaps/compare/v6.11.0...v6.12.0) (2021-10-05)
390
-
391
-
392
- ### Bug Fixes
393
-
394
- * **server:** use default of local file system for unknown paths ([#1895](https://github.com/linz/basemaps/issues/1895)) ([1d89456](https://github.com/linz/basemaps/commit/1d894561965a6afd1144dd4580e9ec4cf914ce2c))
395
-
396
-
397
-
398
-
399
-
400
- # [6.11.0](https://github.com/linz/basemaps/compare/v6.10.1...v6.11.0) (2021-10-03)
401
-
402
-
403
- ### Features
404
-
405
- * **server:** use the lambda handler directly ([#1870](https://github.com/linz/basemaps/issues/1870)) ([408ff56](https://github.com/linz/basemaps/commit/408ff5654cc04aae35d05eb5bbc47a51f99ec5b2))
406
-
407
-
408
-
409
-
410
-
411
- # [6.10.0](https://github.com/linz/basemaps/compare/v6.9.1...v6.10.0) (2021-09-22)
412
-
413
-
414
- ### Bug Fixes
415
-
416
- * correctly bundle with esm modules ([#1858](https://github.com/linz/basemaps/issues/1858)) ([708a22e](https://github.com/linz/basemaps/commit/708a22ec1006c25cf2c057b75f61cc813e943aac))
417
-
418
-
419
- ### Features
420
-
421
- * replace s3fs with chunkd/fs ([#1859](https://github.com/linz/basemaps/issues/1859)) ([9b6f2d3](https://github.com/linz/basemaps/commit/9b6f2d3609c336f96c2ae32246f241cb396e71c8))
422
- * switch to esm modules ([#1857](https://github.com/linz/basemaps/issues/1857)) ([75bdff8](https://github.com/linz/basemaps/commit/75bdff8da35104f10f6b6ecf58a2c6006245af6e))
423
-
424
-
425
-
426
-
427
-
428
- ## [6.9.1](https://github.com/linz/basemaps/compare/v6.9.0...v6.9.1) (2021-09-09)
429
-
430
- **Note:** Version bump only for package @basemaps/shared
431
-
432
-
433
-
434
-
435
-
436
- # [6.9.0](https://github.com/linz/basemaps/compare/v6.8.0...v6.9.0) (2021-09-09)
437
-
438
- **Note:** Version bump only for package @basemaps/shared
439
-
440
-
441
-
442
-
443
-
444
- # [6.8.0](https://github.com/linz/basemaps/compare/v6.7.0...v6.8.0) (2021-09-01)
445
-
446
-
447
- ### Bug Fixes
448
-
449
- * **proj:** wrap lat lon bounds into the world bounds ([#1828](https://github.com/linz/basemaps/issues/1828)) ([617faf8](https://github.com/linz/basemaps/commit/617faf85d2252746de649c1bf5c41b16dfe085ba))
450
-
451
-
452
- ### Features
453
-
454
- * **config:** enable configuration to be stored in memory rather than dynamodb ([#1817](https://github.com/linz/basemaps/issues/1817)) ([eb56f26](https://github.com/linz/basemaps/commit/eb56f2633c99c5372710ae12fc128a9e7fa7ed7d))
455
- * **config:** enable swapping of configuration providers dynamically ([#1818](https://github.com/linz/basemaps/issues/1818)) ([e548ae5](https://github.com/linz/basemaps/commit/e548ae5219c7a5c6d5c6ed80c9f41c9637c3b554))
456
-
457
-
458
-
459
-
460
-
461
- # [6.7.0](https://github.com/linz/basemaps/compare/v6.6.1...v6.7.0) (2021-08-15)
462
-
463
- **Note:** Version bump only for package @basemaps/shared
464
-
465
-
466
-
467
-
468
-
469
- # [6.6.0](https://github.com/linz/basemaps/compare/v6.5.0...v6.6.0) (2021-07-29)
470
-
471
- **Note:** Version bump only for package @basemaps/shared
472
-
473
-
474
-
475
-
476
-
477
- # [6.5.0](https://github.com/linz/basemaps/compare/v6.4.0...v6.5.0) (2021-07-25)
478
-
479
-
480
- ### Bug Fixes
481
-
482
- * **s3fs:** more specific file systems should be matched first ([#1767](https://github.com/linz/basemaps/issues/1767)) ([0c7df8c](https://github.com/linz/basemaps/commit/0c7df8c1732459fdf0ee0e62a33fcca124ae0779))
483
-
484
-
485
-
486
-
487
-
488
- # [6.4.0](https://github.com/linz/basemaps/compare/v6.3.0...v6.4.0) (2021-07-13)
489
-
490
- **Note:** Version bump only for package @basemaps/shared
491
-
492
-
493
-
494
-
495
-
496
- # [6.3.0](https://github.com/linz/basemaps/compare/v6.2.0...v6.3.0) (2021-07-07)
497
-
498
- **Note:** Version bump only for package @basemaps/shared
499
-
500
-
501
-
502
-
503
-
504
- # [6.1.0](https://github.com/linz/basemaps/compare/v6.0.0...v6.1.0) (2021-06-23)
505
-
506
-
507
- ### Features
508
-
509
- * expose fss3 ([#1687](https://github.com/linz/basemaps/issues/1687)) ([5730f3c](https://github.com/linz/basemaps/commit/5730f3cc1f838e797dcef2ab33f1e56e50805023))
510
-
511
-
512
-
513
-
514
-
515
- # [6.0.0](https://github.com/linz/basemaps/compare/v5.2.0...v6.0.0) (2021-06-21)
516
-
517
-
518
- ### Features
519
-
520
- * **s3fs:** refactor how credentials are passed to s3fs ([#1675](https://github.com/linz/basemaps/issues/1675)) ([f07f529](https://github.com/linz/basemaps/commit/f07f529af1657aa5ffe7d9deff92406e908e6fe4))
521
-
522
-
523
- ### BREAKING CHANGES
524
-
525
- * **s3fs:** this changes the behaviour for s3fs as paths now need to be registered with credentials
526
-
527
- * refactor: remove commented out code
528
-
529
-
530
-
531
-
532
-
533
- # [5.1.0](https://github.com/linz/basemaps/compare/v5.0.3...v5.1.0) (2021-06-07)
534
-
535
- **Note:** Version bump only for package @basemaps/shared
536
-
537
-
538
-
539
-
540
-
541
- ## [5.0.3](https://github.com/linz/basemaps/compare/v5.0.2...v5.0.3) (2021-05-25)
542
-
543
-
544
- ### Bug Fixes
545
-
546
- * **shared:** Revert the aws role credential session back to 8 hour. ([#1631](https://github.com/linz/basemaps/issues/1631)) ([14e4314](https://github.com/linz/basemaps/commit/14e4314af0689b4f49db76895d6e0e3fdd4c8612))
547
-
548
-
549
-
550
-
551
-
552
- ## [5.0.2](https://github.com/linz/basemaps/compare/v5.0.1...v5.0.2) (2021-05-19)
553
-
554
-
555
- ### Bug Fixes
556
-
557
- * **shared:** avoid instance of as it breaks when multiple copies of basemaps are init ([#1620](https://github.com/linz/basemaps/issues/1620)) ([53f7d23](https://github.com/linz/basemaps/commit/53f7d23f68a0fee3a355eee409a32ebdf10b7216))
558
-
559
-
560
-
561
-
562
-
563
- # [5.0.0](https://github.com/linz/basemaps/compare/v4.24.0...v5.0.0) (2021-05-17)
564
-
565
-
566
- ### Bug Fixes
567
-
568
- * **attribution:** correct import issue with openlayers ([#1599](https://github.com/linz/basemaps/issues/1599)) ([1b464f3](https://github.com/linz/basemaps/commit/1b464f381a81448769521543787c060ef9b3efcf))
569
- * **shared:** use a default of one hour for chainable credentials ([#1576](https://github.com/linz/basemaps/issues/1576)) ([33c996d](https://github.com/linz/basemaps/commit/33c996d98bbc6f3b74847b5384e7a560efba0fc7))
570
-
571
-
572
- ### Features
573
-
574
- * **shared:** Cleanup - Remove TileSet Metatdata Record V1. ([#1541](https://github.com/linz/basemaps/issues/1541)) ([32e79af](https://github.com/linz/basemaps/commit/32e79afe630e9042edc1f936a657b7a31f1392ef))
575
- * support serving of vector tiles ([#1535](https://github.com/linz/basemaps/issues/1535)) ([30083a5](https://github.com/linz/basemaps/commit/30083a57f981c2b2db6c50cad0f8db48be377d19))
576
-
577
-
578
-
579
-
580
-
581
- # [4.24.0](https://github.com/linz/basemaps/compare/v4.23.0...v4.24.0) (2021-03-21)
582
-
583
- **Note:** Version bump only for package @basemaps/shared
584
-
585
-
586
-
587
-
588
-
589
- # [4.23.0](https://github.com/linz/basemaps/compare/v4.22.0...v4.23.0) (2021-03-18)
590
-
591
- **Note:** Version bump only for package @basemaps/shared
592
-
593
-
594
-
595
-
596
-
597
- # [4.22.0](https://github.com/linz/basemaps/compare/v4.21.0...v4.22.0) (2021-03-08)
598
-
599
-
600
- ### Features
601
-
602
- * **geo:** add support for NZTM2000Quad tile matrix set ([#1470](https://github.com/linz/basemaps/issues/1470)) ([b0d8cde](https://github.com/linz/basemaps/commit/b0d8cded0777e2ab024b27455f6a58d5860fe9ad))
603
- * support custom tile matrix sets ([#1469](https://github.com/linz/basemaps/issues/1469)) ([13a42de](https://github.com/linz/basemaps/commit/13a42de2647d448e1a4130602f759e21e03651bf))
604
-
605
-
606
-
607
-
608
-
609
- # [4.20.0](https://github.com/linz/basemaps/compare/v4.19.0...v4.20.0) (2021-02-15)
610
-
611
-
612
- ### Bug Fixes
613
-
614
- * **shared:** remove dependency on @types/sax and @types/pino ([#1406](https://github.com/linz/basemaps/issues/1406)) ([79ffca6](https://github.com/linz/basemaps/commit/79ffca66353c3e9c3a68dabe14c4e6690e4453d8))
615
-
616
-
617
- ### Features
618
-
619
- * **attribution:** remove `@basemaps/shared` dependency to make it smaller to install ([#1415](https://github.com/linz/basemaps/issues/1415)) ([5152614](https://github.com/linz/basemaps/commit/51526145256e0b7a514dc1185691d27cead1a0c6))
620
- * Allow alternative TileMatrixSet definitions ([#1321](https://github.com/linz/basemaps/issues/1321)) ([b7cfa7b](https://github.com/linz/basemaps/commit/b7cfa7b8bf1351d9e57e46c180a1d3cf01c29927))
621
-
622
-
623
-
624
-
625
-
626
- # [4.19.0](https://github.com/linz/basemaps/compare/v4.18.0...v4.19.0) (2020-11-30)
627
-
628
-
629
- ### Features
630
-
631
- * **shared:** Add iterator into TileMetadataTileSet. ([#1351](https://github.com/linz/basemaps/issues/1351)) ([2cb9bde](https://github.com/linz/basemaps/commit/2cb9bde3ad248bcaab41347184046164b1c0bf77))
632
-
633
-
634
-
635
-
636
-
637
- # [4.18.0](https://github.com/linz/basemaps/compare/v4.17.0...v4.18.0) (2020-11-12)
638
-
639
-
640
- ### Bug Fixes
641
-
642
- * **lambda-tiler:** correct s3 permissions when creating tiles ([#1317](https://github.com/linz/basemaps/issues/1317)) ([95d6d1a](https://github.com/linz/basemaps/commit/95d6d1ab71e600f1ad7e3107d765a493c9d18bd4))
643
-
644
-
645
- ### Features
646
-
647
- * **lambda-tiler:** add smoke test in health endpoint ([#1308](https://github.com/linz/basemaps/issues/1308)) ([334f5dd](https://github.com/linz/basemaps/commit/334f5dd8f3d1bd67b770cf24cef9cad517e36f37))
648
-
649
-
650
-
651
-
652
-
653
- # [4.17.0](https://github.com/linz/basemaps/compare/v4.16.0...v4.17.0) (2020-11-03)
654
-
655
-
656
- ### Bug Fixes
657
-
658
- * **cli:** allow using new tag ([#1304](https://github.com/linz/basemaps/issues/1304)) ([231fed2](https://github.com/linz/basemaps/commit/231fed2df7c3be0bc2d2c99c3a94353c63c3fde2))
659
-
660
-
661
- ### Features
662
-
663
- * **cli:** Configure TileSet metedata DB from config file ([#1277](https://github.com/linz/basemaps/issues/1277)) ([b8c76d4](https://github.com/linz/basemaps/commit/b8c76d4d3aac3e49a4a01bfc88c58ab149d62482))
664
-
665
-
666
-
667
-
668
-
669
- # [4.16.0](https://github.com/linz/basemaps/compare/v4.15.0...v4.16.0) (2020-10-12)
670
-
671
- **Note:** Version bump only for package @basemaps/shared
672
-
673
-
674
-
675
-
676
-
677
- # [4.15.0](https://github.com/linz/basemaps/compare/v4.14.0...v4.15.0) (2020-09-29)
678
-
679
-
680
- ### Bug Fixes
681
-
682
- * Remove dashes from CC-BY-4.0 license text ([#1223](https://github.com/linz/basemaps/issues/1223)) ([ae88b81](https://github.com/linz/basemaps/commit/ae88b817f3f82288d3dbb5b0ca8c30302bdae959))
683
- * **lambda-tiler:** regression in invalid url parsing causing 500 Error ([#1212](https://github.com/linz/basemaps/issues/1212)) ([400126c](https://github.com/linz/basemaps/commit/400126c9451819eaebfb7d51d95c4d8298361c0c))
684
- * STAC files should comply to 1.0.0-beta.2 of the specification ([#1176](https://github.com/linz/basemaps/issues/1176)) ([d2fe323](https://github.com/linz/basemaps/commit/d2fe3236cacdbf9ae7118934c8936490faeab64c))
685
-
686
-
687
- ### Features
688
-
689
- * **lambda-tiler:** attribution ([#1205](https://github.com/linz/basemaps/issues/1205)) ([69cca66](https://github.com/linz/basemaps/commit/69cca66d901a23f01868ce6fedc8991f01c55de2))
690
-
691
-
692
-
693
-
694
-
695
- # [4.14.0](https://github.com/linz/basemaps/compare/v4.13.0...v4.14.0) (2020-09-17)
696
-
697
-
698
- ### Features
699
-
700
- * **lambda-analytics:** generate rolledup analyitics from cloudwatchedge logs ([#1180](https://github.com/linz/basemaps/issues/1180)) ([20fd5b1](https://github.com/linz/basemaps/commit/20fd5b1983b16fc1fcb1b731152da36430fedc63))
701
- * **lambda-analytics:** include referer information in the rollup stats ([#1186](https://github.com/linz/basemaps/issues/1186)) ([e75ab1a](https://github.com/linz/basemaps/commit/e75ab1acd5e4dc89f05a52df833bb3563502f324))
702
-
703
-
704
-
705
-
706
-
707
- # [4.13.0](https://github.com/linz/basemaps/compare/v4.12.2...v4.13.0) (2020-09-14)
708
-
709
- **Note:** Version bump only for package @basemaps/shared
710
-
711
-
712
-
713
-
714
-
715
- ## [4.12.2](https://github.com/linz/basemaps/compare/v4.12.0...v4.12.2) (2020-09-10)
716
-
717
- **Note:** Version bump only for package @basemaps/shared
718
-
719
-
720
-
721
-
722
-
723
- # [4.12.0](https://github.com/linz/basemaps/compare/v4.11.2...v4.12.0) (2020-09-06)
724
-
725
-
726
- ### Features
727
-
728
- * **bathymetry:** allow input and output from s3 bucket ([#1122](https://github.com/linz/basemaps/issues/1122)) ([1f00d9a](https://github.com/linz/basemaps/commit/1f00d9aacc6d132c0761a35069ddab15f135ac4c))
729
-
730
-
731
-
732
-
733
-
734
- ## [4.11.1](https://github.com/linz/basemaps/compare/v4.11.0...v4.11.1) (2020-08-31)
735
-
736
- **Note:** Version bump only for package @basemaps/shared
737
-
738
-
739
-
740
-
741
-
742
- # [4.11.0](https://github.com/linz/basemaps/compare/v4.10.0...v4.11.0) (2020-08-31)
743
-
744
-
745
- ### Features
746
-
747
- * allow imagery with the same id in the rendering process twice ([#1104](https://github.com/linz/basemaps/issues/1104)) ([d8cd642](https://github.com/linz/basemaps/commit/d8cd642c6215a5198e15414c14680afacad88faf))
748
- * **shared:** align bathymetry STAC usage with cog creation ([#1092](https://github.com/linz/basemaps/issues/1092)) ([fd9bc27](https://github.com/linz/basemaps/commit/fd9bc27b05d7e772f1856bb0e81268ac2930ef24))
749
-
750
-
751
-
752
-
753
-
754
- # [4.10.0](https://github.com/linz/basemaps/compare/v4.9.0...v4.10.0) (2020-08-19)
755
-
756
-
757
- ### Bug Fixes
758
-
759
- * **shared:** Don't error if tile ext missing ([#1072](https://github.com/linz/basemaps/issues/1072)) ([8ed9e8d](https://github.com/linz/basemaps/commit/8ed9e8d1173cd01c55a7f2380f48617dc02f28b4))
760
-
761
-
762
-
763
-
764
-
765
- # [4.9.0](https://github.com/linz/basemaps/compare/v4.8.0...v4.9.0) (2020-08-17)
766
-
767
-
768
- ### Features
769
-
770
- * allow configuration of tile resize kernels ([#1051](https://github.com/linz/basemaps/issues/1051)) ([6b6d3d3](https://github.com/linz/basemaps/commit/6b6d3d32c735de6bf3f41819aaeb571c78f0921c))
771
-
772
-
773
-
774
-
775
-
776
- # [4.8.0](https://github.com/linz/basemaps/compare/v4.7.1...v4.8.0) (2020-08-12)
777
-
778
- **Note:** Version bump only for package @basemaps/shared
779
-
780
-
781
-
782
-
783
-
784
- ## [4.7.1](https://github.com/linz/basemaps/compare/v4.7.0...v4.7.1) (2020-08-11)
785
-
786
- **Note:** Version bump only for package @basemaps/shared
787
-
788
-
789
-
790
-
791
-
792
- # [4.7.0](https://github.com/linz/basemaps/compare/v4.6.0...v4.7.0) (2020-08-10)
793
-
794
- **Note:** Version bump only for package @basemaps/shared
795
-
796
-
797
-
798
-
799
-
800
- # [4.6.0](https://github.com/linz/basemaps/compare/v4.5.0...v4.6.0) (2020-08-05)
801
-
802
-
803
- ### Features
804
-
805
- * **geojson:** Improve GeoJSON compliance ([#1005](https://github.com/linz/basemaps/issues/1005)) ([bf7fd26](https://github.com/linz/basemaps/commit/bf7fd26cf2b08d6417a0c710b821648e9f7c9b9a))
806
-
807
-
808
-
809
-
810
-
811
- # [4.5.0](https://github.com/linz/basemaps/compare/v4.4.0...v4.5.0) (2020-07-30)
812
-
813
-
814
- ### Bug Fixes
815
-
816
- * **cli:** correctly detect if a tiff file list is passed in ([#993](https://github.com/linz/basemaps/issues/993)) ([9147c8e](https://github.com/linz/basemaps/commit/9147c8e8a6264dab285d6ab4a646f09d9a2d7718))
817
- * **cli:** folders must be mounted to allow docker to read the source files ([#995](https://github.com/linz/basemaps/issues/995)) ([8557afa](https://github.com/linz/basemaps/commit/8557afaf96c5153cd174d0af5475f1d2b3fe3f98))
818
-
819
-
820
- ### Features
821
-
822
- * **cli:** support giving exact list of files to use ([#986](https://github.com/linz/basemaps/issues/986)) ([63b34ff](https://github.com/linz/basemaps/commit/63b34ff5414989b5d014b6d61f9be304ebd9e1e1))
823
-
824
-
825
-
826
-
827
-
828
- # [4.4.0](https://github.com/linz/basemaps/compare/v4.3.0...v4.4.0) (2020-07-28)
829
-
830
-
831
- ### Bug Fixes
832
-
833
- * inject git version and hash into all code ([#966](https://github.com/linz/basemaps/issues/966)) ([8b8eaec](https://github.com/linz/basemaps/commit/8b8eaec373286c81b425d485274edd7c588aefea))
834
- * **lambda-api:** track api key usage ([#943](https://github.com/linz/basemaps/issues/943)) ([7c4689c](https://github.com/linz/basemaps/commit/7c4689cd0824ee678260ba5d84b25042aad72363))
835
-
836
-
837
- ### Features
838
-
839
- * **lambda-xyz:** Serve WMTSCapabilities for all TileSets ([#953](https://github.com/linz/basemaps/issues/953)) ([49d0e88](https://github.com/linz/basemaps/commit/49d0e881b4726188ea937a9617c98bff5a78e44d))
840
-
841
-
842
-
843
-
844
-
845
- # [4.2.0](https://github.com/linz/basemaps/compare/v4.1.0...v4.2.0) (2020-07-16)
846
-
847
-
848
- ### Bug Fixes
849
-
850
- * **shared:** handle bounds crossing antimeridian ([#925](https://github.com/linz/basemaps/issues/925)) ([b4c049b](https://github.com/linz/basemaps/commit/b4c049bd816908214b145593f914054b84a9415e))
851
-
852
-
853
-
854
-
855
-
856
- # [4.1.0](https://github.com/linz/basemaps/compare/v4.0.0...v4.1.0) (2020-07-15)
857
-
858
-
859
- ### Features
860
-
861
- * **bathymetry:** create a process to convert gebco into hillshaded rasters ([#921](https://github.com/linz/basemaps/issues/921)) ([2cde6a9](https://github.com/linz/basemaps/commit/2cde6a9eb381452b3c5a6d855d42daf29148eca0))
862
-
863
-
864
-
865
-
866
-
867
- # [4.0.0](https://github.com/linz/basemaps/compare/v3.6.0...v4.0.0) (2020-07-09)
868
-
869
- **Note:** Version bump only for package @basemaps/shared
870
-
871
-
872
-
873
-
874
-
875
- # [3.6.0](https://github.com/linz/basemaps/compare/v3.5.0...v3.6.0) (2020-07-08)
876
-
877
- **Note:** Version bump only for package @basemaps/shared
878
-
879
-
880
-
881
-
882
-
883
- # [3.5.0](https://github.com/linz/basemaps/compare/v3.4.2...v3.5.0) (2020-07-05)
884
-
885
-
886
- ### Bug Fixes
887
-
888
- * **cli:** mitigate polygon intersection errors ([#834](https://github.com/linz/basemaps/issues/834)) ([5799137](https://github.com/linz/basemaps/commit/5799137e8fa53816c5a28b7e53ecd9ffbca70bb1))
889
- * **cli:** refactor projection logic to allow chathams to be built ([#854](https://github.com/linz/basemaps/issues/854)) ([f799006](https://github.com/linz/basemaps/commit/f799006ccf1a45ec8aebfe132603a17c031e4825))
890
-
891
-
892
-
893
-
894
-
895
- ## [3.4.1](https://github.com/linz/basemaps/compare/v3.4.0...v3.4.1) (2020-06-30)
896
-
897
-
898
- ### Bug Fixes
899
-
900
- * **cli:** ensure fatal errors set process exit code to 1 ([#842](https://github.com/linz/basemaps/issues/842)) ([f85c274](https://github.com/linz/basemaps/commit/f85c274c6bca05619312bce4eee59f5030a0d846))
901
-
902
-
903
-
904
-
905
-
906
- # [3.4.0](https://github.com/linz/basemaps/compare/v3.3.0...v3.4.0) (2020-06-29)
907
-
908
- **Note:** Version bump only for package @basemaps/shared
909
-
910
-
911
-
912
-
913
-
914
- # [3.2.0](https://github.com/linz/basemaps/compare/v3.1.0...v3.2.0) (2020-06-25)
915
-
916
- **Note:** Version bump only for package @basemaps/shared
917
-
918
-
919
-
920
-
921
-
922
- # [3.1.0](https://github.com/linz/basemaps/compare/v3.0.0...v3.1.0) (2020-06-25)
923
-
924
- **Note:** Version bump only for package @basemaps/shared
925
-
926
-
927
-
928
-
929
-
930
- # [3.0.0](https://github.com/linz/basemaps/compare/v2.2.0...v3.0.0) (2020-06-23)
931
-
932
-
933
- ### Features
934
-
935
- * Generate and render COGs using bounding boxes ([#774](https://github.com/linz/basemaps/issues/774)) ([e35bf1f](https://github.com/linz/basemaps/commit/e35bf1f0e20b74a16ff942dc88547afc56454c12))
936
-
937
-
938
-
939
-
940
-
941
- # [2.2.0](https://github.com/linz/basemaps/compare/v2.1.0...v2.2.0) (2020-06-17)
942
-
943
- **Note:** Version bump only for package @basemaps/shared
944
-
945
-
946
-
947
-
948
-
949
- # [2.1.0](https://github.com/linz/basemaps/compare/v2.0.0...v2.1.0) (2020-05-21)
950
-
951
- ### Bug Fixes
952
-
953
- - **lambda-shared:** fix order equal priority images are sorted ([#640](https://github.com/linz/basemaps/issues/640)) ([3022336](https://github.com/linz/basemaps/commit/302233614aec815eb0d85c588d4a0c4be7f5cbc3))
954
-
955
- # [2.0.0](https://github.com/linz/basemaps/compare/v1.12.0...v2.0.0) (2020-05-18)
956
-
957
- **Note:** Version bump only for package @basemaps/shared
958
-
959
- # [1.11.0](https://github.com/linz/basemaps/compare/v1.10.0...v1.11.0) (2020-05-14)
960
-
961
- ### Bug Fixes
962
-
963
- - **cli:** externalId is not always required ([#618](https://github.com/linz/basemaps/issues/618)) ([2c5d9d0](https://github.com/linz/basemaps/commit/2c5d9d02c28c74693e07baf60874edced132c86d))
964
- - **deps:** configure required deps to be runtime ([#619](https://github.com/linz/basemaps/issues/619)) ([a6df14d](https://github.com/linz/basemaps/commit/a6df14d90ad599fb02b593bf3a2d1e21e3c4c4e1))
965
- - **lambda-xyz:** add missing identifier for WMTS individual set ([#617](https://github.com/linz/basemaps/issues/617)) ([5f79609](https://github.com/linz/basemaps/commit/5f79609c478b9b9cf26006a9a428b05cdc39a7aa))
966
-
967
- # [1.10.0](https://github.com/linz/basemaps/compare/v1.9.0...v1.10.0) (2020-05-13)
968
-
969
- ### Features
970
-
971
- - expose creation of CogJob ([#607](https://github.com/linz/basemaps/issues/607)) ([082dbfa](https://github.com/linz/basemaps/commit/082dbfacb894025deaed0ff443ca7277b9fb2e7d))
972
- - improve cutline traceability ([#610](https://github.com/linz/basemaps/issues/610)) ([8e33f8d](https://github.com/linz/basemaps/commit/8e33f8d453dfa5d900fc11791867bc3d491cad23))
973
-
974
- # [1.9.0](https://github.com/linz/basemaps/compare/v1.8.0...v1.9.0) (2020-05-12)
975
-
976
- ### Features
977
-
978
- - **lambda-xyz:** Support tags and imagery sets for WMTSCapabilities.xml ([#599](https://github.com/linz/basemaps/issues/599)) ([9f4c6c2](https://github.com/linz/basemaps/commit/9f4c6c201224bf083ace2edfb2e8b885d741c6c5))
979
-
980
- # [1.8.0](https://github.com/linz/basemaps/compare/v1.7.0...v1.8.0) (2020-05-11)
981
-
982
- ### Features
983
-
984
- - support rendering different backgrounds for tiles ([#591](https://github.com/linz/basemaps/issues/591)) ([22f38f5](https://github.com/linz/basemaps/commit/22f38f555a678e6968206351d8fbb62a604da39e))
985
-
986
- # [1.7.0](https://github.com/linz/basemaps/compare/v1.6.0...v1.7.0) (2020-05-10)
987
-
988
- ### Bug Fixes
989
-
990
- - **cli:** role assumptions must have role names shorter than 64 chars ([#585](https://github.com/linz/basemaps/issues/585)) ([d889cb7](https://github.com/linz/basemaps/commit/d889cb7666685a8c3a4c7a0816c92fe62626e2e4))
991
-
992
- # [1.6.0](https://github.com/linz/basemaps/compare/v1.5.1...v1.6.0) (2020-05-08)
993
-
994
- ### Bug Fixes
995
-
996
- - **serve:** allow any tile set name to be used ([#579](https://github.com/linz/basemaps/issues/579)) ([e3e6a03](https://github.com/linz/basemaps/commit/e3e6a03e66b496ae6f9247dc9cbbb0110f5993c5))
997
-
998
- # [1.5.0](https://github.com/linz/basemaps/compare/v1.4.2...v1.5.0) (2020-05-07)
999
-
1000
- ### Bug Fixes
1001
-
1002
- - **cli:** root quadkey causes issues with dynamodb so never use it ([#576](https://github.com/linz/basemaps/issues/576)) ([4dfa860](https://github.com/linz/basemaps/commit/4dfa86027980231514ae417ce59e94f02e78c3f6))
1003
-
1004
- ## [1.4.2](https://github.com/linz/basemaps/compare/v1.4.1...v1.4.2) (2020-05-06)
1005
-
1006
- **Note:** Version bump only for package @basemaps/shared
1007
-
1008
- ## [1.4.1](https://github.com/linz/basemaps/compare/v1.4.0...v1.4.1) (2020-05-06)
1009
-
1010
- **Note:** Version bump only for package @basemaps/shared
1011
-
1012
- # [1.4.0](https://github.com/linz/basemaps/compare/v1.3.0...v1.4.0) (2020-05-06)
1013
-
1014
- ### Features
1015
-
1016
- - **cog:** GZip cutline.geojson ([#570](https://github.com/linz/basemaps/issues/570)) ([c5e2e5e](https://github.com/linz/basemaps/commit/c5e2e5e03be657f046a877e314ee3a16d28e67af))
1017
-
1018
- # [1.3.0](https://github.com/linz/basemaps/compare/v1.2.0...v1.3.0) (2020-05-05)
1019
-
1020
- ### Features
1021
-
1022
- - **cli:** switch to priority numbers rather than array position ([#555](https://github.com/linz/basemaps/issues/555)) ([5dde7fd](https://github.com/linz/basemaps/commit/5dde7fd50ce1ea0faeb27c25030890a6c2fd6440))
1023
- - support tileset history ([#537](https://github.com/linz/basemaps/issues/537)) ([06760d4](https://github.com/linz/basemaps/commit/06760d4f1a6a28d0edc4f40f55cdf9db8e91f93f))
1024
- - **vdom:** add textContent attribute ([374c3dd](https://github.com/linz/basemaps/commit/374c3ddad1e55dddd7f178693be9d993ce816fa8))
1025
- - **vdom:** improve iterating tags and elementChildren ([5c85b37](https://github.com/linz/basemaps/commit/5c85b37f5de871ef0ea9dd08075dfc4dd7f1ace0))
1026
- - adding cli to configure rendering process ([13aae79](https://github.com/linz/basemaps/commit/13aae797b2143af8c08ed4da3c2013eacbbac082))
1027
- - allow importing existing imagery into database ([#452](https://github.com/linz/basemaps/issues/452)) ([64ee961](https://github.com/linz/basemaps/commit/64ee9611bc35b767f8edbfbdb638ac2aadb9dd80))
1028
- - make fetchImagery work with > 100 keys ([827c3a6](https://github.com/linz/basemaps/commit/827c3a68d07356a34dc5cda29a4dd4741a5afa9d))
1029
- - parse vrt files so we can modify them ([ef985d8](https://github.com/linz/basemaps/commit/ef985d8b018e86a0cc2fd9e873da96cbcda336e5))
1030
-
1031
- ### Performance Improvements
1032
-
1033
- - **metadata:** avoid extra loop when fetching images ([5e0688f](https://github.com/linz/basemaps/commit/5e0688fc08c1cc9a7ee8566e68f588b83fe1a660))
1034
-
1035
- # [1.2.0](https://github.com/linz/basemaps/compare/v1.1.0...v1.2.0) (2020-03-25)
1036
-
1037
- ### Features
1038
-
1039
- - **tile:** serve png, webp and jpeg ([44e9395](https://github.com/linz/basemaps/commit/44e93952dadfc4367f909fb1ac64cc811667d75b))
1040
- - **wmts:** set cache-control max-age=0 for WMTSCapabilities.xml ([3e2c008](https://github.com/linz/basemaps/commit/3e2c0080faadf15e31d7646b8b711e4510313600))
1041
- - improve vdom usability ([649b173](https://github.com/linz/basemaps/commit/649b173a2ab47d5a91c1596f5428e7b23ef2621c))
1042
- - plug in wmts into tracker and lambda servers ([e57681b](https://github.com/linz/basemaps/commit/e57681b3ef42def0dc1a11de23c4e0a6a264d3f5))
1043
- - simple virtual dom creator ([2d191d9](https://github.com/linz/basemaps/commit/2d191d917efd27ce24d934e5103eff82ed2a853e))
1044
-
1045
- # [1.1.0](https://github.com/linz/basemaps/compare/v1.0.0...v1.1.0) (2020-02-20)
1046
-
1047
- ### Features
1048
-
1049
- - cli script to create api keys ([1ce5e75](https://github.com/linz/basemaps/commit/1ce5e7505f88dd1c9feb5c59af147ae685c92c11))
1050
-
1051
- # [1.0.0](https://github.com/linz/basemaps/compare/v0.3.0...v1.0.0) (2020-02-18)
1052
-
1053
- - refactor!: split packages out in preperation for publishing. ([c6f5cbb](https://github.com/linz/basemaps/commit/c6f5cbb5514659ce446460bc8637e7a00e403a49))
1054
-
1055
- ### BREAKING CHANGES
1056
-
1057
- - this splits out the lambda/node dependencies from javascript so packages can be published for the browser
1058
-
1059
- # [0.3.0](https://github.com/linz/basemaps/compare/v0.2.0...v0.3.0) (2020-02-11)
1060
-
1061
- **Note:** Version bump only for package @basemaps/shared
1062
-
1063
- # [0.2.0](https://github.com/linz/basemaps/compare/v0.1.0...v0.2.0) (2020-01-29)
1064
-
1065
- ### Bug Fixes
1066
-
1067
- - ask for 8 hours of access to s3 files. ([f1a0910](https://github.com/linz/basemaps/commit/f1a0910a8e120e65f79cd567c652a6f4a0760a97))
1068
-
1069
- ### Features
1070
-
1071
- - allow cli tiler to access data from s3 ([c033de3](https://github.com/linz/basemaps/commit/c033de32d09d69db997569ee61bd002f8ae62c82))
1072
- - allow configuration of number of hours to assume a role ([f66f4f4](https://github.com/linz/basemaps/commit/f66f4f4f597959ec5d436ec15002ab26fc151a13))
1073
- - configure the temp folder using TEMP_FOLDER environment var ([2762014](https://github.com/linz/basemaps/commit/27620144e31e687050225a33fb7a80f785161e54))
1074
-
1075
- # 0.1.0 (2020-01-23)
1076
-
1077
- ### Bug Fixes
1078
-
1079
- - 0 is not the root tile "" is ([61d2179](https://github.com/linz/basemaps/commit/61d21796f299954a844aa9617fc102b1e667a584))
1080
- - assume responses are application/json unless told otherwise ([87b74d7](https://github.com/linz/basemaps/commit/87b74d7efefe4e8095aa57b5a057b41298ee06be))
1081
- - bigint logging does not work ([2b3ed43](https://github.com/linz/basemaps/commit/2b3ed4380d4444120755eadfa41defc6c19ce4df))
1082
- - duration must be the last thing calculated ([1766de6](https://github.com/linz/basemaps/commit/1766de689b544aaf913aa9b06c0d69d8fd5e9f33))
1083
- - headers need to be lower cased ([a2932a0](https://github.com/linz/basemaps/commit/a2932a07d5ea7b3305154272a9cc33be41d8242d))
1084
- - log errors into err so pino will serialize them ([b575de9](https://github.com/linz/basemaps/commit/b575de9f34caaf308960644c3f2013b0b3446e78))
1085
- - provide a new stream to pino instead of changing the internal one ([025abed](https://github.com/linz/basemaps/commit/025abed6d62ed3a8870d567702be5a4d074333d1))
1086
- - warn if timers are unfinished on exit ([13750d2](https://github.com/linz/basemaps/commit/13750d2c0b9d5a20a4c559cd54d4af093db0eceb))
1087
-
1088
- ### Features
1089
-
1090
- - adding aws dynamo db table for api key tracking ([ee1b2a6](https://github.com/linz/basemaps/commit/ee1b2a6f87e8dbfa04baca2047dff632508fb12b))
1091
- - adding basic benchmark to track tile render performance ([f1cf534](https://github.com/linz/basemaps/commit/f1cf53465b70ed2a746fa15edc332bf77b0dc182))
1092
- - adding cli to serve xyz a folder of cogs on localhost:5050 ([eeb4d2b](https://github.com/linz/basemaps/commit/eeb4d2b7912d1dc358afbc8f6ade5c40f7c06250))
1093
- - adding gisborne_rural_2017-18_0.3m ([4491493](https://github.com/linz/basemaps/commit/449149344966948524b56f367cfd7c2de0cb3b1d))
1094
- - adding improved metrics ([2b97eb5](https://github.com/linz/basemaps/commit/2b97eb5efc47dc1ef46c50d073f5df04ff0017de))
1095
- - adding ping version and health endpoints ([af0a1dc](https://github.com/linz/basemaps/commit/af0a1dcddb80549971387cdda63f90dd0e64d755))
1096
- - allow debug logging ([26cca8b](https://github.com/linz/basemaps/commit/26cca8bfa7d69c53c5637467f1448488643cac0c))
1097
- - basic mosaic support ([cbd8e4c](https://github.com/linz/basemaps/commit/cbd8e4c1cb91974c4bced766d1c5167a3ab6d99a))
1098
- - forward the api key to the rendering service ([2beddab](https://github.com/linz/basemaps/commit/2beddaba1521468c26da3550cf987a3d04f96372))
1099
- - gdal docker build vrts ([54d8714](https://github.com/linz/basemaps/commit/54d8714789c896c624d1f6fd809537f5b96ac60e))
1100
- - generate a ETag from the parameters for caching ([2d6c4be](https://github.com/linz/basemaps/commit/2d6c4be530fe52184664b812445444d0f90b6e79))
1101
- - include api key in meta log ([67b4699](https://github.com/linz/basemaps/commit/67b4699c5d03662b56885bd82c39bb3687701c27))
1102
- - include git version information in deployments ([5877005](https://github.com/linz/basemaps/commit/5877005b2cb5d4e24eb1cfc9cd108fa332cacaeb))
1103
- - include request id in http headers ([a80d3e0](https://github.com/linz/basemaps/commit/a80d3e030bd95c7617e8e1ab10b90fbdb86c1a03))
1104
- - include version information in logs ([da15f8d](https://github.com/linz/basemaps/commit/da15f8d5e14e9d57af133de57db1e1266df4329d))
1105
- - initial tiler to be used inside of the xyz service ([2b6b6e3](https://github.com/linz/basemaps/commit/2b6b6e305bb54324984d00a64db3fdbb1fc73ba5))
1106
- - lambda xyz tile server ([f115dfd](https://github.com/linz/basemaps/commit/f115dfd48ee352a8fc90abbfcbea15778f6c0961))
1107
- - log out center of xyz tile from cloudfront requests too ([f0ca41e](https://github.com/linz/basemaps/commit/f0ca41eef8acbe82677642eeb3d9664bb467b3c7))
1108
- - log out center of xyz tile so that we can plot it on a map easily ([0cc380d](https://github.com/linz/basemaps/commit/0cc380d923ecceee8b50d008de02ef6bd74f15f1))
1109
- - prepare for splitting of polygons that span the antimeridian ([e7c3a51](https://github.com/linz/basemaps/commit/e7c3a510303d2ddd252f7f3dd18b2c7ce4a3fe8f))
1110
- - process cogs using AWS batch ([8602ba8](https://github.com/linz/basemaps/commit/8602ba86db10c52267a71094c9836fc26f03bba5))
1111
- - provide a lambda context with logging/error handling included ([72fe409](https://github.com/linz/basemaps/commit/72fe4099f1c8cb8e326fd81635bed4725bc3c7db))
1112
- - quadkey intersections ([0c41194](https://github.com/linz/basemaps/commit/0c41194b50b0f569f344328f6234accdd891b618))
1113
- - render full tiles and diff output ([ec1caf7](https://github.com/linz/basemaps/commit/ec1caf7b04654fe8154b364981c30f4fc1a15e5a))
1114
- - simplify loading of required tiff files ([3676e52](https://github.com/linz/basemaps/commit/3676e52a03af44b74adba0218773bcd350427a0d))
1115
- - supply aws credentials to gdal if needed ([1f57609](https://github.com/linz/basemaps/commit/1f5760940ac51dac9dbb0e62b601183ace7437a6))
1116
- - support 3857 in projections ([816d8f6](https://github.com/linz/basemaps/commit/816d8f6873de969aca9a4a22ce222d5ed49d51a1))
1117
- - validate api keys ([99d17ae](https://github.com/linz/basemaps/commit/99d17ae99f4b400868d207dc2b5a078618067a6f))
1118
- - validate function tests ([fe4a41c](https://github.com/linz/basemaps/commit/fe4a41cfe1927a239cca3706c49630a5dfd336cb))