Commit Graph

15370 Commits

Author SHA1 Message Date
Martin Raifer
820761f975 Set development version number 2023-08-16 18:18:12 +02:00
Martin Raifer
c867bbe880 v2.27.0 2023-08-16 18:02:49 +02:00
Martin Raifer
9526e629cb npm run translations 2023-08-16 18:02:48 +02:00
Martin Raifer
b90b0237a7 update fontawesome assets 2023-08-16 18:02:48 +02:00
Martin Raifer
6bfcf18aa1 npm run imagery 2023-08-16 18:02:47 +02:00
Martin Raifer
0428976f04 fix changed references to panellum code in /dist 2023-08-16 18:02:46 +02:00
Martin Raifer
df5e407542 simplify instructions to refresh imagery; use npm version 2023-08-16 17:59:24 +02:00
Martin Raifer
4faf521c0c sort dependencies 2023-08-16 17:30:08 +02:00
dependabot[bot]
d8ae0c701f Bump marked from 7.0.2 to 7.0.3 (#9840)
Bumps [marked](https://github.com/markedjs/marked) from 7.0.2 to 7.0.3.
- [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/v7.0.2...v7.0.3)

---
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>
2023-08-16 17:07:49 +02:00
dependabot[bot]
c97fd6feac Bump esbuild from 0.19.0 to 0.19.2 (#9838)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.0 to 0.19.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.19.0...v0.19.2)

---
updated-dependencies:
- dependency-name: esbuild
  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-08-16 17:07:37 +02:00
dependabot[bot]
266ecb655d Bump eslint from 8.46.0 to 8.47.0 (#9837)
Bumps [eslint](https://github.com/eslint/eslint) from 8.46.0 to 8.47.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/v8.46.0...v8.47.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>
2023-08-16 17:07:20 +02:00
dependabot[bot]
7877ea3b06 Bump autoprefixer from 10.4.14 to 10.4.15 (#9836)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.14 to 10.4.15.
- [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.14...10.4.15)

---
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-08-16 17:07:07 +02:00
dependabot[bot]
376492ca26 Bump @tmcw/togeojson from 5.8.0 to 5.8.1 (#9835)
Bumps [@tmcw/togeojson](https://github.com/placemark/togeojson) from 5.8.0 to 5.8.1.
- [Release notes](https://github.com/placemark/togeojson/releases)
- [Changelog](https://github.com/placemark/togeojson/blob/main/CHANGELOG.md)
- [Commits](https://github.com/placemark/togeojson/compare/v5.8.0...v5.8.1)

---
updated-dependencies:
- dependency-name: "@tmcw/togeojson"
  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-08-16 17:06:49 +02:00
Martin Raifer
be0f6e647a highlight photo after selecting from list 2023-08-11 17:43:39 +02:00
Martin Raifer
c297d9bc18 fix name clash which was overriding an existing event handler
fixes #9829

fixes regression from d7902e1388
2023-08-11 15:11:25 +02:00
dependabot[bot]
3f533b93a5 Bump esbuild from 0.18.17 to 0.19.0
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.18.17 to 0.19.0.
- [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.18.17...v0.19.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-10 16:55:16 +00:00
Martin Raifer
7813177675 don't zoom if there are no photos with coordinates 2023-08-10 18:49:50 +02:00
Martin Raifer
5951391ae6 fix typos 2023-08-10 17:37:05 +02:00
Martin Raifer
a3284d1452 Merge branch 'gsoc_2022_local_photos' into develop 2023-08-10 17:34:43 +02:00
dependabot[bot]
bbdf8e5d81 Bump marked from 6.0.0 to 7.0.2 (#9827)
Bumps [marked](https://github.com/markedjs/marked) from 6.0.0 to 7.0.2.
- [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/v6.0.0...v7.0.2)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-10 17:33:45 +02:00
Andrii Holovin
549b9427c4 Update address_formats.json for addr in Ukraine (#9826)
RE #9603
2023-08-10 17:33:23 +02:00
dependabot[bot]
a6ec8ad3cb Bump @tmcw/togeojson from 5.7.0 to 5.8.0 (#9821)
Bumps [@tmcw/togeojson](https://github.com/placemark/togeojson) from 5.7.0 to 5.8.0.
- [Release notes](https://github.com/placemark/togeojson/releases)
- [Changelog](https://github.com/placemark/togeojson/blob/main/CHANGELOG.md)
- [Commits](https://github.com/placemark/togeojson/compare/v5.7.0...v5.8.0)

---
updated-dependencies:
- dependency-name: "@tmcw/togeojson"
  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-08-10 17:30:32 +02:00
Martin Raifer
2ea9dd1e4d add to changelog 2023-08-09 18:39:29 +02:00
Martin Raifer
77f31cad07 fix tests 2023-08-09 18:39:24 +02:00
Martin Raifer
cf2e4c990e lint 2023-08-09 18:24:16 +02:00
Martin Raifer
4419b36eae lazily load local photo files 2023-08-09 18:12:42 +02:00
Martin Raifer
0b03f49da1 improve drag&drop behavior 2023-08-09 17:36:50 +02:00
Martin Raifer
a7685f6bf0 highlight selected and/or hovered photos 2023-08-09 17:00:01 +02:00
Martin Raifer
ab008eb29e show direction/viewfield on local photo markers in high zoom 2023-08-09 16:33:46 +02:00
Martin Raifer
97fcb18d2a switch to (vegbilder's) zoomable plane photo viewer 2023-08-09 11:54:13 +02:00
Martin Raifer
471354af4f add list of loaded local photos 2023-08-08 17:12:35 +02:00
Martin Raifer
634ce10d24 add proper local photo strings, enable layer switcher checkbox 2023-08-07 16:14:32 +02:00
Martin Raifer
e94087c5d4 don't zoom in too far when centering on a single photo 2023-08-07 16:00:10 +02:00
Martin Raifer
1572835a48 move local photos to "Photo Overlays" section 2023-08-07 11:52:33 +02:00
Martin Raifer
55ad5aa856 skip images with no location when rendering 2023-08-07 11:39:01 +02:00
Martin Raifer
617d580ccb implement fitZoom 2023-08-07 11:28:45 +02:00
Martin Raifer
8c1b185fb3 remove unused imports/vars, fix code indentation, lint 2023-08-07 11:09:16 +02:00
Martin Raifer
884874dedc Merge branch 'develop' into gsoc_2022/explore_iD 2023-08-07 10:38:10 +02:00
Martin Raifer
e8703e6bb6 Merge remote-tracking branch 'noenandre/vegbilder' into develop 2023-08-07 10:31:07 +02:00
Martin Raifer
5e3db91a81 add changelog 2023-08-07 10:29:10 +02:00
Kyle Hensel
d01112372b don't suggest discardable tags in the raw tag editor 2023-08-06 15:07:35 +12:00
dependabot[bot]
5a14edfe36 Bump eslint from 8.45.0 to 8.46.0 (#9812)
Bumps [eslint](https://github.com/eslint/eslint) from 8.45.0 to 8.46.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/v8.45.0...v8.46.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>
2023-08-04 18:10:02 +02:00
Martin Raifer
a460013991 fix test for fixed/updated nominatim API call 2023-08-04 17:30:53 +02:00
Martin Raifer
a2d3cf8f9a fix jumping cursor while editing in some input fields
fixes #9233
2023-08-03 16:49:37 +02:00
Martin Raifer
a454aa35c1 fix nominatim API search syntax
see https://github.com/osm-search/Nominatim/issues/3134
2023-08-03 11:41:06 +02:00
archpdx
0199f96a47 Discard eox.at 2019-2021 (#9807) 2023-08-03 11:33:30 +02:00
Martin Raifer
8e76ffd2fb bump fontawesome dependencies to 6.4.2
closes #9811, closes #9810, closes #9809, closes #9808
2023-08-03 11:31:35 +02:00
dependabot[bot]
79cba7684f Bump marked from 5.1.1 to 6.0.0 (#9806)
Bumps [marked](https://github.com/markedjs/marked) from 5.1.1 to 6.0.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/v5.1.1...v6.0.0)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-03 11:24:53 +02:00
Kyℓe Hensel
f7cbdfb9e5 fix incorrect earth radius constants (#9793) 2023-08-02 18:13:49 +02:00
dependabot[bot]
fc6dd759b8 Bump esbuild from 0.18.14 to 0.18.17 (#9799)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.18.14 to 0.18.17.
- [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.18.14...v0.18.17)

---
updated-dependencies:
- dependency-name: esbuild
  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-08-02 17:57:03 +02:00