Commit Graph

585 Commits

Author SHA1 Message Date
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
Bryan Housel
c2760470b8 Merge pull request #2988 from kepta/2972
Adding ▶/▼ to category presets to make it clearer
2016-02-18 16:12:32 -05:00
Bryan Housel
2ed5283f65 Run make for presets 2016-02-18 13:56:52 -05:00
Holger Jeromin
b1de877ca8 Post office should have opening_hours instead collection_times 2016-02-18 19:48:57 +01:00
Bryan Housel
aa0416f0d5 Merge pull request #2983 from zbycz/patch-2
README: correct wrong path
2016-02-18 09:10:41 -05:00
Pavel Zbytovský
e83996d357 README: correct wrong path 2016-02-18 10:41:16 +01:00
Bryan Housel
d45613bef5 Use access=yes instead of access=public for toilets
(closes #2576)
2016-02-16 23:49:53 -05:00
Bryan Housel
6b2a69282e Rename "Track" -> "Unmaintained Track Road" and add terms 2016-02-16 23:21:00 -05:00
Kushan Joshi
d1f9c88f04 Adding ▶/▼ to category presets to make it more clear
(closes #2972)
2016-02-13 17:19:42 +05:30
Brian Reavis
44edfa8a89 Clarification: Track -> Two-Track Road (Primitive) 2016-02-07 18:13:02 -07:00
Bryan Housel
2e83ed2a9e Merge pull request #2958 from kepta/2943
Addition of Storage Unit preset
2016-02-01 14:35:56 -05:00
Kushan Joshi
3f736962c7 Addition of Storage Rental preset
Ref: https://github.com/openstreetmap/iD/issues/2943
2016-02-02 00:57:17 +05:30
Bryan Housel
e45cb9619b Add Site Relation to defaults.json, run make
(closes #2930)
2016-02-01 14:14:23 -05:00
Kushan Joshi
6a494436e5 Addition of site relation 2016-02-01 14:12:28 -05:00
Bryan Housel
84c98dacb7 Restore generated files in git and 4 space json
90cd412bbe (commitcomment-15780969)
2016-02-01 12:27:29 -05:00
Bryan Housel
3f5d7ec701 Update README install instructions and prerequisites 2016-01-30 00:58:03 -05:00
Bryan Housel
90cd412bbe Don't check in as many data/ generated files, less agressive minification
(partial revert of c2833ba to help prevent merge conflicts)
2016-01-29 23:28:37 -05:00
Bryan Housel
33330d11d9 Add 'building' combo field for ice rink and swim facility
These features are frequently indoors or outdoors, so we should offer the
mapper the ability to specify this, but not necessarily default to yes like
the building_area field does.

Trivia:  power=sub_station/substation works this way too
2016-01-29 21:18:32 -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
Kushan Joshi
fe246c6bb3 Create preset swimming_pool_facility
Create preset water_park
Create a folder sports_centre
Rename sports_center.json to sports_centre.json
Issue:https://github.com/openstreetmap/iD/issues/2927

changes
2016-01-29 13:06:48 -05:00
Bryan Housel
792656f60f Add universal multiline text field for description, fixme (closes #1518) 2016-01-23 23:15:41 -05:00
Bryan Housel
648aef945b make presets 2016-01-22 11:51:02 -05:00
M1dgard
7857c7b8e3 Correct typo "platic" 2016-01-22 11:10:44 +01:00