Tom MacWright
4fcbcddc5b
Fix eslint
2016-09-06 10:18:05 -04:00
Tom MacWright
2b366b5f78
Fix access field
2016-09-06 10:06:28 -04:00
Tom MacWright
92f2908ffe
Fix wikipedia
2016-09-05 21:48:22 -04:00
Tom MacWright
6189af9b47
fix localized
2016-09-05 21:40:41 -04:00
Tom MacWright
cb50b7b03a
Fix raw tag editor tests
2016-09-05 21:30:21 -04:00
Tom MacWright
97ac0c06f1
Fix d3 reference
2016-09-05 11:07:33 -04:00
Tom MacWright
ed135ce9ef
Enable lib tests
2016-09-05 10:22:45 -04:00
Tom MacWright
760c515c8a
Fix source toggle, fix way drawing
2016-09-04 17:33:42 -04:00
Tom MacWright
2910eaddbb
Fix point adding
2016-09-04 10:52:57 -04:00
Tom MacWright
0236389611
Fix Circularize logic
2016-09-03 19:33:19 -04:00
Tom MacWright
947a1d9c1a
Resolve lints
2016-09-03 19:08:03 -04:00
Tom MacWright
9852fa7879
Fix initial map size
2016-09-03 18:58:45 -04:00
Tom MacWright
f0145a8b56
Fix raw tag editor
2016-09-03 18:54:37 -04:00
Tom MacWright
aebf0c14e1
Fix area redrawing
2016-09-03 18:42:17 -04:00
Tom MacWright
68d144e0c0
Point dragging works
2016-09-03 18:01:00 -04:00
Tom MacWright
3af54610ca
Refactor customEvent system to use d3.customEvent
2016-09-03 17:56:56 -04:00
Tom MacWright
27f9f75eae
Master-merge
2016-09-03 17:02:38 -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
Tom MacWright
b493c85399
Refactor away multi requirement
2016-09-03 15:13:20 -04:00
Bryan Housel
8029d4de62
Fix zoomPanning
...
for simplicity, use raw mercator like context.projection()
2016-09-03 01:18:36 -04:00
Holger Jeromin
d1105ccc14
Removing parseInt call of a number
2016-09-02 09:35:21 +02:00
Holger Jeromin
aa1d03c823
Added Radix for parseInt call
2016-09-02 09:20:44 +02: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
6f762a92a8
Fix dynamic panning and zooming
2016-08-24 10:30:19 -04:00
Tom MacWright
580b907b30
Fix timers
2016-08-24 10:11:21 -04:00
Tom MacWright
e7b6b66ddc
Fix mode buttons
2016-08-24 09:52:43 -04:00
Tom MacWright
e0f3d562c7
Fix tooltip positioning
2016-08-24 09:42:14 -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
Bryan Housel
2ce552c527
Merge pull request #3301 from 1ec5/display-network
...
Include network in relation display name
2016-08-03 15:41:54 -04: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
647090dcff
Merge pull request #3298 from 1ec5/relation-taginfo
...
Fix taginfo for relation presets
2016-08-02 14:06:58 -04:00
Bryan Housel
3779d21197
Add 5, 10, 15 to imperial maxspeed values
2016-08-02 12:28:27 -04:00
Minh Nguyễn
e861e08c68
Fixed missing comma
2016-08-02 07:33:04 -07: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
3e9d7c2b63
Prefer cycle_network over network
2016-08-02 07:06:09 -07:00
Minh Nguyễn
c469152925
Removed workaround for joto/taginfo#179
2016-08-02 00:18:52 -07:00
Minh Nguyễn
e99afbe1c1
Fixed taginfo for relation presets
...
taginfo’s relation/wiki_pages method no longer places results in a data property.
Also, only use relation/wiki_pages for top-level relation presets. More specific presets behave like non-relation presets. For example, the bicycle route relation has the tags type=route route=bicycle, so route=bicycle is what we’re interested in.
Fixes #3297 .
2016-08-02 00:18:52 -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