Skip to content

Commit

Permalink
Fixed typo :)
Browse files Browse the repository at this point in the history
  • Loading branch information
jostasik authored Jan 5, 2023
1 parent 22d1a28 commit 238121c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Please go through `install.sh` to see what all the packages are being installed.
How does this project work? Basic flow is
- after installation first data is downloaded and processed for the country name you specify (command: **init**)
- a map rendering engine is started (command: **start-kosmtik**)
- all the map tiles are exported. Why all, can't we render dynamically and serve? No, idea of this project is to create a complete map cache then you can server map tiles with simple http server or even s3. With this stack you can achieve similar to [Mspbox export][22] (command: **export**)
- all the map tiles are exported. Why all, can't we render dynamically and serve? No, idea of this project is to create a complete map cache then you can server map tiles with simple http server or even s3. With this stack you can achieve similar to [Mapbox export][22] (command: **export**)
- exported map tiles are served with light weight [http-server][11] (command: **serve**)
Now the map can be previewed (command: **demo**). You can also easily update OpenStreetMap data and map tiles with single command with daily updates from [geofabrik][2] with single command(command: **update**). It's nice to keep update command as cron job.

Expand Down

0 comments on commit 238121c

Please sign in to comment.