Bryan Housel
a46a345647
Only expand a validation set to include parent multipolygon relations
...
The previous code was grabbing _all_ parent relations, which is too much.
For example: if a user changed a road, the validator was treating it like
the user had changed bus and highway routes along that road.
(closes #8613 )
(helps a lot #8612 )
2021-08-05 14:49:14 -04:00
Bryan Housel
3b0a850400
If undo'd back to the base graph, don't show head issues as user issues
2021-08-05 12:47:52 -04:00
Bryan Housel
9f58f1fb5c
Improve code for focusing a validation issue on a relation
...
The "center" of the issue might be a spot of map that doesn't contain the relation.
This code chooses a piece of the relation that has been downloaded and focuses on that.
2021-08-05 12:47:40 -04:00
Bryan Housel
0085c41876
Store whether a result is provisional before filtering it
...
Filtering returns a new array, which was clobbering the "provisional" flag.
This was causing provisionally results to not be reprocessed later,
which meant that certain "outdated_tags" results would not be in the baseCache.
(cache of issues _before_ user edits).
2021-08-02 17:15:25 -04:00
Bryan Housel
857b9c9adf
Exclude 'fixme'/'help_request' warnings from changeset tags.
...
They still appear in the issue list and in the entity editor.
(closes #8603 )
2021-08-02 14:34:18 -04:00
Milos Brzakovic
6b1180f116
release instructions - Release title small update
2021-07-23 16:50:29 +02:00
Milos Brzakovic
c6df2a0a6c
Set development version number
2021-07-23 16:30:56 +02:00
Milos Brzakovic
33a012e007
v2.20.0
2021-07-23 15:53:43 +02:00
Milos Brzakovic
aa7f912a29
Merge pull request #8591 from openstreetmap/changelog-v2.20.0
...
Changelog v2.20.0
2021-07-23 15:51:22 +02:00
Milos Brzakovic
18741e7e9e
changelog - very minor v2.20.0
2021-07-23 15:48:29 +02:00
Milos Brzakovic
b004875d71
changelog - very minor v2.20.0 fix
2021-07-23 11:16:08 +02:00
Milos Brzakovic
a9e36d6e65
Changelog cleaned
2021-07-23 11:09:07 +02:00
Milos Brzakovic
060a739987
npm run translations
2021-07-23 10:23:16 +02:00
Milos Brzakovic
06055b6b79
npm run imagery
2021-07-23 10:11:10 +02:00
Milos Brzakovic
f9804bd1ca
Small reverting on bing imagery api
...
- Reasoning: concern on traffic amount for p2/josm key
- next release will resolve this properly
2021-07-22 19:03:19 +02:00
Milos Brzakovic (E-Search)
c01f602f66
changelog v2.20.0
2021-07-19 20:28:54 +02:00
Milos Brzakovic
ca8e4df396
Merge pull request #8577 from openstreetmap/issue-8298
...
Select [selectChild] - differentiate parent/child selection
2021-07-14 21:14:15 +02:00
Milos Brzakovic
12da7fb5a1
'select child nodes' (plural) for selectChild info
2021-07-14 21:04:59 +02:00
Milos Brzakovic
416799ceb6
selectChild as standalone.
...
Keyboard shortcuts new section - way selected
Moved 'help' section to left in keyboard section
2021-07-14 17:43:54 +02:00
Milos Brzakovic
c8f162b8f0
select - differentiate parent/child selection
...
introduce more accessible shortcuts
2021-07-13 19:51:32 +02:00
Milos Brzakovic
49abb78251
bing imagery template to https
2021-07-12 20:29:57 +02:00
Milos Brzakovic
70a8a1df25
Merge pull request #8570 from openstreetmap/bingImagery-EnsureFreshness
...
Bing imagery - ensure freshness
2021-07-12 18:56:03 +02:00
Milos Brzakovic
a64e49b064
small fix - whitespace
2021-07-12 18:44:22 +02:00
Milos Brzakovic
3a0ad356c7
Merge pull request #8575 from openstreetmap/oci-v5.1.0
...
Oci v5.1 + oci filefetch version from package.json
2021-07-12 14:03:54 +02:00
Milos Brzakovic
33010b930c
Merge pull request #8573 from openstreetmap/translation-yaml_load-fix
...
translations - small fix for YAML.load
2021-07-12 13:12:47 +02:00
Milos Brzakovic
d7c772c8ea
Fix for translation - YAML.load
2021-07-09 15:27:29 +02:00
Milos Brzakovic
b135da504d
oci v5.1 + get package version for file_fetcher
2021-07-08 20:05:29 +02:00
Milos Brzakovic
26cbd7b255
Merge pull request #8556 from openstreetmap/dependabot/npm_and_yarn/object-inspect-1.10.3
...
Bump object-inspect from 1.9.0 to 1.10.3
2021-07-08 18:05:19 +02:00
Milos Brzakovic
8dd9f5b140
Merge pull request #8569 from openstreetmap/dependabot/npm_and_yarn/rollup-2.52.8
...
Bump rollup from 2.41.5 to 2.52.8
2021-07-08 17:55:46 +02:00
Milos Brzakovic
c248aece7b
typo
2021-07-07 20:57:54 +02:00
Milos Brzakovic
887938c406
some bing imagery docs comments
2021-07-07 20:56:04 +02:00
Milos Brzakovic
81ce43e055
minor revert catch log
2021-07-07 19:23:20 +02:00
dependabot[bot]
7209f9cb13
Bump rollup from 2.41.5 to 2.52.8
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.41.5 to 2.52.8.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.41.5...v2.52.8 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-07 09:22:01 +00:00
Milos Brzakovic
11d1cbc11b
Merge pull request #8243 from openstreetmap/validation_queryparams
...
Allow validation severity to be overridden with url params
2021-07-06 21:41:45 +02:00
Milos Brzakovic (E-Search)
3f9fee0c05
Merge branch 'develop' into validation_queryparams_conflict_resolve
2021-07-06 19:07:07 +02:00
dependabot[bot]
f07a271db6
Bump object-inspect from 1.9.0 to 1.10.3
...
Bumps [object-inspect](https://github.com/inspect-js/object-inspect ) from 1.9.0 to 1.10.3.
- [Release notes](https://github.com/inspect-js/object-inspect/releases )
- [Commits](https://github.com/inspect-js/object-inspect/compare/v1.9.0...v1.10.3 )
---
updated-dependencies:
- dependency-name: object-inspect
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-06 09:33:21 +00:00
Milos Brzakovic
fc6c71160c
Merge pull request #8305 from openstreetmap/nsi-v5
...
Name-suggestion-index v6
2021-07-06 11:32:13 +02:00
Milos Brzakovic (E-Search)
358335cf4e
bingImagery strict n param.
...
Fallback url tempalate to latest
2021-07-05 14:06:57 +02:00
Milos Brzakovic (E-Search)
d2036996e3
Merge conflicts resolved
2021-07-05 10:26:44 +02:00
Milos Brzakovic (E-Search)
2d2ec4a9c3
Bing imagery - Ensure freshness
2021-07-02 17:25:07 +02:00
Bryan Housel
ba016762ca
Remove unnecessary context argument
2021-07-02 10:32:45 -04:00
Bryan Housel
8db1c1f7f5
Construct URL to match version number that package.json has
...
https://github.com/openstreetmap/iD/pull/8305#discussion_r663037548
2021-07-02 10:27:50 -04:00
Bryan Housel
bfb36d572d
If locationSet is missing include, default to worldwide include
...
https://github.com/openstreetmap/iD/pull/8305#discussion_r662344647
2021-07-02 10:03:44 -04:00
Milos Brzakovic
01daef3459
Merge pull request #8372 from mapillary/mapillary-vector-tiles
...
Use Mapillary vector tiles and switch to v4
2021-06-30 12:21:01 +02:00
Nikola Pleša
7c8c3cd47c
Update translation file
2021-06-30 11:47:37 +02:00
Nikola Pleša
aa134cbb7b
Add missing mapillary map feature classes
2021-06-30 11:39:55 +02:00
Nikola Pleša
eba6fe056c
Bring map map feature tooltips
2021-06-29 11:54:02 +02:00
Nikola Pleša
8e46b1b141
Remove unused map feature title
2021-06-28 15:26:20 +02:00
Nikola Pleša
6a35533147
Merge develop into mapillary-vector-tiles
2021-06-25 13:07:05 +02:00
Bryan Housel
896d14ba80
Upgrade to name-suggestion-index v6
...
Also bump country-coder and location-conflation
2021-06-24 16:41:50 -04:00