Skip to content

Commit 7872b40

Browse files
Update README.md
1 parent 3c87d88 commit 7872b40

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

README.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,24 @@ Offline map usage is kind a problem for developers and there are rare documentat
1616
You need to download offline map-tiles as SQLite format. And you should put it under assets folder. Let me explain how to download offline map-tiles step-by-step;
1717

1818
1. First you need to download Mobile Atlas Creator from [HERE](https://sourceforge.net/projects/mobac/files/Mobile%20Atlas%20Creator/MOBAC%202.0/Mobile%20Atlas%20Creator%202.1.2.zip/download)
19-
2. <img src="previews/q1.png" width="350"> Open MOBAC and select Osmdroid SQLite
20-
3. <img src="previews/q2.png" width="350"> Select map source (selecting osm is better) and zoom-levels (15-14-13-12 are ideal) as you desire from left panel.
21-
4. <img src="previews/q3.png" width="350"> Draw a area (small areas consume less storage). And press add selection button from left panel.
22-
5. <img src="previews/q4.png" width="350"> As you can see layers are selected. After selecting layers press Create Atlas button.
23-
6. <img src="previews/q5.png" width="350"> Select 'Ignore download errors and continue automatically' and continue.
24-
7. <img src="previews/q6.png" width="350"> After finishing download process rename the SQLite file as 'map.sqlite' and copy it into assets folder.
19+
20+
2. Open MOBAC and select Osmdroid SQLite
21+
<img src="picsfortut/q1.png" width="350">
22+
23+
3. Select map source (selecting osm is better) and zoom-levels (15-14-13-12 are ideal) as you desire from left panel.
24+
<img src="picsfortut/q2.png" width="350">
25+
26+
4. Draw a area (small areas consume less storage). And press add selection button from left panel.
27+
<img src="picsfortut/q3.png" width="350">
28+
29+
5. As you can see layers are selected. After selecting layers press Create Atlas button.
30+
<img src="picsfortut/q4.png" width="350">
31+
32+
6. Select 'Ignore download errors and continue automatically' and continue.
33+
<img src="picsfortut/q5.png" width="350">
34+
35+
7. After finishing download process rename the SQLite file as 'map.sqlite' and copy it into assets folder.
36+
<img src="picsfortut/q6.png" width="350">
2537

2638
And yes! You completed the hard part. Rest of the steps just coding few lines.
2739

0 commit comments

Comments
 (0)