1500字范文,内容丰富有趣,写作好帮手!
1500字范文 > 改造百度地图生成器

改造百度地图生成器

时间:2023-01-15 21:31:03

相关推荐

改造百度地图生成器

百度地图创建

百度地图开发平台中创建地图,地图界面太小,如下:

创建地图-百度地图生成器

经过改造,使界面扩大,便于使用。地址如下,欢迎使用:

/map.htm

<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><meta name="viewport" content="initial-scale=1.0, user-scalable=no"><meta http-equiv="X-UA-Compatible" content="IE=Edge"> <title>创建地图-百度地图生成器</title><link rel = "stylesheet" href = "/style.css?style" type = "text/css"/><link rel="shortcut icon" href="/skins/MySkin/resources/img/icon/lbsyunlogo_icon.ico"></head><body><!--主体部分--><div class = "mcontainer"><div class = "showCode"><p>自定义地图代码</p><p style="color:red;font-weight:600">地图生成工具基于百度地图JS api v2.0版本开发,为了正常使用百度地图API服务,请在此段代码中加入您的密匙。</p><p><a style = "color: #2f83c7;" href="/map/index.php?title=jspopular/guide/introduction" target="_blank">了解如何申请密匙</a></p><textarea id="code" readonly="readonly" class = "l"></textarea><div style = "width: 120px;height:100%" class = "r"><div id="app_key"><a href = "/apiconsole/key?application=key" target="_blank" style="color:#2f83c7">申请密匙</a></div><div id = "d_clip_button" >复制代码</div><div id = "close">关闭</div></div></div><h1>第一步 创建地图</h1><div class = "draw_map l"><div class = "nav l"><ul><li><div class="current list-item" >&nbsp;1. 定位中心点</div><div id = "set_center" class = "show l mt-10"><div id = "setCity" style = "height:26px;"><div class = "show">当前城市:<span id="current_city">北京市</span><span style = "color:#2f83c7; cursor:pointer;" id = "change_city" onclick = "setCity()"> 切换</span></div><div class = "hidden"><input id = "input_city" type = "text" value = "请输入城市名称" style = "width: 115px" onclick = "this.value = ''" onkeyup = "citynameKeyUp()"/><span class = "btn_blue" onclick = "confirmCity()">确定</span><span class = "btn_blue" onclick = "exitSetCity()">取消</span></div></div><input id = "input_site" type = "text" value = "输入地名快速定位" onclick = "this.value=''" onkeyup = "siteKeyUp()" style="width:165px"/><span class = "btn_blue" onclick = "searchLocation()">查找</span><p>当前地图中心点经纬度:</p><div style="margin-bottom:10px;"><label class="l" style="line-height:22px">X:</label><div id = "input_x" style = "line-height:20px; width: 110px;display:block; margin-left:30px">116.403874</div></div><div style="margin-bottom:10px;"><label class="l" style="line-height:22px">Y:</label><div id = "input_y" style = "line-height:20px; width: 110px;margin-left: 30px;">39.914889</div></div><div><label class="l" style="line-height:22px">当前地图级别:</label><div id = "input_zoom" style = "line-height:20px; width: 20px;border:solid 1px #626262;background:#eee;margin-left: 90px;">12</div></div></div></li><li><div class="list-item" >&nbsp;2. 设置地图</div><div id = "map_contorl" class = "hidden"><div class = "l mt-10" style = "margin-bottom:10px"><div style = "width:70px;height:100%" class = "l"><h3>地图尺寸</h3> </div><div class = "l" style = "height:100%;width:153px;">宽度:<input id = "input_map_width" style = "width: 70px;margin-bottom:10px;" type = "text" value = "700" onkeyup = "resizeMap()"/> 像素<br>高度:<input id= "input_map_height" style = "width: 70px" type = "text" value = "550" onkeyup = "resizeMap()"/> 像素<div class = "l"><div style = "width:70px;height:20px" class = "l"><h3>添加按钮</h3> </div><div class = "l" style = "height:100%;width:153px;"><div class = "bg-gray"><label ><input id = "input_add_nav" class = "cb" type = "checkbox" checked = "true" onclick = "addNavControl()"/>地图缩放</label><br></div><div class = "l" style = ""><label style="float:left;height:25px;line-height:25px;dispaly:inline-block">样式:</label><div style = "width:100px; height: 45px " class = "l"><label><input name = "nav_style" type = "radio" checked = "true" value ="BMAP_NAVIGATION_CONTROL_LARGE" onclick = "resetNavType()"/>标准</label><label><input name = "nav_style" type = "radio" value ="BMAP_NAVIGATION_CONTROL_SMALL" onclick = "resetNavType()"/>精简</label><label><input name = "nav_style" type = "radio" value ="BMAP_NAVIGATION_CONTROL_PAN" onclick = "resetNavType()"/>平移</label><label><input name = "nav_style" type = "radio" value ="BMAP_NAVIGATION_CONTROL_ZOOM" onclick = "resetNavType()"/>缩放</label></div><label style="float:left;height:25px;line-height:25px;dispaly:inline-block">位置:</label><div style = "width:100px; height: 45px " class = "l"><label><input name = "nav_pos" type = "radio" checked = "true" value = "BMAP_ANCHOR_TOP_LEFT" onclick = "resetNavPos()"/>左上</label><label><input name = "nav_pos" type = "radio" value = "BMAP_ANCHOR_TOP_RIGHT" onclick = "resetNavPos()"/>右上</label><label><input name = "nav_pos" type = "radio" value = "BMAP_ANCHOR_BOTTOM_LEFT" onclick = "resetNavPos()"/>左下</label><label><input name = "nav_pos" type = "radio" value = "BMAP_ANCHOR_BOTTOM_RIGHT" onclick = "resetNavPos()"/>右下</label></div></div><div class = "bg-gray clearfix"><label ><input id = "input_add_overview" class = "cb" type = "checkbox" checked = "true" onclick = "addOverviewControl()"/>地图缩略图</label><br/></div><div class = "l" style = "background:#fff"><label style="float:left;height:25px;line-height:25px;dispaly:inline-block">状态:</label><div style = "width:100px; height: 25px " class = "l"><label><input name = "overview_style" type = "radio" checked = "true" onclick = "resetView()"/>展开</label><label><input name = "overview_style" type = "radio" onclick = "resetView()"/>收起</label></div><label style="float:left;height:25px;line-height:25px;dispaly:inline-block">位置:</label><div style = "width:100px; height: 45px " class = "l"><label><input name = "overview_pos" type = "radio" value = "BMAP_ANCHOR_TOP_LEFT" onclick = "resetOverviewPos()"/>左上</label><label><input name = "overview_pos" type = "radio" value = "BMAP_ANCHOR_TOP_RIGHT" onclick = "resetOverviewPos()"/>右上</label><label><input name = "overview_pos" type = "radio" value = "BMAP_ANCHOR_BOTTOM_LEFT" onclick = "resetOverviewPos()"/>左下</label><label><input name = "overview_pos" type = "radio" value = "BMAP_ANCHOR_BOTTOM_RIGHT" checked = "true" onclick = "resetOverviewPos()"/>右下</label></div></div><div class = "bg-gray clearfix"><label ><input id = "input_add_scale" class = "cb" type = "checkbox" checked = "true" onclick = "addScaleControl()"/>地图比例尺</label><br/></div><div class = "l" style = "background:#fff"><label style="float:left;height:25px;line-height:25px;dispaly:inline-block">单位:</label><div style = "width:100px; height: 25px " class = "l"><label><input name = "scale_style" type = "radio" checked = "true" value = "BMAP_UNIT_METRIC" onclick = "resetScaleUnit(this.value)"/>公制</label><label><input name = "scale_style" type = "radio" value = "BMAP_UNIT_IMPERIAL" onclick = "resetScaleUnit(this.value)"/>英制</label></div><label style="float:left;height:25px;line-height:25px;dispaly:inline-block">位置:</label><div style = "width:100px; height: 45px " class = "l"><label><input name = "scale_pos" type = "radio" value = "BMAP_ANCHOR_TOP_LEFT" onclick = "resetScalePos()"/>左上</label><label><input name = "scale_pos" type = "radio" value = "BMAP_ANCHOR_TOP_RIGHT" onclick = "resetScalePos()"/>右上</label><label><input name = "scale_pos" type = "radio" value = "BMAP_ANCHOR_BOTTOM_LEFT" checked = "true" onclick = "resetScalePos()"/>左下</label><label><input name = "scale_pos" type = "radio" value = "BMAP_ANCHOR_BOTTOM_RIGHT" onclick = "resetScalePos()"/>右下</label></div></div></div> </div><div class = "l"><div style = "width:70px;height:100%" class = "l"><h3>地图状态</h3> </div><div class = "l" style = "height:100%;width:153px;"><label><input id = "cb1" class = "cb" type = "checkbox" checked = "true" onclick = "resetScrollWhellZoom()"/>鼠标滚轮缩放</label><br/><label><input id = "cb2" class = "cb" type = "checkbox" checked = "true" onclick = "resetKeyboard()"/>键盘方向移动</label><br/><label><input id = "cb3" class = "cb" type = "checkbox" checked = "true" onclick = "resetDragging()"/>鼠标拖动地图</label><br/><label><input id = "cb4" class = "cb" type = "checkbox" checked = "true" onclick = "resetDoubleClickZoom()"/>鼠标双击放大</label><br/></div> </li><li><div class="list-item" >&nbsp;3. 添加标注</div><div class = "l hidden"><div id = "add_overlay" class = "l mt-10"><div id = "marker_nav"><ul><li idx = "0" id = "ol_marker" class = "l " title = "点标记" onclick = "addMarker()"></li><li idx = "1" id = "ol_polygen" class = "l" title = "线标记" onclick = "addPolyline()"></li><li idx = "2" id = "ol_label" class = "l" title = "文字标记" onclick = "addLabel()"></li></ul><p id = "tip1" class = "show">还没有在地图上添加点标记,点击上面的按钮开始在地图上添加点标记</p><p id = "tip2" class = "hidden">还没有在地图上添加线标记,点击上面的按钮开始在地图上添加线标记</p><p id = "tip3" class = "hidden">还没有在地图上添加文字标记,点击上面的按钮开始在地图上添加文字标记</p></div><p id = "warning_marker">最多只能添加10个标记</p><p id = "warning_label">最多只能添加10个文字标注</p><p id = "warning_polyline">最多只能添加10个线标注</p><div class = "l" id = "list_marker"></div><div class = "l" id = "list_polyline"></div><div class = "l" id = "list_label"></div></div></div></li></ul></div><div id = "map_container" class = "map l" style = "margin-bottom: 10px"></div></div><h1 class = "clearfix">第二步 获取代码</h1><div style = "height:70px; border-bottom: solid 1px #e5e5e5;"><div style = "width: 300px; margin:auto;"><div id = "get_code" class = "btn l" onclick = "showCode()" ></div><div id = "pre_code" class = "btn l" onclick = "previewPage()"></div></div></div><!--主体部分 end--></body><script>// var _hmt = _hmt || [];(function () {var hm = document.createElement('script');hm.src = '/hm.js?b5ada71a7fc1ceaa3be32030f94c1d68';var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(hm, s);})();</script></html><script type = "text/javascript" src = "http://api./lbsapi/createmap/js/jquery-1.11.1.min.js"></script><script src="http://api./api?v=2.0&ak=eYf9sA6yVTFHlh9ytU4a0EYY" type = "text/javascript" ></script><script type = "text/javascript" src = "http://api./lbsapi/createmap/js/mapConfig.js"></script><script type = "text/javascript" src = "http://api./lbsapi/createmap/js/main.js"></script><script type = "text/javascript" src = "http://api./lbsapi/createmap/js/mapSettings.js?city"></script><script type = "text/javascript" src = "http://api./lbsapi/createmap/js/getCode.js"></script><script type="text/javascript" src="http://api./lbsapi/createmap/ZeroClipboard.js"></script>

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。