From c44cbcd2f4c6b36362fe69046c9dc708c86b0888 Mon Sep 17 00:00:00 2001 From: iwatkot Date: Fri, 3 Jan 2025 11:12:07 +0100 Subject: [PATCH] Docs update. --- docs/dtm_providers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/dtm_providers.md b/docs/dtm_providers.md index 31cbc2a..04b328a 100644 --- a/docs/dtm_providers.md +++ b/docs/dtm_providers.md @@ -23,6 +23,8 @@ So the DTM provider is a simple class, that receives coordinate of the center po ### Example of a DTM provider +➡️ Base class and existing providers can be found in the [dtm.py](../maps4fs/generator/dtm.py) file. + Let's take a look at an example of a DTM provider implementation. **Step 1:** define description of the provider.