Bryan Housel
a2a121a57d
Add "What's new in iD" notification on new versions
...
(closes #1856 )
2017-03-02 15:51:08 -05:00
Bryan Housel
da1a1f8e2a
Add covered=* field to Drive-through preset
2017-03-02 11:47:43 -05:00
Bryan Housel
775b4eaafa
After merge, rematch preset and update tags if necessary
...
(closes #3851 )
2017-03-02 11:03:45 -05:00
Bryan Housel
a6e1e0650d
Add preset for highway=speed_camera
...
(closes #3809 )
2017-03-02 01:25:12 -05:00
Bryan Housel
be07dcccdf
Always access OSM over https now
...
If you were logged in before, you might need to logout with
`id.connection().logout()` or delete the OAuth data from localStorage
2017-03-02 00:54:24 -05:00
Bryan Housel
ec0e9c5d0c
Add start_date universal field
...
(re: #3439 )
2017-03-01 23:12:41 -05:00
Bryan Housel
4d64028232
Add historic:civilization field to some historic presets
...
(re: #3439 )
2017-03-01 23:07:13 -05:00
Bryan Housel
0c1194b2f4
Add historic=tomb preset and tomb=* field
...
(re: #3439 )
2017-03-01 22:59:58 -05:00
Bryan Housel
23f9431bda
Add service_times field to all amenity=place_of_worship presets
...
(re: #3439 )
2017-03-01 22:50:22 -05:00
Bryan Housel
70114bdd5c
Add service_times field to all amenity=place_of_worship presets
...
(re: #3439 )
2017-03-01 22:47:03 -05:00
Bryan Housel
2d961b4830
Add service:vehicle:* multiselect to shop=car and shop=car_repair
...
(closes #3535 )
2017-03-01 22:36:34 -05:00
Bryan Housel
9a9c65c3ba
Add preset for leisure=pitch + sport=cricket
2017-03-01 21:19:54 -05:00
Bryan Housel
7b179e8a6b
Add preset for leisure=pitch + sport=table_tennis
...
(closes #3864 )
2017-03-01 21:14:29 -05:00
Bryan Housel
7fb030dc93
Add preset for railway=tram_stop
...
(closes #3677 )
2017-03-01 21:01:27 -05:00
Bryan Housel
092fd1f77c
Add communication types multiselect to man_made=mast preset
...
Also rename it from "Radio Mast" to "Mast"
(closes #3630 )
2017-03-01 20:54:32 -05:00
Bryan Housel
24290ef217
Add preset for landuse=railway
...
(closes #3853 )
2017-03-01 20:48:02 -05:00
Bryan Housel
713226fa6e
Add preset for landuse=harbour
...
(closes #3653 )
2017-03-01 18:38:02 -05:00
Bryan Housel
8d0c49d8d7
I was wrong - revert uglify to 2.7.5
...
https://github.com/openstreetmap/iD/pull/3866#issuecomment-283121283
2017-02-28 21:09:27 -05:00
greenkeeperio-bot
ee0dadd81b
chore(package): update d3 to version 4.7.0
...
https://greenkeeper.io/
2017-02-28 20:39:04 -05:00
Bryan Housel
ee26472496
Remove unused variable - eslint warning
2017-02-28 15:03:33 -05:00
Bryan Housel
cfb8826290
Position menu when toggling with spacebar
...
(closes #3862 )
2017-02-28 15:02:06 -05:00
greenkeeperio-bot
d710e1fc4c
chore(package): update uglify-js to version 2.8.1
...
https://greenkeeper.io/
2017-02-28 13:22:08 -05:00
Bryan Housel
63bf7c3051
Add missing path id for traffic signals shape
2017-02-27 00:22:05 -05:00
Bryan Housel
9f3df7bd6c
Remove extra path from stop sign icon
2017-02-27 00:15:02 -05:00
Bryan Housel
9ce06549e1
Add new poi icons, make them work on point, vertex, area label
...
(closes #3856 )
2017-02-26 23:28:29 -05:00
Bryan Housel
2f665ab1c0
Add icons for copy/paste, traffic control pois
...
(#3856 , #2508 )
2017-02-26 20:50:07 -05:00
greenkeeperio-bot
f5c1f728c9
chore(package): update d3 to version 4.6.0
...
https://greenkeeper.io/
2017-02-25 21:29:32 -05:00
Bryan Housel
2c11b693b8
Merge branch 'edit_menu'
2017-02-25 15:29:01 -05:00
Bryan Housel
bf71756b50
Quote "-apple-system" to make IE11 happy
2017-02-25 15:27:32 -05:00
Bryan Housel
4d9c90ea97
2.1.3
2017-02-24 12:25:38 -05:00
Bryan Housel
7cae62449a
npm run imagery
2017-02-24 12:24:36 -05:00
Bryan Housel
c5ba7d3878
npm run translations
2017-02-24 12:18:30 -05:00
Martin Raifer
224059bdee
fix typo: iterate over imagery blacklist
...
see https://github.com/openstreetmap/iD/issues/3858#issuecomment-282130145
2017-02-24 13:45:02 +01:00
Bryan Housel
5ba72292ac
Fix mouse xy calculation for mousewheel scroll normalization
2017-02-23 21:45:36 -05:00
Bryan Housel
334188c6fe
Normalize mousewheel zooming across browsers
...
(closes #3029 )
2017-02-23 20:11:21 -05:00
Bryan Housel
9a62015b37
Better folder specification for gitignore, npmignore
2017-02-23 09:25:08 -05:00
Bryan Housel
53db8a80fa
Merge pull request #3854 from MindFreeze/patch-1
...
fixed gitignore
2017-02-23 09:20:45 -05:00
Petar Petrov
5e653b2a09
fixed gitignore
...
Line 14 (img) caused the entire /dist/img directory to be ignored even though it is already in git, so new images were ignored. Prefixing it with / prevents this very general rule from applying to the subdirs. The same logic applies to the other rules for top level dirs.
2017-02-23 10:20:45 +02:00
Bryan Housel
f291b0a120
Remove ineffective attempt to grab focus
2017-02-22 22:32:19 -05:00
Bryan Housel
6ef85c4343
Fix RTL for scale bar
2017-02-22 22:16:50 -05:00
Bryan Housel
38f6d2d2bf
Fix RTL for flash messages
2017-02-22 22:02:35 -05:00
Bryan Housel
dc2318ab63
Add mention of the right-click menu in the walkthrough
2017-02-22 17:31:08 -05:00
Bryan Housel
f7c3de9545
Preserve backward compability with radial menu
...
Old menu behavior can be restored with 2 cookies:
- `edit-menu-style=radial` - Display menu as a radial menu, limited to 8 items
- `edit-menu-show-always=1` - Show menu on all clicks, not just contextmenu/right
2017-02-22 16:50:42 -05:00
Bryan Housel
4f8d772397
More improvements to select behavior re contextmenu, shiftclick, etc.
2017-02-21 22:16:17 -05:00
Bryan Housel
e756520bd8
suppressMenu(true) is now the default
2017-02-21 15:47:22 -05:00
Bryan Housel
87850b3cb1
Don't need these symlinks anymore
2017-02-20 20:37:19 -05:00
Bryan Housel
00b5ca12bd
Fix css link in test harness
2017-02-20 16:56:45 -05:00
Bryan Housel
4826dfb8e1
Move fills to their own css file and class as important
2017-02-20 16:54:37 -05:00
Bryan Housel
bd229fec6f
Merge branch 'split_css'
2017-02-20 15:57:24 -05:00
Bryan Housel
5c8bb43ec0
Combine all the css files into dist/iD.css
2017-02-20 15:55:27 -05:00