Commit Graph

131 Commits

Author SHA1 Message Date
arch0345 3743179707 Update FontAwesome dependencies 2022-05-20 21:20:17 -07:00
Martin Raifer 8ef9e37f85 upgrade fontawesome to v6
closes #8969, closes #8970, closes #8971
2022-02-15 18:48:27 +01:00
Martin Raifer a3bd33ce2a update fontawesome icons 2022-02-14 18:07:26 +01:00
Martin Raifer dacecbfb94 add newly required fontawesome icons 2022-01-10 20:19:28 +01:00
Milos Brzakovic 21f42b1290 2 new svg fontawesome 2021-08-03 14:26:49 +02:00
Quincy Morgan d54f69240d Add icon 2020-12-15 13:00:47 -05:00
Quincy Morgan 96d7631a3a Fetch id-tagging-schema icons from the bleeding edge as well as the release versions when building data 2020-12-07 15:45:26 -05:00
Quincy Morgan baabd81987 Unbundle id-tagging-schema data and translations
Update for id-tagging-schema 2.0.0
2020-12-01 11:14:14 -05:00
Quincy Morgan ebe2d04575 Update various preset icons (re: #7068) 2020-10-07 09:59:35 -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 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 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 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 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
Quincy Morgan 25a4174c77 Update icon for barrier=block preset 2019-11-25 16:52:24 -05:00
Quincy Morgan 0ce99bc8fd Update name, terms, and icon for giant chess board preset (re: #7059) 2019-11-22 10:35:15 -05:00
Quincy Morgan bbc537a5e9 Add preset for aeroway=spaceport 2019-10-03 19:04:04 +02:00
Bryan Housel 75fa2b293f Update many presets to use new Temaki and Font Awesome icons 2019-09-29 12:49:58 -04:00
Quincy Morgan f42c14b225 Add Hot Dog Fast Food preset 2019-09-26 11:59:55 +02:00
Quincy Morgan 1ec4111ab1 Add icon and terms to shop=farm preset 2019-09-25 12:29:25 +02:00
Quincy Morgan 60d66f7b77 Add presets for most common types of studios 2019-09-25 12:19:06 +02:00
Quincy Morgan ef2da8f59d Update icon for latest fontawesome 2019-09-18 13:35:15 -04:00