Bryan Housel
17d71cb1cf
Use rollup-plugin-includepaths to help rollup resolve d3 on npm2
...
rollup-plugin-node-resolve seems unable to resolve d3 under npm2
which is installed by default with node 4. So this plugin adds
an extra include path to help it find the d3 dependencies.
npm3 flat dependencies: /node_modules/d3-selection
npm2 hierarchical dependencies: /node_modules/d3/node_modules/d3-selection
2017-09-27 13:31:23 -04:00
Bryan Housel
b5168c1070
Restore the global d3 (needed so tests use the same d3.event as iD?)
2017-09-27 10:39:03 -04:00
Bryan Housel
9f1d476594
Attempt to remove d3, lodash from bundle, but leave available for tests
2017-09-26 14:19:14 -04:00
Bryan Housel
3d13620705
Convert lodah-es and d3 to named imports for ui
2017-09-26 11:22:43 -04:00
Bryan Housel
31aec5743c
Convert lodah-es and d3 to named imports for ui/panels
2017-09-26 00:41:15 -04:00
Bryan Housel
d296c26fcc
Convert lodah-es and d3 to named imports for ui/intro
2017-09-26 00:27:21 -04:00
Bryan Housel
6d65a1c89a
Convert lodah-es and d3 to named imports for ui/fields
2017-09-26 00:17:13 -04:00
Bryan Housel
eb5d00bcc3
Convert lodah-es and d3 to named imports for validations
2017-09-25 23:36:28 -04:00
Bryan Housel
50b7e2e2a8
Convert lodah-es and d3 to named imports for util
2017-09-25 23:35:06 -04:00
Bryan Housel
9edae82673
Convert lodah-es and d3 to named imports for svg
2017-09-25 23:16:24 -04:00
Bryan Housel
50da78c1fd
Convert lodah-es and d3 to named imports for services
2017-09-25 15:10:47 -04:00
Bryan Housel
d906ca6b10
Convert lodah-es and d3 to named imports for renderer
2017-09-25 14:35:33 -04:00
Bryan Housel
d53e473474
Convert lodah-es and d3 to named imports for presets
2017-09-25 14:20:24 -04:00
Bryan Housel
855c112ae0
Convert lodah-es and d3 to named imports for osm
2017-09-25 14:14:49 -04:00
Bryan Housel
3def4db09f
Convert lodah-es and d3 to named imports for operations
2017-09-25 13:58:53 -04:00
Bryan Housel
914ef0236a
Convert lodah-es and d3 to named imports for modes
2017-09-24 23:25:49 -04:00
Bryan Housel
0ee30c44cb
Convert lodah-es and d3 to named imports for lib
2017-09-24 23:08:47 -04:00
Bryan Housel
8e591a5384
Convert lodah-es and d3 to named imports for geo
2017-09-24 23:01:21 -04:00
Bryan Housel
78908bfaa1
Convert lodah-es and d3 to named imports for core
2017-09-24 22:52:12 -04:00
Bryan Housel
75d2c45fd6
Convert lodah-es and d3 to named imports for behaviors
2017-09-24 21:43:54 -04:00
Bryan Housel
a98f57cdcb
Convert lodah-es and d3 to named imports for actions
2017-09-24 21:06:52 -04:00
Bryan Housel
f42cb77d99
Fix topbar buttons in Firefox in save mode when css filter active
...
(closes #4348 )
2017-09-22 22:43:32 -04:00
Bryan Housel
8d50e748a7
Merge pull request #4366 from openstreetmap/volcano
...
Adding volcano status and volcano type
2017-09-21 20:37:31 -04:00
JamesKingdom
c1ed8d3086
Adding trig point term to survey point
...
(closes #4367 )
2017-09-21 21:04:50 +01:00
JamesKingdom
b8e4beeb33
Adding volcano status and volcano type
2017-09-21 18:00:55 +01:00
Bryan Housel
d9b3b7b577
Merge pull request #4363 from willemarcel/preset-terms
...
small fixes in healthcare presets terms
2017-09-20 12:10:16 -04:00
Wille Marcel
a5d491b6db
small fixes in healthcare presets terms
2017-09-20 12:20:58 -03:00
Bryan Housel
eb2cd14d25
Merge pull request #4362 from willemarcel/update-help
...
update help documentation
2017-09-20 11:11:23 -04:00
Wille Marcel
6be070580e
update help documentation
2017-09-20 12:01:50 -03:00
Bryan Housel
ccf452acf6
Replace tag documentation when tag has changed
...
(closes #4209 )
2017-09-20 10:35:25 -04:00
Bryan Housel
0edcc9d328
Adjust feature tooltip message when OSM layer is hidden
...
(re: https://github.com/openstreetmap/iD/issues/4292#issuecomment-330588097 )
2017-09-19 17:08:31 -04:00
Bryan Housel
7b9af48c4d
If any part of an address is present, allow fallback to "Address" preset
...
(closes #4353 )
2017-09-19 16:55:18 -04:00
Bryan Housel
04352bb15d
Match generic address preset on point, vertex, and area
2017-09-19 15:52:51 -04:00
Bryan Housel
7da27f2a16
Hide administrative boundaries by default
...
(closes #4292 )
2017-09-18 22:31:11 -04:00
Bryan Housel
5a8709bc67
Treat osm layer like other vector layers and give it a toggle
...
(closes #2904 )
2017-09-18 22:03:34 -04:00
Bryan Housel
8a384a9666
Zoom to Edit notice should be based only on zoom, not on editable
2017-09-18 22:03:01 -04:00
Bryan Housel
b21c2933af
Faster layer disable/enable transitions
2017-09-18 22:02:16 -04:00
Bryan Housel
fc9fbbe390
Disable mode buttons on leading and trailing debounce
2017-09-18 22:01:33 -04:00
Bryan Housel
9fa1b567a0
Disable Undo/Redo when map is not editable
...
(closes #4358 )
2017-09-18 22:00:35 -04:00
Bryan Housel
1d3c921481
npm run all to rebuild presets
2017-09-18 14:21:04 -04:00
Bryan Housel
38de4e72eb
Merge branch 'memorial' of https://github.com/boothym/iD into boothym-memorial
2017-09-18 14:18:14 -04:00
Bryan Housel
2ffac8e9eb
Consistently use the browser's pointer cursor
...
(before it was a random mix of browser pointer and custom pointer)
2017-09-18 14:14:25 -04:00
Bryan Housel
595053621b
Wrap request review UI in div and label
...
(closes #4354 )
2017-09-18 14:10:14 -04:00
boothym
979cb7d2e9
Add memorial type field
2017-09-18 16:52:16 +01:00
Bryan Housel
5b9b6bbd97
Fix multiselect items that span more than one line
...
(closes #4349 )
2017-09-18 10:24:20 -04:00
Bryan Housel
6c1c175edb
Remove NOTES.md, the information in there is very outdated
2017-09-17 22:45:35 -04:00
Bryan Housel
c5424b7f81
Deprecate shop=furnace
...
(closes #4347 )
2017-09-17 22:40:02 -04:00
Bryan Housel
001bb2fce9
Add info about customizing colors with Stylish to the FAQ
...
(closes #4270 )
2017-09-17 22:34:46 -04:00
Bryan Housel
2c53674c38
Use dark style for zoom in message now that it's not on sidebar
2017-09-17 00:38:38 -04:00
Bryan Housel
320f1430fa
Merge branch 'zoom-to-edit' of https://github.com/leegenes/iD into leegenes-zoom-to-edit
2017-09-17 00:01:50 -04:00