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
McKane
828c304685
Fix failing preset validation function
2016-08-10 14:48:33 -07:00
Bryan Housel
77a037b225
Resolve conflict with phantomjs-prebuilt dependency
2016-08-08 11:08:13 -04:00
Bryan Housel
a1cef4b6ff
Update dependencies, add flex semver range for most devDependencies
...
(but not rollup, which moves fast and is a key dependency I want to watch)
2016-08-08 11:05:48 -04:00
Greenkeeper
1e1df9635d
chore(package): update phantomjs-prebuilt to version 2.1.11 ( #3331 )
...
https://greenkeeper.io/
2016-08-08 10:54:04 -04:00
Greenkeeper
60aa289873
chore(package): update rollup to version 0.34.5 ( #3326 )
...
https://greenkeeper.io/
2016-08-06 09:39:14 -04:00
Kushan Joshi
24592f8b0a
add test cases for lanes array
2016-08-06 16:21:14 +05:30
Bryan Housel
30724e8110
Merge pull request #3322 from openstreetmap/greenkeeper-mocha-3.0.1
...
Update mocha to version 3.0.1 🚀
2016-08-04 09:50:43 -04:00
greenkeeperio-bot
95062a00dd
chore(package): update mocha to version 3.0.1
...
https://greenkeeper.io/
2016-08-04 03:46:59 -04:00
Bryan Housel
b3d8d13138
Run make
2016-08-03 21:36:36 -04:00
boothym
d47fa11256
Add recreation_ground preset
2016-08-03 21:36:36 -04:00
Bryan Housel
3465948775
Fix schema links
2016-08-03 18:58:06 -04:00
Bryan Housel
7806dfcf6a
Update the preset and field documentation
...
(closes #3319 )
2016-08-03 18:51:54 -04:00
Bryan Housel
9b917c1275
Merge pull request #3320 from openstreetmap/greenkeeper-phantomjs-prebuilt-2.1.10
...
Update phantomjs-prebuilt to version 2.1.10 🚀
2016-08-03 15:42:21 -04: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
Bryan Housel
24af9e6404
Remove leading underscores from preset id parts
...
Introduced with 0d2f78c , but I don't want to break existing translations
2016-08-03 14:47:26 -04:00
greenkeeperio-bot
c5001806c3
chore(package): update phantomjs-prebuilt to version 2.1.10
...
https://greenkeeper.io/
2016-08-03 13:13:40 -04:00
Bryan Housel
f7530a0425
Merge pull request #3300 from 1ec5/role-taginfo
...
taginfo for relation roles
2016-08-03 12:11:43 -04:00
Bryan Housel
0d2f78c209
Prefix unsearchable preset filenames with underscore
2016-08-03 11:49:33 -04:00
Bryan Housel
423329c1eb
Add dummy linear presets for emergency tag area exceptions
...
(closes #3311 )
2016-08-03 10:26:14 -04:00
Minh Nguyễn
c149ac855d
Added test for taginfo roles
2016-08-03 03:47:16 -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
Holger Jeromin
0c4bdcc8e4
added visibility for clocks
2016-08-03 10:06:55 +02:00
Holger Jeromin
45964ebb90
added display for clocks
2016-08-03 10:06:05 +02:00
Holger Jeromin
bbaaae5a63
added support for clock preset
2016-08-03 10:04:00 +02:00
Holger Jeromin
2fb0af1594
Create date.json
2016-08-03 10:02:42 +02:00
Holger Jeromin
2f627560c8
added fields to clock preset
2016-08-03 09:59:55 +02:00
Bryan Housel
e2969656f0
Merge pull request #3317 from openstreetmap/detour_icon
...
Improved detour icon
2016-08-02 22:41:57 -04:00
Bryan Housel
20a5e212a1
Improved detour icon
2016-08-02 22:38:19 -04: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
Greenkeeper
dce63269c4
chore(package): update osm-auth to version 0.2.9 ( #3315 )
...
https://greenkeeper.io/
2016-08-01 22:54:14 -04:00
Greenkeeper
02d4f13fc7
chore(package): update rollup to version 0.34.3 ( #3314 )
...
https://greenkeeper.io/
2016-08-01 18:58:44 -04:00
Greenkeeper
911f44b42f
chore(package): update mocha to version 3.0.0 ( #3305 )
...
https://greenkeeper.io/
2016-08-01 14:58:45 -04:00
Greenkeeper
862ca7fc61
chore(package): update rollup to version 0.34.2 ( #3306 )
...
https://greenkeeper.io/
2016-08-01 14:58:15 -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
Minh Nguyễn
7abf2870fe
Test uppercase network suggestions ( #3296 )
2016-07-31 23:23:12 -04:00