Commit Graph

11678 Commits

Author SHA1 Message Date
Quincy Morgan d0ae7815bb Adjust the strings for the invalid formatting validation (re: #6494) 2019-06-06 13:55:54 -04:00
SilentSpike 0b8ddd9240 Fix email and website validation for empty values 2019-06-06 13:55:53 -04:00
SilentSpike f02238ce23 Fix varied validation messages and redeclaration
I've hijacked the data property for the purposes of changing the message
based on whether multiple values in a list are erroneous
2019-06-06 13:55:53 -04:00
SilentSpike 591e41f5ec Fix email and website validation for list values
Also improved the UI message to be more clear for websites and simplify
"is tagged with" to "has" which works in context.
2019-06-06 13:55:53 -04:00
SilentSpike 770cffe7de Add email and website format validation
Simple validation following the HTML5 standard for emails as we don't
expect POIs to have convoluted email addresses. Only checks the
`website` and `email` tags as these are what iD currently supports with
fields.
2019-06-06 13:55:53 -04:00
Quincy Morgan d42cb7b790 Fix issue where iD could crash upon save if user had edits stored before iD 2.15 (close #6496) 2019-06-06 09:20:57 -04:00
Quincy Morgan 3328dfd27e Add preset for shop=military_surplus (close #6470) 2019-06-06 09:06:27 -04:00
Quincy Morgan e12d4c298e Deprecate various maxspeed mistags (close #6478) 2019-06-06 08:52:02 -04:00
Quincy Morgan 6d6c92fd22 Add preset for office=bail_bond_agent and deprecate various mistags (close #6472) 2019-06-06 08:46:09 -04:00
greenkeeper[bot] 5fc601e1e7 chore(package): update uglify-js to version 3.6.0 2019-06-06 08:34:50 -04:00
greenkeeper[bot] aac04c41c6 chore(package): update rollup to version 1.13.0 2019-06-06 08:34:50 -04:00
Quincy Morgan 69d6d45553 Deprecate "FIXME" in favor of "fixme" (close #6477) 2019-06-03 11:53:12 -04:00
Quincy Morgan d8f49dec89 Add derived data for #6469 2019-06-03 08:43:02 -04:00
Quincy Morgan 9e68ea4be7 Deprecate some "sustenance" tags 2019-06-03 08:42:38 -04:00
BjornRasmussen f0f389e846 Remove the search term "garage" (which I added previously) from parking preset - a parking garage preset that inherits from this one already exists. 2019-06-03 08:31:30 -04:00
BjornRasmussen 736e412596 Adds more search terms to presets that have been annoyingly hard for me to find in the past. 2019-06-03 08:31:30 -04:00
BjornRasmussen 140f5b74e3 Converted the label "Direction" to "Direction Affected" in 4 fields. 2019-06-03 08:29:22 -04:00
BjornRasmussen f242eb96a3 Changed "Direction" to "Direction affected" for fields that apply to vertexes like traffic signals and stop signs. 2019-06-03 08:29:22 -04:00
Quincy Morgan 02349eb806 Fix issue where crossings with kerb tags were treated primarily as kerbs (close #6440) 2019-06-02 11:20:35 -04:00
Quincy Morgan bd76f1f12a Add preset for military=trench (close #6474) 2019-06-02 10:47:27 -04:00
Quincy Morgan 89cc4cd3f5 Add preset for leisure=escape_game (close #6447) 2019-05-31 10:09:22 -04:00
Quincy Morgan b0b1836f61 Update Hackerspace fields 2019-05-31 10:03:49 -04:00
Quincy Morgan a53a87db1e Fix issue where upgrading "office=administrative" could also remove "building=yes" (close #6466) 2019-05-31 09:55:23 -04:00
Quincy Morgan 14c0809426 Fix issue where cuisine -> diet upgrades could overwrite existing values (close #6462) 2019-05-31 08:25:29 -04:00
Bryan Housel d66be6f569 Fix link 2019-05-24 22:49:23 -04:00
Bryan Housel 7074d48f2f v2.15.1 2019-05-24 22:10:21 -04:00
Bryan Housel 37732bf8e5 npm run translations 2019-05-24 22:09:08 -04:00
Bryan Housel 4a651dfaf2 Update several presets to use latest temaki icons 2019-05-24 18:01:08 -04:00
Bryan Housel dd8711f564 Update presets for latest name-suggestion-index 2019-05-24 17:56:13 -04:00
greenkeeper[bot] 7d7ea32ed3 chore(package): update name-suggestion-index to version 3.0.3 2019-05-24 17:51:01 -04:00
Bryan Housel 7d490b9064 npm run imagery 2019-05-24 17:32:11 -04:00
greenkeeper[bot] 837f679345 chore(package): update name-suggestion-index to version 3.0.2 2019-05-24 16:13:48 -04:00
greenkeeper[bot] a3c70d1291 chore(package): update temaki to version 1.5.0 2019-05-24 16:04:29 -04:00
Bryan Housel 57444870bd Add icons to presets that were missing them 2019-05-24 15:54:46 -04:00
Bryan Housel 44349c8015 Swap wikidata/wikipedia for brand: tags if possible
(closes #6416)

This also ignores any features with an office tag, to avoid
changing a wikipedia/wikidata tag on a corporate office.
2019-05-24 14:24:10 -04:00
Quincy Morgan 839d922ea6 Add Disc Golf Course preset 2019-05-24 13:23:28 -04:00
Bryan Housel b4ebaaa01e Fix raw tag editor styling for custom data editor
(closes #6427)
2019-05-24 11:32:14 -04:00
Quincy Morgan 94a47f05de Add tests for the indoor, piste, and aerialway map feature categories 2019-05-24 11:02:45 -04:00
Quincy Morgan c95cead06d Fix bug where issues would not be properly centered if the map was not already at z19 (close #6384) 2019-05-24 10:28:59 -04:00
Bryan Housel 2a08868c14 Fix vector tile layers
(closes #6426)

After switching from XHR->fetch, we now parse the response separately,
so the `vtToGeoJSON` function already has an ArrayBuffer to work with.
2019-05-24 10:15:35 -04:00
Bryan Housel 0ded25885d Back off if the toLoad queue is filling up..
(re #6417)
2019-05-24 09:44:35 -04:00
Quincy Morgan 43cd46f046 Prevent Chrome autofill of recent values in the Allowed Access inputs (close #6414) 2019-05-24 09:30:06 -04:00
Bryan Housel a5a7e0aaf1 Switch Bing Imagery Key
(re: #5833)
2019-05-24 01:32:02 -04:00
Bryan Housel 77f89d4170 Merge branch 'validation_fix_issues' 2019-05-23 19:41:13 -04:00
Bryan Housel 149a0b43b3 Use latest entity at time of fix for private_data validation too
(re: #6407)
2019-05-23 19:40:10 -04:00
Bryan Housel 5440467db0 Undo 5b8db55b4 and instead get latest entity at time of fix
Per conversation w @quincylvania we need the issue ids to remain
stable so that users can ignore them.

So instead of forcing a refresh by changing the `id` we will grab current
versions of entities at fix time so that tags aren't replaced wrongly.
2019-05-23 18:52:32 -04:00
Quincy Morgan ca19d50558 Fix issue where duplicate expanded community entries could appear (close #6422) 2019-05-23 17:02:15 -04:00
Quincy Morgan 9d5783d507 Improve padding of chiplist 2019-05-23 15:51:11 -04:00
Quincy Morgan 0dfd0612b1 For ice rinks, prefer the "sport" values "ice_hockey" and "ice_skating" instead of "hockey" and "skating" since that latter are ambiguous
Don't remove other values when upgrading a tag value within a semicolon-delimited list
2019-05-23 15:39:15 -04:00
Quincy Morgan 642e651f5d Add Field Hockey Pitch preset 2019-05-23 14:08:20 -04:00