Commit Graph

1053 Commits

Author SHA1 Message Date
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 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
Bryan Housel 3940014c07 Add network field to a few more route types (rail, tram, generic route) 2016-07-29 16:51:13 -04:00
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
Bryan Housel 8b9fc25e87 Add preset for shop=charity 2016-07-28 22:11:25 -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
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
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 f4979db992 Don't use checkboxes in walkthrough navigation
(closes #3247)
2016-07-24 12:31:57 -07:00
Wille Marcel 69bde8f37f Add preset for amenity=planetarium (#3268) 2016-07-22 14:25:08 -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
david082321 bb3485de5f Add Taiwan (R.O.C.) address format 2016-07-20 11:14:10 +08: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 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
Bryan Housel 5b556eaa26 make imagery 2016-07-16 11:39:54 -04:00
Bryan Housel 240880b13c make translations 2016-07-16 11:39:45 -04:00
boothym ea9de79ced Add ref field to post office preset
(closes #3232)
2016-07-07 13:57:11 -04:00
Kushan Joshi 39c82af158 Sort modules [eslint rule] 2016-07-06 12:12:08 +05:30
Bryan Housel 759413fe40 Merge pull request #3221 from ramyaragupathy/master
Adding emergency =defibrillator preset (fixes #3202)
2016-07-05 11:10:20 -04:00
Ramya aa135d921f fixing #3202 2016-07-05 15:49:05 +05:30
Satya Sudheer e009163871 update man_made=bridge geometry = area 2016-07-03 11:41:59 +05:30
Satya Sudheer 63363a8d67 Adding man_made=bridge preset issue# 3183 2016-07-02 16:47:58 +05:30
Bryan Housel 8bf9c260a7 Switch from sloped_curb=* to kerb=*
(closes #3210)
2016-06-30 21:45:18 -04:00
Bryan Housel e664c35e72 Rename "Chemist" preset label to "Drugstore" for en_US
(closes #3201)

Don't worry - we will leave it as "Chemist" in the en_GB translation.
2016-06-30 21:29:16 -04:00
Bryan Housel 6fdb86be04 Don't use multiline yaml, which breaks up comment lines
(closes #3198)
2016-06-27 11:40:37 -04:00
Bryan Housel 03558c7e40 Bump dependencies, fix tests
(commented out 2 failing tests in mapillary service related to sinon spy)
2016-06-25 00:50:20 -04:00
Bryan Housel 53bb8a7019 Exclude imagery sources more than 20 years old
(closes #3190)
2016-06-24 13:22:53 -04:00
Bryan Housel 7d80494ac5 Add stop type, direction forward/backward 2016-06-23 21:24:10 -04:00
Bryan Housel 55fe67ef58 Add highway=give_way preset (yield sign) 2016-06-23 21:00:32 -04:00
homersimpsons b1fad94e84 Update stop.json 2016-06-23 20:52:38 -04:00
homersimpsons 6e90b6147c Create parallel_direction.json 2016-06-23 20:47:18 -04:00
Bryan Housel 4cdcc8c2a3 Add rooms, internet fields to guest_house, hostel, motel presets 2016-06-23 17:35:21 -04:00
homersimpsons 4da6bd57b6 Add stars, rooms, internet access fee fields to hotel preset 2016-06-23 17:30:05 -04:00
homersimpsons 21352ad791 Create Internet Access Fee field 2016-06-23 17:28:39 -04:00
homersimpsons 3ae0796e88 Create rooms.json 2016-06-23 17:23:41 -04:00
homersimpsons 38f72717a0 Create stars.json 2016-06-23 17:21:11 -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