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
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
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
Kushan Joshi
4083a0e29e
adding a lanes() to return lane data
2016-06-22 16:11:46 -04:00
Bryan Housel
60d0a79be5
Add sidewalk preset to Path presets category and run make
2016-06-18 00:29:18 -04:00
Wille Marcel
cca6d595fd
Add sidewalk preset to Path presets category
2016-06-17 18:11:15 -03:00
Bryan Housel
02ba1ae0fd
Run Make
2016-06-05 20:51:01 -04:00
Manfred Brandl
f1e3340c29
Update bbq.json
...
(closes #3139 )
2016-06-05 20:49:47 -04:00
Bryan Housel
0135fbe4a6
Update async wikidata tag if graph unchanged
2016-05-25 23:43:27 -04:00
Bryan Housel
1683e3e8eb
Rename barrier=ditch preset name to "Trench"
...
We have `waterway=ditch` already and don't want two things labelled "Ditch" to appear in search.
Ditches are more for carrying water, Trenches are more for preventing movement
2016-05-12 17:07:41 -04:00
Bryan Housel
bfe2836443
Use maki prison icon for gate-like barriers
2016-05-12 17:05:21 -04:00
Bryan Housel
5a4f401ba7
Update barrier category, use roadblock icon
2016-05-12 16:50:55 -04:00
Wikiwide
470d3386f3
Adding Barrier category: wall, fence, ditch...
...
Not sure about icon.
2016-05-12 16:50:55 -04:00
Bryan Housel
2ed9b19dbe
Add style and route-horse icon, rename per #3066
2016-05-08 22:01:39 -04:00
Kushan Joshi
cdfe2435f2
add preset for route=horse relations
2016-05-08 21:51:01 -04:00
Bryan Housel
263363448e
Move generic Building preset to top of Building category list
...
(closes #3102 )
2016-05-06 23:55:32 -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
5752207c91
Refactor combo.js and move @kepta's multiselect code into there.
2016-04-29 17:02:53 -04:00
Bryan Housel
aae8ddcbe4
'access' -> 'address'
2016-04-24 21:15:06 -04:00
Bryan Housel
7ebd7a3eb6
Merge branch 'prison' of git://github.com/kepta/iD into kepta-prison
2016-04-24 21:13:22 -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
e0188395b5
Add prison preset
2016-04-22 01:26:15 +05:30
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
b7fa84eb98
Add nutrition supplements store preset
...
(closes #3043 )
2016-03-26 21:02:05 -04:00
Bryan Housel
4e475b8b67
Add coffee shop preset
...
(closes #3042 )
2016-03-21 17:07:42 -04:00
Bryan Housel
f69714f83c
Rename "Dock" -> "Wet Dock / Dry Dock" for en_US
2016-03-14 23:15:47 -04:00
Bryan Housel
404a45e550
Include "Unclassified" with Minor Road, because people know it that way
2016-03-14 16:44:24 -04:00
Bryan Housel
f98eb8200d
Add Bird Hide preset
...
(closes #3026 )
2016-03-11 22:39:25 -05:00
Bryan Housel
80bbb44f15
Disambiguate art store, art gallery, etc.
2016-02-24 09:38:02 -05:00
Harry Wood
8b9fc2c8bd
Change prefix name Art Gallery->Art Shop
...
fixes https://github.com/openstreetmap/iD/issues/2999
2016-02-24 12:19:52 +00:00