Skip to content

Commit 3c87d88

Browse files
readme updates v1
1 parent 75242c7 commit 3c87d88

File tree

7 files changed

+14
-5
lines changed

7 files changed

+14
-5
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,24 @@ Offline OpenStreet Map Library (No Internet Required) You dont have to even one-
77
88
## Why this project exists
99

10-
Offline map usage is kind a problem for developers and there are rare
10+
Offline map usage is kind a problem for developers and there are rare documentations. I believe this library will helpful for developers.
1111

1212
## Features and Usage
1313

14-
### Easy implementation
15-
16-
You need to download offline maptiles as SQLite format. And you should put them under assets folder.
17-
14+
### Implementation
1815

16+
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;
17+
18+
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.
25+
26+
And yes! You completed the hard part. Rest of the steps just coding few lines.
27+
1928
#### Java
2029

2130
```java

picsfortut/q1.png

267 KB
Loading

picsfortut/q2.png

768 KB
Loading

picsfortut/q3.png

692 KB
Loading

picsfortut/q4.png

40.2 KB
Loading

picsfortut/q5.png

265 KB
Loading

picsfortut/q6.png

8.66 KB
Loading

0 commit comments

Comments
 (0)