資源簡介
打開BaiduMapTile\BaiduMapTile\bin\Debug文件夾下的BaiduMapTile.exe,選擇框選下載地圖瓦片即可,各個層級可選
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
//在js中調用ShowMessage函數需加這句
using?System.Security.Permissions;
namespace?BaiduMapTile
{
????//在js中調用ShowMessage函數需加這句
????[PermissionSet(SecurityAction.Demand?Name?=?“FullTrust“)]
????[System.Runtime.InteropServices.ComVisibleAttribute(true)]
????public?partial?class?FormMain?:?Form
????{
????????private?int[]?mZoom?=?new?int[18];
????????private?CheckBox[]?mCheckBoxZoom?=?new?CheckBox[18];
????????private?TileDownloader?mDownloader;
????????public?FormMain()
????????{
????????????InitializeComponent();
????????????//在js中調用ShowMessage函數需加這句
????????????webBrowser_map_online.object
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????4567??2018-05-12?21:48??BaiduMapTile\BaiduMapTile\BaiduMapTile.csproj
?????文件??????34816??2018-05-12?21:57??BaiduMapTile\BaiduMapTile\bin\Debug\BaiduMapTile.exe
?????文件??????58880??2018-05-12?21:57??BaiduMapTile\BaiduMapTile\bin\Debug\BaiduMapTile.pdb
?????文件??????22704??2018-05-12?21:57??BaiduMapTile\BaiduMapTile\bin\Debug\BaiduMapTile.vshost.exe
?????文件????????490??2016-07-16?19:44??BaiduMapTile\BaiduMapTile\bin\Debug\BaiduMapTile.vshost.exe.manifest
?????文件???????5846??2017-01-23?13:38??BaiduMapTile\BaiduMapTile\bin\Debug\html\images\bg_drawing_tool.png
?????文件?????????49??2017-01-23?13:38??BaiduMapTile\BaiduMapTile\bin\Debug\html\images\blank.gif
?????文件????????326??2017-01-23?13:38??BaiduMapTile\BaiduMapTile\bin\Debug\html\images\closedhand.cur
?????文件???????2586??2017-01-23?13:38??BaiduMapTile\BaiduMapTile\bin\Debug\html\images\copyright_logo.png
?????文件???????7719??2017-01-23?13:38??BaiduMapTile\BaiduMapTile\bin\Debug\html\images\iw3.png
?????文件???????8799??2017-01-23?13:38??BaiduMapTile\BaiduMapTile\bin\Debug\html\images\iws3.png
?????文件?????????73??2017-01-23?13:38??BaiduMapTile\BaiduMapTile\bin\Debug\html\images\iw_close1d3.gif
?????文件?????????73??2017-01-23?13:38??BaiduMapTile\BaiduMapTile\bin\Debug\html\images\iw_minus.gif
?????文件?????????76??2017-01-23?13:38??BaiduMapTile\BaiduMapTile\bin\Debug\html\images\iw_plus.gif
?????文件?????????59??2017-01-23?13:38??BaiduMapTile\BaiduMapTile\bin\Debug\html\images\iw_plus1d3.gif
?????文件????????899??2017-01-23?13:38??BaiduMapTile\BaiduMapTile\bin\Debug\html\images\mapctrls1d3.gif
?????文件??????11596??2017-01-23?13:38??BaiduMapTile\BaiduMapTile\bin\Debug\html\images\mapctrls2d0.png
?????文件???????1797??2017-01-23?13:38??BaiduMapTile\BaiduMapTile\bin\Debug\html\images\marker_red_sprite.png
?????文件????????326??2017-01-23?13:38??BaiduMapTile\BaiduMapTile\bin\Debug\html\images\openhand.cur
?????文件????????983??2017-01-23?13:38??BaiduMapTile\BaiduMapTile\bin\Debug\html\images\phone.png
?????文件???????4286??2017-01-23?13:38??BaiduMapTile\BaiduMapTile\bin\Debug\html\images\ruler.cur
?????文件?????109418??2017-01-23?13:38??BaiduMapTile\BaiduMapTile\bin\Debug\html\images\spotmkrs.png
?????文件????????382??2017-01-23?13:38??BaiduMapTile\BaiduMapTile\bin\Debug\html\images\st-close.png
?????文件???????9203??2017-01-23?13:38??BaiduMapTile\BaiduMapTile\bin\Debug\html\images\st-navictrl.png
?????文件???????2949??2017-01-23?13:38??BaiduMapTile\BaiduMapTile\bin\Debug\html\images\st-scout.png
?????文件????????363??2017-01-23?13:38??BaiduMapTile\BaiduMapTile\bin\Debug\html\images\stop_icon.png
?????文件?????111280??2017-01-23?13:38??BaiduMapTile\BaiduMapTile\bin\Debug\html\js\apiv1.3.min.js
?????文件??????95098??2017-01-23?13:38??BaiduMapTile\BaiduMapTile\bin\Debug\html\js\apiv2.0.min.js
?????文件?????172471??2018-05-12?20:30??BaiduMapTile\BaiduMapTile\bin\Debug\html\js\apiv2.0_satellite.js
?????文件?????172475??2018-05-12?21:01??BaiduMapTile\BaiduMapTile\bin\Debug\html\js\apiv2.0_street.js
............此處省略313個文件信息
- 上一篇:HALCON實現鼠標畫AOI功能
- 下一篇:halcon多張車牌識別
評論
共有 條評論