8aced3b1 by chiangbt

update1

1 parent 0c4e300c
No preview for this file type
<component name="libraryTable">
<library name="sqlite-jdbc-3.21.0-2">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/sqlite-jdbc-3.21.0-2.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
\ No newline at end of file
......@@ -10,11 +10,12 @@
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$USER_HOME$/Downloads/sqlite-jdbc-3.21.0-2.jar!/" />
<root url="jar://$MODULE_DIR$/lib/sqlite-jdbc-3.21.0-2.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" name="sqlite-jdbc-3.21.0-2" level="project" />
</component>
</module>
\ 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 {
Point pt = new Point(29.76,106.64);
Point pt2 = new Point(35.33, 108.12);
// tiandituDownload.Download(pt, pt2, 9, utils.TianDiTuTiledMapServiceType.IMG_C);
tiandituDownload.Download(pt, pt2, 2,9, TianDiTuTiledMapServiceType.IMG_C);
tiandituDownload.Download(pt, pt2, 2,11, TianDiTuTiledMapServiceType.IMG_C);
}
}
......