Commit Graph

11392 Commits

Author SHA1 Message Date
Quincy Morgan
57b5d7fc74 Deprecate location=kiosk on power=substation (close #6283) 2019-05-02 13:17:34 -07:00
Quincy Morgan
0fe7864b44 Merge branch 'master' of https://github.com/openstreetmap/iD 2019-05-02 12:19:14 -07:00
Quincy Morgan
0a71fd1e4f Fix false positive for impossible oneway when connected way is circular 2019-05-02 12:18:21 -07:00
Bryan Housel
276462b9a8 Merge pull request #6294 from tordans/patch-6
Add an empty favicon for preview.ideditor.com
2019-05-02 15:15:39 -04:00
Tobias
ef8999b585 Use ' instead of " like everywhere else 2019-05-02 21:03:29 +02:00
Quincy Morgan
752bc72e7c Fix issue where close nodes validation may not detect issues in some cases 2019-05-02 12:03:09 -07:00
Tobias
173836d548 Add an empty favicon
There are multiple calls to the favicon on the preview.ideditor.com system in one session:
 > GET http://preview.ideditor.com/favicon.ico 403 (Forbidden)

According to https://stackoverflow.com/questions/1321878/how-to-prevent-favicon-ico-requests#comment50777781_13416784 this should sho an empty favicon which will prevent the browser to try loading the missing icon.
2019-05-02 21:00:59 +02:00
Quincy Morgan
424f6ca72d Don't skip other validations even if there are missing tag issues 2019-05-02 11:51:01 -07:00
Quincy Morgan
b4dacdad2a Reduce very close nodes validation threshold (close #6292)
Use spherical distances for very close nodes validation
Don't flag very close nodes from different ways
Don't flag very close nodes if both have interesting tags
Update very close nodes validation reference string
2019-05-02 11:39:12 -07:00
Quincy Morgan
7ccfcb251d Deprecate recommended_speed tags in favor of maxspeed:advisory 2019-05-02 09:15:37 -07:00
Quincy Morgan
d061ec6b61 Don't add ignore fix more than once
Tweak hidden issues text
2019-05-01 20:21:47 -07:00
Quincy Morgan
a180c794cb Merge branch 'master' into ignoring-issues 2019-05-01 20:13:49 -07:00
Quincy Morgan
712f8bcb03 Avoid having hidden issues strings for both singular and multiple variations 2019-05-01 20:13:09 -07:00
Bryan Housel
534fa3460b npm run build for recent preset updates 2019-05-01 19:24:22 -04:00
Bryan Housel
087f252b18 When removing a tag, remove it from _indexedKeys too
(re: d026f2f / #5927)

So that if the user decides to put it back, it will be sorted to the
end and not inserted back at its original position in the middle
2019-05-01 19:17:59 -04:00
Bryan Housel
382e0a7dd6 Merge pull request #6270 from westnordost/patch-10
inherit preset.removeTags from preset.addTags if not defined [Ready for Review]
2019-05-01 19:15:24 -04:00
Bryan Housel
03ce2871d1 Merge pull request #6285 from westnordost/presets-houseboat
add houseboat preset
2019-05-01 19:13:52 -04:00
Tobias Zwick
ac14294399 add houseboat preset 2019-05-01 23:59:10 +02:00
Quincy Morgan
eeaad79cb1 Display info about hidden issues in the "no issues" UI 2019-05-01 14:50:56 -07:00
Quincy Morgan
1c15338bd5 Make reset ignored button consistent with enable/disable all rules buttons 2019-05-01 12:13:10 -07:00
Quincy Morgan
56544303ca Merge branch 'master' into ignoring-issues 2019-05-01 11:58:39 -07:00
Quincy Morgan
d2cca04c3f Deprecate artwork and artwork:type keys in favor of artwork_type 2019-05-01 11:56:51 -07:00
Quincy Morgan
9b9e3dbdfa Merge branch 'master' of https://github.com/openstreetmap/iD 2019-05-01 11:51:59 -07:00
Quincy Morgan
e93857012e Add better icons for Bust and Statue presets 2019-05-01 11:51:49 -07:00
Bryan Housel
d7a569c425 Merge branch 'defer-select-for-6028' 2019-05-01 14:49:31 -04:00
Bryan Housel
37557a7c98 Defer processing clicks in behaviorSelect
(closes #6028) (I hope?)

Because this click may trigger a blur event,
and the blur event may trigger a tag change,
and we really want that tag change to go to the already selected entity
and not the one that we are about to select with the click  #6028, #5878

(Be very careful entering modeSelect anywhere that might also blur a field!)
2019-05-01 14:47:29 -04:00
Quincy Morgan
949b57d118 Ensure that relations are called before ways when categorizing fetched features (close #6277) 2019-05-01 11:33:39 -07:00
Quincy Morgan
907df1c10e Include relation members when forcing relations visible in all cases, not just selection (re: 6eeaf94076) 2019-05-01 11:08:52 -07:00
Bryan Housel
d3f767d6f4 Code cleanups, prefix state variables with _ 2019-05-01 13:48:36 -04:00
Quincy Morgan
21dc6fe500 Update meadow preset terms (close #6280) 2019-05-01 09:24:34 -07:00
Quincy Morgan
1d8e27ef91 Add derived data from prior merge 2019-05-01 09:06:40 -07:00
Quincy Morgan
6d1bb43793 Merge pull request #6275 from westnordost/presets-more-artwork-types
Add bust, graffiti and installation artwork type preset
2019-05-01 09:04:47 -07:00
Tobias Zwick
250df5b6a8 use "Graffiti" instead of "Graffiti Artwork" as name 2019-05-01 11:12:44 +02:00
Quincy Morgan
52d92f125c Add button to reset ignored issues
Don't cache issue extent
2019-04-30 16:32:36 -07:00
Bryan Housel
d026f2f296 Add index property to tag rows, don't reorder on modifying key
(closes #5927)
2019-04-30 18:22:11 -04:00
Tobias Zwick
6a59a8c1f6 change name to Installation Art 2019-05-01 00:09:36 +02:00
Tobias Zwick
a36c746b56 Add bust, graffiti and installation artwork type preset 2019-04-30 23:26:20 +02:00
Tobias Zwick
4bb5c27a2a remove removeTags from 2 recently deprecated presets 2019-04-30 22:28:18 +02:00
Tobias Zwick
446dc1097d Merge branch 'master' into patch-10
# Conflicts:
#	data/presets/presets/highway/crossing/unmarked-raised.json
#	data/presets/presets/highway/crossing/unmarked.json
2019-04-30 22:20:05 +02:00
Quincy Morgan
a4ebbaf7f5 Don't use the issue loc as a differentiator for all issues 2019-04-30 13:16:03 -07:00
Tobias Zwick
ba996f700d remove all now unnecessary removeTags 2019-04-30 22:15:51 +02:00
Tobias Zwick
a1b89332bb add test 2019-04-30 22:15:34 +02:00
Tobias Zwick
62e0f76243 update readme and preset schema description 2019-04-30 22:15:16 +02:00
Tobias Zwick
d008a585fa remove removeTags from suggestionsToPresets 2019-04-30 22:14:51 +02:00
Quincy Morgan
26f1e29072 Merge branch 'master' into ignoring-issues
# Conflicts:
#	data/core.yaml
#	dist/locales/en.json
2019-04-30 13:05:07 -07:00
Quincy Morgan
76e2948088 Add underscores to filenames of unsearchable crossing presets 2019-04-30 11:55:18 -07:00
Quincy Morgan
9d6b461d0e Apply the crossing tag of the path to the node even if it's not a footpath when connecting crossing ways 2019-04-30 11:53:03 -07:00
Quincy Morgan
07573091ad Don't add a "crossing" tag to ambiguous crossings when connecting crossing ways via the quick fix (re: #6244) 2019-04-30 11:46:15 -07:00
Quincy Morgan
5eb3416431 Don't suggest upgrading crossings without a "crossing" tag to crossing=unmarked (close #6244)
Style crossing icons more nicely
2019-04-30 11:41:50 -07:00
Quincy Morgan
942d55a4bf Update strings for duplicate node validation
Use routable highway tags for duplicate node validation instead of any highway tag
2019-04-30 10:18:22 -07:00