From 496c143ff47cb2e26f9c16c953cc66e0fae03842 Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Tue, 10 Nov 2020 15:39:21 -0500 Subject: [PATCH] Update docs --- CONTRIBUTING.md | 7 +++---- README.md | 2 ++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3ccbe5014..802943561 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -308,11 +308,10 @@ same format as the rest, include your new corresponding `docKey` in [/modules/ui/help.js](/modules/ui/help.js) and call `npm run build`. -## Adding or Refining Presets +## Editing Presets or Tagging -Presets save time for iD users by automatically showing them the tags they are -likely to add for a given feature. They are stored in `data/presets/presets`. If -you're going to update the presets, [review the Presets README](/data/presets/README.md). +iD's knowledge of OpenStreetMap tags is mostly handled by the [iD Tagging Schema](https://github.com/openstreetmap/id-tagging-schema) +project, which has its own opportunities to contribute. ## Contributing Code diff --git a/README.md b/README.md index 69ca17de9..5d28aa7c0 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,9 @@ iD also bundles portions of the following open source software. * [editor-layer-index (CC-BY-SA 3.0)](https://github.com/osmlab/editor-layer-index) * [Font Awesome (CC-BY 4.0)](https://fontawesome.com/license) * [Maki (CC0 1.0)](https://github.com/mapbox/maki) +* [Temaki (CC0 1.0)](https://github.com/ideditor/temaki) * [Mapillary JS (MIT)](https://github.com/mapillary/mapillary-js) +* [iD Tagging Schema (ISC)](https://github.com/openstreetmap/id-tagging-schema) * [name-suggestion-index (BSD-3-Clause)](https://github.com/osmlab/name-suggestion-index) * [osm-community-index (ISC)](https://github.com/osmlab/osm-community-index)