Commit Graph

13008 Commits

Author SHA1 Message Date
Quincy Morgan ee6c06d1d5 Fix an issue where the commit sidebar would not show all warning and errors
Remove use of lodash from commit_warnings.js
2019-02-21 15:33:14 -05:00
Quincy Morgan 10e73fc15c Explicitly include certain railways for crossing validation instead of excluding some
Don't flag abandoned or razed railway crossings
2019-02-21 15:09:13 -05:00
Quincy Morgan 2407c3f383 Add covered field to waterway presets
Update waterways presets to use field inheritance
2019-02-21 14:40:59 -05:00
Quincy Morgan 02d3097d8d Fix a cacheing issue 2019-02-21 13:34:51 -05:00
Quincy Morgan 7936266a7a Improve validation performance by avoiding uniqueWith lodash function
Replace map lodash function with JavaScript array map in validator.js
2019-02-21 12:13:27 -05:00
Quincy Morgan 51972ea78f Cache issues in crossing ways validation to avoid checking the same pairs twice 2019-02-21 11:49:31 -05:00
Quincy Morgan aa992ed981 Improve validation performance by cacheing the issue id 2019-02-21 10:47:57 -05:00
Quincy Morgan 2d6c49b92b Ignore proposed features for crossings ways, almost junction, and disconnected way validations (close #5922) 2019-02-21 10:14:25 -05:00
Quincy Morgan 7da37384f1 Fix an issue where stale missing tag errors could persist when canceling drawing a new way (close #5918)
Don't show missing tags error for a feature that is still being drawn (re: #5898)
2019-02-21 09:48:46 -05:00
Quincy Morgan 2a211146ea Add derived data for prior commit 2019-02-21 09:24:01 -05:00
Quincy Morgan b69ba27ef7 Merge pull request #5920 from SelfishSeahorse/patch-1
Excrement Bag Dispenser: improve name and remove unnecessary fields
2019-02-21 09:22:58 -05:00
Quincy Morgan be71554f61 Fix a bug where all data would disappear when switching modes while drawing a way (close #5917) 2019-02-21 09:22:03 -05:00
Quincy Morgan e5e547ff53 Deprecate amenity=public_building (close #5916)
Deprecate shop=betting
2019-02-21 08:53:32 -05:00
SelfishSeahorse 3cf09e5ced Excrement Bag Dispenser: improve name and remove unnecessary fields 2019-02-21 14:17:12 +01:00
Quincy Morgan 1bde3ba63f v2.14.1 2019-02-20 18:23:47 -05:00
Quincy Morgan a14062bc42 npm run translations 2019-02-20 18:21:25 -05:00
Quincy Morgan 74694dd830 npm run imagery 2019-02-20 18:20:22 -05:00
SilentSpike 5bd13dc590 Use https for ImproveOSM requests 2019-02-20 23:11:09 +00:00
Quincy Morgan 913d9f2e3b Add platform field replacement change to changelog 2019-02-20 16:53:22 -05:00
Quincy Morgan 1f1e88314d v2.14.0 2019-02-20 16:19:36 -05:00
Quincy Morgan 40c3884049 npm run translations 2019-02-20 16:18:27 -05:00
Quincy Morgan 9ce366fe88 Update name-suggestion-index to v1.0.5 2019-02-20 16:12:55 -05:00
Brian Hatchl d8531c88bb fix lint complaints 2019-02-20 15:44:16 -05:00
Brian Hatchl 1faa6ad839 Favorite preset 2019-02-20 15:23:58 -05:00
Quincy Morgan affdb8c860 Fix waterway relation icon color 2019-02-20 15:22:24 -05:00
Quincy Morgan 0a854db264 Update changelog 2019-02-20 15:14:01 -05:00
Quincy Morgan 8883b2ad20 Further update 2.14.0 changelog 2019-02-20 14:47:11 -05:00
Quincy Morgan 95c5681641 Nicer rendering of pipeline and runway line icon previews 2019-02-20 14:14:06 -05:00
Quincy Morgan d84e945330 Replace passenger_information_display field with more commonly-used departures_board field 2019-02-20 14:06:44 -05:00
Quincy Morgan aff86979a6 Better pane display at narrow window widths (close #5890) 2019-02-20 13:47:11 -05:00
Quincy Morgan 663881d5c8 Add Layer field to building presets to help with fixing crossing buildings warnings 2019-02-20 11:17:38 -05:00
Quincy Morgan a928621681 Fix issue where mapillary sign colors were not shown 2019-02-20 11:09:57 -05:00
Quincy Morgan 6342235a6b Use warning instead of error for missing tags issue for non-deletable relations 2019-02-20 10:27:49 -05:00
Quincy Morgan e102c3fdc6 Don't allow actionable deletion of relations if not all members are downloaded 2019-02-20 10:20:26 -05:00
Quincy Morgan 598827db87 Add quick fix to remove deprecated tags 2019-02-20 10:06:44 -05:00
Quincy Morgan cdc4557da5 Minor performance improvement in crossing ways by removing use of lodash and avoiding a concat within a reduce 2019-02-20 09:50:53 -05:00
Quincy Morgan e161db0301 Remove unused deprecate_tags action 2019-02-20 09:05:34 -05:00
Quincy Morgan ba68d921fe Add icons for crossing ways fixes and almost junction connection fix 2019-02-20 09:02:05 -05:00
Quincy Morgan 4dcf3af941 Replace non-rendering emoji in changelog 2019-02-19 20:21:34 -05:00
Quincy Morgan 1267e298f6 Add initial draft of 2.14.0 release notes 2019-02-19 20:18:33 -05:00
Quincy Morgan 1292801b2f Highlight actionable fix background on hover 2019-02-19 16:16:21 -05:00
Quincy Morgan ba59fd0240 Fix landuse=construction styling 2019-02-19 16:03:08 -05:00
Quincy Morgan 63caa02cea Allow presets to inherit multiCombo and semiCombo fields even if they define the preset 2019-02-19 15:48:50 -05:00
Quincy Morgan 6d397e89c6 Account for waterway bridges and implicit layers in crossing ways validation 2019-02-19 15:28:27 -05:00
Quincy Morgan d6128de851 Fixed issue where tooltip buttons in the walkthrough could not be clicked 2019-02-19 15:03:46 -05:00
Quincy Morgan f536706763 Refactor crossing ways validation for performance 2019-02-19 14:40:54 -05:00
Quincy Morgan b766f82cbd Improve crossing ways performance slightly by avoiding clone 2019-02-19 13:25:02 -05:00
Quincy Morgan dc3034e1b9 Add deprecated tag waterway=aqueduct 2019-02-19 12:15:31 -05:00
Quincy Morgan 708c5e8155 Fix crash when undoing an added line past the first node 2019-02-19 12:10:05 -05:00
Quincy Morgan 12a44421c3 Account for indoor features in crossing ways validation
Recommend using an appropriate structure/layer/level for crossing ways validation
Flag crossing highways on different levels but without bridges or tunnels
2019-02-19 11:43:05 -05:00