You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -26,12 +26,12 @@ Tarmo - Tampere Mobilemap
26
26
27
27
Use Node>=v16.
28
28
See [instructions](https://www.maanmittauslaitos.fi/rajapinnat/api-avaimen-ohje)
29
-
for acquiring an NLS API key (in Finnish).
29
+
for acquiring an NLS API key (in Finnish). Optionally, see [instructions](https://digitransit.fi/en/developers/api-registration/) for acquiring a Digitransit API key if you want bus stops on your map.
30
30
31
31
1. Build and start the development containers with `docker-compose -f docker-compose.dev.yml up -d`
32
32
2. Populate the database by running `make test-all-layers`.
33
33
3. Navigate into the `web` directory.
34
-
4. Copy `.env.sample` as `.env` and fill your NLS API key.
34
+
4. Copy `.env.sample` as `.env` and fill your NLS API key (plus optionally Digitransit API key).
0 commit comments