16273 Commits

Author SHA1 Message Date
Bryan Housel 70fb1432ea Remove the unused icons from the replacements object 2017-11-22 21:27:24 -05:00
Minh Nguyễn d88300e28e Double quotation marks 2017-11-22 15:24:32 -08:00
Bryan Housel 6490abbb4f Split up all help sections and titles, assemble markdown from keys
(also incorporate some of @1ec5's copyedits, and adjust icon styles)
2017-11-22 17:25:57 -05:00
Minh Nguyễn 4165371c27 Copyediting 2017-11-22 12:33:06 -08:00
Bryan Housel ca49166d6c Simplify language in relation section 2017-11-22 11:16:55 -08:00
Bryan Housel 5a70308947 Simplify language in feature_editor section 2017-11-22 11:16:55 -08:00
Bryan Housel c484e8cc92 Swap undo/redo when rtl 2017-11-22 11:16:55 -08:00
Bryan Housel 1f6c8d9132 Move more of the content from the walkthrough into the help sections 2017-11-22 11:16:55 -08:00
Bryan Housel 467fcb8b9a Simplify language in imagery section, move streetlevel and gps after 2017-11-22 11:16:55 -08:00
Bryan Housel f48a00ce50 Simplify language in GPS section, add section on streetlevel photos 2017-11-22 11:16:55 -08:00
Bryan Housel 3ae7ec8032 Simplify help overview, editing texts 2017-11-22 11:16:55 -08:00
Bryan Housel d05c56b914 Simplify help intro texts 2017-11-22 11:16:55 -08:00
Bryan Housel 7f1dc5e03c Remove pre-text style from icons, remove "icons and tools" section
Between keyboard shortcuts screen and onscreen hover text, I think we have
the icons covered well enough and don't need to add it to the help.  Having
it in help means that translators need to do double work.
2017-11-22 11:16:55 -08:00
Bryan Housel 3b775930f6 4 space tabwidth, no trailing spaces 2017-11-22 11:16:55 -08:00
Manfred Brandl 011f351bb7 do not mention wiki.openstreetmap.org 2017-11-22 11:16:55 -08:00
Manfred Brandl 9a921b72a9 add_line instead of errorneous sadd_line 2017-11-22 11:16:54 -08:00
Manfred Brandl 13ccad0241 correct typos 2017-11-22 11:16:54 -08:00
Manfred Brandl 16c3a96777 improve relations 2017-11-22 11:16:54 -08:00
Manfred Brandl 05df663783 Add List of Icons & Tools 2017-11-22 11:16:54 -08:00
Manfred Brandl 365290669d remove duplicate key geolocate 2017-11-22 11:16:54 -08:00
Manfred Brandl 84ac7df859 add icons and tools 2017-11-22 11:16:54 -08:00
Manfred Brandl 6a711552e4 Remove other editors 2017-11-22 11:16:54 -08:00
Manfred Brandl ff1a983a14 New help texts 2017-11-22 11:16:54 -08:00
tastrax 92d22d54f2 Preset for railway=miniature
Go easy on me - first github project and pull request!
2017-11-22 18:15:23 +11:00
Bryan Housel 710a075a90 When deleting final nodes from a way, pan to final node's location
(closes #4541)
2017-11-20 16:16:33 -05:00
Bryan Housel 855c6d5c2f Add preset for route=subway relation
(closes #4548)
2017-11-20 15:03:33 -05:00
Bryan Housel 719638fb07 Add a few icons, including route=piste, route=subway
(closes #4355)
2017-11-20 14:57:43 -05:00
Bryan Housel 73c231a73a Add preset for piste route relation 2017-11-20 09:20:01 -05:00
Bryan Housel 3b3ce09906 Add route=light_rail relation route preset
(closes #4538)
2017-11-19 23:20:00 -05:00
Bryan Housel dcdcea9b3d npm run build for presets 2017-11-18 10:55:28 -05:00
Bryan Housel 82b347c91b Merge pull request #4539 from tohaklim/patch-1
Kiosk name update
2017-11-18 10:54:28 -05:00
tohaklim 532a5a4831 Kiosk name update
Wiki makes no mention of it being specifically a "news" kiosk, describing it instead as selling various things. Is this country-specific usage?
2017-11-18 15:41:30 +00:00
Bryan Housel e67f969819 npm run build for new preset changes 2017-11-17 22:14:30 -05:00
Bryan Housel 33766f9574 Merge pull request #4535 from Vonter/master
added common fields for preset amenity=telephone
2017-11-17 22:12:13 -05:00
Vonter bc70138283 added common fields for preset amenity=telephone 2017-11-16 21:55:59 +05:30
Bryan Housel add1bac3f2 v2.5.1 2017-11-16 00:43:56 -05:00
Bryan Housel ed1fe5e4e8 npm run translations 2017-11-16 00:24:37 -05:00
Bryan Housel 0c0ecdfcfc Comment out some of the requestIdleCallback to fix walkthrough crash
(closes #4533)

There are several issues here.. Here's a quick brain dump:

- the requestIdleCallbacks in map.js (scheduleRedraw) seem to be causing
crashiness in Firefox on fast zoom/unzoom, mousewheel, etc.. anything where
the view transform changes a lot and the redraws don't catch up.
(commented out, reverted back to lodash throttle)

- the requestIdleCallback worker queue in idle_worker.js seems to be causing
crashiness in Firefox and Chrome when exiting the walkthrough.  Something about
deferring the tile parsing as the user leaves the intro has a problem.
It might be an infinite `while` loop, not sure.
(commented out, reverted back to for loop)

- the requestIdleCallback in call_when_idle.js is only used to defer
tile loading in context.loadTiles() - this one seems fine, and actually
has maybe the biggest benefit for improving performance.
(left in)
2017-11-15 22:21:40 -05:00
Bryan Housel 2962f80821 Perform eased zoom to avoid Firefox crash (and it looks nice too)
(closes #4421)
2017-11-15 16:58:49 -05:00
Bryan Housel 38920b2c61 Reset temp placement variable each loop iteration
(closes #4473)

Otherwise `if (p)` will have stale data and be truthy for vertices at low zoom
2017-11-15 13:47:59 -05:00
Bryan Housel 3ba25eac52 npm run build for light_rail preset 2017-11-15 12:01:41 -05:00
Bryan Housel 54d61ae8e0 Merge pull request #4531 from Vonter/master
added preset for railway=light_rail
2017-11-15 11:57:59 -05:00
Bryan Housel 6e0a2c1221 Don't use real filenames in the imagery_used field (for privacy)
(closes #4530)
2017-11-15 11:56:32 -05:00
Vonter 9e2def3d9c added preset for railway=light_rail 2017-11-15 21:31:29 +05:30
greenkeeper[bot] af3b0bc1c9 chore(package): update @std/esm to version 0.15.0 2017-11-14 21:40:49 -05:00
Bryan Housel 9b705a6375 Don't call async callbacks after connection resets/switches
(closes #4288)
2017-11-14 21:30:01 -05:00
Bryan Housel 91f9da0f06 Switch openstreetcam from http to https to avoid mixed content issues
(closes #4527)
2017-11-14 13:42:23 -05:00
Bryan Housel 1dd437a1f2 Hide mapillary-js attribution and just handle it in iD
(closes #4526)

What we were doing before was d3.selecting the attribution line and
inserting the capture date into it. This was confusing the viewer
(which updates asynchronously) so that the sitelink would never update.
To make things easier, we'll just hide the viewer's built in attribution
and construct the attribution line the way we want it.
2017-11-14 11:32:42 -05:00
Bryan Housel 8cb930a8ce Update std/esm and rollup dependencies 2017-11-13 09:08:13 -05:00
Bryan Housel 35a9f77a63 Preserve selected entity when cancelling save mode
(closes #4407)
2017-11-12 12:34:04 -05:00