From a6daaa5ab8ab7405d2b9ee5a0d329bb488016ea1 Mon Sep 17 00:00:00 2001 From: Mike Simpson Date: Tue, 15 Aug 2023 16:02:43 +0100 Subject: [PATCH] Update setup-dev-environment.md --- docs/setup-dev-environment.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/setup-dev-environment.md b/docs/setup-dev-environment.md index a6aaa99d..7601d2f4 100644 --- a/docs/setup-dev-environment.md +++ b/docs/setup-dev-environment.md @@ -326,6 +326,8 @@ pip install -r requirements.txt To help test the Colouring Cities application, `get_test_polygons.py` will attempt to save a small (1.5kmĀ²) extract from OpenStreetMap to a format suitable for loading to the database. +**NOTE:** You can edit the file by [changing this line](https://github.com/colouring-cities/colouring-core/blob/df651521983665056d442603a329a37d966aede1/etl/get_test_polygons.py#L22) to specify the latitude and longitude used to define the centre of the sample data area, as well as the distance from that point, which are used to generate the sample data. (i.e. you could change it to match the cc-config.json file - as discussed in [configuring-colouring-cities.md](https://github.com/colouring-cities/colouring-core/blob/master/docs/configuring-colouring-cities.md). + Download the test data. ```bash