From ae445f7f46d17524b2c9c102fe62d2cf58dd181c Mon Sep 17 00:00:00 2001 From: iwatkot Date: Fri, 14 Feb 2025 12:10:28 +0100 Subject: [PATCH] Docs update. --- docs/step_by_step.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/step_by_step.md b/docs/step_by_step.md index c5cfd14..72c89c0 100644 --- a/docs/step_by_step.md +++ b/docs/step_by_step.md @@ -15,7 +15,7 @@ Let's roll! ### 1. 📍 Get the coordinates of the center of your map It should be easy to do with [Google Maps](https://www.google.com/maps) or [OpenStreetMap](https://www.openstreetmap.org). The coordinates are latitude and longitude values, for example, `51.5074, -0.1278` for London. ℹ️ This point will be the center of your map, not the top, not the bottom, but the center. -*️⃣ Note, that the coordinates should not include any additional and should be decimal, not degrees-minutes-seconds. For example, those coordinates are wrong: `45°16'02.3"N 19°47'32.9"E`, but these are correct: `45.2673, 19.7925`. +*️⃣ Note, that the coordinates should not include any additional and should be decimal, not degrees-minutes-seconds. For example, these coordinates are wrong: `45°16'02.3"N 19°47'32.9"E`, but these are correct: `45.2673, 19.7925`. ### 2. 📏 Decide the size of your map