Commit Graph

218 Commits

Author SHA1 Message Date
Bryan Housel 8b35ff449f Use semiCombo field for cuisine 2017-03-17 14:04:16 -04:00
Bryan Housel c7764c1c11 Make racetrack presets more coherent, update racing sport fields 2017-03-17 13:52:13 -04:00
Bryan Housel 1cd8ca3851 Use semiCombo field for output tags
* crop, produce, product, trees, grape_variety
2017-03-17 12:39:44 -04:00
Bryan Housel c6ed067120 Add semiCombo fields for animal_boarding, animal_breeding, animal_shelter
(re: #3651)
2017-03-17 11:24:55 -04:00
Bryan Housel 1205e1758e Add semiCombo field for setting values in semicolon-delimited lists
(closes #3905)
2017-03-17 01:47:00 -04:00
Bryan Housel d2a314ff01 Add preset for club=*
(re: #3651)
2017-03-16 13:55:48 -04:00
Bryan Housel 74155a9286 Add reverser button to onewayCheck field 2017-03-03 11:58:02 -05:00
Bryan Housel ec0e9c5d0c Add start_date universal field
(re: #3439)
2017-03-01 23:12:41 -05:00
Bryan Housel 4d64028232 Add historic:civilization field to some historic presets
(re: #3439)
2017-03-01 23:07:13 -05:00
Bryan Housel 0c1194b2f4 Add historic=tomb preset and tomb=* field
(re: #3439)
2017-03-01 22:59:58 -05:00
Bryan Housel 23f9431bda Add service_times field to all amenity=place_of_worship presets
(re: #3439)
2017-03-01 22:50:22 -05:00
Bryan Housel 2d961b4830 Add service:vehicle:* multiselect to shop=car and shop=car_repair
(closes #3535)
2017-03-01 22:36:34 -05:00
Bryan Housel 092fd1f77c Add communication types multiselect to man_made=mast preset
Also rename it from "Radio Mast" to "Mast"
(closes #3630)
2017-03-01 20:54:32 -05:00
Bryan Housel 815a29bc5b Add Produce field 2017-02-19 20:18:09 -05:00
Bryan Housel d09fd15092 Cleanups and rename service nominatim -> geocoder 2017-01-17 16:56:23 +05:30
Bryan Housel f5586d6b05 Merge branch 'address-customization' of https://github.com/Natsuyasumi/iD into Natsuyasumi-address-customization 2017-01-17 14:50:13 +05:30
Bryan Housel cc3b2ea079 Merge pull request #3735 from M1dgard/fields-email-fax
Add universal email field, make fax universal
2017-01-11 00:22:40 +05:30
Bryan Housel f96a595698 Merge pull request #3730 from mertemin/feature-y
Add outdoor_seating options
2017-01-10 12:29:04 -05:00
boothym ef54e4eb8e Add step_count field 2017-01-10 15:46:50 +00:00
Mert Emin Kalender d18f54cb2f Making outdoor_seating checkbox 2017-01-08 23:05:14 -08:00
M1dgard 8226745f12 Add universal email field, make fax universal
Fixes #3710
2017-01-08 23:14:29 +01:00
Mert Emin Kalender b2bd8ada9d Add outdoor_seating options 2017-01-07 20:50:42 -08:00
Bryan Housel 6fd7743f00 Add toll field to motorway, trunk 2017-01-06 23:31:21 -05:00
Natsuyasumi e1640a1e39 Merge branch 'master' into address-customization 2017-01-04 22:19:09 +01:00
Bryan Housel 7e755db28d Merge branch 'japanese-address-scheme' of https://github.com/Natsuyasumi/iD into Natsuyasumi-japanese-address-scheme 2017-01-02 13:38:03 -05:00
Mikołaj "Natsuyasumi" Kuranowski 5102782bdb Adding japanese address scheme 2017-01-02 18:07:32 +01:00
Bryan Housel dcf90aec3b Run build for presets 2017-01-01 15:28:25 -05:00
Bryan Housel e9dfa04dd4 Social Facility preset improvements
(closes #3702)

* Add `social facility` field
* Make sure Social Facility presets have both `social_facility` and `social_facility:for`
* Change `social_facility:for` from radio to combo, because so many choices
2016-12-30 23:32:00 -05:00
Bryan Housel 0386ee249e Add castle_type field to Castle preset 2016-12-28 00:33:40 -05:00
Bryan Housel 0c9fb7c407 Improve military presets
(closes #3663)

* Add Nuclear Explosion Site and Military Office presets
* Add Bunker Type field
* Improve styling rules for preset icons
* Improve search terms for all military presets
* Nest military presets under `landuse=military`
* Add ref, iata, icao fields to Military Airfield
* Don't set area pattern fills on buildings
2016-12-27 01:19:13 -05:00
Bryan Housel 99bf8d4dbd Remove extra "name" field from Plant Nursery preset
(closes #3678)

Also:
* changed Plant Nursery to be area geometry only, not point
* added "plant" field to Plant Nursery preset
* added "operator" field to this and other related presets
* added search terms for this and other related presets
2016-12-25 14:10:38 -05:00
Bryan Housel a9ce12a074 Improve factory/works preset, add Product field 2016-12-16 16:35:51 -05:00
Bryan Housel 6bfef30ecd Add waterfall preset
(closes #3608)
2016-12-13 23:22:27 -05:00
Bryan Housel 0f05df86e3 Proper Case labels 2016-12-11 17:35:51 -05:00
Mikołaj "Natsuyasumi" Kuranowski 3d9009725e Address customization 2016-12-09 13:33:15 +01:00
Mikołaj "Natsuyasumi" Kuranowski b201cba513 Public bath scheme 2016-12-09 13:17:36 +01:00
Bryan Housel 9e50af529b Adjust placeholders, labels.. add specific Surveillance Camera preset
* Having separate presets for Surveillance and Surveillance Camera means
we can show the camera related fields only if `surveillance:type=camera`
* Generally use Upper Case for labels and keep it short
* if list of values is really fixed, use options strings to make them translateable
* if list of values is not fixed, avoid adding placeholder, iD will fetch from taginfo
* Seems like value "ALPR" is preferred over "alpr"
2016-11-26 16:42:37 -05:00
bkil c4140bf2b5 fix up generated files via npm run build 2016-11-23 13:45:26 +01:00
Bryan Housel 90210f4932 Add maxheight field and add it to many highway presets
(closes #3605)
2016-11-21 11:11:13 -05:00
Bryan Housel 6e86c235b1 Tag should be fence_type not fence
(re #3602)
2016-11-20 23:32:29 -05:00
Bryan Housel 8fe66fa65d Add fence and wall type fields, add height field to some barriers
(closes #3602)
2016-11-20 21:04:33 -05:00
Bryan Housel 9dfdf09d0e Add internet_access, outdoor_seating to presets that might use them 2016-11-18 14:11:10 -05:00
Martin Raifer 10a6719ea2 add presets for tourism=information subtags
* guidepost
* board
* map
* office
2016-11-09 11:18:39 +01:00
Bryan Housel 37965f40d8 Adjust tower field labels, remove lighthouse icons 2016-11-07 01:12:14 -05:00
Bryan Housel 72d16fd76d Improve traffic calming presets
(closes #3218)

* Allow traffic calmings on vertex and line geometry where appropriate
* Add parallel_direction field to tag forward/backward
* Add generic traffic calming preset and type field
* Add traffic calming to defaults.json for "vertex" geometry
* Add a bunch of types that we didn't have before (island, dip, choker, etc)
* Add some search terms
2016-11-02 18:12:20 -04:00
Bryan Housel ba15c7d299 Restore recycling_type, improve all the waste/recycling presets
(closes #2689)
2016-10-31 21:07:21 -04:00
Bryan Housel a6cf49db80 Use multiselect field for bike shop services 2016-10-31 15:06:58 -04:00
Bryan Housel 8fb5f3a5a1 Degunk data sources by named-importing single toplevel key
See: https://github.com/openstreetmap/iD/issues/3403#issuecomment-245150454

This change drops the iD.js bundle size from 4.5MB to 3.4MB, and makes it
much more readable, which is nice for debugging.  This does not affect the
minified bundle size.
2016-10-26 16:29:49 -04:00
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