Bryan Housel
70f87632c7
Cleaner note icon rendering
...
Before: We drew 2 fontawesome comment icons, on on top of the other
After: Moved icon into iD spritesheet and gave it an actual `stroke` property that can be styled
2018-07-16 13:18:38 -04:00
Thomas Hervey
7fb42ac9d6
added note reporting and margin to save buttons
2018-07-13 17:09:51 -04:00
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
Thomas Hervey
c460c03da5
fixed typo
2018-07-09 10:11:50 -04:00
Thomas Hervey
0f49514fbb
updated: removed centering when clicking a note
2018-07-08 10:27:44 -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
Thomas Hervey
9fc94f5d28
updated: Premium DigitalGlobe description
2018-07-01 16:28:24 -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
74e70f5949
npm run translations
2018-06-28 18:55:44 -04:00
Bryan Housel
53a00c0f6c
npm run imagery
2018-06-28 18:54:44 -04:00
Bryan Housel
6a7e56a755
A few more translations
2018-06-25 21:26:27 -04:00
Bryan Housel
a0a4e68cfe
npm run translations
2018-06-25 19:35:04 -04:00
Bryan Housel
048ea07025
npm run imagery
2018-06-25 12:12:27 -04:00
Bryan Housel
112ef76426
Add preset for emergency=lifeguard
...
(closes #4918 )
2018-06-24 13:41:00 -04:00
Bryan Housel
ec6ab6e65d
Add preset for emergency=fire_alarm_box
2018-06-24 12:58:19 -04:00
Bryan Housel
9f7e55b27d
Add height, name fields to natural=cliff, improve search terms
...
(closes #5095 )
2018-06-24 12:20:45 -04:00
Bryan Housel
b1252d43ff
Add booth field to telephone presets
...
(closes #5088 )
2018-06-24 12:11:56 -04:00
Bryan Housel
a5b8e4b8bd
Rename from emergency=first_aid to emergency=first_aid_kit
...
re: https://github.com/osmlab/osm-tagging/issues/7
re: #5097
2018-06-23 22:03:05 -04:00
Bryan Housel
c5a21724c0
Add "road" and "street" as search terms for all road presets
...
(closes #5103 )
2018-06-23 00:47:45 -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
Bryan Housel
2786974210
Add preset for emergency=siren
...
(closes #5100 )
2018-06-21 12:27:58 -04:00
Thomas Hervey
db0fe7e539
merged from master
2018-06-21 11:06:57 -04:00
Bryan Housel
716a3f7a01
Add a preset for emergency=first_aid
...
(closes #5097 )
2018-06-20 13:56:50 -04:00
Thomas Hervey
1ed915e69c
added: map data notes toggle
2018-06-19 10:31:26 -04:00
Thomas Hervey
f92bc63600
init commit: updated locales/en after build
2018-06-19 09:58:49 -04:00
Bryan Housel
1e54bb596c
npm run translations
2018-06-14 08:17:17 -04:00
Bryan Housel
35244bed19
npm run imagery
2018-06-14 08:13:11 -04:00
Bryan Housel
4d4e119a03
The product info seems to prefer "Streetside" over "StreetSide"
2018-06-14 01:17:20 -04:00
Bryan Housel
4a8ef1d1ab
Upgraded community index
2018-06-14 00:15:44 -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
d24790f17a
Merge branch 'master' into jharpster-streetside
2018-06-11 23:51:23 -04:00
Bryan Housel
9318769d5f
Add emergency=fire_extinguisher preset
2018-06-11 01:09:35 -04:00
Bryan Housel
e149c6be8e
Remove old Mapillary signs code and assets
...
(closes #4145 )
2018-06-07 01:35:12 -04:00
Bryan Housel
ae519d10e6
fix missing comma, add terms, npm run build
2018-05-28 13:00:57 -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
4bc2eca7c3
Adjust terms and npm run build for new preset
2018-05-16 16:09:15 -04:00
Bryan Housel
a2ae9049ae
npm run translations
2018-05-14 17:14:13 -04:00
LorenMueller
5c9d508114
package.json for pannellum dependency and dist: script; streetside files
2018-05-08 14:06:41 -07:00
Bryan Housel
2dab22f86d
npm run build
2018-05-07 12:19:05 -04:00
Bryan Housel
92c6ab0339
Update clearcut and forest icon and search terms
2018-05-07 12:16:40 -04:00
Bryan Housel
607859eac5
Rename "Phone" to "Telephone" (so user can type either)
...
(closes #5019 )
2018-05-05 22:35:52 -04:00
Bryan Housel
9f623836cd
Handle tooltip disabled reasons
2018-04-25 23:32:57 -04:00
Bryan Housel
d19e9bad3c
update terms list
2018-04-25 14:59:45 -04:00