Skip to content

Commit

Permalink
Docs update.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatkot committed Feb 14, 2025
1 parent 5fcfb56 commit ae445f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/step_by_step.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae445f7

Please sign in to comment.