Commit Graph

295 Commits

Author SHA1 Message Date
Quincy Morgan ebe2d04575 Update various preset icons (re: #7068) 2020-10-07 09:59:35 -04:00
Quincy Morgan f9fcc03e20 Update to temaki v4.2.0
Drop the noun project (close #8030)
Drop request (close #7959)
2020-09-28 13:58:27 -04:00
Quincy Morgan 15078bd39c Update rail/tram crossing icons 2020-09-03 11:53:21 -04:00
Quincy Morgan 08e31006cd Add Dovecote preset (close #7916) 2020-09-01 17:50:18 -04:00
Quincy Morgan 7c0e25e193 Add road and path tram crossing presets (re: #7902) 2020-08-15 13:15:02 -04:00
Quincy Morgan 99383355b2 Update doubletap icon
Use consistent close button
Update a few strings
2020-07-13 14:33:49 -04:00
Quincy Morgan 31740f1ebb Add pinch-to-zoom icon to help and walkthrough 2020-07-13 11:26:42 -04:00
Quincy Morgan f5d280682e Add mousewheel icon to help and walkthrough 2020-07-13 10:57:59 -04:00
Quincy Morgan a4f3cd3fa3 Make tap circle larger in longpress icon 2020-07-13 10:54:21 -04:00
Quincy Morgan bf5ed60f96 Update walkthrough touch icons 2020-07-12 19:04:39 -04:00
Quincy Morgan 1514648468 Add doubletap and touch-and-drag icons to the walkthrough
Update tap and longpress icons
2020-07-11 21:04:07 -04:00
Quincy Morgan 365fa1bf0d Add tap and longpress icons to walkthrough 2020-07-11 19:27:50 -04:00
Quincy Morgan 3229390178 Clean up the mouse icons' size and clarity 2020-07-11 19:00:17 -04:00
Quincy Morgan ef45268261 Update icon for nightclub presets 2020-06-04 11:49:56 -04:00
Quincy Morgan a8437d3edc Add trophy shop preset (close #7641) 2020-06-01 09:51:32 -04:00
Quincy Morgan d39851fb7c Update telephone preset icon 2020-05-29 10:59:06 -04:00
Quincy Morgan 8f5a2eea3d Add preset for recently-approved amenity=refugee_site tag 2020-05-26 11:06:19 -04:00
Quincy Morgan f3b2555136 Add amenity=give_box preset and deprecate amenity=givebox (close #7574) 2020-05-19 14:36:07 -04:00
Quincy Morgan 420855b012 Update to fontawesome 5.13.0
Update some icons
2020-05-18 10:47:59 -04:00
Quincy Morgan 3228d273ca Add Collectibles Shop preset (close #7588) 2020-05-18 10:37:01 -04:00
Quincy Morgan 61ef843a18 Update copy and paste icons 2020-05-15 16:04:43 -04:00
Quincy Morgan db9eed2434 Move the edit menu logic to uiInit
Make context the first argument of operation objects
Add Paste operation to edit menu when opening the context menu on a blank area of the map (close #2508)
2020-05-14 15:49:35 -04:00
Quincy Morgan 0278e700a0 Convert feature copying functionality from a standalone behavior to an operation and add to edit menu (re: #2508)
Show flash feedback message when copying features with keyboard shortcut
Disallow copying of untagged vertices
2020-05-13 15:42:28 -04:00
Quincy Morgan eb21bbfcde Add Orthodontist preset (close #7575) 2020-05-07 13:49:58 -07:00
Quincy Morgan b3f84c90ae Update name-suggestion-index to 4.0.2
Add Household Linen Shop and Trampoline Park presets
2020-04-24 13:31:35 -07:00
Quincy Morgan 252d5217e5 Update Plant Nursery icon 2020-04-09 12:36:48 -07:00
Quincy Morgan 94c9697ee4 Update temaki to v3.20.0 (re: #7068) 2020-03-13 16:17:08 -07:00
Quincy Morgan aa127740dd Update icon for military range 2020-03-12 20:25:30 -07:00
SilentSpike 4a56d49e9d Add support for more Osmose issue types 2020-02-21 16:34:24 +00:00
Quincy Morgan 22b9e0a759 Update preset icons for temaki 3.17.0 (re: #7068) 2020-02-13 16:13:49 -08:00
Bryan Housel 13ead25654 Merge branch 'external_presets' into 2.x
(re: #4994)
2020-02-05 21:32:51 -05:00
SilentSpike 316aca091b Change icon for Osmose Unnecessary Tag issue 2020-02-03 23:20:43 +00:00
SilentSpike 9fca611ec1 Add support for even more Osmose error types
- Conflicting tags
- Orthographic errors (excess whitespace and all capital names)
- Deprecated tagging
- Bad use of the "area" tag
2020-02-03 23:20:43 +00:00
SilentSpike c13eb15691 Add support for more Osmose error types
- Unconnected level crossings
- Unconnected highway features/barries
- Unexpected punctuation/symbols in tag values
- Unbalanced parentheses/quotes in name values
- Invalid date formats
- Access tagging that permits all transport modes
- Elements with a "name" tag and no main tagging
- Relations missing a "type" value
2020-02-03 23:20:42 +00:00
SilentSpike 896ed762e0 Fix silent failure for some Osmose error types
When I added special handling for mapillary errors the code was trying
to access translation strings nested under the error category (which
doesn't exist for all error types). This code is now moved into it's own
function so that variable hoisting doesn't run it for non-applicable
error types and prevent them from working.

- Also adds support for error type 3040 (bad tag value)
- Updated the Osmose sidebar UI title
2020-02-03 23:20:41 +00:00
SilentSpike d4723ec9e2 Read icons from qa_errors.json when building data
Also adds support for the following error types:
- Objects mapped as both node/area or way/area
- Power lines that lead to nowhere
- Extra nodes in power lines (which should only go from support to
support to endpoint)
- Power line supports with no power lines
2020-02-03 23:20:30 +00:00
SilentSpike 5afdfc527b Add support for more Osmose error types
- Missing parking access
- Malformed opening hours tagging
- Objects detected by Mapillary that aren't mapped
- Traffic sign information detected by Mapillary that isn't mapped

Mapillary errors add example code for special error type handling as
they don't need to request further details and can use piecewise
translation strings
2020-02-03 23:01:03 +00:00
SilentSpike 680fdb6b54 Allow Osmose errors to use category for UI strings
Some error types don't require unique strings and can share common
strings among the category. This makes that possible as well as adding
support for some other types of error for demonstrative purposes.
2020-02-03 23:01:02 +00:00
Quincy Morgan f4eb8fe484 Update fontawesome icons 2020-02-03 10:36:06 -05:00
Quincy Morgan d7e4575a7b Update to temaki 3.13.0 (close #7298)
Add new rail icons (close #7255)
Render "statused" railways with lighter colors
Don't render disused features with a dashed stroke
2020-01-28 11:42:53 -05:00
Quincy Morgan 3dc0361dc8 Add improved "zoom to" icon 2020-01-22 12:43:24 -05:00
Quincy Morgan 116f52a78c Add Lavoir preset (close #7243) 2020-01-15 10:49:40 -05:00
Quincy Morgan 72dfcc4811 Update temaki to v3.10.0 (close #7235)
Update Butcher icon (close #7216)
Update icons for Island, Islet, and Water Tap presets
2020-01-08 18:23:57 -05:00
Quincy Morgan 797c701ba1 Add preset for amenity=gambling (close #7198)
Add terms to various gambling presets
Add min_age field to shop=lottery preset
Deprecate leisure=bingo and leisure=gambling
2020-01-07 10:48:37 -05:00
Bryan Housel 07c1e146b7 Change shop=craft to use scissors icon
(closes #7228)
2020-01-06 16:54:27 -05:00
Quincy Morgan 7897a56e86 Update Kiosk preset icon (re: #7068) 2019-12-30 09:51:12 -05:00
Quincy Morgan 450547b8ff Update icons for various building presets (re: #7068) 2019-12-30 09:48:05 -05:00
hikemaniac 7d02dcb38c Added a preset for shop=doors 2019-12-29 20:50:01 +01:00
Bryan Housel 27f538b0cf Add Preferences Pane, Third Party Icon toggle, link to policy
(re: #7040)
2019-12-16 22:27:06 -05:00
Quincy Morgan f9891538f2 Update to temaki v3.5.0 2019-12-12 11:50:12 -05:00