Commit Graph

542 Commits

Author SHA1 Message Date
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
Bryan Housel 5923d971b4 Change "Unclassified Road" to "Minor Road" (closes #2916) 2016-01-21 13:07:19 -05:00
Bryan Housel 129eaa4f18 make imagery 2016-01-19 22:59:26 -05:00
Bryan Housel 4ecd0aa90d make presets 2016-01-17 23:31:25 -05:00
Bryan Housel e8e40ad89e Use en_US term "Garbage Dumpster" for waste_disposal 2016-01-17 23:30:42 -05:00
Martin Raifer 0670b6d720 Merge pull request #2897 from manfredbrandl/master
Add a couple of presets for missing popular man_made and amenity objects
2016-01-14 17:47:48 +01:00
Manfred Brandl 1457596cab Adding presets accoring to issue #2893 2016-01-07 18:15:21 +01:00
Bryan Housel ad7fc672f0 Run make to update generated preset files 2015-12-30 21:10:18 -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
morray efc8b50994 added diaper to amenity toilets 2015-12-28 20:36:22 +01:00
Bryan Housel b7e343114f preset icons, add dock field 2015-12-27 00:31:48 -05:00
Aruna S a7af834dbc Make after creating presets 2015-12-27 00:31:48 -05:00
Aruna S bf4a8c7bfd Add operator field to ferry_terminal, boatyard 2015-12-27 00:31:48 -05:00
Aruna S 84cd7aaaac Waterway presets - Fixes #2863 2015-12-27 00:31:47 -05:00
Aruna S da03196774 Amenity presets - Fixes #2883 2015-12-27 00:31:47 -05:00
Bryan Housel ef0dcf0990 More search terms for several amenity presets (closes #2880) 2015-12-23 15:29:34 -05:00
Bryan Housel 093f0491c4 Disambiguate shop=bicycle and amenity=bicycle_repair_station presets (closes #2845) 2015-12-23 15:21:04 -05:00
Bryan Housel 5b8e1e7140 Rename doctor.json -> doctors.json (closes #2869) 2015-12-19 23:32:00 -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 00b426e951 Add snake_case field property (closes #2867)
The vast majority of tag values in OSM should be automatically snake_cased
(e.g. `amenity=place_of_worship`)
But there are a few exceptions, e.g. fields expected to include a unit
(e.g. `maxstay=1 day`)
So this allows a ui field to set whether or not to automatically snake_case
2015-12-09 13:46:30 -08:00
Bryan Housel 56f286a549 Restore generic vending machine, adjust names and terms (closes #2827) 2015-12-08 00:47:25 -08:00
Bryan Housel 31a76b442a Merge branch 'master' of https://github.com/henningvs/iD into henningvs-master 2015-12-08 00:07:23 -08:00
Bryan Housel 6f6a250483 Use Maki dentist icon 2015-12-08 00:04:49 -08:00
Bryan Housel bddb7cb8c8 Add maxstay field for amenity=parking preset (closes #2851) 2015-12-07 23:37:51 -08:00
Bryan Housel fcdc62502a Don't set building=yes for amenity=fuel or waterway=fuel (closes #2857) 2015-12-07 23:26:19 -08:00
Henning von See ef87883c0a Corrected JSON 2015-11-25 17:47:34 +01:00
Henning von See 4656776d24 New presets for the different types of vending machines 2015-11-25 16:41:33 +01:00
Bryan Housel a48e897df6 Drop matchScore for building presets (closes #2793)
Previously matching was too dependant on tag order..
`building=retail + shop=mall` matched `building=retail` preset
`shop=mall + building=retail` matched `shop=mall` preset

Now iD will prefer the preset that's not the building one.
2015-11-25 01:50:12 -05:00
Bryan Housel 97f1830e3b Disambiguate building presets (closes #2799)
* "Church" -> "Church Building"
* Match generic building=* preset for nodes
* Don't match specific building presets for nodes

This means that if a user adds a node and types "School" they will be
offered the amenity, not the building.
2015-11-25 01:28:35 -05:00
Bryan Housel df1cbbffb4 Add handrail field to steps preset (closes #2815) 2015-11-25 00:14:55 -05:00
Bryan Housel 9cce9970aa Add surface type to parking preset (closes #2816) 2015-11-05 23:51:33 -05:00
Bryan Housel eb88b67673 CSS styling for all preset icons 2015-11-04 10:47:28 -05:00
Bryan Housel 231df50c39 Merge pull request #2808 from bagage/master
Add rugby_union and rubgy_league
2015-10-20 23:29:27 -04:00
Gautier Pelloux-Prayer d7be0df2c5 preset: add rugby_union and rubgy_league 2015-10-18 16:35:08 +02:00
Aruna S 5d535b9008 Add military presets (fixes #2177) 2015-10-13 14:10:50 +05:30
Bryan Housel 12409e48e1 Add traffic signal type field 2015-09-27 23:00:07 -04:00
Bryan Housel 0d71d5fd27 Add amenity=motorcycle_parking preset (closes #2787) 2015-09-27 22:17:36 -04:00
Bryan Housel 110b8b6b6d Rename "Allotments" to "Community Garden" 2015-09-19 01:11:28 -04:00
Bryan Housel d2fcae4119 Change Semi-Detached Houses => Semi-Detached House
https://github.com/openstreetmap/iD/issues/2776#issuecomment-141093644
2015-09-17 10:15:26 -04:00
Bryan Housel 2d0a3a9b54 Add preset for building=semidetached_house (closes #2776) 2015-09-16 14:34:25 -04:00
Bryan Housel 522e593f11 Improvements to access field (closes #2763) 2015-09-08 00:03:34 -04:00
Bryan Housel 701731485e Less strict polygon intersection test in findOuter (closes #2755) 2015-09-01 14:48:40 -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