Tobias Zwick
62e0f76243
update readme and preset schema description
2019-04-30 22:15:16 +02:00
Tobias Zwick
cebf05823e
Mention reference in the readme for presets
2019-04-28 23:52:30 +02:00
Quincy Morgan
c2b13357bb
Improve the order of property descriptions in the preset documentation and clarify some of the descriptions
2019-04-19 14:12:10 -07:00
Quincy Morgan
2967d2d020
Add support for icons from the noun project ( close #5691 )
2019-04-16 18:06:05 -07:00
Quincy Morgan
b52d8c1790
Add documentation for the geometry, tags, addTags, removeTags, and matchScore preset properties
2019-04-03 18:06:13 -07:00
Quincy Morgan
0ca869a525
Expand preset documentation
2019-03-29 10:43:54 -04:00
Quincy Morgan
b12e7277df
Add countryCodes property to preset schema
...
Copy countryCodes from name suggestion index
Use countryCodes to filter the preset search results (close #6124 )
2019-03-28 11:44:05 -04:00
Bryan Housel
71b2d2c6b7
Upgrade legacy symbols in tests
...
- iD.Context -> iD.coreContext
- iD.Graph -> iD.coreGraph
- iD.Node -> iD.osmNode
- iD.Way -> iD.osmWay
- iD.Relation -> iD.osmRelation
2019-01-30 15:43:02 -05:00
Quincy Morgan
4252c5cb36
Presets no longer inherit fields for keys that define them
2019-01-15 13:52:03 -05:00
Quincy Morgan
4b2c380b18
Changed preset field inheritance to target specific presets rather than just the parent preset
2019-01-15 13:07:58 -05:00
Quincy Morgan
d1c4e22337
Added documentation for preset field inheritance behavior
2019-01-15 10:23:38 -05:00
Quincy Morgan
5d35951f0f
Corrects the name of the Internet Access Fee field in the presets README
2018-12-09 20:25:08 -08:00
Quincy Morgan
5471b909e2
Added mechanism for displaying fields conditionally based on tags
2018-12-09 20:11:31 -08:00
Quincy Morgan
4285f2f5c0
Added "moreFields" property to the field schema
...
The "Add field" dropdown can now be used to add preset-specific fields in addition to universal fields
2018-12-09 13:51:57 -08:00
James Kingdom
6fad8a5d40
Fix spelling
2018-10-07 21:30:51 +01:00
Quincy Morgan
68323f818e
Adds documentation for the snake_case field property ( closes #5379 )
...
Adds documentation for the caseSensitive, min_value, and max_value field properties
2018-10-07 13:27:14 -07:00
Bryan Housel
5fcd6daaba
Update preset readme to mention that some icons use iD's spritesheet
2018-06-15 09:45:35 -04:00
Bryan Housel
cbfe23c9e1
Support FontAwesome solid, regular, and brands
...
(might as well.. only the used ones get bundled into the fa-sprite anyway)
2018-06-06 17:59:28 -04:00
Bryan Housel
2dd7bfc849
Add support for FontAwesome icons as preset icons
...
(closes #3025 )
2018-06-06 02:19:38 -04:00
Bryan Housel
4d587332a5
Update preset docs with new icon info
2018-06-05 22:24:19 -04:00
Bryan Housel
da10b6b254
Add maki- prefix to all maki icons
...
(re: #3924 )
2018-06-05 22:12:33 -04:00
Bryan Housel
a20cc8ed3f
Standardize on one access_simple field that includes "yes" option
...
(closes #4383 )
`access_toilets` used to be the only one with the "yes" option,
now it's not needed.
2017-10-02 08:49:32 -04:00
Bryan Housel
74cc038c57
Add layer and type subfields below structure field
...
(see #2087 )
2017-03-18 02:09:33 -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
74155a9286
Add reverser button to onewayCheck field
2017-03-03 11:58:02 -05:00
Bryan Housel
6a85e5483c
Standard camel case for defaultCheck field (not used anywhere)
2017-03-03 10:28:40 -05:00
Bryan Housel
9b7d79a3fe
Use live bound object for presets object, change context.presets() getter
2016-11-14 15:44:02 -05:00
Bryan Housel
f800e5afbc
Remove unnecessary window parameter to Context
2016-11-10 15:19:03 -05:00
bkil
4d520d4b91
data/presets/README: some typo fixes
2016-11-07 00:45:33 -05:00
Bryan Housel
710632f2d4
Update preset README for new build instructions
2016-10-02 21:08:07 -04:00
Bryan Housel
3465948775
Fix schema links
2016-08-03 18:58:06 -04:00
Bryan Housel
7806dfcf6a
Update the preset and field documentation
...
(closes #3319 )
2016-08-03 18:51:54 -04:00
Bryan Housel
0d2f78c209
Prefix unsearchable preset filenames with underscore
2016-08-03 11:49:33 -04:00
Bryan Housel
7ca6d06254
Replace iD global with iD.Context() module ( #3254 )
2016-07-19 10:15:32 -04:00
Pavel Zbytovský
e83996d357
README: correct wrong path
2016-02-18 10:41:16 +01:00
Bryan Housel
3f5d7ec701
Update README install instructions and prerequisites
2016-01-30 00:58:03 -05:00
Sajjad Anwar
c8d4b73b15
Add tests and documentation for custom presets
2014-10-23 15:52:29 -07:00
Bryan Housel
bf4659e98f
more consistency in presets..
...
* in general, display fields:
operator, address, building_area, hours (where this makes sense)
* make kindergarten, school, college, university more similar
* show building_area for most craft=* and shop=*
* remove erroneous `tinsmith` file
* update README
* structure json files like:
icon, fields, geometry, terms, tags, name
(most json files were this way already)
2014-08-25 13:44:49 -04:00
John Firebaugh
95edc5ff03
Fix up defaultcheck field type
...
It now works as determinate checkbox, where a checked
state produces *=yes and an unchecked state produces no
tag.
2014-04-15 16:33:43 -07:00
KathleenLD
01a4ddd602
Fixed typo
2013-09-09 14:42:36 +01:00
KathleenLD
432aa1d528
Add clarification around preset icons
2013-09-02 07:48:34 -07:00
John Firebaugh
fe6a49c5fb
Say more about tags
2013-03-13 13:01:16 -07:00
John Firebaugh
41e696a2c5
Flatten presets match properties
2013-03-13 12:45:20 -07:00
John Firebaugh
8117252b7f
Editing presets README
2013-03-13 11:45:02 -07:00
John Firebaugh
c1aa8e0270
form/forms -> field/fields
2013-03-13 11:34:21 -07:00
Tom MacWright
39e3d3e03d
First push towards a presets readme. Refs #984
2013-03-13 13:05:22 -04:00