Commit Graph

403 Commits

Author SHA1 Message Date
Tom MacWright
f0145a8b56 Fix raw tag editor 2016-09-03 18:54:37 -04:00
Tom MacWright
202482519a Disable caching to save memory, fix event.of hack, remove console.log 2016-09-03 17:01:25 -04:00
Tom MacWright
c5b3a16d3a Fix getSetValue, fix line display 2016-09-03 16:39:30 -04:00
Bryan Housel
a86f34b4ef Pacify eslint, get build and tests running again 2016-08-26 01:15:07 -04:00
Bryan Housel
1021f6266f Merge branch 'master' into d3-v4 2016-08-25 16:22:50 -04:00
Bryan Housel
5a045933c6 Rename confirm -> uiconfirm and import to save.js
(closes #3373)
2016-08-24 16:03:23 -04:00
Tom MacWright
a59b0d9fdf Fix transitions and multis 2016-08-24 10:42:34 -04:00
Tom MacWright
e7b6b66ddc Fix mode buttons 2016-08-24 09:52:43 -04:00
Tom MacWright
29f2c20e35 Fix selection usage 2016-08-24 09:34:30 -04:00
Tom MacWright
cdb533fa84 Begin d3 v4 update 2016-08-21 15:19:27 -04:00
Tom MacWright
8819d3d061 Remove continued iD references (#3341)
* Remove continued iD references

* make build.js safe enough to dodge json plugin bug

* Package as an iife to avoid var name issue
2016-08-10 20:06:45 -07:00
Tom MacWright
6341d4e4b5 one-shot build (#3266)
* One-shot development

* Move jsonp to module
* Tooltip -> module
* Remove d3.jsonp
* Fix tooltip lint
* Load all libs but d3 itself with require
* Add top-level brfs

* Unformat intro graph
2016-08-10 15:25:19 -07:00
Minh Nguyễn
4ba0f43ee0 taginfo for relation roles
Enabled taginfo suggestions for roles on relation members and memberships.
2016-08-03 02:59:47 -07:00
Bryan Housel
1ab3ba2369 Merge pull request #3302 from 1ec5/network-combo
Combo field with taginfo for road networks
2016-08-02 15:41:55 -04:00
Bryan Housel
3779d21197 Add 5, 10, 15 to imperial maxspeed values 2016-08-02 12:28:27 -04:00
Minh Nguyễn
d1d6b5399e Filter taginfo by country code prefix
taginfo returns results that match anywhere within the string. So in Canada, you might get results like US:CA:SF. This change filters out such results.
2016-08-02 07:26:50 -07:00
Minh Nguyễn
05ecac64cc Compare lowercase value to country code 2016-08-02 07:23:17 -07:00
Minh Nguyễn
4922a37b00 Combo field with taginfo for road networks
Added a variation of the combo field for road networks. If the field’s value is blank or shares a prefix with the current country code, search taginfo for values beginning with the country code and a colon.
2016-08-02 07:23:17 -07:00
Minh Nguyễn
ee74066b5c Added 75, 80 mph speed limits 2016-08-01 23:10:20 -07:00
Bryan Housel
1c3a250576 Add missing 60 mph maxspeed option 2016-08-01 23:16:05 -04:00
Bryan Housel
d307221612 Space around operators 2016-07-31 23:57:39 -04:00
Bryan Housel
a85bad8c8c Restructure lane data (cherry pick) 2016-07-31 23:53:07 -04:00
Bryan Housel
fbce168809 Draw rectangles (cherry pick) 2016-07-31 23:50:57 -04:00
Minh Nguyễn
e1bdae7800 taginfo tooltips for combo values (#3299)
Each combo value obtained from taginfo now has a tooltip describing the value, if available.
2016-07-31 23:37:09 -04:00
Eric Brelsford
6083ce2d14 Fix deselect entity on Firefox
Includes splitting select/deselect elements into separate buttons
2016-07-27 13:47:53 -04:00
Bryan Housel
018e7f207e Wrap selection list geometry icon in a span
This is important so d3 update selection can select the geometry icon but not
the close icon.
2016-07-26 15:51:09 -04:00
Eric Brelsford
d15a2e5aa3 Remove an item from the multiselect list
Fixes #2950
2016-07-25 15:46:54 -04:00
Bryan Housel
747b9f37d5 Pacify eslint 2016-07-24 17:39:06 -07:00
Bryan Housel
f4979db992 Don't use checkboxes in walkthrough navigation
(closes #3247)
2016-07-24 12:31:57 -07:00
Bryan Housel
0755847401 Default Wikipedia language field to the user's detected language
(fixes #3265)
2016-07-23 16:17:38 -07:00
Tom MacWright
af776501d3 Require locale, second pass (#3259)
* Require locale, second pass

* Remove t global, remove t where it isn't needed
2016-07-21 16:20:13 -04:00
Tom MacWright
604d1e2719 import lodash (#3257) 2016-07-19 12:04:16 -04:00
Bryan Housel
7ca6d06254 Replace iD global with iD.Context() module (#3254) 2016-07-19 10:15:32 -04:00
Bryan Housel
0d8fb87f93 Treat entities on addr:interpolation lines as points, not vertices
(closes #3241)
2016-07-14 13:00:36 -04:00
Bryan Housel
cb71e90384 Module for iD.Detect() (#3243)
* convert iD.Detect() iife to a module

* iD.Detect() should return loaded locale (except for 'en')

(The previous code was a hack to replace the detected locale with the loaded
locale.  Now that Detect is a module, we can not replace the detected locale
from external code, but we can have Detect() return the locale we really want)
2016-07-13 09:15:47 -04:00
Kushan Joshi
fc680a2e9a external modules for services 2016-07-06 14:39:58 -04:00
Kushan Joshi
39c82af158 Sort modules [eslint rule] 2016-07-06 12:12:08 +05:30
Tom MacWright
869725551f Use marked as a dependency 2016-07-05 18:22:43 -04:00
Kushan Joshi
477d446772 final touch up 2016-07-06 01:05:21 +05:30
Kushan Joshi
780960c711 interim 2016-07-06 00:34:35 +05:30
Kushan Joshi
7188065a6c disband ui/core 2016-07-02 19:04:51 +05:30
Kushan Joshi
9f2a251d31 Fixing Interdependecy between ui.preset and ui.core 2016-07-02 16:00:52 +05:30
Kushan Joshi
94c5f43293 core ui 2016-07-02 15:58:44 +05:30
Bryan Housel
2e10c9e21e Eliminate vendored rbush library
(re: #3180)
2016-06-26 21:34:10 -04:00
Bryan Housel
38a08560c9 Fix import statement for sexagesimal 2016-06-24 17:03:52 -04:00
Bryan Housel
448fa7aa0c Eliminate vendored sexagesimal library
(re: #3180)
2016-06-24 16:46:55 -04:00
Bryan Housel
304b3b3579 Restore numeric lanes preset, but keep code for new WIP lanes field 2016-06-22 16:21:51 -04:00
Kushan Joshi
332200b404 display lane count on sidebar 2016-06-22 16:11:47 -04:00
Kushan Joshi
4083a0e29e adding a lanes() to return lane data 2016-06-22 16:11:46 -04:00
Kushan Joshi
b62f446045 final iD.ui changes 2016-06-17 17:09:45 +05:30