dependabot[bot]
8cbafaeca9
Bump @openstreetmap/id-tagging-schema from 6.9.0 to 6.9.1 ( #10792 )
...
Bumps [@openstreetmap/id-tagging-schema](https://github.com/openstreetmap/id-tagging-schema ) from 6.9.0 to 6.9.1.
- [Release notes](https://github.com/openstreetmap/id-tagging-schema/releases )
- [Changelog](https://github.com/openstreetmap/id-tagging-schema/blob/main/CHANGELOG.md )
- [Commits](https://github.com/openstreetmap/id-tagging-schema/compare/v6.9.0...v6.9.1 )
---
updated-dependencies:
- dependency-name: "@openstreetmap/id-tagging-schema"
dependency-type: direct:development
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>
2025-02-20 14:44:01 +01:00
dependabot[bot]
cf765a99aa
Bump postcss from 8.5.2 to 8.5.3 ( #10793 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.5.2 to 8.5.3.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.5.2...8.5.3 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
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>
2025-02-20 14:43:51 +01:00
dependabot[bot]
b8a37c8396
Bump vitest from 3.0.5 to 3.0.6 ( #10791 )
...
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.6/packages/vitest )
---
updated-dependencies:
- dependency-name: vitest
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>
2025-02-20 14:43:37 +01:00
Martin Raifer
5d62126530
add dummy transition to overlay layers
...
fixes overlay tiles from not being removed while zooming out and back in
addendum to #10785
2025-02-19 18:31:42 +01:00
Martin Raifer
918126e5f8
revalidate entities with changed relation memberships
2025-02-18 13:19:32 +01:00
Marwin Hochfelsner
0a6cbf3ebc
Sort tiles by zoom ( #9504 )
...
to make sure that low zoom tiles don't hide higher resolution tiles. This can be relevant in case of tile loading errors or around the coverage border of a tile service.
2025-02-18 12:00:36 +01:00
Marwin Hochfelsner
6026d69672
Replace setTimeout with ontransitionend for easier customizability ( #10785 )
2025-02-18 10:52:58 +01:00
Martin Raifer
31345c073a
correctly detect Locale:* results when there are more than one langCodes
...
fixes a false positive console warning, e.g. reported in #9045
> Occasionally, it also gives a message which is not an error: "Unexpected title Locale:nl"
2025-02-17 21:17:59 +01:00
Martin Raifer
94b27c0e00
add missing translation string, fixes #8995
2025-02-17 19:30:36 +01:00
Mateusz Konieczny
2ff01beba3
Better describe culvert in fix for waterway-road intersection warnings ( #10783 )
2025-02-17 18:59:29 +01:00
Kyℓe Hensel
6f16060a78
mass-replace done() function with async/await ( #10781 )
2025-02-17 13:10:04 +01:00
dependabot[bot]
2f4c05c90e
Bump chai from 5.1.2 to 5.2.0 ( #10782 )
...
Bumps [chai](https://github.com/chaijs/chai ) from 5.1.2 to 5.2.0.
- [Release notes](https://github.com/chaijs/chai/releases )
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md )
- [Commits](https://github.com/chaijs/chai/compare/v5.1.2...v5.2.0 )
---
updated-dependencies:
- dependency-name: chai
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>
2025-02-17 12:57:59 +01:00
Justin Tracey
d6ee1bb4cd
add crossing:markings tag when connecting crossing ( #9586 )
2025-02-17 12:57:25 +01:00
Martin Raifer
294f2b9988
add #10646 to changelog
2025-02-17 12:42:12 +01:00
Kyℓe Hensel
ef88e1c7ca
fix destination_sign relations not updated when splitting a way ( #10646 )
2025-02-17 11:46:42 +01:00
Kyℓe Hensel
8f9d7e01bf
validate suspicious names using the user's language ( #9522 )
2025-02-17 11:42:04 +01:00
Kyℓe Hensel
f513ccd03d
enable intellisense for the main classes ( #10618 )
2025-02-17 11:35:50 +01:00
Kyℓe Hensel
083d6d04fe
remove noexit=yes and fixme=continue when you continue a line ( #9634 )
2025-02-17 11:18:53 +01:00
Kyℓe Hensel
0fc978de45
remove leading semicolon from changeset source ( #9887 )
2025-02-17 11:13:52 +01:00
Martin Raifer
9b7b0cde9e
fix walkthrough from not correctly registering deleted ways
...
fixes #10776 , this was a regression in 7559dea
2025-02-16 11:37:25 +01:00
Martin Raifer
be8dd830d8
properly convert callback to a promise ( #10773 )
2025-02-16 11:08:08 +01:00
andrewpmk
a7038955ca
Revalidate disconnected_way and impossible_oneway errors on change ( #8911 )
2025-02-15 18:45:32 +01:00
Martin Raifer
022fc3c574
simplify staging deploy workflow, upgrade github action versions
2025-02-15 13:16:43 +01:00
dependabot[bot]
1c04802e3a
Bump netlify-cli from 18.0.4 to 18.1.0 ( #10771 )
...
Bumps [netlify-cli](https://github.com/netlify/cli ) from 18.0.4 to 18.1.0.
- [Release notes](https://github.com/netlify/cli/releases )
- [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md )
- [Commits](https://github.com/netlify/cli/compare/v18.0.4...v18.1.0 )
---
updated-dependencies:
- dependency-name: netlify-cli
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>
2025-02-14 11:29:13 +01:00
Martin Raifer
6b82c58bb3
Merge pull request #10737 from burrscurr/way-reverse-dont-change-red-turn-direction
2025-02-13 11:31:13 +01:00
Martin Raifer
8b5c9ba8b7
add to changelog
2025-02-13 11:01:30 +01:00
Martin Raifer
9f2b00f8c4
Merge branch 'develop' into way-reverse-dont-change-red-turn-direction
2025-02-13 11:00:58 +01:00
Martin Raifer
918522442b
minor refactoring / renaming
2025-02-13 10:55:31 +01:00
Marwin Hochfelsner
fd96190b1e
Improve wording of API documentation ( #10767 )
2025-02-12 21:40:21 +01:00
Martin Raifer
26551b0d75
use secrets from gh "workflows" environment
2025-02-12 21:31:28 +01:00
Martin Raifer
b04c69bb92
fix typo
2025-02-12 21:25:01 +01:00
Martin Raifer
bfaa25f8fa
implement staging build and deploy to netlify ( #10768 )
2025-02-12 21:21:41 +01:00
Martin Raifer
825faf0dac
use "narrow road" styling for all *_link roads, fixes #10717
2025-02-12 15:47:34 +01:00
Kyℓe Hensel
c1ca888b72
linkify keys & tags in the preset docs from the wiki ( #10763 )
2025-02-12 15:42:29 +01:00
Deeptanshu Sankhwar
dbcc219c24
Include addr:housename in the address format for Bolivia ( #10728 )
2025-02-12 15:38:52 +01:00
Kyℓe Hensel
33c68064a6
Enable autofill for the source tag in the changeset panel ( #10764 )
2025-02-12 15:22:50 +01:00
Kyℓe Hensel
bd85d31b73
fix relation membership list using a non-deterministic order ( #10648 )
2025-02-12 15:16:54 +01:00
Kyℓe Hensel
6388a6a2ba
allow broken (unclosed) areas to be continued ( #9635 )
2025-02-12 15:13:26 +01:00
Kyℓe Hensel
4747ae253c
refactor isOneWay to properly support bidirectional ways ( #10730 )
2025-02-12 14:22:09 +01:00
dependabot[bot]
4e1c16efc7
Bump eslint from 9.20.0 to 9.20.1 ( #10762 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.20.0 to 9.20.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.20.0...v9.20.1 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
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>
2025-02-12 14:18:49 +01:00
Kyℓe Hensel
6328776df1
Fix + symbol appearing in changeset comments from external tools ( #10766 )
2025-02-12 14:13:15 +01:00
Martin Raifer
f3a985f78b
ways with more than 2000 nodes: prevent lockup and provide validator-fix ( #8808 )
...
* add validation & fix for way vertices limit imposed by OSM API (try to choose splitting locations at existing intersection vertices if possible)
* fix splitting of closed ways at two or more nodes:
this bug resulted sometimes in one extra split point in the result, or one of the split vertices to be left unsplit
2025-02-11 20:08:38 +01:00
Martin Raifer
121f3e2fb8
don't reauthenticate on HTTP 400 errors
...
since these are likely unrelated to authentication issues, but rather have to do with generic API errors or outages
2025-02-11 16:29:01 +01:00
dragoon
a83f5b3ff5
fixed "highlight" markers of some street level photo layers ( #10756 )
2025-02-11 12:59:39 +01:00
Deeptanshu Sankhwar
f7fc707159
Show both lat/lon and lon/lat when searching coordinates ( #10725 )
2025-02-11 12:50:07 +01:00
dependabot[bot]
c292ac788e
Bump postcss from 8.5.1 to 8.5.2 ( #10759 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.5.1 to 8.5.2.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.5.1...8.5.2 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
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>
2025-02-11 11:37:30 +01:00
Martin Raifer
9e110cfda4
make background map tile edges opaque
...
Replaces the workaround of the tile rendering issues on Chrome at odd zoom levels.
The svg filter `#alpha-slope5` alters the alpha channel of background tiles such that everything but (almost) transparent pixels are rendered fully opaque.
closes #10747
2025-02-10 13:50:23 +01:00
dependabot[bot]
97600e3ce8
Bump esbuild from 0.24.2 to 0.25.0 ( #10753 )
...
Bumps [esbuild](https://github.com/evanw/esbuild ) from 0.24.2 to 0.25.0.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.24.2...v0.25.0 )
---
updated-dependencies:
- dependency-name: esbuild
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>
2025-02-10 10:52:52 +01:00
dependabot[bot]
3de1e7d335
Bump marked from 15.0.6 to 15.0.7 ( #10754 )
...
Bumps [marked](https://github.com/markedjs/marked ) from 15.0.6 to 15.0.7.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json )
- [Commits](https://github.com/markedjs/marked/compare/v15.0.6...v15.0.7 )
---
updated-dependencies:
- dependency-name: marked
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>
2025-02-10 10:48:46 +01:00
dependabot[bot]
b96bb2d5c1
Bump eslint from 9.19.0 to 9.20.0 ( #10752 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.19.0 to 9.20.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.19.0...v9.20.0 )
---
updated-dependencies:
- dependency-name: eslint
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>
2025-02-10 10:47:47 +01:00