Commit Graph

13284 Commits

Author SHA1 Message Date
Quincy Morgan
40fd7d3964 Be lenient with utilUnicodeCharsTruncated tests for emojis 2020-06-09 17:38:55 -04:00
Quincy Morgan
2de870ff58 Be lenient with utilUnicodeCharsCount tests for emojis 2020-06-09 17:23:22 -04:00
Quincy Morgan
762307bd7d Restrict key, value, and role character limits based on unicode characters, not UTF-16 code units (re: #6817) 2020-06-09 15:41:15 -04:00
Quincy Morgan
5ab04eb0ba Update marked to 1.0.0 (re: #7687) 2020-06-09 11:47:47 -04:00
Quincy Morgan
1b2af1a1b1 Remove deprecated sudo key from travis config 2020-06-09 11:34:10 -04:00
Quincy Morgan
c7f5b81946 Merge pull request #7686 from openstreetmap/dependabot/npm_and_yarn/uglify-js-3.9.4
Bump uglify-js from 3.8.1 to 3.9.4
2020-06-09 11:28:54 -04:00
dependabot[bot]
229492cdb6 Bump uglify-js from 3.8.1 to 3.9.4
Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.8.1 to 3.9.4.
- [Release notes](https://github.com/mishoo/UglifyJS/releases)
- [Commits](https://github.com/mishoo/UglifyJS/compare/v3.8.1...v3.9.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-09 05:10:00 +00:00
Quincy Morgan
a7e16a5625 Show the number of unique nodes instead of the aggregate for the selection in the measurement panel (re: #7329) 2020-06-08 17:07:26 -04:00
Quincy Morgan
2f2e0dcb94 Show combined length, area, and node count in the measurement panel for multiselections (close #7329) 2020-06-08 16:47:03 -04:00
Quincy Morgan
8b258d2cbd Load the maximum nodes per way value from the OSM API and add a getter to the service object
Disable the Merge operation if the resultant way would have more than the maximum number of nodes (close #6030)
Simplify some code in operationMerge
2020-06-08 14:38:49 -04:00
Quincy Morgan
bf7b30ace9 Fix unreleased regression where OSM notes were being parsed as JSON and thus not loading (re: #7188) 2020-06-08 13:19:46 -04:00
Quincy Morgan
79dd0491a7 Merge pull request #7674 from openstreetmap/dependabot/npm_and_yarn/martinez-polygon-clipping-0.7.0
Bump martinez-polygon-clipping from 0.6.2 to 0.7.0
2020-06-08 12:51:10 -04:00
Quincy Morgan
2e5e3791c5 Disable the straighten operation for selections that are already straight (close #7658) 2020-06-08 11:58:10 -04:00
Quincy Morgan
61b3aaafd2 Autofocus new note descriptions in the UI code instead of the mode code (re: #7680) 2020-06-08 11:42:29 -04:00
Quincy Morgan
fd41e5fd75 Add specific error feedback for disabled straighten operation for multiple selected features 2020-06-08 11:16:25 -04:00
Quincy Morgan
c85fbf34f9 Underscore function scope variables in modeSelectNote 2020-06-08 10:30:04 -04:00
Quincy Morgan
def3a373a7 Autofocus the comment field when adding a new OSM note (close #7680) 2020-06-08 10:26:16 -04:00
Quincy Morgan
e8a227fc59 Allow straightening a selected line between two points if the two points are visible, regardless of how long the line is 2020-06-08 10:08:52 -04:00
Quincy Morgan
cee4b0a4da Give several functions more descriptive names 2020-06-08 09:50:13 -04:00
Quincy Morgan
1eb9cf39a7 Merge pull request #7683 from openstreetmap/dependabot/npm_and_yarn/d3-5.16.0
Bump d3 from 5.15.1 to 5.16.0
2020-06-08 09:26:46 -04:00
Quincy Morgan
123b388cab Deprecate various values of the culvert key 2020-06-08 09:25:37 -04:00
dependabot[bot]
68924d4e68 Bump d3 from 5.15.1 to 5.16.0
Bumps [d3](https://github.com/d3/d3) from 5.15.1 to 5.16.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/v5.15.1...v5.16.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-08 05:13:40 +00:00
Quincy Morgan
632849b509 Show the inspector instead of the preset list when selecting an untagged vertex with a parent relation 2020-06-07 20:42:42 -04:00
Quincy Morgan
78b21bfc33 Correct man_made=cross preset name (close #7678) 2020-06-07 19:49:38 -04:00
Quincy Morgan
2509e113ca Add terms to storage rental preset (close #7681) 2020-06-07 19:46:07 -04:00
Quincy Morgan
1782eddca5 Add Goods Conveyor preset (close #7637) 2020-06-05 16:23:24 -04:00
Quincy Morgan
5839376276 Update to temaki 3.24.0 2020-06-05 16:15:27 -04:00
Quincy Morgan
ab3717bbc8 Disable the Straighten operation when not enough of the selection is visible (close #7675)
Add specific straighten tooltip and annotation labels for multiple selected lines
2020-06-05 14:59:27 -04:00
Quincy Morgan
c908667a79 Fix operationExtract code tests 2020-06-05 14:35:32 -04:00
Quincy Morgan
f14577b2d0 Fix lint warning 2020-06-05 14:32:59 -04:00
Quincy Morgan
02f8849bd0 Properly disable more operations for single nodes that aren't visible 2020-06-05 14:22:50 -04:00
Quincy Morgan
251f9825f4 Fix extent logic change from 28bd985a31 2020-06-05 14:19:37 -04:00
Quincy Morgan
97bfffff4c Add quickstart command that rebuilds code without building CSS or data 2020-06-05 14:13:02 -04:00
Quincy Morgan
28bd985a31 Prevent disconnecting nodes that aren't mostly visible
Return 1 for geoExtent.percentContainedIn when caller is a zero-area extent contained within the argument extent
Prefix function-scope operationExtent variables with underscores
2020-06-05 13:54:41 -04:00
Quincy Morgan
790f90c11d Show "not visible" disabled reason over "connected to hidden" in the extract operation when both are applicable, in accordance with other operations 2020-06-05 13:12:51 -04:00
dependabot[bot]
9f6dcfbc18 Bump martinez-polygon-clipping from 0.6.2 to 0.7.0
Bumps [martinez-polygon-clipping](https://github.com/w8r/martinez) from 0.6.2 to 0.7.0.
- [Release notes](https://github.com/w8r/martinez/releases)
- [Commits](https://github.com/w8r/martinez/compare/v0.6.2...v0.7.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-05 16:20:22 +00:00
Quincy Morgan
fac0eea761 Use eased zoom when selecting features from search results and zoom to their full extent 2020-06-05 12:12:37 -04:00
Quincy Morgan
3506389d83 Fix JS error when zooming to lat/lon values coded in search bar (close #7670) 2020-06-05 12:06:21 -04:00
Quincy Morgan
4e0495d6c5 Make dependabot ignore sinon updates 2020-06-05 11:50:35 -04:00
Quincy Morgan
ddd285a711 Update object-inspect to version before usage of util.inspect.custom (re: #7673) 2020-06-05 11:34:41 -04:00
Quincy Morgan
41b9958946 Merge pull request #7672 from openstreetmap/dependabot/npm_and_yarn/string.fromcodepoint-1.0.0
Bump string.fromcodepoint from 0.2.1 to 1.0.0
2020-06-05 11:12:38 -04:00
Quincy Morgan
d22d3bfc66 Update for string.fromcodepoint v1.0.0 API 2020-06-05 11:08:34 -04:00
Quincy Morgan
68c4c1ac65 Limit Bail Bond Agent preset to the US and the Philippines 2020-06-05 10:30:25 -04:00
dependabot[bot]
cdf3e29f3a Bump string.fromcodepoint from 0.2.1 to 1.0.0
Bumps [string.fromcodepoint](https://github.com/mathiasbynens/String.fromCodePoint) from 0.2.1 to 1.0.0.
- [Release notes](https://github.com/mathiasbynens/String.fromCodePoint/releases)
- [Commits](https://github.com/mathiasbynens/String.fromCodePoint/compare/v0.2.1...v1.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-05 05:06:58 +00:00
Quincy Morgan
bb55d9082f Merge pull request #7667 from openstreetmap/dependabot/npm_and_yarn/node-diff3-2.0.1
Bump node-diff3 from 1.0.0 to 2.0.1
2020-06-04 19:17:13 -04:00
Quincy Morgan
fcc21ce856 Update node-diff3 API calls for v2.0.0 2020-06-04 19:16:49 -04:00
dependabot[bot]
cd3671c640 Bump node-diff3 from 1.0.0 to 2.0.1
Bumps [node-diff3](https://github.com/bhousel/node-diff3) from 1.0.0 to 2.0.1.
- [Release notes](https://github.com/bhousel/node-diff3/releases)
- [Changelog](https://github.com/bhousel/node-diff3/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bhousel/node-diff3/compare/v1.0.0...v2.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-04 23:11:45 +00:00
Quincy Morgan
67b71dd872 Merge pull request #7663 from openstreetmap/dependabot/npm_and_yarn/pannellum-2.5.6
Bump pannellum from 2.4.1 to 2.5.6
2020-06-04 19:08:13 -04:00
Quincy Morgan
7f11907470 Merge pull request #7668 from openstreetmap/dependabot/npm_and_yarn/rollup/plugin-commonjs-12.0.0
Bump @rollup/plugin-commonjs from 11.1.0 to 12.0.0
2020-06-04 18:44:25 -04:00
dependabot[bot]
09edfbf382 Bump @rollup/plugin-commonjs from 11.1.0 to 12.0.0
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 11.1.0 to 12.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/commonjs-v11.1.0...commonjs-v12.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-04 21:33:25 +00:00