From 4d587332a5ef7545811e4147f6be7d806f8bbb0f Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 5 Jun 2018 22:24:19 -0400 Subject: [PATCH] Update preset docs with new icon info --- data/presets/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/data/presets/README.md b/data/presets/README.md index af7497ddd..5a2f0c7b6 100644 --- a/data/presets/README.md +++ b/data/presets/README.md @@ -213,11 +213,12 @@ common tag values from the Taginfo service to use as dropdown values. ## Icons -Preset icons in iD are pulled from the open source map icon set, -[Maki](http://www.mapbox.com/maki/). +You can use any of the following open source map icon sets as preset icons. -The icons are identified in iD by the same name as they are on the Maki home. Use those -names when identifying the icon to be used for a given preset. +* [Maki](http://www.mapbox.com/maki/) - prefix: `maki-` +* [Temaki](http://bhousel.github.io/temaki/docs/) - prefix: `temaki-` + +When specifying an icon, use the prefixed version of the name, for example `"icon": "maki-park"`. ## Building