Martin Raifer
aca88bf702
fix bug in getting nearby postcodes
2023-04-28 19:55:43 +02:00
Martin Raifer
316b819cc4
addresses in Czech Republic and Slovakia are more complicated
...
see https://wiki.openstreetmap.org/wiki/Cs:%C4%8Cesko/Syst%C3%A9m_adres
2023-04-28 19:45:15 +02:00
Martin Raifer
caac22fe16
show addr:street when both it and addr:place is present
...
as in this case it is likely a mapping mistake where the "place" should actually be addr:city (or addr:suburb, etc.)
2023-04-28 17:52:55 +02:00
Martin Raifer
2808edb57f
tweak address formats: make street+place default
...
using the "old" `addr:street`-only field on some countries which don't appear to use place-based addresses (according to current use in the OSM database):
* Australia
* Finland
* Iceland
* Liechtenstein
* Netherlands
* Norway
* Monaco
* Latvia
* Peru
* Bolivia
* China
* Ukraine
* Taiwan (uses both addr:place and add:street in parallel!)
* India
* Canada
* United States
2023-04-28 17:52:44 +02:00
Martin Raifer
026737909f
implement special address field for addr:street/addr:place
2023-04-28 16:36:05 +02:00
Martin Raifer
a0b5cf5334
filter address combo field while typing
2023-04-27 17:25:58 +02:00
Martin Raifer
5cd5c10d92
consolidate similar methods
2023-04-27 17:25:58 +02:00
Martin Raifer
acc1853dc9
build fontawesome assets
2023-04-27 17:23:24 +02:00
Martin Raifer
369a224fee
bump all fortawesome libraries to v6.4
2023-04-27 17:21:47 +02:00
Martin Raifer
f94cf4cd24
mention dependency upgrades in changelog
2023-04-27 16:48:36 +02:00
dependabot[bot]
753baff287
Bump osm-auth from 2.0.0 to 2.0.1 ( #9577 )
...
Bumps [osm-auth](https://github.com/osmlab/osm-auth ) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/osmlab/osm-auth/releases )
- [Changelog](https://github.com/osmlab/osm-auth/blob/main/CHANGELOG.md )
- [Commits](https://github.com/osmlab/osm-auth/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: osm-auth
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-04-27 16:47:00 +02:00
dependabot[bot]
dbc8f1d18d
Bump @fortawesome/fontawesome-svg-core from 6.3.0 to 6.4.0 ( #9578 )
...
Bumps [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome ) from 6.3.0 to 6.4.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.3.0...6.4.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-04-27 16:46:16 +02:00
dependabot[bot]
5ffc34ca5b
Bump core-js-bundle from 3.25.3 to 3.30.1 ( #9585 )
...
Bumps [core-js-bundle](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js-bundle ) from 3.25.3 to 3.30.1.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/commits/v3.30.1/packages/core-js-bundle )
---
updated-dependencies:
- dependency-name: core-js-bundle
dependency-type: direct:production
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-04-27 16:46:07 +02:00
dependabot[bot]
f3beb88fc2
Bump marked from 4.2.2 to 4.3.0 ( #9580 )
...
Bumps [marked](https://github.com/markedjs/marked ) from 4.2.2 to 4.3.0.
- [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/v4.2.2...v4.3.0 )
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
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-04-27 16:45:37 +02:00
dependabot[bot]
2dc836effb
Bump @mapbox/maki from 8.0.0 to 8.0.1 ( #9581 )
...
Bumps [@mapbox/maki](https://github.com/mapbox/maki ) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mapbox/maki/releases )
- [Changelog](https://github.com/mapbox/maki/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mapbox/maki/compare/v8.0.0...v8.0.1 )
---
updated-dependencies:
- dependency-name: "@mapbox/maki"
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>
2023-04-27 16:07:34 +02:00
Martin Raifer
5f92841a8e
include recent patch releases in main changelog
2023-04-26 19:54:56 +02:00
Martin Raifer
ad320e3590
npm run imagery
2023-04-26 19:26:48 +02:00
Martin Raifer
6e4c1d4500
rotate maxar imagery key
2023-04-25 12:28:50 +02:00
riQQ
218d2efc03
Fix link to schema builder ( #9567 )
...
The error was introduced with e466ad4bf8 / #9546
2023-04-04 14:11:04 +02:00
Martin Raifer
cf61cf7666
update changelog
2023-04-04 14:08:45 +02:00
dependabot[bot]
b4006c9035
Bump node-fetch from 2.6.7 to 2.6.9 ( #9572 )
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.7 to 2.6.9.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.7...v2.6.9 )
---
updated-dependencies:
- dependency-name: node-fetch
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>
2023-04-04 14:08:18 +02:00
dependabot[bot]
9772bbf133
Bump autoprefixer from 10.4.12 to 10.4.14 ( #9571 )
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.12 to 10.4.14.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.12...10.4.14 )
---
updated-dependencies:
- dependency-name: autoprefixer
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>
2023-04-04 14:07:52 +02:00
dependabot[bot]
d951373c61
Bump postcss from 8.4.16 to 8.4.21 ( #9569 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.16 to 8.4.21.
- [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.4.16...8.4.21 )
---
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>
2023-04-04 14:07:35 +02:00
dependabot[bot]
20ff498f07
Bump @fortawesome/free-brands-svg-icons from 6.3.0 to 6.4.0 ( #9568 )
...
Bumps [@fortawesome/free-brands-svg-icons](https://github.com/FortAwesome/Font-Awesome ) from 6.3.0 to 6.4.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.3.0...6.4.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-04-04 14:07:02 +02:00
Martin Raifer
406c1a0690
bump streetview generation id to work around #9230
...
this is not a permanent fix; as explained in https://github.com/openstreetmap/iD/issues/8747#issuecomment-945669204 we should upgrade to Bing streetview's v8 API calls. Unfortunately, our API key is not enabled for that API, though.
closes #9230
2023-04-04 12:59:58 +02:00
Martin Raifer
343509c4c2
update assets
2023-03-30 12:53:45 +02:00
archpdx
e466ad4bf8
Update dependencies country-coder and location-conflation ( #9546 )
2023-03-30 12:53:38 +02:00
dependabot[bot]
1428d1a8c1
Bump json5 from 2.2.1 to 2.2.3 ( #9542 )
...
Bumps [json5](https://github.com/json5/json5 ) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-30 12:43:20 +02:00
dependabot[bot]
67f848562a
Bump engine.io from 6.2.0 to 6.2.1 ( #9543 )
...
Bumps [engine.io](https://github.com/socketio/engine.io ) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/socketio/engine.io/releases )
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/engine.io/compare/6.2.0...6.2.1 )
---
updated-dependencies:
- dependency-name: engine.io
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-30 12:42:17 +02:00
dependabot[bot]
9bcfcb20f6
Bump ua-parser-js from 0.7.31 to 0.7.34 ( #9544 )
...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js ) from 0.7.31 to 0.7.34.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases )
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/0.7.34/changelog.md )
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.31...0.7.34 )
---
updated-dependencies:
- dependency-name: ua-parser-js
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-30 12:42:00 +02:00
dependabot[bot]
0f41f7f786
Bump abortcontroller-polyfill from 1.7.3 to 1.7.5 ( #9547 )
...
Bumps [abortcontroller-polyfill](https://github.com/mo/abortcontroller-polyfill ) from 1.7.3 to 1.7.5.
- [Release notes](https://github.com/mo/abortcontroller-polyfill/releases )
- [Commits](https://github.com/mo/abortcontroller-polyfill/compare/v1.7.3...v1.7.5 )
---
updated-dependencies:
- dependency-name: abortcontroller-polyfill
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-30 12:41:28 +02:00
dependabot[bot]
f0716ecd2b
Bump @transifex/api from 5.0.1 to 5.2.0 ( #9557 )
...
Bumps [@transifex/api](https://github.com/transifex/transifex-javascript ) from 5.0.1 to 5.2.0.
- [Release notes](https://github.com/transifex/transifex-javascript/releases )
- [Changelog](https://github.com/transifex/transifex-javascript/blob/master/RELEASE_HOWTO.md )
- [Commits](https://github.com/transifex/transifex-javascript/compare/v5.0.1...v5.2.0 )
---
updated-dependencies:
- dependency-name: "@transifex/api"
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-30 12:41:03 +02:00
Martin Raifer
a15f6ff338
also lint mjs files and config directory
2023-03-27 19:45:47 +02:00
Martin Raifer
4c6842d820
allow processing preset icons data from files in npm run build:data
2023-03-27 18:57:29 +02:00
Martin Raifer
1cd74aa6b6
append changelog
2023-03-27 18:36:47 +02:00
Martin Raifer
e826dc45e5
build icons from configured presets source
...
and also process field value `icons`
2023-03-27 18:34:20 +02: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
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
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