Commit Graph

6010 Commits

Author SHA1 Message Date
Bryan Housel 4fe111180d Add network_horse for horseback routes 2016-07-29 16:41:08 -04:00
Bryan Housel 764e443046 Merge branch 'bike-hike-network-combo' of https://github.com/1ec5/iD into 1ec5-bike-hike-network-combo 2016-07-29 16:32:27 -04:00
Greenkeeper 6377abd50f chore(package): update eslint to version 3.2.0 (#3292)
https://greenkeeper.io/
2016-07-29 16:17:07 -04:00
Minh Nguyễn 6ba497e64b Allow uppercase in network taginfo (#3280)
When suggesting values for network or cycle_network from taginfo, include values that contain uppercase letters.
2016-07-29 16:16:44 -04:00
Bryan Housel 8b9fc25e87 Add preset for shop=charity 2016-07-28 22:11:25 -04:00
Greenkeeper ed600069f3 chore(package): update rollup-plugin-node-resolve to version 1.7.2 (#3289)
https://greenkeeper.io/
2016-07-28 21:27:46 -04:00
Midgard f0d24add72 Add preset for healthcare=blood_donation (#3290) 2016-07-28 21:27:09 -04:00
Midgard 641f3bc79a Add indoor=yes/no to preset for Defibrillator (#3284) 2016-07-28 20:38:45 -04:00
Martin Raifer cfd9d60efa spell out synonyms for "miniature golf" 2016-07-28 09:29:41 +02:00
Bryan Housel 5de925b881 Fix commas, run make 2016-07-27 12:45:02 -04:00
boothym ad1177025b Create miniature_golf.json 2016-07-27 12:44:53 -04:00
Greenkeeper 5a2c140f41 chore(package): update sinon to version 1.17.5 (#3278)
https://greenkeeper.io/
2016-07-27 12:07:36 -04:00
Greenkeeper 166b44dabf chore(package): update phantomjs-prebuilt to version 2.1.8 (#3277)
https://greenkeeper.io/
2016-07-27 12:04:23 -04:00
Midgard a84497a8d0 Add AED as term for Defibrillator (#3283) 2016-07-27 11:50:56 -04:00
Minh Nguyễn b36ed08138 Combo network type field for bike/hike routes
Replaced the generic network field (network) with a specialized network type field (network) in the bicycle, foot, and hiking route relation presets. Added a network (cycle_network) field to the bicycle route relation preset.
2016-07-27 03:03:20 -07:00
Minh Nguyễn 6bec0f2cf9 Allow uppercase in network taginfo
When suggesting values for network or cycle_network from taginfo, include values that contain uppercase letters.
2016-07-27 02:17:04 -07: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
Bryan Housel 77fa3c9d8b Merge branch 'multiselect-remove-item' of https://github.com/ebrelsford/iD into ebrelsford-multiselect-remove-item 2016-07-26 15:24:19 -04:00
Eric Brelsford d15a2e5aa3 Remove an item from the multiselect list
Fixes #2950
2016-07-25 15:46:54 -04:00
Will Skora 27c41ea234 Add second_hand tag for car preset
* add field for second_hand tag
* add additional files for second_hand and field for used in shop=car
2016-07-25 12:00:43 -07:00
Bryan Housel 747b9f37d5 Pacify eslint 2016-07-24 17:39:06 -07:00
Bryan Housel fd0803f89c Don't limit movement if this is vertex joins 2 endpoints..
(closes #2731)
2016-07-24 17:30:35 -07:00
Bryan Housel 2450782c3e Allow movement of any node that is in the selectedIDs list..
(closes #3195)
2016-07-24 17:08:07 -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
Wille Marcel 69bde8f37f Add preset for amenity=planetarium (#3268) 2016-07-22 14:25:08 -04:00
Greenkeeper 6dad13b4b1 chore(package): update rollup-plugin-commonjs to version 3.3.1 (#3267)
https://greenkeeper.io/
2016-07-22 11:56:50 -04:00
Eduard Popov ab190f085b fix critical error on save changes (#3264) 2016-07-22 11:52:19 -04:00
Bryan Housel 21389094f5 Merge branch 'david082321-patch-2' 2016-07-22 11:45:04 -04: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
Bryan Housel 1bc2523cd0 Add support for addr:floor to address field 2016-07-21 10:34:54 -04:00
Bryan Housel 603d45e642 Merge branch 'patch-2' of https://github.com/david082321/iD into david082321-patch-2 2016-07-21 10:23:17 -04:00
david082321 2dabff319c Update address-formats.json 2016-07-21 14:29:35 +08:00
david082321 81c14d0be4 Update address-formats.json 2016-07-21 13:51:07 +08:00
Ankit Muchhala dd19920f76 Add preset for amenity=ice_cream
(closes #3253)
2016-07-21 00:52:02 -04:00
Greenkeeper fc8ae703a3 chore(package): update rollup-plugin-commonjs to version 3.3.0 (#3262)
https://greenkeeper.io/
2016-07-20 08:46:21 -04:00
david082321 bb3485de5f Add Taiwan (R.O.C.) address format 2016-07-20 11:14:10 +08:00
Bryan Housel 244dd1f46e Cleanup .eslint in spec folder 2016-07-19 12:31:02 -04:00
Bryan Housel 26c274f91c .eslint updates
1. combine into single root level .eslint file
2. remove sort imports rule
3. change no-undef to warning to catch uses of global iD
4. use text descriptions "off","warn","error" instead of numeric codes
2016-07-19 12:05:40 -04:00
Tom MacWright 604d1e2719 import lodash (#3257) 2016-07-19 12:04:16 -04:00
Tom MacWright 3856b1ff2f Inter-require iD instead of relying on the global (#3256) 2016-07-19 10:30:50 -04:00
Bryan Housel 7ca6d06254 Replace iD global with iD.Context() module (#3254) 2016-07-19 10:15:32 -04:00
Bryan Housel 062049fcec Make it clear that master is headed for iD v2 2016-07-18 16:18:16 -04:00
Bryan Housel a6a88e49c7 Update rollup-plugin-commonjs to version 3.2.0 2016-07-18 15:44:25 -04:00
Bryan Housel 050f874192 Update eslint to version 3.1.1 2016-07-18 15:40:58 -04:00
Bryan Housel ab384a55e0 Flexible patch semver ranges are ok for eslint and few others
These dependencies not critical, and patches not likely to introduce bugs.
Adding flexible patch semver range here should reduce greenkeeper's chattiness.
2016-07-18 15:34:12 -04:00
Greenkeeper 2f3912b00f chore(package): update eslint-plugin-import to version 1.11.0 (#3249)
https://greenkeeper.io/
2016-07-17 17:04:27 -04:00
Bryan Housel 3f79a100af Prefer government=register_office, deprecate amenity=register_office
(closes #3245)
2016-07-17 00:18:54 -04:00
Bryan Housel d34f9df1af Ignore name suggestions if there is no corresponding preset 2016-07-16 11:40:14 -04:00
Bryan Housel d197d223b1 make suggestions 2016-07-16 11:40:04 -04:00