From 432aa1d52889c5c6641665857e979ca235b91344 Mon Sep 17 00:00:00 2001 From: KathleenLD Date: Sun, 1 Sep 2013 14:46:34 -0400 Subject: [PATCH] Add clarification around preset icons --- data/presets/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/presets/README.md b/data/presets/README.md index 8a4267be8..05c5cc24c 100644 --- a/data/presets/README.md +++ b/data/presets/README.md @@ -75,6 +75,13 @@ Each field definition lives in a separate file in `data/presets/fields`. The fie name (used in the preset `fields` property) is the name of the file (minus the `.json` extension). +## Icons + +Preset icons in iD are pulled from the open source POI icon set, +[Maki](http://www.mapbox.com/maki/). Icons are stored in `dist/img/maki-sprite.png`. +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. + ## Building To build presets, all you need to to is run `make`.