@basemaps/landing 6.27.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 (73) hide show
  1. package/CHANGELOG.md +1097 -0
  2. package/LICENSE +21 -0
  3. package/README.md +3 -0
  4. package/build/__test__/config.debug.test.d.ts +2 -0
  5. package/build/__test__/config.debug.test.d.ts.map +1 -0
  6. package/build/__test__/config.debug.test.js +28 -0
  7. package/build/__test__/config.test.d.ts +2 -0
  8. package/build/__test__/config.test.d.ts.map +1 -0
  9. package/build/__test__/config.test.js +8 -0
  10. package/build/__test__/geojson.test.d.ts +2 -0
  11. package/build/__test__/geojson.test.d.ts.map +1 -0
  12. package/build/__test__/geojson.test.js +42 -0
  13. package/build/__test__/map.config.test.d.ts +2 -0
  14. package/build/__test__/map.config.test.d.ts.map +1 -0
  15. package/build/__test__/map.config.test.js +103 -0
  16. package/build/__test__/tile.matrix.test.d.ts +2 -0
  17. package/build/__test__/tile.matrix.test.d.ts.map +1 -0
  18. package/build/__test__/tile.matrix.test.js +29 -0
  19. package/build/attribution.d.ts +48 -0
  20. package/build/attribution.d.ts.map +1 -0
  21. package/build/attribution.js +137 -0
  22. package/build/components/copyable.d.ts +14 -0
  23. package/build/components/copyable.d.ts.map +1 -0
  24. package/build/components/copyable.js +26 -0
  25. package/build/components/debug.d.ts +34 -0
  26. package/build/components/debug.d.ts.map +1 -0
  27. package/build/components/debug.js +309 -0
  28. package/build/components/layer.switcher.dropdown.d.ts +21 -0
  29. package/build/components/layer.switcher.dropdown.d.ts.map +1 -0
  30. package/build/components/layer.switcher.dropdown.js +68 -0
  31. package/build/components/layout.footer.d.ts +8 -0
  32. package/build/components/layout.footer.d.ts.map +1 -0
  33. package/build/components/layout.footer.js +23 -0
  34. package/build/components/layout.header.d.ts +23 -0
  35. package/build/components/layout.header.d.ts.map +1 -0
  36. package/build/components/layout.header.js +98 -0
  37. package/build/components/link.d.ts +17 -0
  38. package/build/components/link.d.ts.map +1 -0
  39. package/build/components/link.js +12 -0
  40. package/build/components/map.d.ts +31 -0
  41. package/build/components/map.d.ts.map +1 -0
  42. package/build/components/map.js +136 -0
  43. package/build/components/map.switcher.d.ts +21 -0
  44. package/build/components/map.switcher.d.ts.map +1 -0
  45. package/build/components/map.switcher.js +78 -0
  46. package/build/config.d.ts +15 -0
  47. package/build/config.d.ts.map +1 -0
  48. package/build/config.debug.d.ts +22 -0
  49. package/build/config.debug.d.ts.map +1 -0
  50. package/build/config.debug.js +62 -0
  51. package/build/config.js +43 -0
  52. package/build/config.map.d.ts +51 -0
  53. package/build/config.map.d.ts.map +1 -0
  54. package/build/config.map.js +179 -0
  55. package/build/global.d.ts +9 -0
  56. package/build/global.d.ts.map +1 -0
  57. package/build/global.js +1 -0
  58. package/build/index.d.ts +2 -0
  59. package/build/index.d.ts.map +1 -0
  60. package/build/index.js +21 -0
  61. package/build/split.d.ts +11 -0
  62. package/build/split.d.ts.map +1 -0
  63. package/build/split.js +45 -0
  64. package/build/tile.matrix.d.ts +23 -0
  65. package/build/tile.matrix.d.ts.map +1 -0
  66. package/build/tile.matrix.js +77 -0
  67. package/build/url.d.ts +37 -0
  68. package/build/url.d.ts.map +1 -0
  69. package/build/url.js +78 -0
  70. package/build/webp.d.ts +3 -0
  71. package/build/webp.d.ts.map +1 -0
  72. package/build/webp.js +32 -0
  73. package/package.json +107 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,1097 @@
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
+ # [6.27.0](https://github.com/linz/basemaps/compare/v6.26.0...v6.27.0) (2022-05-29)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **landing:** remove the version information from the screenshot view ([#2198](https://github.com/linz/basemaps/issues/2198)) ([b982061](https://github.com/linz/basemaps/commit/b98206131c193a9ea3e70d97148b14943839ace0))
12
+
13
+
14
+ ### Features
15
+
16
+ * **landing:** remove debug overlays to make it easier to screenshot ([#2193](https://github.com/linz/basemaps/issues/2193)) ([81dd275](https://github.com/linz/basemaps/commit/81dd2757690ccc21d3d6898108e1c23daf682458))
17
+ * **server:** use a bundled `@basemaps/landing` to serve static assets ([#2202](https://github.com/linz/basemaps/issues/2202)) ([c60f518](https://github.com/linz/basemaps/commit/c60f518893fe037a03f8bfd489c84d8427481678))
18
+
19
+
20
+
21
+
22
+
23
+ # [6.26.0](https://github.com/linz/basemaps/compare/v6.25.0...v6.26.0) (2022-05-12)
24
+
25
+ **Note:** Version bump only for package @basemaps/landing
26
+
27
+
28
+
29
+
30
+
31
+ # [6.25.0](https://github.com/linz/basemaps/compare/v6.24.2...v6.25.0) (2022-05-11)
32
+
33
+
34
+ ### Bug Fixes
35
+
36
+ * **landing:** force the vector source layer to be above the raster imager ([#2185](https://github.com/linz/basemaps/issues/2185)) ([31f7708](https://github.com/linz/basemaps/commit/31f7708f8cc5d6180d879248c6677d0b6cf3307a))
37
+
38
+
39
+ ### Features
40
+
41
+ * **landing:** add aerial basemap to landing debug ([#2174](https://github.com/linz/basemaps/issues/2174)) ([b16b905](https://github.com/linz/basemaps/commit/b16b90541d62c02b9fed0a4f423279668c364c25))
42
+ * **landing:** add debug state into URL bar ([#2175](https://github.com/linz/basemaps/issues/2175)) ([da1833a](https://github.com/linz/basemaps/commit/da1833a1d603300ddcbc2405a341a303daebc125))
43
+ * **landing:** support geojson reprojection into NZTM with maplibre ([#2178](https://github.com/linz/basemaps/issues/2178)) ([79e8845](https://github.com/linz/basemaps/commit/79e88450d533c5a5bb9cbd99dc968adcb369835d))
44
+
45
+
46
+
47
+
48
+
49
+ ## [6.24.2](https://github.com/linz/basemaps/compare/v6.24.1...v6.24.2) (2022-04-20)
50
+
51
+ **Note:** Version bump only for package @basemaps/landing
52
+
53
+
54
+
55
+
56
+
57
+ ## [6.24.1](https://github.com/linz/basemaps/compare/v6.24.0...v6.24.1) (2022-04-07)
58
+
59
+ **Note:** Version bump only for package @basemaps/landing
60
+
61
+
62
+
63
+
64
+
65
+ # [6.24.0](https://github.com/linz/basemaps/compare/v6.23.0...v6.24.0) (2022-04-05)
66
+
67
+
68
+ ### Bug Fixes
69
+
70
+ * **landing:** locate button does not work in nztm so disable it ([#2140](https://github.com/linz/basemaps/issues/2140)) ([957b612](https://github.com/linz/basemaps/commit/957b61230c749349eaf8d4a41e226865eb058484))
71
+ * **landing:** only show layers that can be viewed in the layer picker ([#2136](https://github.com/linz/basemaps/issues/2136)) ([ac3dade](https://github.com/linz/basemaps/commit/ac3dadef400440f01ae9886c087e1a242193e99e))
72
+
73
+
74
+ ### Features
75
+
76
+ * **landing:** add full screen button ([#2138](https://github.com/linz/basemaps/issues/2138)) ([293a14b](https://github.com/linz/basemaps/commit/293a14b429b7532b193e674c92e59e8f1e88adeb))
77
+ * **landing:** add zoom to location button ([#2137](https://github.com/linz/basemaps/issues/2137)) ([4ff217d](https://github.com/linz/basemaps/commit/4ff217de36319e47370b63cde6cc8ff959228332))
78
+ * **landing:** move zoom to location to top left ([#2142](https://github.com/linz/basemaps/issues/2142)) ([be4cd38](https://github.com/linz/basemaps/commit/be4cd38911a9bd6acceed03834adec31219f73fe))
79
+
80
+
81
+
82
+
83
+
84
+ # [6.23.0](https://github.com/linz/basemaps/compare/v6.22.1...v6.23.0) (2022-04-04)
85
+
86
+ **Note:** Version bump only for package @basemaps/landing
87
+
88
+
89
+
90
+
91
+
92
+ ## [6.22.1](https://github.com/linz/basemaps/compare/v6.22.0...v6.22.1) (2022-03-23)
93
+
94
+ **Note:** Version bump only for package @basemaps/landing
95
+
96
+
97
+
98
+
99
+
100
+ # [6.22.0](https://github.com/linz/basemaps/compare/v6.21.1...v6.22.0) (2022-03-20)
101
+
102
+
103
+ ### Bug Fixes
104
+
105
+ * **landing:** correct attribution example ([#2118](https://github.com/linz/basemaps/issues/2118)) ([c6b0a96](https://github.com/linz/basemaps/commit/c6b0a966f13e9523b6542bba7f1f936674fd624a))
106
+
107
+
108
+
109
+
110
+
111
+ ## [6.21.1](https://github.com/linz/basemaps/compare/v6.21.0...v6.21.1) (2022-03-17)
112
+
113
+ **Note:** Version bump only for package @basemaps/landing
114
+
115
+
116
+
117
+
118
+
119
+ # [6.21.0](https://github.com/linz/basemaps/compare/v6.20.0...v6.21.0) (2022-03-17)
120
+
121
+
122
+ ### Reverts
123
+
124
+ * 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)
125
+ * 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)
126
+ * 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)
127
+
128
+
129
+
130
+
131
+
132
+ # [6.20.0](https://github.com/linz/basemaps/compare/v6.19.0...v6.20.0) (2022-02-01)
133
+
134
+
135
+ ### Features
136
+
137
+ * **landing:** show source id when hovering in the source layer ([#2039](https://github.com/linz/basemaps/issues/2039)) ([865bab9](https://github.com/linz/basemaps/commit/865bab92109d5b5241664af7fc970494dacafeec))
138
+
139
+
140
+
141
+
142
+
143
+ # [6.19.0](https://github.com/linz/basemaps/compare/v6.18.1...v6.19.0) (2021-12-20)
144
+
145
+
146
+ ### Bug Fixes
147
+
148
+ * **landing:** disable osm/topographic for nztm as it doesnt work ([#2031](https://github.com/linz/basemaps/issues/2031)) ([f1eff90](https://github.com/linz/basemaps/commit/f1eff90f4cafeeef9b09e3041b8e144a5b795488))
149
+
150
+
151
+ ### Features
152
+
153
+ * **landing:** allow using the topographic vector map as a debug layer ([#2030](https://github.com/linz/basemaps/issues/2030)) ([2d4a05b](https://github.com/linz/basemaps/commit/2d4a05bc8ebfe0041155b9ead93f4235b9c52657))
154
+ * **landing:** rendering source imagery bounds ([#2035](https://github.com/linz/basemaps/issues/2035)) ([2e30936](https://github.com/linz/basemaps/commit/2e30936c20fef73831082583120c096f51dc01e4))
155
+
156
+
157
+
158
+
159
+
160
+ ## [6.18.1](https://github.com/linz/basemaps/compare/v6.18.0...v6.18.1) (2021-12-16)
161
+
162
+
163
+ ### Bug Fixes
164
+
165
+ * **landing:** enable debug page ([#2026](https://github.com/linz/basemaps/issues/2026)) ([b9639c9](https://github.com/linz/basemaps/commit/b9639c91537daa5ec4767e3649ab7aeb00673e1b))
166
+ * **landing:** Trigger change event when debug value changes and disable switcher for debug mode. ([#2027](https://github.com/linz/basemaps/issues/2027)) ([aa26041](https://github.com/linz/basemaps/commit/aa26041da186654c86732f97c95708d1eb438622))
167
+
168
+
169
+
170
+
171
+
172
+ # [6.18.0](https://github.com/linz/basemaps/compare/v6.17.0...v6.18.0) (2021-12-14)
173
+
174
+
175
+ ### Bug Fixes
176
+
177
+ * **landing:** correctly track the event name of the layer ([#2018](https://github.com/linz/basemaps/issues/2018)) ([d2b8d62](https://github.com/linz/basemaps/commit/d2b8d62f8e57303dc0d4f13c1ed3fffca97e73d2))
178
+ * **landing:** Fix the update bounds for nztm tilematrix when switching layers. ([#2017](https://github.com/linz/basemaps/issues/2017)) ([230ac63](https://github.com/linz/basemaps/commit/230ac630fcd3848f5ddb3a4ee215121658d0ced7))
179
+
180
+
181
+
182
+
183
+
184
+ # [6.17.0](https://github.com/linz/basemaps/compare/v6.16.1...v6.17.0) (2021-12-05)
185
+
186
+
187
+ ### Bug Fixes
188
+
189
+ * **landing:** Fix attribution not update when switching map ([#2013](https://github.com/linz/basemaps/issues/2013)) ([0e69684](https://github.com/linz/basemaps/commit/0e69684b7e4f1df0013db2d95913e64e3c5aa201))
190
+
191
+
192
+ ### Features
193
+
194
+ * **landing:** Add vector attribution in landing page. ([#2012](https://github.com/linz/basemaps/issues/2012)) ([dad03fd](https://github.com/linz/basemaps/commit/dad03fd57a1cd384f278e2a0a047108162e7fe0f))
195
+ * **landing:** ignore geographx from the attribution list ([#2009](https://github.com/linz/basemaps/issues/2009)) ([3530e46](https://github.com/linz/basemaps/commit/3530e468ef0fbae22130f841eeec77a5892e08b8))
196
+ * **landing:** Round location transform to 8 decimals ([#2014](https://github.com/linz/basemaps/issues/2014)) ([73f6be3](https://github.com/linz/basemaps/commit/73f6be3d36edad7dcaa175ad4c853ea5579d8047))
197
+ * **landing:** use topographic name not topolike ([#2008](https://github.com/linz/basemaps/issues/2008)) ([a281d87](https://github.com/linz/basemaps/commit/a281d874ae8211447282ad41dd497e96689ceb88))
198
+
199
+
200
+
201
+
202
+
203
+ ## [6.16.1](https://github.com/linz/basemaps/compare/v6.16.0...v6.16.1) (2021-11-30)
204
+
205
+ **Note:** Version bump only for package @basemaps/landing
206
+
207
+
208
+
209
+
210
+
211
+ # [6.16.0](https://github.com/linz/basemaps/compare/v6.15.0...v6.16.0) (2021-11-29)
212
+
213
+
214
+ ### Features
215
+
216
+ * **landing:** upgrade to lui v10 ([#1990](https://github.com/linz/basemaps/issues/1990)) ([c7866b6](https://github.com/linz/basemaps/commit/c7866b6e44293f09365f47afb8d0e88212458210))
217
+
218
+
219
+
220
+
221
+
222
+ # [6.15.0](https://github.com/linz/basemaps/compare/v6.14.2...v6.15.0) (2021-11-28)
223
+
224
+
225
+ ### Bug Fixes
226
+
227
+ * **landing:** copy links should not be editable ([#1980](https://github.com/linz/basemaps/issues/1980)) ([f668e6e](https://github.com/linz/basemaps/commit/f668e6e47b4015516b8209624ccb372906fb788a))
228
+ * **landing:** Fix the loading map by url coordinates for nztm ([#1992](https://github.com/linz/basemaps/issues/1992)) ([315ff34](https://github.com/linz/basemaps/commit/315ff341eb55b53c766883110fcce6d888ece5be))
229
+ * **landing:** limit the WMTS links to those which are valid for the layer ([#1982](https://github.com/linz/basemaps/issues/1982)) ([9afe6a0](https://github.com/linz/basemaps/commit/9afe6a0d598749273037db3e3c5c1bd5691ef6cf))
230
+ * **landing:** load the correct layer on first load ([#1984](https://github.com/linz/basemaps/issues/1984)) ([9231890](https://github.com/linz/basemaps/commit/92318902b58ed1e847591915f61e52321e75c42b))
231
+ * **landing:** use better keys for event tracking ([#1981](https://github.com/linz/basemaps/issues/1981)) ([90d1619](https://github.com/linz/basemaps/commit/90d1619c3faefcf128050d9a8515ad1fd457f48f))
232
+
233
+
234
+ ### Features
235
+
236
+ * **landing:** add split-io to turn features on and off ([#1967](https://github.com/linz/basemaps/issues/1967)) ([8fa51dd](https://github.com/linz/basemaps/commit/8fa51dd30938c1a5909a3531967f2047911af218))
237
+ * **landing:** combine vector and raster bastemaps categories ([#1988](https://github.com/linz/basemaps/issues/1988)) ([def9c98](https://github.com/linz/basemaps/commit/def9c985121e5c062ee73515e128a5004e54b057))
238
+ * **landing:** make the layer switcher button similar to navigation button ([#1989](https://github.com/linz/basemaps/issues/1989)) ([f436612](https://github.com/linz/basemaps/commit/f4366128488aef04c2466cb2915e48741ea6ecc2))
239
+ * **landing:** show pbf XYZ url for vector tiles ([#1983](https://github.com/linz/basemaps/issues/1983)) ([7b1a9b9](https://github.com/linz/basemaps/commit/7b1a9b9ac13f85c7da48463c1ea23af9b19c383f))
240
+ * **landing:** simple layer switcher dropdown ([#1971](https://github.com/linz/basemaps/issues/1971)) ([3ff191e](https://github.com/linz/basemaps/commit/3ff191e380f519de6f19cbf624bbd56ef9483703))
241
+ * **landing:** sort layers by name ([#1978](https://github.com/linz/basemaps/issues/1978)) ([2154cf9](https://github.com/linz/basemaps/commit/2154cf945b4de914a5caeaa116f12bc48e99fe82))
242
+ * **landing:** support attribution for individual layers ([#1979](https://github.com/linz/basemaps/issues/1979)) ([b6822aa](https://github.com/linz/basemaps/commit/b6822aa850287fc242f7c300e0126f0e7d6f8953))
243
+ * **landing:** support layer switcher button ([#1987](https://github.com/linz/basemaps/issues/1987)) ([67056d6](https://github.com/linz/basemaps/commit/67056d6a4c143fe92fc3e1181bcb185a5d359da2))
244
+ * **landing:** switch to vdom based rendering ([#1976](https://github.com/linz/basemaps/issues/1976)) ([1b4575c](https://github.com/linz/basemaps/commit/1b4575cf7a9e5ffc3a001664de9319af89234728))
245
+
246
+
247
+
248
+
249
+
250
+ ## [6.14.2](https://github.com/linz/basemaps/compare/v6.14.1...v6.14.2) (2021-11-09)
251
+
252
+ **Note:** Version bump only for package @basemaps/landing
253
+
254
+
255
+
256
+
257
+
258
+ ## [6.14.1](https://github.com/linz/basemaps/compare/v6.14.0...v6.14.1) (2021-10-27)
259
+
260
+ **Note:** Version bump only for package @basemaps/landing
261
+
262
+
263
+
264
+
265
+
266
+ # [6.13.0](https://github.com/linz/basemaps/compare/v6.12.2...v6.13.0) (2021-10-25)
267
+
268
+
269
+ ### Features
270
+
271
+ * **cli:** expose uploading static files ([#1925](https://github.com/linz/basemaps/issues/1925)) ([ce85cd9](https://github.com/linz/basemaps/commit/ce85cd9bfe9802046e9cbbfbf8ae663c427dd1a1))
272
+
273
+
274
+
275
+
276
+
277
+ ## [6.12.1](https://github.com/linz/basemaps/compare/v6.12.0...v6.12.1) (2021-10-19)
278
+
279
+ **Note:** Version bump only for package @basemaps/landing
280
+
281
+
282
+
283
+
284
+
285
+ # [6.12.0](https://github.com/linz/basemaps/compare/v6.11.0...v6.12.0) (2021-10-05)
286
+
287
+ **Note:** Version bump only for package @basemaps/landing
288
+
289
+
290
+
291
+
292
+
293
+ # [6.11.0](https://github.com/linz/basemaps/compare/v6.10.1...v6.11.0) (2021-10-03)
294
+
295
+ **Note:** Version bump only for package @basemaps/landing
296
+
297
+
298
+
299
+
300
+
301
+ ## [6.10.1](https://github.com/linz/basemaps/compare/v6.10.0...v6.10.1) (2021-09-22)
302
+
303
+ **Note:** Version bump only for package @basemaps/landing
304
+
305
+
306
+
307
+
308
+
309
+ # [6.10.0](https://github.com/linz/basemaps/compare/v6.9.1...v6.10.0) (2021-09-22)
310
+
311
+
312
+ ### Features
313
+
314
+ * **landing:** support linkedin/twitter cards ([#1864](https://github.com/linz/basemaps/issues/1864)) ([91e3837](https://github.com/linz/basemaps/commit/91e3837fc99f49adcd2da719b2e82504e9dee42a))
315
+ * switch to esm modules ([#1857](https://github.com/linz/basemaps/issues/1857)) ([75bdff8](https://github.com/linz/basemaps/commit/75bdff8da35104f10f6b6ecf58a2c6006245af6e))
316
+
317
+
318
+
319
+
320
+
321
+ ## [6.9.1](https://github.com/linz/basemaps/compare/v6.9.0...v6.9.1) (2021-09-09)
322
+
323
+ **Note:** Version bump only for package @basemaps/landing
324
+
325
+
326
+
327
+
328
+
329
+ # [6.9.0](https://github.com/linz/basemaps/compare/v6.8.0...v6.9.0) (2021-09-09)
330
+
331
+ **Note:** Version bump only for package @basemaps/landing
332
+
333
+
334
+
335
+
336
+
337
+ # [6.8.0](https://github.com/linz/basemaps/compare/v6.7.0...v6.8.0) (2021-09-01)
338
+
339
+
340
+ ### Features
341
+
342
+ * **landing:** support prefixed imagery links starts with im_ ([#1815](https://github.com/linz/basemaps/issues/1815)) ([7fadece](https://github.com/linz/basemaps/commit/7fadecef7a6153b0bd973167f816108584aaf99a))
343
+
344
+
345
+
346
+
347
+
348
+ # [6.7.0](https://github.com/linz/basemaps/compare/v6.6.1...v6.7.0) (2021-08-15)
349
+
350
+ **Note:** Version bump only for package @basemaps/landing
351
+
352
+
353
+
354
+
355
+
356
+ ## [6.6.1](https://github.com/linz/basemaps/compare/v6.6.0...v6.6.1) (2021-07-29)
357
+
358
+ **Note:** Version bump only for package @basemaps/landing
359
+
360
+
361
+
362
+
363
+
364
+ # [6.6.0](https://github.com/linz/basemaps/compare/v6.5.0...v6.6.0) (2021-07-29)
365
+
366
+ **Note:** Version bump only for package @basemaps/landing
367
+
368
+
369
+
370
+
371
+
372
+ # [6.5.0](https://github.com/linz/basemaps/compare/v6.4.0...v6.5.0) (2021-07-25)
373
+
374
+
375
+ ### Bug Fixes
376
+
377
+ * **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))
378
+
379
+
380
+ ### Features
381
+
382
+ * **landing:** add debug viewer with ?debug=true ([#1778](https://github.com/linz/basemaps/issues/1778)) ([96434ba](https://github.com/linz/basemaps/commit/96434babb95a0dcf206c6183fa66079f546bad58))
383
+
384
+
385
+
386
+
387
+
388
+ # [6.4.0](https://github.com/linz/basemaps/compare/v6.3.0...v6.4.0) (2021-07-13)
389
+
390
+
391
+ ### Bug Fixes
392
+
393
+ * **landing:** import maplibre styles from the npm package ([#1754](https://github.com/linz/basemaps/issues/1754)) ([9bf151b](https://github.com/linz/basemaps/commit/9bf151bb54b6c4a5f6e3015588ac8dcd21d7d75c))
394
+
395
+
396
+
397
+
398
+
399
+ # [6.3.0](https://github.com/linz/basemaps/compare/v6.2.0...v6.3.0) (2021-07-07)
400
+
401
+
402
+ ### Bug Fixes
403
+
404
+ * **landing:** fix broken image urls ([#1722](https://github.com/linz/basemaps/issues/1722)) ([b9bafb4](https://github.com/linz/basemaps/commit/b9bafb44e8d4cd7d3015ce9f6702c63cbb650dca))
405
+ * **landing:** overflow attribution text with ... on mobile ([#1717](https://github.com/linz/basemaps/issues/1717)) ([46c0f43](https://github.com/linz/basemaps/commit/46c0f43c5d1fc5facd9a981626eebbdfb350c810))
406
+ * **landing:** unsquish landing page view on mobile devices ([#1716](https://github.com/linz/basemaps/issues/1716)) ([038f78d](https://github.com/linz/basemaps/commit/038f78d500b719bda0b3c125378694666a0f52cb))
407
+ * **landing:** Update map to resize while loading to fix mobile map size. ([#1706](https://github.com/linz/basemaps/issues/1706)) ([d019992](https://github.com/linz/basemaps/commit/d0199926fa06be47497aa31645414ab22e14fe23))
408
+ * **landing:** Zoom level plus 1 for attributions because mapbox rendering tile in 512px. ([#1725](https://github.com/linz/basemaps/issues/1725)) ([ed9f5b6](https://github.com/linz/basemaps/commit/ed9f5b6acffd0aef164c4311fc84b3b06d18fefb))
409
+
410
+
411
+ ### Features
412
+
413
+ * **landing:** Add navigation control to the map. ([#1724](https://github.com/linz/basemaps/issues/1724)) ([1676c7a](https://github.com/linz/basemaps/commit/1676c7a4483afa5b6defd4193955cb13f1815185))
414
+ * **landing:** default to nztm2000quad for landing page ([#1726](https://github.com/linz/basemaps/issues/1726)) ([366aa2b](https://github.com/linz/basemaps/commit/366aa2b1c8d1a15861eb4e7d75bfc112f083312f))
415
+ * **landing:** include version/changelog in landing page ([#1718](https://github.com/linz/basemaps/issues/1718)) ([998310d](https://github.com/linz/basemaps/commit/998310dd15e10b989ad4823f02faa1dd1e9e13ae))
416
+ * **landing:** Update the landing page to use maplibre ([#1689](https://github.com/linz/basemaps/issues/1689)) ([3da52d1](https://github.com/linz/basemaps/commit/3da52d1b3bd581a216017bbec0d490207e612132))
417
+
418
+
419
+
420
+
421
+
422
+ # [6.2.0](https://github.com/linz/basemaps/compare/v6.1.0...v6.2.0) (2021-06-24)
423
+
424
+ **Note:** Version bump only for package @basemaps/landing
425
+
426
+
427
+
428
+
429
+
430
+ # [6.1.0](https://github.com/linz/basemaps/compare/v6.0.0...v6.1.0) (2021-06-23)
431
+
432
+ **Note:** Version bump only for package @basemaps/landing
433
+
434
+
435
+
436
+
437
+
438
+ # [6.0.0](https://github.com/linz/basemaps/compare/v5.2.0...v6.0.0) (2021-06-21)
439
+
440
+
441
+ ### Bug Fixes
442
+
443
+ * default to basemaps.linz.govt.nz rather than tiles.basemaps.linz.govt.nz ([#1684](https://github.com/linz/basemaps/issues/1684)) ([95afdbf](https://github.com/linz/basemaps/commit/95afdbf7125edebf557ceace3e8e9f76d0317e1b))
444
+
445
+
446
+ ### Features
447
+
448
+ * **landing:** Add opacity and slide compare Maplibre examples ([#1671](https://github.com/linz/basemaps/issues/1671)) ([2bf3b8a](https://github.com/linz/basemaps/commit/2bf3b8a46f44453edb6f48eb29f60402152c4203))
449
+
450
+
451
+
452
+
453
+
454
+ # [5.2.0](https://github.com/linz/basemaps/compare/v5.1.0...v5.2.0) (2021-06-10)
455
+
456
+
457
+ ### Features
458
+
459
+ * **landing:** Add example page for Maplibre vector map. ([#1664](https://github.com/linz/basemaps/issues/1664)) ([8f7463b](https://github.com/linz/basemaps/commit/8f7463bf8dbf908c2d1d896ad7c0fd340b23ae4f))
460
+
461
+
462
+
463
+
464
+
465
+ # [5.1.0](https://github.com/linz/basemaps/compare/v5.0.3...v5.1.0) (2021-06-07)
466
+
467
+
468
+ ### Features
469
+
470
+ * **landing:** Update the UI NZTM button to return WMTS with NZTM2000Quad TileMatrix ([#1650](https://github.com/linz/basemaps/issues/1650)) ([0237ff9](https://github.com/linz/basemaps/commit/0237ff9f7147577f1bab5b069e87e468c3dff4a3))
471
+
472
+
473
+
474
+
475
+
476
+ ## [5.0.3](https://github.com/linz/basemaps/compare/v5.0.2...v5.0.3) (2021-05-25)
477
+
478
+ **Note:** Version bump only for package @basemaps/landing
479
+
480
+
481
+
482
+
483
+
484
+ ## [5.0.2](https://github.com/linz/basemaps/compare/v5.0.1...v5.0.2) (2021-05-19)
485
+
486
+ **Note:** Version bump only for package @basemaps/landing
487
+
488
+
489
+
490
+
491
+
492
+ ## [5.0.1](https://github.com/linz/basemaps/compare/v5.0.0...v5.0.1) (2021-05-17)
493
+
494
+ **Note:** Version bump only for package @basemaps/landing
495
+
496
+
497
+
498
+
499
+
500
+ # [5.0.0](https://github.com/linz/basemaps/compare/v4.24.0...v5.0.0) (2021-05-17)
501
+
502
+
503
+ ### Bug Fixes
504
+
505
+ * **attribution:** correct import issue with openlayers ([#1599](https://github.com/linz/basemaps/issues/1599)) ([1b464f3](https://github.com/linz/basemaps/commit/1b464f381a81448769521543787c060ef9b3efcf))
506
+ * **landing:** only load attribution once ([#1610](https://github.com/linz/basemaps/issues/1610)) ([57926fc](https://github.com/linz/basemaps/commit/57926fcb14440c884cd72547a5356191fd51683d))
507
+
508
+
509
+
510
+
511
+
512
+ # [4.24.0](https://github.com/linz/basemaps/compare/v4.23.0...v4.24.0) (2021-03-21)
513
+
514
+ **Note:** Version bump only for package @basemaps/landing
515
+
516
+
517
+
518
+
519
+
520
+ # [4.23.0](https://github.com/linz/basemaps/compare/v4.22.0...v4.23.0) (2021-03-18)
521
+
522
+
523
+ ### Bug Fixes
524
+
525
+ * **landing:** correctly set the projection for the copy link buttons ([#1496](https://github.com/linz/basemaps/issues/1496)) ([16e94e6](https://github.com/linz/basemaps/commit/16e94e6956df883e8a73e964e663a7de5bbbefe3))
526
+
527
+
528
+ ### Features
529
+
530
+ * **landing:** support nztm2000quad with ?p=nztm2000quad ([#1493](https://github.com/linz/basemaps/issues/1493)) ([cada7e0](https://github.com/linz/basemaps/commit/cada7e01e3deccd2446c745f4e610e8493495476))
531
+
532
+
533
+
534
+
535
+
536
+ # [4.22.0](https://github.com/linz/basemaps/compare/v4.21.0...v4.22.0) (2021-03-08)
537
+
538
+
539
+ ### Bug Fixes
540
+
541
+ * **landing:** correct the WMTS url for arcgis users ([#1454](https://github.com/linz/basemaps/issues/1454)) ([cf42808](https://github.com/linz/basemaps/commit/cf42808a49839f8b70de4290823f4b7f7ecabcf7))
542
+
543
+
544
+
545
+
546
+
547
+ # [4.21.0](https://github.com/linz/basemaps/compare/v4.20.0...v4.21.0) (2021-02-16)
548
+
549
+ **Note:** Version bump only for package @basemaps/landing
550
+
551
+
552
+
553
+
554
+
555
+ # [4.20.0](https://github.com/linz/basemaps/compare/v4.19.0...v4.20.0) (2021-02-15)
556
+
557
+
558
+ ### Bug Fixes
559
+
560
+ * **landing:** correct broken wmts/xyz links in side bar ([#1414](https://github.com/linz/basemaps/issues/1414)) ([bb85d40](https://github.com/linz/basemaps/commit/bb85d40509e086d3990dc928e1518bca9ce691e7))
561
+ * **landing:** fix broken button styling ([#1410](https://github.com/linz/basemaps/issues/1410)) ([98b5f3b](https://github.com/linz/basemaps/commit/98b5f3b3147c06f6ad72afe730d3ecd3df77c37e))
562
+
563
+
564
+ ### Features
565
+
566
+ * **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))
567
+ * **tiler:** support rendering avif tiles ([#1409](https://github.com/linz/basemaps/issues/1409)) ([8474d32](https://github.com/linz/basemaps/commit/8474d327aaab14aad96c1d7793b44b8e8daad946))
568
+ * Allow alternative TileMatrixSet definitions ([#1321](https://github.com/linz/basemaps/issues/1321)) ([b7cfa7b](https://github.com/linz/basemaps/commit/b7cfa7b8bf1351d9e57e46c180a1d3cf01c29927))
569
+
570
+
571
+
572
+
573
+
574
+ # [4.19.0](https://github.com/linz/basemaps/compare/v4.18.0...v4.19.0) (2020-11-30)
575
+
576
+ **Note:** Version bump only for package @basemaps/landing
577
+
578
+
579
+
580
+
581
+
582
+ # [4.18.0](https://github.com/linz/basemaps/compare/v4.17.0...v4.18.0) (2020-11-12)
583
+
584
+
585
+ ### Features
586
+
587
+ * **lambda-tiler:** add smoke test in health endpoint ([#1308](https://github.com/linz/basemaps/issues/1308)) ([334f5dd](https://github.com/linz/basemaps/commit/334f5dd8f3d1bd67b770cf24cef9cad517e36f37))
588
+
589
+
590
+
591
+
592
+
593
+ # [4.17.0](https://github.com/linz/basemaps/compare/v4.16.0...v4.17.0) (2020-11-03)
594
+
595
+
596
+ ### Features
597
+
598
+ * **attribution:** create attribution package ([#1261](https://github.com/linz/basemaps/issues/1261)) ([638ab10](https://github.com/linz/basemaps/commit/638ab1090d980cb3b661a2d8a572e02927b45556))
599
+
600
+
601
+
602
+
603
+
604
+ # [4.16.0](https://github.com/linz/basemaps/compare/v4.15.0...v4.16.0) (2020-10-12)
605
+
606
+
607
+ ### Features
608
+
609
+ * Update browser examples ([#1219](https://github.com/linz/basemaps/issues/1219)) ([0fe7d7e](https://github.com/linz/basemaps/commit/0fe7d7e5f1a5b153aa27045ae9a86f0b26318636))
610
+ * **landing:** be clear about 90 day API key ([#1240](https://github.com/linz/basemaps/issues/1240)) ([4d0f08c](https://github.com/linz/basemaps/commit/4d0f08c674c47693ca8f42d7960e1fef0d483e80))
611
+
612
+
613
+
614
+
615
+
616
+ # [4.15.0](https://github.com/linz/basemaps/compare/v4.14.0...v4.15.0) (2020-09-29)
617
+
618
+
619
+ ### Bug Fixes
620
+
621
+ * 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))
622
+
623
+
624
+ ### Features
625
+
626
+ * **lambda-tiler:** attribution ([#1205](https://github.com/linz/basemaps/issues/1205)) ([69cca66](https://github.com/linz/basemaps/commit/69cca66d901a23f01868ce6fedc8991f01c55de2))
627
+ * **landing:** generate new api key for users every 30 days ([#1206](https://github.com/linz/basemaps/issues/1206)) ([3a47c7c](https://github.com/linz/basemaps/commit/3a47c7c366c5794b0049fae1aaa67b4c917cdf95))
628
+
629
+
630
+
631
+
632
+
633
+ # [4.14.0](https://github.com/linz/basemaps/compare/v4.13.0...v4.14.0) (2020-09-17)
634
+
635
+ **Note:** Version bump only for package @basemaps/landing
636
+
637
+
638
+
639
+
640
+
641
+ # [4.13.0](https://github.com/linz/basemaps/compare/v4.12.2...v4.13.0) (2020-09-14)
642
+
643
+ **Note:** Version bump only for package @basemaps/landing
644
+
645
+
646
+
647
+
648
+
649
+ ## [4.12.2](https://github.com/linz/basemaps/compare/v4.12.0...v4.12.2) (2020-09-10)
650
+
651
+ **Note:** Version bump only for package @basemaps/landing
652
+
653
+
654
+
655
+
656
+
657
+ ## [4.12.1](https://github.com/linz/basemaps/compare/v4.12.0...v4.12.1) (2020-09-10)
658
+
659
+ **Note:** Version bump only for package @basemaps/landing
660
+
661
+
662
+
663
+
664
+
665
+ # [4.12.0](https://github.com/linz/basemaps/compare/v4.11.2...v4.12.0) (2020-09-06)
666
+
667
+
668
+ ### Bug Fixes
669
+
670
+ * **landing:** Don't use auto for svg height ([#1134](https://github.com/linz/basemaps/issues/1134)) ([0e5c551](https://github.com/linz/basemaps/commit/0e5c551999baf4d9973c14ddbbe563381bc2bd7f))
671
+
672
+
673
+
674
+
675
+
676
+ ## [4.11.2](https://github.com/linz/basemaps/compare/v4.11.1...v4.11.2) (2020-09-01)
677
+
678
+ **Note:** Version bump only for package @basemaps/landing
679
+
680
+
681
+
682
+
683
+
684
+ ## [4.11.1](https://github.com/linz/basemaps/compare/v4.11.0...v4.11.1) (2020-08-31)
685
+
686
+ **Note:** Version bump only for package @basemaps/landing
687
+
688
+
689
+
690
+
691
+
692
+ # [4.11.0](https://github.com/linz/basemaps/compare/v4.10.0...v4.11.0) (2020-08-31)
693
+
694
+
695
+ ### Bug Fixes
696
+
697
+ * **landing:** correct import path for lui ([#1108](https://github.com/linz/basemaps/issues/1108)) ([1fb887c](https://github.com/linz/basemaps/commit/1fb887c7aedee1ba158e37dfbb0bddf48b8092a1))
698
+
699
+
700
+
701
+
702
+
703
+ # [4.10.0](https://github.com/linz/basemaps/compare/v4.9.0...v4.10.0) (2020-08-19)
704
+
705
+
706
+ ### Features
707
+
708
+ * **landing:** support urls with z14 or 14z ([#1076](https://github.com/linz/basemaps/issues/1076)) ([e485610](https://github.com/linz/basemaps/commit/e48561072fe346621ed8f41279f42510db87627b))
709
+
710
+
711
+
712
+
713
+
714
+ # [4.9.0](https://github.com/linz/basemaps/compare/v4.8.0...v4.9.0) (2020-08-17)
715
+
716
+ **Note:** Version bump only for package @basemaps/landing
717
+
718
+
719
+
720
+
721
+
722
+ # [4.8.0](https://github.com/linz/basemaps/compare/v4.7.1...v4.8.0) (2020-08-12)
723
+
724
+
725
+ ### Bug Fixes
726
+
727
+ * **landing:** apply cache control for uploaded assets ([#1046](https://github.com/linz/basemaps/issues/1046)) ([0b4c232](https://github.com/linz/basemaps/commit/0b4c2326277eda6fe9cf7b65555eb4857dc9b609))
728
+
729
+
730
+ ### Features
731
+
732
+ * **lambda-tiler:** set cache for tiles to be public to increase cache hits ([#1035](https://github.com/linz/basemaps/issues/1035)) ([610b10c](https://github.com/linz/basemaps/commit/610b10c7eebb934f463d88654768dd64836f118a))
733
+ * **landing:** use the same url pattern as WMTS ([#1034](https://github.com/linz/basemaps/issues/1034)) ([dadb4ae](https://github.com/linz/basemaps/commit/dadb4aeb54978d0b5141ff103fb8580ce24b0e41))
734
+
735
+
736
+
737
+
738
+
739
+ ## [4.7.1](https://github.com/linz/basemaps/compare/v4.7.0...v4.7.1) (2020-08-11)
740
+
741
+ **Note:** Version bump only for package @basemaps/landing
742
+
743
+
744
+
745
+
746
+
747
+ # [4.7.0](https://github.com/linz/basemaps/compare/v4.6.0...v4.7.0) (2020-08-10)
748
+
749
+ **Note:** Version bump only for package @basemaps/landing
750
+
751
+
752
+
753
+
754
+
755
+ # [4.6.0](https://github.com/linz/basemaps/compare/v4.5.0...v4.6.0) (2020-08-05)
756
+
757
+ **Note:** Version bump only for package @basemaps/landing
758
+
759
+
760
+
761
+
762
+
763
+ # [4.5.0](https://github.com/linz/basemaps/compare/v4.4.0...v4.5.0) (2020-07-30)
764
+
765
+ **Note:** Version bump only for package @basemaps/landing
766
+
767
+
768
+
769
+
770
+
771
+ # [4.4.0](https://github.com/linz/basemaps/compare/v4.3.0...v4.4.0) (2020-07-28)
772
+
773
+
774
+ ### Bug Fixes
775
+
776
+ * inject git version and hash into all code ([#966](https://github.com/linz/basemaps/issues/966)) ([8b8eaec](https://github.com/linz/basemaps/commit/8b8eaec373286c81b425d485274edd7c588aefea))
777
+
778
+
779
+
780
+
781
+
782
+ # [4.3.0](https://github.com/linz/basemaps/compare/v4.2.0...v4.3.0) (2020-07-19)
783
+
784
+ **Note:** Version bump only for package @basemaps/landing
785
+
786
+
787
+
788
+
789
+
790
+ # [4.2.0](https://github.com/linz/basemaps/compare/v4.1.0...v4.2.0) (2020-07-16)
791
+
792
+ **Note:** Version bump only for package @basemaps/landing
793
+
794
+
795
+
796
+
797
+
798
+ # [4.1.0](https://github.com/linz/basemaps/compare/v4.0.0...v4.1.0) (2020-07-15)
799
+
800
+
801
+ ### Bug Fixes
802
+
803
+ * **landing:** dont require clicking on the map for keyboard events ([#897](https://github.com/linz/basemaps/issues/897)) ([785f715](https://github.com/linz/basemaps/commit/785f71595d8a85998bfb0f90944627d27d0f8ee7))
804
+ * **landing:** google analytic events were not being sent ([#891](https://github.com/linz/basemaps/issues/891)) ([d67538a](https://github.com/linz/basemaps/commit/d67538a7834afdf99883276036ca16fbad7d03af))
805
+
806
+
807
+ ### Features
808
+
809
+ * **cli:** Allow creation of one cog covering entire extent ([#920](https://github.com/linz/basemaps/issues/920)) ([2fd9187](https://github.com/linz/basemaps/commit/2fd918702e5cf25b12e24a3d72e694237e633a78))
810
+ * **landing:** allow changing map position via url ([#900](https://github.com/linz/basemaps/issues/900)) ([8c26913](https://github.com/linz/basemaps/commit/8c26913fc3cb7fd0f3e633e41dc1d3eb81e77b24))
811
+ * **landing:** allow map to be controlled by keyboard events ([#893](https://github.com/linz/basemaps/issues/893)) ([7d6acc7](https://github.com/linz/basemaps/commit/7d6acc7127ec6052999e6c50c7cae68bc512405e))
812
+ * **landing:** improve accessiblity hide offscreen elements from tab ([#895](https://github.com/linz/basemaps/issues/895)) ([cd2d512](https://github.com/linz/basemaps/commit/cd2d512f6065f15c1424370f8f0c52ad28e9ec87))
813
+ * **landing:** increase max zoom for nztm2000 to 18 ([#899](https://github.com/linz/basemaps/issues/899)) ([7e3c433](https://github.com/linz/basemaps/commit/7e3c43349b16ef641d26b6aab193d2cdb7a79783))
814
+
815
+
816
+
817
+
818
+
819
+ # [4.0.0](https://github.com/linz/basemaps/compare/v3.6.0...v4.0.0) (2020-07-09)
820
+
821
+
822
+ ### Bug Fixes
823
+
824
+ * **landing:** Fix typos in side menu ([#883](https://github.com/linz/basemaps/issues/883)) ([b380757](https://github.com/linz/basemaps/commit/b380757fb306d9cfd987a7f3255ebd37fbe23d39))
825
+
826
+
827
+
828
+
829
+
830
+ # [3.6.0](https://github.com/linz/basemaps/compare/v3.5.0...v3.6.0) (2020-07-08)
831
+
832
+
833
+ ### Features
834
+
835
+ * **landing:** Add content to contact us mailto: link ([#879](https://github.com/linz/basemaps/issues/879)) ([579ac92](https://github.com/linz/basemaps/commit/579ac92e2f39c70a8d67c2d01613f91e7b194774))
836
+ * **landing:** limit nztm to its extent ([#878](https://github.com/linz/basemaps/issues/878)) ([7470679](https://github.com/linz/basemaps/commit/747067955b0d52343498c81c2c20b29516046a75))
837
+
838
+
839
+
840
+
841
+
842
+ # [3.5.0](https://github.com/linz/basemaps/compare/v3.4.2...v3.5.0) (2020-07-05)
843
+
844
+
845
+ ### Bug Fixes
846
+
847
+ * **landing:** allow firefox to render webps if it supports it ([#858](https://github.com/linz/basemaps/issues/858)) ([ba3013b](https://github.com/linz/basemaps/commit/ba3013b06509cb96e0cd468ac9d1510e9933f52f))
848
+
849
+
850
+ ### Features
851
+
852
+ * **landing:** report tile loading stats ([#853](https://github.com/linz/basemaps/issues/853)) ([7e11d4a](https://github.com/linz/basemaps/commit/7e11d4a7304cbc9533ade2af2ad977cf0df1fe0f))
853
+
854
+
855
+
856
+
857
+
858
+ ## [3.4.1](https://github.com/linz/basemaps/compare/v3.4.0...v3.4.1) (2020-06-30)
859
+
860
+
861
+ ### Bug Fixes
862
+
863
+ * **landing:** use correct attribution url ([#840](https://github.com/linz/basemaps/issues/840)) ([86f8ef2](https://github.com/linz/basemaps/commit/86f8ef239703286a18437364020b5a86ce9084af))
864
+
865
+
866
+
867
+
868
+
869
+ # [3.4.0](https://github.com/linz/basemaps/compare/v3.3.0...v3.4.0) (2020-06-29)
870
+
871
+
872
+ ### Features
873
+
874
+ * **landing:** styles for mobile devices ([#839](https://github.com/linz/basemaps/issues/839)) ([53c6eb0](https://github.com/linz/basemaps/commit/53c6eb0d4d6cca13dc813fb683d8e4d598746647))
875
+
876
+
877
+
878
+
879
+
880
+ # [3.3.0](https://github.com/linz/basemaps/compare/v3.2.0...v3.3.0) (2020-06-28)
881
+
882
+
883
+ ### Features
884
+
885
+ * **landing:** add button to copy api urls ([#827](https://github.com/linz/basemaps/issues/827)) ([321334f](https://github.com/linz/basemaps/commit/321334fe0966906b1c2826c21bc7b9a45ff3e4cd))
886
+ * **landing:** api key generation and menu information ([#813](https://github.com/linz/basemaps/issues/813)) ([0c32d72](https://github.com/linz/basemaps/commit/0c32d727fb63c20a5c0dda3dde31309b7042a48b))
887
+ * **landing:** dont show a NZTM xyz url as it does not make sense ([#828](https://github.com/linz/basemaps/issues/828)) ([deec860](https://github.com/linz/basemaps/commit/deec860babc3cbc16c145acf41c6b1220ae54ab3))
888
+ * **landing:** switch to new linz branded footer ([#826](https://github.com/linz/basemaps/issues/826)) ([f841047](https://github.com/linz/basemaps/commit/f8410473ab75e59a509e3c157c54a86695f1971a))
889
+
890
+
891
+
892
+
893
+
894
+ # [3.2.0](https://github.com/linz/basemaps/compare/v3.1.0...v3.2.0) (2020-06-25)
895
+
896
+
897
+ ### Bug Fixes
898
+
899
+ * **landing:** adjust styles to give more space to the map ([#811](https://github.com/linz/basemaps/issues/811)) ([31ce315](https://github.com/linz/basemaps/commit/31ce31580dad8236a49a501d6fba67c75439c7c5))
900
+
901
+
902
+ ### Features
903
+
904
+ * **landing:** use webp only if the browser supports it ([#814](https://github.com/linz/basemaps/issues/814)) ([c3d76b9](https://github.com/linz/basemaps/commit/c3d76b96bdd693c98499147d0d7f07e065156592))
905
+
906
+
907
+
908
+
909
+
910
+ # [3.1.0](https://github.com/linz/basemaps/compare/v3.0.0...v3.1.0) (2020-06-25)
911
+
912
+
913
+ ### Bug Fixes
914
+
915
+ * **landing:** create unique js and css file names ([#803](https://github.com/linz/basemaps/issues/803)) ([08118dc](https://github.com/linz/basemaps/commit/08118dcd7e0ae374b29c896c4060f4980a4f31e0))
916
+
917
+
918
+ ### Features
919
+
920
+ * **landing:** adding debug information to map when ?debug=true ([#809](https://github.com/linz/basemaps/issues/809)) ([0e526ce](https://github.com/linz/basemaps/commit/0e526ce3de7c20c102b8ea1755c301c90f7bc13e))
921
+ * **landing:** apply linz branding to the basemap ([#802](https://github.com/linz/basemaps/issues/802)) ([b44a873](https://github.com/linz/basemaps/commit/b44a873013baefeb2690da70175a58903f70f6ca))
922
+ * **landing:** track mouse position in debug mode ([#810](https://github.com/linz/basemaps/issues/810)) ([49307bc](https://github.com/linz/basemaps/commit/49307bc180adbc29cdbeb0456b9203928b57f267))
923
+
924
+
925
+
926
+
927
+
928
+ # [3.0.0](https://github.com/linz/basemaps/compare/v2.2.0...v3.0.0) (2020-06-23)
929
+
930
+
931
+ ### Features
932
+
933
+ * **landing:** support nztm tiles ([#779](https://github.com/linz/basemaps/issues/779)) ([5158603](https://github.com/linz/basemaps/commit/51586035aa7a258cadb8b561d91f63e87c049eb2))
934
+
935
+
936
+
937
+
938
+
939
+ # [2.2.0](https://github.com/linz/basemaps/compare/v2.1.0...v2.2.0) (2020-06-17)
940
+
941
+
942
+ ### Features
943
+
944
+ * **landing:** track with google analytics if $GOOGLE_ANALYTICS is set during deployment ([#764](https://github.com/linz/basemaps/issues/764)) ([afc7b8e](https://github.com/linz/basemaps/commit/afc7b8eb6337f3b15b32765bdc1186fc35d88ff4))
945
+ * render tiles using tile matrix sets ([#699](https://github.com/linz/basemaps/issues/699)) ([5b8156a](https://github.com/linz/basemaps/commit/5b8156aac4d23087c399667fba265af8383cd60a))
946
+ * **landing:** rotate background colors when clicking the debug button ([#663](https://github.com/linz/basemaps/issues/663)) ([18e7c33](https://github.com/linz/basemaps/commit/18e7c339b9da8e48a2b759c3eab199dafcf69a89))
947
+
948
+
949
+
950
+
951
+
952
+ # [2.1.0](https://github.com/linz/basemaps/compare/v2.0.0...v2.1.0) (2020-05-21)
953
+
954
+ **Note:** Version bump only for package @basemaps/landing
955
+
956
+
957
+
958
+
959
+
960
+ # [2.0.0](https://github.com/linz/basemaps/compare/v1.12.0...v2.0.0) (2020-05-18)
961
+
962
+ **Note:** Version bump only for package @basemaps/landing
963
+
964
+
965
+
966
+
967
+
968
+ # [1.12.0](https://github.com/linz/basemaps/compare/v1.11.0...v1.12.0) (2020-05-15)
969
+
970
+ **Note:** Version bump only for package @basemaps/landing
971
+
972
+
973
+
974
+
975
+
976
+ # [1.11.0](https://github.com/linz/basemaps/compare/v1.10.0...v1.11.0) (2020-05-14)
977
+
978
+ **Note:** Version bump only for package @basemaps/landing
979
+
980
+
981
+
982
+
983
+
984
+ # [1.10.0](https://github.com/linz/basemaps/compare/v1.9.0...v1.10.0) (2020-05-13)
985
+
986
+
987
+ ### Features
988
+
989
+ * add a checkerboard background to the landing page ([#608](https://github.com/linz/basemaps/issues/608)) ([5b921a7](https://github.com/linz/basemaps/commit/5b921a716ea013a4755cd53f6ffa8e5351a477b0))
990
+
991
+
992
+
993
+
994
+
995
+ # [1.9.0](https://github.com/linz/basemaps/compare/v1.8.0...v1.9.0) (2020-05-12)
996
+
997
+ **Note:** Version bump only for package @basemaps/landing
998
+
999
+
1000
+
1001
+
1002
+
1003
+ # [1.8.0](https://github.com/linz/basemaps/compare/v1.7.0...v1.8.0) (2020-05-11)
1004
+
1005
+ **Note:** Version bump only for package @basemaps/landing
1006
+
1007
+
1008
+
1009
+
1010
+
1011
+ # [1.7.0](https://github.com/linz/basemaps/compare/v1.6.0...v1.7.0) (2020-05-10)
1012
+
1013
+ **Note:** Version bump only for package @basemaps/landing
1014
+
1015
+
1016
+
1017
+
1018
+
1019
+ # [1.6.0](https://github.com/linz/basemaps/compare/v1.5.1...v1.6.0) (2020-05-08)
1020
+
1021
+ **Note:** Version bump only for package @basemaps/landing
1022
+
1023
+
1024
+
1025
+
1026
+
1027
+ ## [1.5.1](https://github.com/linz/basemaps/compare/v1.5.0...v1.5.1) (2020-05-07)
1028
+
1029
+ **Note:** Version bump only for package @basemaps/landing
1030
+
1031
+
1032
+
1033
+
1034
+
1035
+ # [1.5.0](https://github.com/linz/basemaps/compare/v1.4.2...v1.5.0) (2020-05-07)
1036
+
1037
+
1038
+ ### Features
1039
+
1040
+ * **landing:** support different imagery sets other than aerial with ?i=:imageId ([#575](https://github.com/linz/basemaps/issues/575)) ([f1b730e](https://github.com/linz/basemaps/commit/f1b730ea8fd61bd907e54be20abe18cd1146e3a9))
1041
+
1042
+
1043
+
1044
+
1045
+
1046
+ ## [1.4.2](https://github.com/linz/basemaps/compare/v1.4.1...v1.4.2) (2020-05-06)
1047
+
1048
+ **Note:** Version bump only for package @basemaps/landing
1049
+
1050
+
1051
+
1052
+
1053
+
1054
+ ## [1.4.1](https://github.com/linz/basemaps/compare/v1.4.0...v1.4.1) (2020-05-06)
1055
+
1056
+ **Note:** Version bump only for package @basemaps/landing
1057
+
1058
+
1059
+
1060
+
1061
+
1062
+ # [1.4.0](https://github.com/linz/basemaps/compare/v1.3.0...v1.4.0) (2020-05-06)
1063
+
1064
+ **Note:** Version bump only for package @basemaps/landing
1065
+
1066
+
1067
+
1068
+
1069
+
1070
+ # [1.3.0](https://github.com/linz/basemaps/compare/v1.2.0...v1.3.0) (2020-05-05)
1071
+
1072
+
1073
+ ### Features
1074
+
1075
+ * support tileset history ([#537](https://github.com/linz/basemaps/issues/537)) ([06760d4](https://github.com/linz/basemaps/commit/06760d4f1a6a28d0edc4f40f55cdf9db8e91f93f))
1076
+
1077
+
1078
+
1079
+
1080
+
1081
+ # [1.2.0](https://github.com/linz/basemaps/compare/v1.1.0...v1.2.0) (2020-03-25)
1082
+
1083
+
1084
+ ### Bug Fixes
1085
+
1086
+ * update landing page and cli/serve to include aerial/3857 ([a604148](https://github.com/linz/basemaps/commit/a604148365b42417088821eca16487b63e7eaa58))
1087
+
1088
+
1089
+
1090
+
1091
+
1092
+ # [1.0.0](https://github.com/linz/basemaps/compare/v0.3.0...v1.0.0) (2020-02-18)
1093
+
1094
+
1095
+ ### Features
1096
+
1097
+ * quick basemap landing page ([473a542](https://github.com/linz/basemaps/commit/473a542e25d5aa933cfcadf7342d66ea43b82bac))