16273 Commits

Author SHA1 Message Date
Noenandre
508c4d1e37 Split a promise into two. 2023-03-15 18:16:21 +01:00
Noenandre
c7c130dae1 Use nullish coalescing operator where it makes sense. 2023-03-15 18:15:32 +01:00
Noenandre
a2a1fdc58a Tests for service/vegbilder is as comprehensive as similar providers. 2023-03-15 18:13:50 +01:00
Martin Raifer
c01adb01fa update changelog 2023-03-13 16:03:36 +01:00
Martin Raifer
0334533aee render sidedness markers for man_made=quay
see https://github.com/openstreetmap/id-tagging-schema/pull/810#issuecomment-1464181204
2023-03-13 15:14:27 +01:00
Martin Raifer
853f99a0b3 use new teamki package when building icons 2023-03-13 15:02:39 +01:00
Martin Raifer
4783d61a10 bundle package-lock
see https://github.com/openstreetmap/id-tagging-schema/pull/800#discussion_r1133820018
2023-03-13 13:49:00 +01:00
Martin Raifer
d3fa96068a bump temaki to v5.3
for https://github.com/openstreetmap/id-tagging-schema/pull/810
2023-03-13 13:46:27 +01:00
Noenandre
4c6f3621f2 Use last calculated missing heading for null vectors. 2023-03-09 16:45:49 +01:00
Noenandre
2d74e4fde5 Small bugfix. 2023-03-09 16:39:06 +01:00
Noenandre
e33279bb4a Create a new zoom behaviour when the image size potentially change. 2023-03-09 16:38:02 +01:00
Martin Raifer
1fba837401 update assets 2023-03-07 20:59:12 +01:00
Martin Raifer
a0063ac16f update changelog 2023-03-06 16:06:03 +01:00
Kyℓe Hensel
cfca929ded don't symlink land.html (#9523)
for easier first-time installation on Windows
2023-03-06 14:01:28 +01:00
Kyℓe Hensel
0ec1b45bf9 tweak regex when searching for a feature ID (#9520) 2023-03-06 13:58:48 +01:00
dependabot[bot]
8b9ee46f7a Bump glob from 8.1.0 to 9.2.1 (#9527)
* Bump glob from 8.1.0 to 9.2.1

Bumps [glob](https://github.com/isaacs/node-glob) from 8.1.0 to 9.2.1.
- [Release notes](https://github.com/isaacs/node-glob/releases)
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v8.1.0...v9.2.1)

---
updated-dependencies:
- dependency-name: glob
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* update build script to glob v9

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Raifer <martin@raifer.tech>
2023-03-06 13:44:52 +01:00
Noenandre
fcbdee0aed Attempt to fix plane photoviewer. 2023-03-06 13:29:44 +01:00
Minh Nguyễn
ab442b76ac Preserve precision in raw tags 2023-03-04 23:43:40 -08:00
Minh Nguyễn
653582f268 Added tests of padding zero 2023-03-04 18:52:50 -08:00
Minh Nguyễn
023907f9e2 Fixed incrementing/decrementing formatted numbers
The float formatter function now takes a number of fraction digits to return.
2023-03-04 18:36:06 -08:00
Noenandre
c824fe1937 Create sequences for each (wfs)layer instead of for all points at once. Rearrange cache. 2023-03-04 14:04:02 +01:00
Minh Nguyễn
4e1129709c Fixed exception formatting nonexistent value
Co-authored-by: Martin Raifer <martin@raifer.tech>
2023-03-03 22:48:30 -08:00
Minh Nguyễn
6419def20f Fixed numeric fields in locales without literals 2023-03-03 22:42:15 -08:00
Minh Nguyễn
5d224a41cd Strip literal (bidi) characters when parsing numbers 2023-03-03 22:42:15 -08:00
Minh Nguyễn
ecb7c20bbf Avoid truncation when formatting numbers 2023-03-03 22:42:14 -08:00
Minh Nguyễn
74fdf17477 More minor corrections from code review 2023-03-03 22:42:14 -08:00
Minh Nguyễn
9817894752 Apply suggestions from code review
Co-authored-by: Martin Raifer <martin@raifer.tech>
2023-03-03 22:42:14 -08:00
Minh Nguyễn
0dadd8b31c Clean roadheight value after concatenation 2023-03-03 22:42:14 -08:00
Minh Nguyễn
2ba7177080 Polyfill inadequate Intl support
Ensure that formatting is balanced with parsing to avoid truncating numbers.
2023-03-03 22:42:14 -08:00
Minh Nguyễn
252828bb4b Localize numbers in numeric fields 2023-03-03 22:42:14 -08:00
Noenandre
15f4438fad More info and localization in attribution bar. 2023-03-03 19:24:33 +01:00
Martin Raifer
f818cfdd0d update changelog 2023-03-03 18:54:05 +01:00
Kyℓe Hensel
43b4b4f02b render right-sided arrows for features with lifecycle prefixes (#9493) 2023-03-03 18:53:10 +01:00
Martin Raifer
7854a17509 update changelog 2023-03-03 18:50:39 +01:00
Kyℓe Hensel
d6b869fe7a add 4 tags which imply oneway=yes (#9492) 2023-03-03 18:48:22 +01:00
Martin Raifer
79566ac4ca update changelog 2023-03-03 18:43:02 +01:00
Biswajit Kaushik
4a9e097b13 Add india address and phone format (#9482) 2023-03-03 18:40:52 +01:00
Martin Raifer
e7cd0a6577 update changelog 2023-03-03 18:36:52 +01:00
Kyℓe Hensel
a17b5faf5f Send 'Accept-Language' header on Nominatim API calls (#9501) 2023-03-03 18:34:24 +01:00
Martin Raifer
0169abaffd add to changelog 2023-03-03 18:33:34 +01:00
dependabot[bot]
2322146c49 Bump @fortawesome/free-solid-svg-icons from 6.2.1 to 6.3.0 (#9496)
Bumps [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) from 6.2.1 to 6.3.0.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.2.1...6.3.0)

---
updated-dependencies:
- dependency-name: "@fortawesome/free-solid-svg-icons"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-03 18:15:48 +01:00
dependabot[bot]
d9551d2db3 Bump @fortawesome/free-brands-svg-icons from 6.2.1 to 6.3.0 (#9495)
Bumps [@fortawesome/free-brands-svg-icons](https://github.com/FortAwesome/Font-Awesome) from 6.2.1 to 6.3.0.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.2.1...6.3.0)

---
updated-dependencies:
- dependency-name: "@fortawesome/free-brands-svg-icons"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-03 18:15:34 +01:00
dependabot[bot]
182b15d938 Bump @fortawesome/free-regular-svg-icons from 6.2.1 to 6.3.0 (#9497)
Bumps [@fortawesome/free-regular-svg-icons](https://github.com/FortAwesome/Font-Awesome) from 6.2.1 to 6.3.0.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.2.1...6.3.0)

---
updated-dependencies:
- dependency-name: "@fortawesome/free-regular-svg-icons"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-03 18:14:20 +01:00
dependabot[bot]
4baa69d720 Bump @fortawesome/fontawesome-svg-core from 6.2.1 to 6.3.0 (#9498)
Bumps [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) from 6.2.1 to 6.3.0.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.2.1...6.3.0)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-svg-core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-03 18:13:25 +01:00
dependabot[bot]
da0088676a Bump which-polygon from 2.2.0 to 2.2.1 (#9505)
Bumps [which-polygon](https://github.com/mapbox/which-polygon) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/mapbox/which-polygon/releases)
- [Commits](https://github.com/mapbox/which-polygon/compare/v2.2.0...v2.2.1)

---
updated-dependencies:
- dependency-name: which-polygon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-03 18:12:29 +01:00
Martin Raifer
1273407587 [CI] don't mark "falsy" or "inflight" as misspelled 2023-03-03 17:07:06 +01:00
Noenandre
255c80d341 Test for init and reset methods on service.
Bugfix for reset.
Adjusted expectation of number of svg layers.
2023-03-03 16:43:54 +01:00
Martin Raifer
f87b5fa77b bump dev version
and add missing release date to changelog
2023-03-03 16:35:28 +01:00
Martin Raifer
5ebb8d2acb v2.25.0 2023-03-03 16:27:16 +01:00
Martin Raifer
ec20eadd3d npm run translations 2023-03-03 16:26:07 +01:00