From 5083bf8ea076d283d58505dbf3ef899cde39df18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Zbytovsk=C3=BD?= Date: Thu, 24 Mar 2016 20:39:13 +0100 Subject: [PATCH] FAQ: api url config in standalone iD --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index c698dd831..e6443fd5e 100644 --- a/FAQ.md +++ b/FAQ.md @@ -53,7 +53,7 @@ and [configure](https://github.com/openstreetmap/openstreetmap-website/blob/mast an instance of the Rails Port, the server that runs the OpenStreetMap website and API. Once you have the Rails Port running, you may edit as normal using the version of iD that -is bundled with it. Your changes will be saved to your own database. +is bundled with it. Your changes will be saved to your own database. To use a standalone iD with your own api, you may edit the [connection.js](https://github.com/openstreetmap/iD/blob/master/js/id/core/connection.js) file. Depending on your requirements, you may also want to set up [cgimap](https://github.com/openstreetmap/cgimap) and/or a tile rendering stack, but neither of these are required for editing with iD.