8aced3b1 by chiangbt

update1

1 parent 0c4e300c
No preview for this file type
1 <component name="libraryTable">
2 <library name="sqlite-jdbc-3.21.0-2">
3 <CLASSES>
4 <root url="jar://$PROJECT_DIR$/lib/sqlite-jdbc-3.21.0-2.jar!/" />
5 </CLASSES>
6 <JAVADOC />
7 <SOURCES />
8 </library>
9 </component>
...\ No newline at end of file ...\ No newline at end of file
...@@ -10,11 +10,12 @@ ...@@ -10,11 +10,12 @@
10 <orderEntry type="module-library"> 10 <orderEntry type="module-library">
11 <library> 11 <library>
12 <CLASSES> 12 <CLASSES>
13 <root url="jar://$USER_HOME$/Downloads/sqlite-jdbc-3.21.0-2.jar!/" /> 13 <root url="jar://$MODULE_DIR$/lib/sqlite-jdbc-3.21.0-2.jar!/" />
14 </CLASSES> 14 </CLASSES>
15 <JAVADOC /> 15 <JAVADOC />
16 <SOURCES /> 16 <SOURCES />
17 </library> 17 </library>
18 </orderEntry> 18 </orderEntry>
19 <orderEntry type="library" name="sqlite-jdbc-3.21.0-2" level="project" />
19 </component> 20 </component>
20 </module> 21 </module>
...\ No newline at end of file ...\ No newline at end of file
......
No preview for this file type
No preview for this file type
...@@ -13,6 +13,6 @@ public class Main { ...@@ -13,6 +13,6 @@ public class Main {
13 Point pt = new Point(29.76,106.64); 13 Point pt = new Point(29.76,106.64);
14 Point pt2 = new Point(35.33, 108.12); 14 Point pt2 = new Point(35.33, 108.12);
15 // tiandituDownload.Download(pt, pt2, 9, utils.TianDiTuTiledMapServiceType.IMG_C); 15 // tiandituDownload.Download(pt, pt2, 9, utils.TianDiTuTiledMapServiceType.IMG_C);
16 tiandituDownload.Download(pt, pt2, 2,9, TianDiTuTiledMapServiceType.IMG_C); 16 tiandituDownload.Download(pt, pt2, 2,11, TianDiTuTiledMapServiceType.IMG_C);
17 } 17 }
18 } 18 }
......