16273 Commits

Author SHA1 Message Date
Martin Raifer
f06f4f8994 npm run imagery 2023-03-03 16:21:57 +01:00
Noenandre
9a7f473f20 Removed a variable, renamed a property. 2023-03-03 12:39:34 +01:00
Noenandre
ab2985d985 Fix zoom for plane photos. TODO: set translateExtent correctly. 2023-03-03 12:36:29 +01:00
Noenandre
58cceb03c2 Split concern for panoramic and flat photos to own module. 2023-03-03 01:29:55 +01:00
Martin Raifer
9ed65670d2 upgrade id-tagging-schema to v6.0.0 2023-03-02 13:21:01 +01:00
Martin Raifer
45c746ef05 also make other CDNs and services configurable via env vars 2023-02-25 18:21:11 +01:00
Martin Raifer
050c164a60 make OSM API connection details configurable via env vars 2023-02-25 18:05:31 +01:00
Martin Raifer
574cba9ed9 fix variable name in previous commit 2023-02-25 12:19:27 +01:00
Martin Raifer
243c7fdba3 allow to specify presets cdn via env variable or dotenv file 2023-02-25 12:09:19 +01:00
Noenandre
75dba4b6c7 Filter sequences too. 2023-02-22 21:30:55 +01:00
Noenandre
dbf8b9cec6 Estimate image direction (azimuth) if missing. 2023-02-22 14:33:38 +01:00
Noenandre
b8eb110a8f Order sequences by time, primarily, and not linear reference. 2023-02-21 23:22:47 +01:00
Noenandre
98975e064b Implemented image filtering. 2023-02-14 14:31:35 +01:00
Noenandre
990cab5856 Fetch available WFS image layers from OWS server. Use maps in cache, instead of objects. 2023-02-14 12:40:34 +01:00
Noenandre
5522338716 Rename pannellum-streetside dist folder to pannellum, since Pannellum isn't used by just Bing Streetside anymore.
TODO: Pannellum is loaded twice.
2023-02-14 12:25:43 +01:00
Noenandre
a2c56b7d4f Initial work for new street level photo provider "Vegbilder" from the Norwegian Public Roads Administration. 2023-02-14 12:15:55 +01:00
Martin Raifer
a0f3df38ed resubmit changelog entry for v2.24.2 2023-02-09 11:57:29 +01:00
Martin Raifer
de7d278610 rotate maxar imagery token 2023-02-09 11:04:50 +01:00
Martin Raifer
f29344b2f8 fix max zoom supplied in manual_imagery 2023-01-30 17:13:31 +01:00
Martin Raifer
61087e4648 switch to tagging schema v6 release candidate (#9477) 2023-01-30 16:03:47 +01:00
Martin Raifer
fc5b78ba0a show 'set to today' button also on 'survey:date' field 2023-01-27 17:10:02 +01:00
Martin Raifer
3238d3439c fix linter issues 2023-01-27 17:05:43 +01:00
Martin Raifer
adcbdae6e8 implement date field, for #9477 2023-01-27 17:03:28 +01:00
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