Martin Raifer
afa4d4db9c
replace mapbox imagery with dedicated api tokens
2023-01-27 17:03:27 +01:00
Martin Raifer
8e046be354
mention Röntgen icon set in bundled resources list
2023-01-26 18:29:49 +01:00
Martin Raifer
bce5c14ada
rotate mapbox satellite imagery key
...
(backported as v2.24.1 patch release)
2023-01-25 12:28:35 +01:00
Martin Raifer
deb2b15cf4
load value icons in combo fields, increase their size slightly
...
as specified in the tagging schema [v6](https://github.com/ideditor/schema-builder/blob/main/CHANGELOG.md#600 )
for #9477
2023-01-24 15:10:50 +01:00
Martin Raifer
d9695f1cef
update directionalCombo fields to tagging schema v6 schema
...
keeping a fallback to v5's `cycleway` field type for now
for #9477
2023-01-24 14:25:53 +01:00
Martin Raifer
98e9a11a51
add Röntgen icon set
2023-01-23 20:42:03 +01:00
Martin Raifer
e1c0873911
npm start uses watch mode by default
...
for single-build dev server the new command `npm run start:single-build` is added
2023-01-20 16:25:48 +01:00
Martin Raifer
4c2c7ff037
add missing markdown link
2023-01-20 10:48:37 +01:00
Martin Raifer
73773b61f1
Fix context "edit" menu on touchscreens
...
* render labels properly, fixes #9425
* always open the touch-specific edit menu (the contextmenu event is always triggered by the browser on long presses, where we need to make sure that this event doesn't override the `isTouchMenu` property of the edit menu)
2023-01-19 18:27:02 +01:00
Martin Raifer
267bf6e346
typo
2023-01-19 16:15:48 +01:00
Martin Raifer
6915447019
Set development version number
2023-01-19 16:00:23 +01:00
Martin Raifer
f376a25d24
drop outdated/unnecessary step
2023-01-19 15:59:54 +01:00
Martin Raifer
dd772bf994
fix typo in changelog
2023-01-19 15:46:38 +01:00
Martin Raifer
a5f5e25c9d
v2.24.0
2023-01-19 12:14:02 +01:00
Martin Raifer
ddcd7023bc
npm run translations
2023-01-19 12:12:57 +01:00
Martin Raifer
7091349800
npm run imagery
2023-01-19 12:11:56 +01:00
Martin Raifer
dfd46a9e06
update tests, add to changelog
2023-01-19 12:03:36 +01:00
archpdx
81374c3735
Fix connect features with uncontrolled crossing ( #9443 )
2023-01-19 11:59:16 +01:00
Martin Raifer
75edf18586
fix typos
2023-01-19 11:56:57 +01:00
Martin Raifer
b2fd9acdd6
update changelog
2023-01-19 11:53:13 +01:00
Furkan Mutlu
f7bd65ac8d
fix: 🐛 Fix multiple appending debug vintage unknown label ( #9458 )
...
* fix: 🐛 Fix multiple appending debug vintage unknown label
* keep using t.append for accessibility
Co-authored-by: Martin Raifer <martin@raifer.tech >
2023-01-19 11:49:30 +01:00
Martin Raifer
48f23ce954
mention recent changes in changelog
2023-01-19 11:39:35 +01:00
Dimitar
37ca209b58
Address format in Bulgaria ( #9446 )
2023-01-19 11:30:09 +01:00
Martin Raifer
244b35f705
Merge branch 'dependabot/npm_and_yarn/esbuild-0.17.2' into develop
2023-01-18 20:38:53 +01:00
Martin Raifer
b573fa8efd
use newest available esbuild release (0.17.3)
2023-01-18 20:38:21 +01:00
Martin Raifer
c12f7e5479
migrate to esbuild v0.17; only write esbuild stats if needed
...
see https://github.com/evanw/esbuild/blob/main/CHANGELOG.md#upgrade-guide-for-existing-code
2023-01-18 20:35:26 +01:00
dependabot[bot]
2111c3ba45
Bump osm-community-index from 5.4.0 to 5.5.0 ( #9461 )
...
Bumps [osm-community-index](https://github.com/osmlab/osm-community-index ) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/osmlab/osm-community-index/releases )
- [Changelog](https://github.com/osmlab/osm-community-index/blob/main/CHANGELOG.md )
- [Commits](https://github.com/osmlab/osm-community-index/compare/v5.4.0...v5.5.0 )
---
updated-dependencies:
- dependency-name: osm-community-index
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-18 19:37:15 +01:00
dependabot[bot]
f081f5a9f6
Bump d3 from 7.7.0 to 7.8.1 ( #9456 )
...
Bumps [d3](https://github.com/d3/d3 ) from 7.7.0 to 7.8.1.
- [Release notes](https://github.com/d3/d3/releases )
- [Changelog](https://github.com/d3/d3/blob/main/CHANGES.md )
- [Commits](https://github.com/d3/d3/compare/v7.7.0...v7.8.1 )
---
updated-dependencies:
- dependency-name: d3
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-18 19:35:50 +01:00
Martin Raifer
dc9b6a3acb
only treat traffic_calming=island as an area tag
...
this is required for a proper fix of https://github.com/openstreetmap/id-tagging-schema/issues/733
2023-01-18 19:15:16 +01:00
Martin Raifer
4b83dceec1
don't split values in semiCombo fields split with , in descriptions
...
fixes #9471
2023-01-18 19:10:09 +01:00
Martin Raifer
b0b080cb64
add missing markdown link
2023-01-17 18:53:27 +01:00
dependabot[bot]
9ec46e4788
Bump esbuild from 0.16.17 to 0.17.2
...
Bumps [esbuild](https://github.com/evanw/esbuild ) from 0.16.17 to 0.17.2.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.16.17...v0.17.2 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-17 09:01:40 +00:00
Martin Raifer
3dde091fdd
add changelog entry for #9434
2022-12-20 18:55:40 +01:00
Kamil Monicz
65da698886
Optimize oldTagIssues method by reordering the checks ( #9434 )
...
The hasInterestingTags skips most entities and is light to run - in contrary to presetManager.match
2022-12-20 18:53:09 +01:00
Martin Raifer
37e2131ec5
fix test
2022-12-20 09:56:37 +01:00
Martin Raifer
aeeb441e8b
fix regression: labels are not rendered in multi/semiCombo chips
...
regression was in 479586be37
2022-12-16 12:13:16 +01:00
dependabot[bot]
17a68eefe7
Bump osm-community-index from 5.3.1 to 5.4.0 ( #9426 )
...
Bumps [osm-community-index](https://github.com/osmlab/osm-community-index ) from 5.3.1 to 5.4.0.
- [Release notes](https://github.com/osmlab/osm-community-index/releases )
- [Changelog](https://github.com/osmlab/osm-community-index/blob/main/CHANGELOG.md )
- [Commits](https://github.com/osmlab/osm-community-index/compare/v5.3.1...v5.4.0 )
---
updated-dependencies:
- dependency-name: osm-community-index
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-16 11:55:01 +01:00
Martin Raifer
5ef99280bc
Merge branch 'field-type-directional' into develop
2022-12-12 22:30:33 +01:00
Martin Raifer
9f1139ff9c
add to changelog
2022-12-12 22:26:14 +01:00
Martin Raifer
3398dd2b81
update changelog
2022-12-12 22:18:20 +01:00
Rewinteer
be4f3ce0d2
Added highway=busway to 'Traffic Roads' group of map features. ( #9416 )
2022-12-12 22:12:19 +01:00
dependabot[bot]
3dc725f089
Bump esbuild-visualizer from 0.3.1 to 0.4.0 ( #9418 )
...
Bumps [esbuild-visualizer](https://github.com/btd/esbuild-visualizer ) from 0.3.1 to 0.4.0.
- [Release notes](https://github.com/btd/esbuild-visualizer/releases )
- [Changelog](https://github.com/btd/esbuild-visualizer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/btd/esbuild-visualizer/commits/v0.4.0 )
---
updated-dependencies:
- dependency-name: esbuild-visualizer
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-12 22:09:20 +01:00
dependabot[bot]
b225dd942e
Bump esbuild from 0.15.18 to 0.16.4 ( #9419 )
...
Bumps [esbuild](https://github.com/evanw/esbuild ) from 0.15.18 to 0.16.4.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.15.18...v0.16.4 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-12 22:04:59 +01:00
dependabot[bot]
9963dad5ef
Bump @ideditor/location-conflation from 1.0.2 to 1.1.0 ( #9420 )
...
Bumps [@ideditor/location-conflation](https://github.com/ideditor/location-conflation ) from 1.0.2 to 1.1.0.
- [Release notes](https://github.com/ideditor/location-conflation/releases )
- [Changelog](https://github.com/ideditor/location-conflation/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ideditor/location-conflation/compare/v1.0.2...v1.1.0 )
---
updated-dependencies:
- dependency-name: "@ideditor/location-conflation"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-12 21:36:20 +01:00
dependabot[bot]
d421d7e9c4
Bump @ideditor/country-coder from 5.0.4 to 5.1.0 ( #9421 )
...
Bumps [@ideditor/country-coder](https://github.com/ideditor/country-coder ) from 5.0.4 to 5.1.0.
- [Release notes](https://github.com/ideditor/country-coder/releases )
- [Changelog](https://github.com/ideditor/country-coder/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ideditor/country-coder/compare/v5.0.4...v5.1.0 )
---
updated-dependencies:
- dependency-name: "@ideditor/country-coder"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-12 21:33:07 +01:00
Martin Raifer
89afee1ad5
lint code
2022-12-12 16:11:15 +01:00
Martin Raifer
479586be37
combo boxes can consume complex label strings now:
...
instead of `"strings": { "options": { "<tag-value>": "<translatable-string>", …` it is now also supported to have:
```
"strings": {
"options": {
"<tag-value>": {
"title": "<translatable-string>",
"description": "<translatable-string>"
},
…
```
2022-12-09 19:34:13 +01:00
Martin Raifer
4c222fde0a
make sure editing multi selection doesn't corrupt tags
...
because the common tag vs. left/right tag situation can be different for different entities in the multiselection, the approach to merge/split/update the tags needs to be made on a per entity basis
this introduces a new way to specify tag changes: a callback function which is called for each to be modified entity
2022-12-09 19:01:44 +01:00
Martin Raifer
08ae8a3fac
reuse combo field module from within directional_combo
...
reducing duplication of code, and brings missing features to the directional version of the field
2022-12-09 17:28:00 +01:00
Martin Raifer
80d3e767cc
rename to "directional combo" field
2022-12-09 13:52:57 +01:00