Commit Graph

14246 Commits

Author SHA1 Message Date
Quincy Morgan
ca8a61cd36 Merge pull request #8318 from openstreetmap/dependabot/npm_and_yarn/d3-6.5.0
Bump d3 from 6.3.1 to 6.5.0
2021-02-05 11:46:43 -05:00
Quincy Morgan
3fade479af Merge pull request #8310 from openstreetmap/fix_notes
Fix a few errors in note processing
2021-02-05 11:46:06 -05:00
Quincy Morgan
8245822e60 Merge pull request #8337 from openstreetmap/dependabot/npm_and_yarn/rollup-2.38.3
Bump rollup from 2.36.2 to 2.38.3
2021-02-01 10:05:43 -05:00
dependabot[bot]
4bfa7dd157 Bump rollup from 2.36.2 to 2.38.3
Bumps [rollup](https://github.com/rollup/rollup) from 2.36.2 to 2.38.3.
- [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.36.2...v2.38.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-01 15:03:22 +00:00
Quincy Morgan
a55d99a2db Merge pull request #8335 from openstreetmap/dependabot/npm_and_yarn/rollup/plugin-node-resolve-11.1.1
Bump @rollup/plugin-node-resolve from 11.0.1 to 11.1.1
2021-02-01 09:55:19 -05:00
dependabot[bot]
a282ce3194 Bump @rollup/plugin-node-resolve from 11.0.1 to 11.1.1
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 11.0.1 to 11.1.1.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/commonjs-v11.0.1...node-resolve-v11.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-01 05:24:07 +00:00
Marc-marc-marc
6fa4bdf88a Fix contributing document typo (#8331)
fix typo data/core/yaml -> data/core.yaml
2021-01-28 13:01:06 +00:00
Bryan Housel
4c1d51348d Don't repurpose a node with interesting tags in crossing_ways fix
(closes #8326)
2021-01-27 14:38:11 -05:00
dependabot[bot]
cb1e087126 Bump d3 from 6.3.1 to 6.5.0
Bumps [d3](https://github.com/d3/d3) from 6.3.1 to 6.5.0.
- [Release notes](https://github.com/d3/d3/releases)
- [Changelog](https://github.com/d3/d3/blob/master/CHANGES.md)
- [Commits](https://github.com/d3/d3/compare/v6.3.1...v6.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-25 05:22:33 +00:00
Bryan Housel
f195128968 Fix a few errors in note processing
- Notes still load over the xml api, so when the user is not authenticated,
  we can't use d3_json to fetch them (instead use to d3_xml)
- Make sure to delete the deferred callback handles once the callbacks are
  processed (probably unnecessary, but good housekeeping)
- Remove a stray `if (!json.elements)` block from the `parseUserJSON`
  function. This was preventing the user profile from parsing, as the
  user's JSON has no such property (was probably copied from `parseJSON`)
2021-01-21 14:29:17 -05:00
Quincy Morgan
2803cd721e Merge pull request #8309 from openstreetmap/polygon-clipping
Swap out w8r/martinez clipper for mfogel/polygon-clipping
2021-01-21 14:17:15 -05:00
Bryan Housel
2cd11040b3 Swap out w8r/martinez clipper for mfogel/polygon-clipping
This is a drop in replacement that performs better and yields more correct results
see also https://github.com/ideditor/location-conflation/pull/20
2021-01-21 11:31:29 -05:00
Quincy Morgan
cb8e9e379a Merge pull request #8297 from openstreetmap/dependabot/npm_and_yarn/rollup-2.36.1
Bump rollup from 2.35.1 to 2.36.1
2021-01-13 10:18:18 -05:00
dependabot[bot]
d621ed03ab Bump rollup from 2.35.1 to 2.36.1
Bumps [rollup](https://github.com/rollup/rollup) from 2.35.1 to 2.36.1.
- [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.35.1...v2.36.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-13 05:13:08 +00:00
Quincy Morgan
483ea41f46 Merge pull request #8276 from openstreetmap/1ec5-display-name-direction
Label route relations with directions and waypoints
2021-01-08 10:13:41 -05:00
Quincy Morgan
ddf868221a Use vertical bar for selecting parent ways instead of command+up arrow (re: #8264)
Support pressing vertical bar again to return to node selection
2021-01-06 14:26:24 -05:00
Quincy Morgan
b0df3139e4 Don't highlight-focus single ways when one of their nodes is selected
Fix stale highlight-focus of parent way when selecting an unrelated vertex
Rename some confusing identifiers in modeSelect
Move global _relatedParent functionality into modeSelect proper
Re: #8264
2021-01-06 12:26:08 -05:00
Quincy Morgan
872d820b5a Merge pull request #8264 from openstreetmap/1ec5-select-way-2225
Add shortcut to select parent way(s)
2021-01-06 11:04:38 -05:00
Quincy Morgan
da00571409 Update variable name 2021-01-05 12:43:27 -05:00
Quincy Morgan
e57793fab0 Use full width semicombo field for Via field (re: https://github.com/openstreetmap/id-tagging-schema/issues/104) 2021-01-05 11:07:00 -05:00
Quincy Morgan
2c2eabb145 Don't count tags under the name namespace as descriptive tags (close #8273)
Don't count `description`, `note`, `start_date`, or tags under those namespaces as descriptive tags
2021-01-05 09:56:19 -05:00
Quincy Morgan
1997aa2193 Merge pull request #8282 from openstreetmap/dependabot/npm_and_yarn/js-yaml-4.0.0
Bump js-yaml from 3.14.1 to 4.0.0
2021-01-05 09:19:22 -05:00
dependabot[bot]
f5ea15d3c2 Bump js-yaml from 3.14.1 to 4.0.0
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 4.0.0.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...4.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-05 05:09:41 +00:00
Quincy Morgan
cf75c814e4 Merge pull request #8274 from openstreetmap/dependabot/npm_and_yarn/ideditor/location-conflation-0.7.0
Bump @ideditor/location-conflation from 0.6.0 to 0.7.0
2021-01-04 10:37:15 -05:00
Quincy Morgan
e2e53515b0 Merge pull request #8280 from openstreetmap/dependabot/npm_and_yarn/osm-community-index-3.1.0
Bump osm-community-index from 3.0.1 to 3.1.0
2021-01-04 10:36:38 -05:00
dependabot[bot]
0bf598ad5d Bump osm-community-index from 3.0.1 to 3.1.0
Bumps [osm-community-index](https://github.com/osmlab/osm-community-index) from 3.0.1 to 3.1.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/v3.0.1...v3.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-04 05:17:24 +00:00
Minh Nguyễn
6e30e61ade Label route relations with directions and waypoints 2020-12-31 16:50:47 -08:00
dependabot[bot]
e0d4632803 Bump @ideditor/location-conflation from 0.6.0 to 0.7.0
Bumps [@ideditor/location-conflation](https://github.com/ideditor/location-conflation) from 0.6.0 to 0.7.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/v0.6.0...v0.7.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-31 05:20:01 +00:00
Minh Nguyễn
3802a4809f Maintain selection if there are no parents 2020-12-22 12:22:33 -08:00
Minh Nguyễn
8e2301d3b7 Consolidated parent selection functions 2020-12-22 12:16:38 -08:00
Minh Nguyễn
5433c8ff42 Select all parent ways, not just common parents 2020-12-22 11:51:22 -08:00
Minh Nguyễn
e031ee3aef Ctrl+UpArrow for selecting parent way 2020-12-22 11:28:46 -08:00
Minh Nguyễn
d95d204b62 Recurse up, not down 2020-12-22 00:19:55 -08:00
Minh Nguyễn
acc127bb7f Select all parent ways if specific parent way not selected 2020-12-21 23:38:26 -08:00
Minh Nguyễn
2fff6aec93 Added shortcut to select parent way 2020-12-21 21:59:50 -08:00
Quincy Morgan
ea4b30d12b Update transifex path 2020-12-21 14:27:38 -05:00
Quincy Morgan
432bb04aa4 Reference specific commit 2020-12-21 14:21:40 -05:00
Quincy Morgan
8b233c072b Specify enviroment for transifex workflow 2020-12-21 14:17:28 -05:00
Quincy Morgan
bb7d36e4f7 Add version ref 2020-12-21 13:51:48 -05:00
Quincy Morgan
3d85cbb0ae Merge pull request #8258 from openstreetmap/migrate_travisci_to_github_actions
Migrate Travis CI to GitHub Actions
2020-12-21 13:45:36 -05:00
Quincy Morgan
af4acaec79 Don't clear power output tag when changing between power presets (close #8159) 2020-12-21 13:17:18 -05:00
Quincy Morgan
6cd81df1a2 Fix preset search result sorting (re: #8242) 2020-12-21 11:26:34 -05:00
Quincy Morgan
2591a13f9c Honor diacritics on preset search value but still compare to stripped preset names (re: #8242) 2020-12-21 11:14:10 -05:00
Quincy Morgan
c61924407d Add icon styling for Mountain Biking Route preset (re: https://github.com/openstreetmap/id-tagging-schema/issues/99) 2020-12-21 10:08:55 -05:00
Bryan Housel
f3d6b3aeba Add GitHub Action to push source translation strings to Transifex
- requires TX_TOKEN secret to be set on GitHub
- you can generate a token at https://www.transifex.com/user/settings/api/
- `tx push` should fail silently if this is not provided
2020-12-18 10:30:40 -05:00
Bryan Housel
bd3562d9a3 Switch from Travis CI to GitHub Action build.yml 2020-12-18 10:07:26 -05:00
Quincy Morgan
ce73b397b6 Merge pull request #8245 from openstreetmap/dependabot/npm_and_yarn/mapillary-js-3.0.0
Bump mapillary-js from 2.21.0 to 3.0.0
2020-12-16 12:03:19 -05:00
Quincy Morgan
ebaafa040b Merge pull request #8110 from openstreetmap/country-coder-4
Update country-coder to v4.0.0
2020-12-16 11:54:29 -05:00
Quincy Morgan
d57ed85e98 Merge branch develop 2020-12-16 11:43:36 -05:00
Quincy Morgan
21c723b2cd Merge pull request #8254 from openstreetmap/osm-community-index-v3
Update osm-community-index to v3.0.0
2020-12-16 11:35:54 -05:00