Commit Graph

12835 Commits

Author SHA1 Message Date
Quincy Morgan a4e8c95009 Prevent double-tap-to-zoom browser on mobile Safari (close #6049)
Limit scope of gesture event cancelation to iD's container
2020-03-09 13:16:13 -07:00
Quincy Morgan d6b723b869 Remove unused zoom/pan handler property 2020-03-09 13:12:55 -07:00
Quincy Morgan 10f7ef2704 Add error feedback text when attempting to draw self-intersecting ways 2020-03-06 15:36:48 -08:00
Quincy Morgan 6ed66fb3ce Make drawing modes usable on touch devices 2020-03-06 15:17:11 -08:00
Quincy Morgan f8f69a777a Replace inconsistently-supported dblclick events with custom handler on platforms supporting pointer events
Fix issue where double-tap-to-zoom would not be properly disabled when drawing on touch devices (close #2128)
Support adding nodes to ways with double-tap with on touch devices (close #2677)
Support double-tap-to-zoom with styluses on touch devices
Don't accept double click/tap events if the taps are far apart
Don't re-enter modeSelect when clicking the selected feature again
2020-03-06 12:46:26 -08:00
Quincy Morgan 83a51a4192 Use pointer events for node dragging and drawing (re: #5505)
Enable dragging nodes with touches and styluses (close #7415)
2020-03-05 15:18:39 -08:00
Quincy Morgan 1147438d12 Use pointer events for map zooming and panning where supported (close #6598, re: #5505) 2020-03-05 10:38:30 -08:00
Quincy Morgan 83d2656bbc Fix responsiveness issue when selecting features on iPad
Implement an alternative solution for #6028 that doesn't rely on timeouts
2020-03-04 13:10:15 -08:00
Quincy Morgan c41e0b9937 Use pointer events for hovering and selecting data on supported platforms (re: #5505)
Fix issue where Apple Pencil stylus could not select map data (close #7396)
Fix issue where features could not be selected in a single tap on iPad (close #7380)
2020-03-04 12:18:43 -08:00
Quincy Morgan 4a9f9bff34 Deprecate building:material=Brick 2020-03-04 10:11:20 -08:00
Quincy Morgan dcbb5ee03b Always show the unresolved issue count in the footer if any exist 2020-03-03 10:13:35 -08:00
Quincy Morgan d10245447e Add search terms for the border control preset 2020-03-03 09:46:45 -08:00
Quincy Morgan 19dd609cb4 Update to temaki v3.19.0 (close #7409, re: #7068) 2020-03-03 09:40:54 -08:00
Quincy Morgan 5e8d84ec33 Fix eslint warning 2020-03-02 15:58:30 -08:00
Quincy Morgan 52222df75f Switch to JSON endpoints of OSM API for fetching entities (re: #3765) 2020-03-02 15:54:46 -08:00
Quincy Morgan f4c39cc434 Don't require translations or uiFlash in rendererMap 2020-03-02 14:59:11 -08:00
Quincy Morgan c2d82eb9ce Don't require translations in coreValidator 2020-03-02 13:49:51 -08:00
Quincy Morgan 8579031298 Merge pull request #7400 from hikemaniac/depth
Add field for depth=* for fords
2020-02-28 17:37:59 -08:00
hikemaniac 7344f97a66 Added field for depth=* for fords 2020-02-28 21:16:22 +01:00
Quincy Morgan 3ae009ea49 Rename d3_zoom object to disambiguate from zoom level variables (re: #5505) 2020-02-27 19:51:07 -08:00
Quincy Morgan 10fe7b6e92 Fix relation member drag-and-drop 2020-02-27 19:02:15 -08:00
Quincy Morgan c8e9bf3de7 Account for empty string tag values in utilTagDiff (re: #7363) 2020-02-27 15:18:31 -08:00
Quincy Morgan a507ffbe2e Add height field to tree preset (re: 01cf833631) 2020-02-27 15:12:37 -08:00
Quincy Morgan bed450f08b Don't enter modeBrowse if geolocation was unsuccessful
Only set geolocation timeout when fetching the location
Always fetch a new location when geolocating instead of only using the first one
2020-02-27 15:10:38 -08:00
Quincy Morgan 316e926c86 Update derived data 2020-02-27 15:02:09 -08:00
Quincy Morgan 135fd95305 Add geolocation error feedback (re: #7376) 2020-02-27 14:10:31 -08:00
Quincy Morgan ad25f852fe Don't add extra bottom margin to last section 2020-02-27 13:26:53 -08:00
Quincy Morgan c39e0353a4 Merge pull request #7309 from openstreetmap/endpoints-fix
Fix almost junction behaviour for close endpoints
2020-02-27 13:14:28 -08:00
Quincy Morgan 4a6baccad3 Merge branch '2.x' into endpoints-fix 2020-02-27 12:59:00 -08:00
Quincy Morgan 01cf833631 Add circumference field to trees (close #7371) 2020-02-27 12:14:20 -08:00
Quincy Morgan b40d47fda4 Show active state on geolocate button (close #7390) 2020-02-27 10:55:22 -08:00
Quincy Morgan a97b44f002 Remove unused uiQuickLinks 2020-02-27 10:33:36 -08:00
Quincy Morgan f42ad53379 Add L as the keyboard shortcut for geolocation (close #7395) 2020-02-27 10:23:09 -08:00
Quincy Morgan 28df41bc48 Add terms to retail building preset (close #7392) 2020-02-27 09:37:04 -08:00
Quincy Morgan 5c952e8c26 Add terms to building=farm_auxiliary preset (close #7394) 2020-02-27 09:19:16 -08:00
Quincy Morgan 1350d1658b Merge pull request #7391 from openstreetmap/zoom-to-selection-button
Move the "zoom to this" button to the map controls
2020-02-27 09:04:52 -08:00
Quincy Morgan 5aab09845d Move the "zoom to this" button from the inspector to the map next to the zoom in/out buttons (re: #6601)
Use title case for the Zoom In and Zoom Out button labels
2020-02-26 19:59:09 -08:00
Quincy Morgan f0fe025c55 Ensure unshared issues aren't displayed during multiselection even if just one of the features has issues 2020-02-26 18:49:03 -08:00
Quincy Morgan 8c638c40e9 Add address to moreFields of pitch presets 2020-02-26 18:37:39 -08:00
Quincy Morgan a51d15bd5e Deprecate man_made=telephone_exchange (re: #6780) 2020-02-26 15:53:49 -08:00
Quincy Morgan 03361614e8 Add Telecom Exchange preset (close #6780) 2020-02-26 15:51:28 -08:00
Quincy Morgan bf42bce3be Update martinez-polygon-clipping to v0.6.2 (close #7370) 2020-02-26 15:18:16 -08:00
Quincy Morgan 9f50e60beb Update country-coder to v3.2.0 2020-02-26 15:11:06 -08:00
Quincy Morgan 2e238b8218 Fix JS error on clicking review request
Give different instances of the raw tag editor distinct classes and disclosure states
Correctly expand raw tags section by default when selecting a feature with a fallback preset
Fix raw tag editor tests
2020-02-26 14:51:32 -08:00
Quincy Morgan 979be89333 Add elevation and inscription fields to survey point preset 2020-02-26 13:07:02 -08:00
Quincy Morgan 0767d06005 Update rollup to 1.31.1 (close #7295)
Update mocha to 7.0.1 (close #7291)
2020-02-26 11:09:03 -08:00
Quincy Morgan d6a458b626 Update uglify-js to 3.8.0 (close #7367) 2020-02-26 11:01:54 -08:00
Quincy Morgan e585675b0f Merge pull request #7362 from openstreetmap/t-osmose
Add Osmose translation to contributing guidelines
2020-02-26 10:45:29 -08:00
Quincy Morgan abeb559234 Deprecate bridge=1 2020-02-26 10:41:59 -08:00
Quincy Morgan c5f0ccf7eb Merge pull request #7339 from nlehuby/motorcar
change car=* to motorcar=* on charging_station
2020-02-26 10:34:57 -08:00