From 685b2cecc40a02de35a7fa624aabb016bde5a28b Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 28 May 2021 15:05:49 +0800
Subject: [PATCH] 样式优化
---
xcxjingqingmap_lxdh/img/green.png | 0
xcxjingqingmap_lxdh/css/fonts/element-icons.woff | 0
xcxjingqingmap_lxdh/lid/MarkerCluster.css | 0
xcxjingqingmap_lxdh/popup/user.html | 0
xcxjingqingmap_lxdh/lid/proj4.js | 0
xcxjingqingmap_lxdh/img/qd.png | 0
xcxjingqingmap_lxdh/img/shijian.png | 0
xcxjingqingmap_lxdh/lxdhmap.html | 0
xcxjingqingmap_lxdh/css/fonts/element-icons.ttf | 0
xcxjingqingmap_lxdh/css/elementUI.css | 0
xcxjingqingmap_lxdh/img/shiping.png | 0
xcxjingqingmap_lxdh/img/xiangji.png | 0
xcxjingqingmap_lxdh/lid/MarkerCluster.Default.css | 0
xcxjingqingmap_lxdh/img/dianhua.png | 0
xcxjingqingmap_lxdh/img/leixing.png | 0
xcxjingqingmap_lxdh/img/ren.png | 0
xcxjingqingmap_lxdh/img/red.png | 0
xcxjingqingmap_lxdh/js/lxdhmap.js | 0
xcxjingqingmap_lxdh/css/body.css | 0
xcxjingqingmap_lxdh/img/huifang.png | 0
xcxjingqingmap_lxdh/css/lxdhmap.css | 0
xcxjingqingmap_lxdh/img/gaunbi.png | 0
xcxjingqingmap_lxdh/img/shiyongren.png | 0
xcxjingqingmap_lxdh/img/yellow.png | 0
xcxjingqingmap_lxdh/img/shiping11.png | 0
xcxjingqingmap_lxdh/img/sous.png | 0
xcxjingqingmap_lxdh/lid/leaflet.css | 0
/dev/null | 177 -----------------------------------------------------------
xcxjingqingmap_lxdh/img/zd.png | 0
xcxjingqingmap_lxdh/img/gray.png | 0
xcxjingqingmap_lxdh/lid/leaflet.markercluster-src.js | 0
xcxjingqingmap_lxdh/lid/proj4leaflet.js | 0
xcxjingqingmap_lxdh/img/beizhu.png | 0
xcxjingqingmap_lxdh/img/dingwei.png | 0
xcxjingqingmap_lxdh/js/move.js | 0
xcxjingqingmap_lxdh/lid/leaflet.js | 0
36 files changed, 0 insertions(+), 177 deletions(-)
diff --git a/xcxjingqingmap/js/vueMain.js b/xcxjingqingmap/js/vueMain.js
deleted file mode 100644
index 0fe0a90..0000000
--- a/xcxjingqingmap/js/vueMain.js
+++ /dev/null
@@ -1,251 +0,0 @@
-var me = new Vue({
- el: '#mapVue',
- data: {
- map: null,//map
- getdata: null,
- marker: null,
- layuiLayer: null,
- nowIndex: null,
-
- activeName: 'first',
-
- move: null,//存放移动实例
-
- seedata: '',
-
- nowPosition: '',
-
- shipingPopupShow: false,
- shipingM3u8Url: '',
- resultFeedbackPopupShow: false,
- popupDisplay: "none",
- },
- methods: {
- getDataList() {
- var that = this;
- // var url = 'https://web.byisf.com/api/blade-jfpts/equipment/equipment/listAll';
- // axios.get(url).then((res) => {
- // that.getdata = res.data.data;
- that.beginCome();
- // })
- },
- beginCome() {
- this.getdata = this.getQueryVariable('data');//url解码
- // console.log(this.getdata)
- // this.getdata = [{
- // jd: 115.91042800000002,
- // wd: 28.68094757898212,
- // state: 0,
- // dtype: 0,
- // size: 300,
- // title: '第一个'
- // }];//url解码
- this.map = this.beginMap(this.map, this.getdata);//创建并接受map
- this.move = new myDomMove('#seedata', '.title', '#map');
- // var dy = document.documentElement.clientHeight - 50;
- // $('#seedata').animate({ top: dy + "px" }, 10);
- // $('#map').css("height", (index, value) => {//改变地图高度
- // return '100%';
- // // })
- this.map.invalidateSize(true);//应用地图高度
- this.move.followFinger(this.map, 'down');
- },
- getQueryVariable(variable) {
- var query = window.location.search.substring(1);
- var vars = query.split("&");
- for (var i = 0; i < vars.length; i++) {
- var pair = vars[i].split("=");
- if (pair[0] == variable) { return JSON.parse(decodeURI(pair[1])); }//解码url 和 JSON
- }
- return (false);
- },
- beginMap(map, data) {
- var that = this,
- center = [data[0].wd, data[0].jd],
- url = `/api/blade-jfpts/alarm/alarm/APP-getAlarm?id=${data[0].id}`;
- this.nowPosition = center;
- axios.post(url).then((res) => {
- // console.log(res)
- if (res.data.data.length != 0) {
- var dat = res.data.data[0];
- for (var key in dat) {
- if (dat[key] == null || dat[key] == '') {
- dat[key] = '暂无'
- }
- }
- this.seedata = dat;
-
- } else {
- this.seedata = data[0];
- }
- // console.log(this.seedata, 1524545453)
- })
-
-
- var createMap = () => {
- map = L.map('map', { //初始化地图
- center: center,
- zoom: 12,
- minZoom: 2,
- maxZoom: 17,
- attributionControl: false, //去掉右下角
- zoomControl: false, //去掉缩放
- });
- L.tileLayer( //添加切片图层
- // "https://webmap-tile.sf-express.com/MapTileService/rt?x={x}&y={y}&z={z}", {//顺丰地图
- "https://webmap-tile.sf-express.com/MapTileService/rt?fetchtype=static&x={x}&y={y}&z={z}&project=sfmap&pic_size=256&pic_type=png8&data_name=361100&data_format=merged-dat&data_type=normal", {//顺丰地图
- // "http://webrd0{s}.is.autonavi.com/appmaptile?lang=zh_cn&size=1&scale=1&style=8&x={x}&y={y}&z={z}", {
-
- // subdomains: ["1", "2", "3", "4"],
- // attribution: "高德"
- }
- ).addTo(map);
- }
- createMap();
- var markers = L.markerClusterGroup();
-
- var transportIcon = L.Icon.extend({ //图标初始化
- options: {
- iconSize: [30, 30], // 图标尺寸
- // iconAnchor: [30, 30], // 图标偏移量
- // popupAnchor: [-20, -20] // 弹出框偏移量
- }
- });
- var carIcon = new transportIcon({ //引入图标
- iconUrl: './img/gray.png'
- }),
- planeIcon = new transportIcon({
- iconUrl: './img/green.png'
- }),
- busIcon = new transportIcon({
- iconUrl: './img/red.png'
- });
- // console.log(data, 43545343)
- var setData = (a) => {//定义图标
- marker = L.marker([a.wd, a.jd], {
- icon: a.dtype == 0 ? carIcon : a.dtype == 1 ? planeIcon : a.dtype == 2 ? busIcon : '',
- // title: title,
- myData: {//自定义数据
- ...a
- }
- });
- }
- for (var i = 0; i < data.length; i++) {
- var a = data[i];
- // var title = a.title;
- if (a.dtype == 0) {
- setData(a);
- } else if (a.dtype == 1) {
- setData(a);
- } else if (a.dtype == 2) {
- setData(a);
- }
- // marker.bindPopup(title);
- markers.addLayer(marker);
- }
- map.addLayer(markers);
-
- markers.on('click', function (a) {
- // that.drawer = true;
- // that.seedata = a.layer.options.myData;
- $('#seedata').css('top', '');
- $('#map').css("height", (index, value) => {//改变地图高度
- return '50%';
- })
- map.invalidateSize(true);//应用地图高度
- // console.log(a.layer.options.myData);
- that.move.destruction();
- that.move.followFinger(map, 'down');
-
- });
- that.seedata = data[0];
- // map.on('mousemove', (e) => {//实时显示坐标
- // let latlng = e.latlng;
- // console.log(latlng);// {lat: 30.59, lng: 114.32}
- // });
- return map;//抛出map
- },
- handleClick(tab, event) {
- // console.log(tab, event);
- },
-
- locationMap() {
- this.map.setView(this.nowPosition, 12);
- // console.log(wx,12);
- // wx.miniProgram.navigateTo({url: 'pages/workbench/workbench'})
- },
- shipingClick(open) {//打开视频
- if (open) {
- this.openRealVideoBox(this.seedata.serialNumber, this.seedata.channelNumber, this.seedata.deviceNumber, this.seedata.manufacturer);
- } else {
- this.shipingPopupShow = false;
- }
- },
- resultFeedbackClick() {//结果反馈跳转小程序
- this.gotoxcx('policeDetails');
- },
- openRealVideoBox(serialNumber, channelNumber, deviceNumber, manufacturer) {//获取视频地址
- var that = this;
- if (manufacturer == "HK") {
- axios
- .get(
- `/api/blade-jfpts/equipment/equipment/selectEquimentPlayInfo?number=${deviceNumber}&bmp=m3u8&manufacturer=${manufacturer}`
- )
- .then((result) => {
- that.videoSource = result.data.data.address;
- that.shipingM3u8Url = decodeURIComponent(that.videoSource);
- that.shipingPopupShow = true;
- })
- .ce;
- } else {
- var newAxios = axios.create({
- baseURL: "https://web.byisf.com:18000",
- withCredentials: false,
- headers: {
- "Content-type": "application/x-www-form-urlencoded",
- },
- });
- newAxios
- .post(
- "/api_control",
- {},
- {
- params: {
- param: JSON.stringify({ PktType: "GetAccessToken" }),
- },
- }
- )
- .then((res) => {
- newAxios
- .get(
- `https://web.byisf.com:18000/GetPlayUrl?deviceCode=${serialNumber}&chl=${channelNumber}`
- )
- .then((result) => {
- that.videoSource = result.data.data.m3u8;
- that.shipingM3u8Url = decodeURIComponent(that.videoSource);
- that.shipingPopupShow = true;
- });
- });
- }
- },
- upData() {
- console.log('上传信息成功')
- },
- gotoxcx(routs) {
- wx.miniProgram.navigateTo({
- url:`../poput/workbench/policeDetails/${routs}?id=${this.seedata.id}`, //指定跳转至小程序页面的门路
- success: function(){
- console.log('success'); //页面跳转胜利的回调函数
- }
- });
- }
-
- },
- created() {
- },
- mounted() {
- this.getDataList();
- },
- wacth: {
- }
-})
\ No newline at end of file
diff --git a/xcxjingqingmap/xcxmap.html b/xcxjingqingmap/xcxmap.html
deleted file mode 100644
index 5295cb6..0000000
--- a/xcxjingqingmap/xcxmap.html
+++ /dev/null
@@ -1,177 +0,0 @@
-<!DOCTYPE html>
-<html>
-
-<head>
- <meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
- <title>地图</title>
- <!-- vue -->
- <script src="https://cdn.jsdelivr.net/npm/vue@2.6.12"></script>
-
- <!-- leaflet支持 -->
- <script src="./lid/leaflet.js"></script>
- <link rel="stylesheet" href="./lid/leaflet.css" />
-
- <!-- leaflet聚合支持 -->
- <link rel="stylesheet" href="./lid/MarkerCluster.css" />
- <link rel="stylesheet" href="./lid/MarkerCluster.Default.css" />
- <script src="./lid/leaflet.markercluster-src.js"></script>
-
- <!-- layui支持 -->
- <!-- <link rel="stylesheet" href="../map/lib/layui/css/layui.css" media="all"> -->
- <!-- <script src="../map/lib/layui/layui.js" charset="utf-8"></script> -->
-
- <!-- axios支持 -->
- <script src="../map/lib/axios.js"></script>
-
- <!-- elementui -->
- <script src="../map/lib/elementUi.js"></script>
- <!-- <link rel="stylesheet" href="../map/lib/elementUi.css"> -->
- <link rel="stylesheet" href="./css/elementUI.css">
- <!-- <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css"> -->
-
- <!-- jqurey -->
- <script src="../map/lib/jquery.js" charset="utf-8"></script>
-
- <!-- 微信支持 -->
- <script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.4.0.js"></script>
- <!-- <script src="./js/wx.js"></script> -->
-
- <!-- omyself支持 -->
- <link rel="stylesheet" href="./css/body.css" />
-
- <!-- myDomMove -->
- <script src="./js/move.js"></script>
- <!-- sha1加密 -->
- <!-- <script src="./js/sha1.js"></script> -->
-
-</head>
-
-<body>
- <div id="mapVue">
- <div class="dingwei" @click="locationMap">
- <img style="width: 80%;height: 80%;" src="./img/dingwei.png" alt="">
- </div>
- <div id="map"></div>
- <div id="seedata">
- <div class="title">
- {{seedata.place}}
- <!-- {{getdata[0].place}} -->
- <div class="title-span"> </div>
- <div class="title-span"> </div>
- </div>
- <div class="main">
- <div class="f-m-once">
- <div class="f-m-o-title">
- <img class="f-m-o-t-img" src="./img/ren.png" alt="">
- 使用方:
- </div>
- <div class="f-m-o-center">{{seedata.deptName}}</div>
- </div>
- <div class="f-m-once">
- <div class="f-m-o-title">
- <img class="f-m-o-t-img" src="./img/ren.png" alt="">
- 接警人:
- </div>
- <div class="f-m-o-center">{{seedata.alarmPeople}}</div>
- </div>
- <div class="f-m-once">
- <div class="f-m-o-title">
- <img class="f-m-o-t-img" src="./img/dianhua.png" alt="">
- 联系电话:
- </div>
- <div class="f-m-o-center">{{seedata.phoneNumber}}</div>
- </div>
- <el-divider></el-divider>
- <div class="f-m-once">
- <div class="f-m-o-title">
- <img class="f-m-o-t-img" src="./img/shijian.png" alt="">
- 报警时间:
- </div>
- <div class="f-m-o-center">{{seedata.alarmTime}}</div>
- </div>
- <div class="f-m-once">
- <div class="f-m-o-title">
- <img class="f-m-o-t-img" src="./img/leixing.png" alt="">
- 报警类型&&编号:
- </div>
- <div class="f-m-o-center">{{seedata.alarmType}}&&{{seedata.id}}</div>
- </div>
- <el-divider></el-divider>
- <div class="f-m-once">
- <div class="f-m-o-title">
- <img class="f-m-o-t-img" src="./img/beizhu.png" alt="">
- 备注:
- </div>
- <div class="f-m-o-center">{{seedata.bz}}</div>
- </div>
- <div class="but">
- <div class="buta" @click="shipingClick(true)">
- <img class="b-b-img" src="./img/shiping.png" alt="">
- </div>
- <!-- 加上display: none不会闪烁 -->
- <div class="shipingPopup" v-show="shipingPopupShow" style="display: none;">
- <div class="s-p-main">
- <div @click="shipingClick(false)">
- <img src="./img/gaunbi.png" alt="" class="s-p-gaunbi">
- </div>
- <!-- <video style="height: 550px; width: 100%" controls="controls"
- id="real_video_shipingPopup" src=""></video> -->
- <video style="height: 550px; width: 100%" controls="controls" :src="shipingM3u8Url"></video>
- </div>
- </div>
- <div class="butb" @click="resultFeedbackClick">结果反馈</div>
- <!-- 加上display: none不会闪烁 -->
- <!-- <div class="resultFeedback" v-show="resultFeedbackPopupShow" style="display: none;">
- <div class="b-r-main">
- <div @click="resultFeedbackClick">
- <img src="./img/gaunbi.png" alt="" class="s-p-gaunbi">
- </div>
- <div class="b-r-main-in">
- <div class="b-r-m-i-once">
- <div class="b-r-m-i-o-title">
- 警情反馈:
- </div>
- <div class="b-r-m-i-o-center">
- <textarea rows="9" cols="27" placeholder="请输入警情反馈。"></textarea>
- </div>
- </div>
- <div class="b-r-m-i-once b-r-i-o-ups">
- <div class="b-r-m-i-o-title">
- 照片上传:
- </div>
- <div class="b-r-m-i-o-center">
- <img class="b-r-m-i-o-c-img" src="./img/xiangji.png" alt="">
- <div>2522</div>
- </div>
- </div>
- <el-divider></el-divider>
- <div class="b-r-m-i-once b-r-i-o-ups">
- <div class="b-r-m-i-o-title">
- 视频上传:
- </div>
- <div class="b-r-m-i-o-center">
- <img class="b-r-m-i-o-c-img" src="./img/shiping11.png" alt="">
- <div>2522</div>
- </div>
- </div>
- <div class="butb b-r-m-but" @click="upData">结果反馈</div>
- </div>
- </div>
- </div> -->
- <div class="butc">
- <img class="b-b-img" src="./img/huifang.png" alt="">
- <!-- <div class="huifangPopup">
- 回放
- </div> -->
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- vue渲染 -->
- <script src="./js/vueMain.js"></script>
-</body>
-
-</html>
\ No newline at end of file
diff --git a/xcxjingqingmap/css/body.css b/xcxjingqingmap_lxdh/css/body.css
similarity index 100%
rename from xcxjingqingmap/css/body.css
rename to xcxjingqingmap_lxdh/css/body.css
diff --git a/xcxjingqingmap/css/elementUI.css b/xcxjingqingmap_lxdh/css/elementUI.css
similarity index 100%
rename from xcxjingqingmap/css/elementUI.css
rename to xcxjingqingmap_lxdh/css/elementUI.css
diff --git a/xcxjingqingmap/css/fonts/element-icons.ttf b/xcxjingqingmap_lxdh/css/fonts/element-icons.ttf
similarity index 100%
rename from xcxjingqingmap/css/fonts/element-icons.ttf
rename to xcxjingqingmap_lxdh/css/fonts/element-icons.ttf
Binary files differ
diff --git a/xcxjingqingmap/css/fonts/element-icons.woff b/xcxjingqingmap_lxdh/css/fonts/element-icons.woff
similarity index 100%
rename from xcxjingqingmap/css/fonts/element-icons.woff
rename to xcxjingqingmap_lxdh/css/fonts/element-icons.woff
Binary files differ
diff --git a/xcxjingqingmap/css/lxdhmap.css b/xcxjingqingmap_lxdh/css/lxdhmap.css
similarity index 100%
rename from xcxjingqingmap/css/lxdhmap.css
rename to xcxjingqingmap_lxdh/css/lxdhmap.css
diff --git a/xcxjingqingmap/img/beizhu.png b/xcxjingqingmap_lxdh/img/beizhu.png
similarity index 100%
rename from xcxjingqingmap/img/beizhu.png
rename to xcxjingqingmap_lxdh/img/beizhu.png
Binary files differ
diff --git a/xcxjingqingmap/img/dianhua.png b/xcxjingqingmap_lxdh/img/dianhua.png
similarity index 100%
rename from xcxjingqingmap/img/dianhua.png
rename to xcxjingqingmap_lxdh/img/dianhua.png
Binary files differ
diff --git a/xcxjingqingmap/img/dingwei.png b/xcxjingqingmap_lxdh/img/dingwei.png
similarity index 100%
rename from xcxjingqingmap/img/dingwei.png
rename to xcxjingqingmap_lxdh/img/dingwei.png
Binary files differ
diff --git a/xcxjingqingmap/img/gaunbi.png b/xcxjingqingmap_lxdh/img/gaunbi.png
similarity index 100%
rename from xcxjingqingmap/img/gaunbi.png
rename to xcxjingqingmap_lxdh/img/gaunbi.png
Binary files differ
diff --git a/xcxjingqingmap/img/gray.png b/xcxjingqingmap_lxdh/img/gray.png
similarity index 100%
rename from xcxjingqingmap/img/gray.png
rename to xcxjingqingmap_lxdh/img/gray.png
Binary files differ
diff --git a/xcxjingqingmap/img/green.png b/xcxjingqingmap_lxdh/img/green.png
similarity index 100%
rename from xcxjingqingmap/img/green.png
rename to xcxjingqingmap_lxdh/img/green.png
Binary files differ
diff --git a/xcxjingqingmap/img/huifang.png b/xcxjingqingmap_lxdh/img/huifang.png
similarity index 100%
rename from xcxjingqingmap/img/huifang.png
rename to xcxjingqingmap_lxdh/img/huifang.png
Binary files differ
diff --git a/xcxjingqingmap/img/leixing.png b/xcxjingqingmap_lxdh/img/leixing.png
similarity index 100%
rename from xcxjingqingmap/img/leixing.png
rename to xcxjingqingmap_lxdh/img/leixing.png
Binary files differ
diff --git a/xcxjingqingmap/img/qd.png b/xcxjingqingmap_lxdh/img/qd.png
similarity index 100%
rename from xcxjingqingmap/img/qd.png
rename to xcxjingqingmap_lxdh/img/qd.png
Binary files differ
diff --git a/xcxjingqingmap/img/red.png b/xcxjingqingmap_lxdh/img/red.png
similarity index 100%
rename from xcxjingqingmap/img/red.png
rename to xcxjingqingmap_lxdh/img/red.png
Binary files differ
diff --git a/xcxjingqingmap/img/ren.png b/xcxjingqingmap_lxdh/img/ren.png
similarity index 100%
rename from xcxjingqingmap/img/ren.png
rename to xcxjingqingmap_lxdh/img/ren.png
Binary files differ
diff --git a/xcxjingqingmap/img/shijian.png b/xcxjingqingmap_lxdh/img/shijian.png
similarity index 100%
rename from xcxjingqingmap/img/shijian.png
rename to xcxjingqingmap_lxdh/img/shijian.png
Binary files differ
diff --git a/xcxjingqingmap/img/shiping.png b/xcxjingqingmap_lxdh/img/shiping.png
similarity index 100%
rename from xcxjingqingmap/img/shiping.png
rename to xcxjingqingmap_lxdh/img/shiping.png
Binary files differ
diff --git a/xcxjingqingmap/img/shiping11.png b/xcxjingqingmap_lxdh/img/shiping11.png
similarity index 100%
rename from xcxjingqingmap/img/shiping11.png
rename to xcxjingqingmap_lxdh/img/shiping11.png
Binary files differ
diff --git a/xcxjingqingmap/img/shiyongren.png b/xcxjingqingmap_lxdh/img/shiyongren.png
similarity index 100%
rename from xcxjingqingmap/img/shiyongren.png
rename to xcxjingqingmap_lxdh/img/shiyongren.png
Binary files differ
diff --git a/xcxjingqingmap/img/sous.png b/xcxjingqingmap_lxdh/img/sous.png
similarity index 100%
rename from xcxjingqingmap/img/sous.png
rename to xcxjingqingmap_lxdh/img/sous.png
Binary files differ
diff --git a/xcxjingqingmap/img/xiangji.png b/xcxjingqingmap_lxdh/img/xiangji.png
similarity index 100%
rename from xcxjingqingmap/img/xiangji.png
rename to xcxjingqingmap_lxdh/img/xiangji.png
Binary files differ
diff --git a/xcxjingqingmap/img/yellow.png b/xcxjingqingmap_lxdh/img/yellow.png
similarity index 100%
rename from xcxjingqingmap/img/yellow.png
rename to xcxjingqingmap_lxdh/img/yellow.png
Binary files differ
diff --git a/xcxjingqingmap/img/zd.png b/xcxjingqingmap_lxdh/img/zd.png
similarity index 100%
rename from xcxjingqingmap/img/zd.png
rename to xcxjingqingmap_lxdh/img/zd.png
Binary files differ
diff --git a/xcxjingqingmap/js/lxdhmap.js b/xcxjingqingmap_lxdh/js/lxdhmap.js
similarity index 100%
rename from xcxjingqingmap/js/lxdhmap.js
rename to xcxjingqingmap_lxdh/js/lxdhmap.js
diff --git a/xcxjingqingmap/js/move.js b/xcxjingqingmap_lxdh/js/move.js
similarity index 100%
rename from xcxjingqingmap/js/move.js
rename to xcxjingqingmap_lxdh/js/move.js
diff --git a/xcxjingqingmap/lid/MarkerCluster.Default.css b/xcxjingqingmap_lxdh/lid/MarkerCluster.Default.css
similarity index 100%
rename from xcxjingqingmap/lid/MarkerCluster.Default.css
rename to xcxjingqingmap_lxdh/lid/MarkerCluster.Default.css
diff --git a/xcxjingqingmap/lid/MarkerCluster.css b/xcxjingqingmap_lxdh/lid/MarkerCluster.css
similarity index 100%
rename from xcxjingqingmap/lid/MarkerCluster.css
rename to xcxjingqingmap_lxdh/lid/MarkerCluster.css
diff --git a/xcxjingqingmap/lid/leaflet.css b/xcxjingqingmap_lxdh/lid/leaflet.css
similarity index 100%
rename from xcxjingqingmap/lid/leaflet.css
rename to xcxjingqingmap_lxdh/lid/leaflet.css
diff --git a/xcxjingqingmap/lid/leaflet.js b/xcxjingqingmap_lxdh/lid/leaflet.js
similarity index 100%
rename from xcxjingqingmap/lid/leaflet.js
rename to xcxjingqingmap_lxdh/lid/leaflet.js
diff --git a/xcxjingqingmap/lid/leaflet.markercluster-src.js b/xcxjingqingmap_lxdh/lid/leaflet.markercluster-src.js
similarity index 100%
rename from xcxjingqingmap/lid/leaflet.markercluster-src.js
rename to xcxjingqingmap_lxdh/lid/leaflet.markercluster-src.js
diff --git a/xcxjingqingmap/lid/proj4.js b/xcxjingqingmap_lxdh/lid/proj4.js
similarity index 100%
rename from xcxjingqingmap/lid/proj4.js
rename to xcxjingqingmap_lxdh/lid/proj4.js
diff --git a/xcxjingqingmap/lid/proj4leaflet.js b/xcxjingqingmap_lxdh/lid/proj4leaflet.js
similarity index 100%
rename from xcxjingqingmap/lid/proj4leaflet.js
rename to xcxjingqingmap_lxdh/lid/proj4leaflet.js
diff --git a/xcxjingqingmap/lxdhmap.html b/xcxjingqingmap_lxdh/lxdhmap.html
similarity index 100%
rename from xcxjingqingmap/lxdhmap.html
rename to xcxjingqingmap_lxdh/lxdhmap.html
diff --git a/xcxjingqingmap/popup/user.html b/xcxjingqingmap_lxdh/popup/user.html
similarity index 100%
rename from xcxjingqingmap/popup/user.html
rename to xcxjingqingmap_lxdh/popup/user.html
--
Gitblit v1.9.3