Bryan Housel
91add0c33e
WIP on buttons, simplify, remove some event dispatch
...
- I made the buttons work like GitHub comment-on-issue buttons
before typing: "Close Note" / "Comment" (disabled)
after typing: "Close and Comment" / "Comment" (enabled)
- I removed a bunch of the event dispatches. These are useful for sending
events to listeners/observers outside of the module. In this case I think
we can handle most of the things from within the uiNoteEditor. We can still
dispatch an 'update' event so that modeSelectNote can reselect and redraw
the note after some change happens to it.
TODO - make the buttons work / check the OSM API stuff.
2018-07-11 23:10:01 -04:00
Bryan Housel
3454753bf6
Drop more/less toggle and just use a scrollbar for long comments
2018-07-11 16:00:54 -04:00
Bryan Housel
e9e2f9ba8f
Style note header
2018-07-11 15:41:43 -04:00
Thomas Hervey
14356cefe2
WIP: toggle note status
2018-07-08 12:50:02 -05:00
Bryan Housel
d137aa0046
Add "More/Less" toggle for too long comments (curr limit 600 chars)
2018-07-07 00:25:42 -04:00
Thomas Hervey
61ae541cfc
updated: notes save buttons
2018-07-03 10:57:53 -04:00
Thomas Hervey
86dc0c9012
updated: new comments in notes sidebar ui
2018-07-02 15:51:55 -04:00
Bryan Housel
a474e3bb9f
Working on note editor style and ui, simplify d3 code
2018-07-02 12:35:07 -04:00
Bryan Housel
9517635d4d
Merge branch 'master' into notes
2018-06-29 21:54:24 -04:00
Thomas Hervey
737ccfcfba
updated: siebar displays note details on hover (via svg)
2018-06-29 14:43:01 -04:00
Bryan Housel
917c6dd6fc
Add hires checkbox to toggle 512 and 1024 resolutions
...
Also added code to calculate quadkey maps for:
- 2048 (works but is pretty slow and not that better than 1024)
- 4096 (doesn't work)
2018-06-22 23:07:07 -04:00
Thomas Hervey
1ed915e69c
added: map data notes toggle
2018-06-19 10:31:26 -04:00
Bryan Housel
4d4e119a03
The product info seems to prefer "Streetside" over "StreetSide"
2018-06-14 01:17:20 -04:00
Bryan Housel
2dd0d9d36b
Add Bing StreetSide to imagery_used if layer enabled
2018-06-13 18:17:51 -04:00
Bryan Housel
70c2a1777a
Put "Bing" in the name
2018-06-13 13:54:38 -04:00
Bryan Housel
48ea245e54
Localize "report a problem" message
2018-05-26 22:53:01 -04:00
Bryan Housel
91dbd6c9c4
Merge branch 'streetside' of https://github.com/jharpster/iD into jharpster-streetside
...
(also cleanup whitespace and lint)
2018-05-25 16:52:28 -04:00
Bryan Housel
9f623836cd
Handle tooltip disabled reasons
2018-04-25 23:32:57 -04:00
Bryan Housel
87841fc403
Stricter checks to prevent turn restriction breakage when dragging
...
(re: #4921 )
2018-04-13 22:50:51 -04:00
Bryan Housel
8fb083578f
Prevent drag/connect which could damage relations
...
(closes #4921 )
2018-04-12 17:32:16 -04:00
Bryan Housel
f9c1cbf6bc
Show a message on the History Panel if the feature is new
...
(closes #4975 )
2018-04-09 14:33:39 -04:00
Bryan Housel
514ddffd22
Add link to report missing info in the community list
2018-04-08 23:41:51 -04:00
Bryan Housel
cd2d42799e
Show events
2018-04-08 21:23:05 -04:00
Bryan Housel
8a0a5e309e
Show languages
2018-04-08 08:59:49 -04:00
Bryan Housel
4f855d50a4
Expand/contract extended description
2018-04-07 23:07:34 -04:00
Bryan Housel
1c440f0db4
Remove the share links
2018-04-07 22:16:39 -04:00
Bryan Housel
55e55e2021
More style and language adjustments
2018-04-07 21:45:23 -04:00
Bryan Housel
0731a120c6
Improve "View on OSM" save section
2018-04-07 12:39:03 -04:00
Bryan Housel
712b4cb19e
Add communities to save screen
2018-04-06 18:51:59 -04:00
Bryan Housel
2ed2d79aef
Thank the user for their contribution
2018-04-04 23:49:42 -04:00
Shawna Paradee
2b50d36f65
adding points for streetside images
2018-03-20 13:05:33 -07:00
vershwal
142b738a30
Hint text for Remove and Undo button.
2018-03-17 01:07:56 +05:30
vershwal
04bc4b09f0
Added alt text for information icon.
2018-03-15 12:54:42 +05:30
Bryan Housel
78170f8fe9
Improve hint text to aid in localization
...
- change the "Up to {num} ways" to "Up to 2 ways"
(we don't plan to go above 2 for now)
- enumerate all the turn types No/Only/Allowed x Left/Right/Straight/U
- Add a line for "Click for" to let user know they can click to toggle
see https://github.com/openstreetmap/iD/pull/4768#pullrequestreview-100256196
2018-03-01 00:58:53 -05:00
Bryan Housel
fb4098754c
Adjust wording of some of the restriction help sections
2018-02-27 21:14:09 -05:00
Bryan Housel
e9750140ec
Finish help, improve text and styling
2018-02-27 15:51:51 -05:00
Bryan Housel
6c6b1378b2
Add some restriction help images, adjust styles
2018-02-26 16:31:00 -05:00
Bryan Housel
97cbfc5c67
Add icons and improve css styles for restriction field help
2018-02-25 22:38:13 -05:00
Bryan Housel
b3b2be95b1
WIP: Add content for turn restriction field help
2018-02-24 12:14:18 -05:00
Bryan Housel
aaed678468
Localize all the strings
2018-02-22 22:26:45 -05:00
Bryan Housel
4476d2f265
Merge pull request #4751 from bencostamagna/delete_warning
...
Warning on multiple deletions: added some details.
2018-01-29 08:58:51 -05:00
Benoit Costamagna
45b74d8730
Added difference between ways and areas
2018-01-29 13:10:39 +01:00
Benoit Costamagna
8831ac18c9
Added more details to the warning when many elements are deleted
2018-01-29 12:50:50 +01:00
Bryan Housel
f06e6f236d
Document that custom tile schemes support {-y} also
...
(to be consistent with editor-layer-index and other editors)
2018-01-25 10:29:58 -05:00
Minh Nguyễn
ea7339f49a
Fixed geometry type word order
...
In many languages, the word for “closed” would follow the word for “line” or “area”, not precede it. Additionally, the word for “closed” may differ depending on what it modifies.
2018-01-09 03:30:14 -08:00
Minh Nguyễn
702e3d2a90
DMS coordinates
2018-01-09 03:25:55 -08:00
Minh Nguyễn
a1e0d4fc08
Consolidated unit formatting into util module
2018-01-09 02:00:44 -08:00
Minh Nguyễn
d75aa7d04a
Internationalized measurement panel
2018-01-09 00:58:58 -08:00
Minh Nguyễn
bc5cbc7dfd
Generalized unit keys
2018-01-09 00:13:49 -08:00
Minh Nguyễn
1d8d7a74a3
Made scale legend localizable
2018-01-09 00:10:19 -08:00