Commit Graph

176 Commits

Author SHA1 Message Date
Bryan Housel
2ddfb3193c Cleanup nails preset, add tanning preset 2016-10-23 18:43:39 -04:00
Bryan Housel
d7b3bb5a89 Fix placeholders set during enter selection not finding input element
Also remove unhelpful placeholder from access_simple.json
2016-09-26 01:03:55 -04:00
Bryan Housel
7e30fa0fe3 Add string suggestions for display and visibility combos 2016-08-28 16:10:16 -04: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
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
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
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
1bc2523cd0 Add support for addr:floor to address field 2016-07-21 10:34:54 -04:00
Bryan Housel
8bf9c260a7 Switch from sloped_curb=* to kerb=*
(closes #3210)
2016-06-30 21:45:18 -04:00
Bryan Housel
7d80494ac5 Add stop type, direction forward/backward 2016-06-23 21:24:10 -04:00
homersimpsons
6e90b6147c Create parallel_direction.json 2016-06-23 20:47:18 -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
Kushan Joshi
4083a0e29e adding a lanes() to return lane data 2016-06-22 16:11:46 -04:00
Bryan Housel
0135fbe4a6 Update async wikidata tag if graph unchanged 2016-05-25 23:43:27 -04:00
Bryan Housel
2506a3881a Add fee and bin fields to some presets
(closes #2872)
2016-05-01 14:16:46 -04:00
Bryan Housel
faa8f86dc0 Use multiCombo for payment options, add to vending
(re: #2872)
2016-05-01 12:27:32 -04:00
Bryan Housel
fdfee96f53 Use multiCombo for currency options, add to vending, money exchange, atm
(re: #2872)
2016-05-01 12:17:11 -04:00
Bryan Housel
1495f45c20 Use multiCombo for fuel options
(closes #1987)
2016-05-01 11:44:22 -04:00
Bryan Housel
f071b93654 Merge pull request #3080 from openstreetmap/kepta-chips
Add multiselect preset
2016-04-30 00:21:30 -04:00
Bryan Housel
8ecda6d9fc Remove multiselect.js, remove test data
(all functionality in multiselect.js has been moved to combo.js)
2016-04-29 21:31:56 -04:00
Bryan Housel
1a9c111d78 Set field.keys so that delete/undo buttons work
For multiselect fields,
field.key should have a ':' on the end of it - we use as the prefix, not the real key
field.keys should contain the array of real keys being modified

see https://github.com/openstreetmap/iD/blob/master/js/id/ui/preset.js#L17-L45

The address field preset works like this also..
It contains an array of key.fields for all the subfields that might be set.
For multiselect fields, we don't know ahead of time what all the subfields are,
so we append to the list in `change()` and rebuild list in `tags()`
2016-04-22 21:22:24 -04:00
Kushan Joshi
165b53e249 Change studio preset 2016-04-19 04:06:27 +05:30
Kushan Joshi
9261752068 add multiselect preset 2016-04-03 12:40:14 +05:30
Bryan Housel
d45613bef5 Use access=yes instead of access=public for toilets
(closes #2576)
2016-02-16 23:49:53 -05:00
Kushan Joshi
6a494436e5 Addition of site relation 2016-02-01 14:12:28 -05:00
Bryan Housel
0f352047d4 Building field should be combo not typeCombo
(because `building=yes` is a valid and popular tag)
2016-01-29 21:12:43 -05:00
Bryan Housel
792656f60f Add universal multiline text field for description, fixme (closes #1518) 2016-01-23 23:15:41 -05:00
morray
d5f50486fc diaper: Lowercase -> Uppercase 2015-12-29 21:25:25 +01:00
morray
50ad65a0c2 added diaper for amenity toilets
http://wiki.openstreetmap.org/wiki/Key%3Adiaper
2015-12-28 20:40:22 +01:00
Bryan Housel
b7e343114f preset icons, add dock field 2015-12-27 00:31:48 -05:00
Bryan Housel
20a80830fe Change maxstay to combo with options, no placeholder (closes #2866) 2015-12-09 13:46:53 -08:00
Bryan Housel
bddb7cb8c8 Add maxstay field for amenity=parking preset (closes #2851) 2015-12-07 23:37:51 -08:00
Bryan Housel
df1cbbffb4 Add handrail field to steps preset (closes #2815) 2015-11-25 00:14:55 -05:00
Bryan Housel
12409e48e1 Add traffic signal type field 2015-09-27 23:00:07 -04:00
Bryan Housel
522e593f11 Improvements to access field (closes #2763) 2015-09-08 00:03:34 -04:00
Bryan Housel
6afefb7510 Use different leaf_cycle/leaf_type for singular tree (closes #2753)
And don't show "mixed" options for singular tree (closes #2752)
2015-09-01 13:47:04 -04:00
Bryan Housel
794cac6ef1 Change caption "Access" -> "Allowed Access" (closes #2761) 2015-09-01 13:19:25 -04:00
Bryan Housel
9a7042b530 Add recycling:glass_bottles, recycling:plastic (closes #2730) 2015-07-30 09:52:06 -04:00