From 718383d05cffdb453fcc9ac6883dc9dae2173d56 Mon Sep 17 00:00:00 2001 From: Nikita Mashukov Date: Mon, 16 Oct 2017 00:10:32 +0700 Subject: [PATCH] `features` api parameter description is added :memo: --- API.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/API.md b/API.md index 3a506b020..9263c1831 100644 --- a/API.md +++ b/API.md @@ -34,6 +34,10 @@ in the hash portion of the URL: _Example:_ `hashtags=%23hotosm-task-592,%23MissingMaps` * __`rtl=true`__ - Force iD into right-to-left mode (useful for testing). * __`walkthrough=true`__ - Start the walkthrough automatically +* __`features`__ - Enables features in the list.
+ _Example:_ `features=water,service_roads,points,paths`
+ _Available features:_ `points` `traffic_roads` `service_roads` `paths` `buildings` `landuse` + `boundaries` `water` `rail` `power` `past_future` `others` ##### iD on openstreetmap.org (Rails Port) @@ -50,6 +54,7 @@ are available as regular URL query parameters: * __`comment`__ - same as standalone * __`hashtags`__ - same as standalone * __`walkthrough`__ - same as standalone +* __`features`__ - same as standalone ## CSS selectors