Commit 7f42862b by YANGYANG

海南案侦查 处理

parent 95d4a4ee
[
{
"name": "东来福宾馆",
"x": "110.31527669482666",
"y": "20.03005536691145",
"xy": ["110.31527669482666","20.03005536691145"],
"x": "110.36176540526716",
"y": "20.025680612731684",
"xy": ["110.36176540526716","20.025680612731684"],
"distance": "",
"bh": "1",
"time": "",
......@@ -11,9 +11,9 @@
},
{
"name": "鑫鑫花园",
"x": "110.3121295698008",
"y": "20.026736578538",
"xy": ["110.3121295698008","20.026736578538"],
"x": "110.36009755845802",
"y": "20.023915231346926",
"xy": ["110.36009755845802","20.023915231346926"],
"distance": "",
"bh": "",
"time": "",
......@@ -21,9 +21,9 @@
},
{
"name": "宏锦宾馆",
"x": "110.31374604798539",
"y": "20.024190268992438",
"xy": ["110.31374604798539","20.024190268992438"],
"x": "110.35633271270703",
"y": "20.02613902654675",
"xy": ["110.35633271270703","20.02613902654675"],
"distance": "",
"bh": "",
"time": "",
......@@ -32,9 +32,9 @@
},
{
"name": "广达隆宾馆",
"x": "110.31501920276123",
"y": "20.025091491221442",
"xy": ["110.31501920276123","20.025091491221442"],
"x": "110.35814686170701",
"y": "20.029386937737307",
"xy": ["110.35814686170701","20.029386937737307"],
"distance": "",
"bh": "",
"time": "",
......@@ -54,9 +54,9 @@
{
"name": "新辉宾馆",
"x": "110.32019765517244",
"y": "20.028696380792294",
"xy": ["110.32019765517244","20.028696380792294"],
"x": "110.35522081527083",
"y": "20.025953710525663",
"xy": ["110.35522081527083","20.025953710525663"],
"distance": "",
"bh": "",
"time": "",
......
[
{
"name": "天马星辰网吧",
"x": "110.31859548188432",
"y": "20.027695022978340",
"xy": ["110.31859548188432","20.027695022978340"],
"x": "110.3599159435314",
"y": "20.021959154278015",
"xy": ["110.3599159435314","20.021959154278015"],
"distance": "",
"bh": "1",
"time": "",
"address": "海口市龙华区"
"address": "海口市美兰区"
},
{
"name": "战地网吧",
"x": "110.3175798191739",
"y": "20.02984079019020",
"xy": ["110.3175798191739","20.02984079019020"],
"x": "110.36169107739147",
"y": "20.023529465856704",
"xy": ["110.36169107739147","20.023529465856704"],
"distance": "",
"bh": "",
"time": "",
"address": "海口市龙华区"
"address": "海口市美兰区"
},
{
"name": "无敌网吧",
"x": "110.31517655924172",
"y": "20.026564918476847",
"xy": ["110.31517655924172","20.026564918476847"],
"x": "110.36294927701852",
"y": "20.0272455444836",
"xy": ["110.36294927701852","20.0272455444836"],
"distance": "",
"bh": "",
"time": "",
"address": "海口市龙华区"
"address": "海口市美兰区"
},
{
"name": "爱电竞网咖",
"x": "110.31501920276123",
"y": "20.025091491221442",
"xy": ["110.31501920276123","20.025091491221442"],
"x": "110.36256519075172",
"y": "20.02899679828888",
"xy": ["110.36256519075172","20.02899679828888"],
"distance": "",
"bh": "",
"time": "",
"address": "海口市龙华区"
"address": "海口市美兰区"
},
{
"name": "快乐谷网吧",
"x": "110.31398923449952",
"y": "20.02826722734991",
"xy": ["110.31398923449952","20.02826722734991"],
"x": "110.35928801984332",
"y": "20.02680226362545",
"xy": ["110.35928801984332","20.02680226362545"],
"distance": "",
"bh": "",
"time": "",
"address": "海口市龙华区"
"address": "海口市美兰区"
},
{
"name": "竞技场网吧",
"x": "110.31377465777832",
"y": "20.02746614070583",
"xy": ["110.31377465777832","20.02746614070583"],
"x": "110.3573275686525",
"y": "20.028772468110127",
"xy": ["110.3573275686525","20.028772468110127"],
"distance": "",
"bh": "",
"time": "",
"address": "海口市龙华区"
"address": "海口市美兰区"
}
]
......@@ -23,7 +23,7 @@ public class yazcJson {
@RequestParam String objectValue) {
JSONObject person = null;
try {
if(StringUtils.isNotEmpty(objectValue) && "A4601065200002021121127".equals(objectValue)){
if(StringUtils.isNotEmpty(objectValue) && "A4601085600002022031011".equals(objectValue)){
person = JsonUtils.readJsonFromClassPath("data/yazc/selectCamera.json", JSONObject.class);
}else{
person = JsonUtils.readJsonFromClassPath("data/yrzc/NullData.json", JSONObject.class);
......@@ -41,7 +41,7 @@ public class yazcJson {
@RequestParam String objectValue) {
JSONObject person = null;
try {
if(StringUtils.isNotEmpty(objectValue) && "A4601065200002021121127".equals(objectValue)){
if(StringUtils.isNotEmpty(objectValue) && "A4601085600002022031011".equals(objectValue)){
person = JsonUtils.readJsonFromClassPath("data/yazc/selectJghCameraXx1.json", JSONObject.class);
}else{
person = JsonUtils.readJsonFromClassPath("data/yrzc/NullData.json", JSONObject.class);
......@@ -72,7 +72,7 @@ public class yazcJson {
@RequestParam String objectValue) {
JSONObject person = null;
try {
if(StringUtils.isNotEmpty(objectValue) && "A4601065200002021121127".equals(objectValue)){
if(StringUtils.isNotEmpty(objectValue) && "A4601085600002022031011".equals(objectValue)){
person = JsonUtils.readJsonFromClassPath("data/yazc/selectWisdomEye.json", JSONObject.class);
}else{
person = JsonUtils.readJsonFromClassPath("data/yrzc/NullData.json", JSONObject.class);
......@@ -90,7 +90,7 @@ public class yazcJson {
@RequestParam String objectValue) {
JSONObject person = null;
try {
if(StringUtils.isNotEmpty(objectValue) && "A4601065200002021121127".equals(objectValue)){
if(StringUtils.isNotEmpty(objectValue) && "A4601085600002022031011".equals(objectValue)){
person = JsonUtils.readJsonFromClassPath("data/yazc/selectRxXx.json", JSONObject.class);
}else{
person = JsonUtils.readJsonFromClassPath("data/yrzc/NullData.json", JSONObject.class);
......
......@@ -5,9 +5,9 @@
{
"pole_id": "HK460161500045",
"pole_name": "800281 中国农业银行",
"address": "海南省海口市龙华区中国农业银行",
"x": "110.31951400264313",
"y": "20.026910851173405",
"address": "海南省海口市美兰区中国农业银行",
"x": "110.36137526565503",
"y": "20.028583073675023",
"imagepath": null,
"source": null,
"source_name": null,
......@@ -33,9 +33,9 @@
{
"pole_id": "HK460161500038",
"pole_name": "000290中航大厦S358",
"address": "海南省海口市龙华区中航大厦S358",
"x": "110.32032939418366",
"y": "20.028713295631412",
"address": "海南省海口市美兰区中航大厦S358",
"x": "110.35736658248274",
"y": "20.02883666422646",
"imagepath": null,
"source": null,
"source_name": null,
......@@ -61,9 +61,9 @@
{
"pole_id": "HK460161500038",
"pole_name": "000290佳禾酒店S358",
"address": "海南省海口市龙华区佳禾酒店S358",
"x": "110.31653853833939",
"y": "20.026610443763737",
"address": "海南省海口市美兰区佳禾酒店S358",
"x": "110.3134629384507",
"y": "20.02620990011429",
"imagepath": null,
"source": null,
"source_name": null,
......@@ -90,8 +90,8 @@
"pole_id": "HK460161500038",
"pole_name": "000290中国光大银行ATM(国贸路)S358",
"address": "海南省海口市中国光大银行ATM(国贸路)S358",
"x": "110.31502219573974",
"y": "20.028784821096004",
"x": "110.31286212363136",
"y": "20.027025291054816",
"imagepath": null,
"source": null,
"source_name": null,
......@@ -117,9 +117,9 @@
{
"pole_id": "HK460161500038",
"pole_name": "000290骏达汽车养护中心",
"address": "海南省海口市龙华区骏达汽车养护中心",
"x": "110.3134629384507",
"y": "20.02620990011429",
"address": "海南省海口市美兰区骏达汽车养护中心",
"x": "110.36324793474554",
"y": "20.027441915866135",
"imagepath": null,
"source": null,
"source_name": null,
......@@ -145,9 +145,9 @@
{
"pole_id": "HK460161500108",
"pole_name": "003031城市精英停车场",
"address": "海南省海口市龙华区城市精英停车场",
"x": "110.31286212363136",
"y": "20.027025291054816",
"address": "海南省海口市美兰区城市精英停车场",
"x": "110.3617029810433",
"y": "20.023177691712835",
"imagepath": null,
"source": null,
"source_name": null,
......@@ -173,9 +173,9 @@
{
"pole_id": "HK460161500108",
"pole_name": "003031东北人家(国贸大道店)",
"address": "海南省海口市龙华区东北人家(国贸大道店)",
"x": "110.316109384897",
"y": "20.03167445438385",
"address": "海南省海口市美兰区东北人家(国贸大道店)",
"x": "110.35807663641967",
"y": "20.023604893743382",
"imagepath": null,
"source": null,
"source_name": null,
......@@ -201,9 +201,9 @@
{
"pole_id": "HK460161500081",
"pole_name": "003040交通银行停车场",
"address": "海南省海口市龙华区交通银行停车场",
"x": "110.31552287497414",
"y": "20.0257950522232",
"address": "海南省海口市美兰区交通银行停车场",
"x": "110.360105361486",
"y": "20.022746586858617",
"imagepath": null,
"source": null,
"source_name": null,
......@@ -229,9 +229,9 @@
{
"pole_id": "HK460161500081",
"pole_name": "003040海口易康理疗保健中心",
"address": "海南省海口市龙华区海口易康理疗保健中心",
"x": "110.3138348765238",
"y": "20.030386994056795",
"address": "海南省海口市美兰区海口易康理疗保健中心",
"x": "110.36246570541911",
"y": "20.022395461731563",
"imagepath": null,
"source": null,
"source_name": null,
......@@ -257,9 +257,9 @@
{
"pole_id": "HK460161500080",
"pole_name": "003061中国工商银行(国贸支行营业部)",
"address": "海南省海口市龙华区中国工商银行(国贸支行营业部)",
"x": "110.31443568647171",
"y": "20.02525145764458",
"address": "海南省海口市美兰区中国工商银行(国贸支行营业部)",
"x": "110.36337277926427",
"y": "20.026628474755185",
"imagepath": null,
"source": null,
"source_name": null,
......@@ -285,9 +285,9 @@
{
"pole_id": "HK460161500080",
"pole_name": "003061海南三友物业公司",
"address": "海南省海口市龙华区海南三友物业公司",
"x": "110.31581255354774",
"y": "20.024571964912415",
"address": "海南省海口市美兰区海南三友物业公司",
"x": "110.35738413864087",
"y": "20.028891283785256",
"imagepath": null,
"source": null,
"source_name": null,
......@@ -313,9 +313,9 @@
{
"pole_id": "HK460161500008",
"pole_name": "000070中国老年产业投资集团有限公司",
"address": "海南省海口市龙华区中国老年产业投资集团有限公司",
"x": "110.31323763289345",
"y": "20.02434308263992",
"address": "海南省海口市美兰区中国老年产业投资集团有限公司",
"x": "110.35524812521393",
"y": "20.025906716931118",
"imagepath": null,
"source": null,
"source_name": null,
......
......@@ -7,8 +7,8 @@
"ip": "44.191.226.28",
"addr": "006371中国农业银行",
"addrcode": "006371",
"x": "110.31951400264313",
"y": "20.026910851173405",
"x": "110.36137526565503",
"y": "20.028583073675023",
"cameraid": "46016150001320006371",
"depname": "长安",
"dwlxmc": "动态点位",
......@@ -20,8 +20,8 @@
"ip": "44.191.226.56",
"addr": "006502中航大厦",
"addrcode": "006502",
"x": "110.32032939418366",
"y": "20.028713295631412",
"x": "110.35736658248274",
"y": "20.02883666422646",
"cameraid": "46016150001320006502",
"depname": "长安",
"dwlxmc": "动态点位",
......@@ -33,8 +33,8 @@
"ip": "44.191.226.57",
"addr": "006503佳禾酒店",
"addrcode": "006503",
"x": "110.31653853833939",
"y": "20.026610443763737",
"x": "110.35712274506145",
"y": "20.025949632275356",
"cameraid": "46016150001320006503",
"depname": "长安",
"dwlxmc": "动态点位",
......@@ -85,8 +85,8 @@
"ip": "10.10.10.97",
"addr": "000292东北人家(国贸大道店)",
"addrcode": "000292",
"x": "110.316109384897",
"y": "20.03167445438385",
"x": "110.36324793474554",
"y": "20.027441915866135",
"cameraid": "46016150001320000292",
"depname": "长安",
"dwlxmc": "动态点位",
......@@ -98,8 +98,8 @@
"ip": "44.191.248.75",
"addr": "000293交通银行停车场",
"addrcode": "000293",
"x": "110.31552287497414",
"y": "20.0257950522232",
"x": "110.3617029810433",
"y": "20.023177691712835",
"cameraid": "46016150001320000293",
"depname": "长安",
"dwlxmc": "动态点位",
......@@ -111,8 +111,8 @@
"ip": "44.191.227.13",
"addr": "007161海口易康理疗保健中心",
"addrcode": "007161",
"x": "110.3138348765238",
"y": "20.030386994056795",
"x": "110.35807663641967",
"y": "20.023604893743382",
"cameraid": "46016150001320007161",
"depname": "长安",
"dwlxmc": "动态点位",
......@@ -124,8 +124,8 @@
"ip": "44.191.227.16",
"addr": "007181中国工商银行(国贸支行营业部)",
"addrcode": "007181",
"x": "110.31443568647171",
"y": "20.02525145764458",
"x": "110.360105361486",
"y": "20.022746586858617",
"cameraid": "46016150001320007181",
"depname": "长安",
"dwlxmc": "动态点位",
......@@ -137,8 +137,8 @@
"ip": "44.191.248.171",
"addr": "007301海南三友物业公司",
"addrcode": "007301",
"x": "110.31581255354774",
"y": "20.024571964912415",
"x": "110.36246570541911",
"y": "20.022395461731563",
"cameraid": "46016150001320007301",
"depname": "长安",
"dwlxmc": "动态点位",
......@@ -150,8 +150,8 @@
"ip": "44.191.248.172",
"addr": "007302中国老年产业投资集团有限公司",
"addrcode": "007302",
"x": "110.31323763289345",
"y": "20.02434308263992",
"x": "110.35738413864087",
"y": "20.028891283785256",
"cameraid": "46016150001320007302",
"depname": "长安",
"dwlxmc": "动态点位",
......
......@@ -7,8 +7,8 @@
"ip": "44.191.226.28",
"addr": "006371中国农业银行",
"addrcode": "006371",
"x": "110.31951400264313",
"y": "20.026910851173405",
"x": "110.36137526565503",
"y": "20.028583073675023",
"cameraid": "46016150001320006371",
"depname": "长安",
"dwlxmc": "固定点位",
......@@ -20,8 +20,8 @@
"ip": "44.191.226.56",
"addr": "006502中航大厦",
"addrcode": "006502",
"x": "110.32032939418366",
"y": "20.028713295631412",
"x": "110.35736658248274",
"y": "20.02883666422646",
"cameraid": "46016150001320006502",
"depname": "长安",
"dwlxmc": "固定点位",
......@@ -33,8 +33,8 @@
"ip": "44.191.226.57",
"addr": "006503佳禾酒店",
"addrcode": "006503",
"x": "110.31653853833939",
"y": "20.026610443763737",
"x": "110.35712274506145",
"y": "20.025949632275356",
"cameraid": "46016150001320006503",
"depname": "长安",
"dwlxmc": "固定点位",
......@@ -59,8 +59,8 @@
"ip": "44.191.226.59",
"addr": "006512骏达汽车养护中心",
"addrcode": "006512",
"x": "110.3134629384507",
"y": "20.02620990011429",
"x": "110.31286212363136",
"y": "20.027025291054816",
"cameraid": "46016150001320006512",
"depname": "长安",
"dwlxmc": "固定点位",
......@@ -72,8 +72,8 @@
"ip": "44.191.226.60",
"addr": "006513城市精英停车场",
"addrcode": "006513",
"x": "110.31286212363136",
"y": "20.027025291054816",
"x": "110.36324793474554",
"y": "20.027441915866135",
"cameraid": "46016150001320006513",
"depname": "长安",
"dwlxmc": "固定点位",
......@@ -85,8 +85,8 @@
"ip": "10.10.10.97",
"addr": "000292东北人家(国贸大道店)",
"addrcode": "000292",
"x": "110.316109384897",
"y": "20.03167445438385",
"x": "110.3617029810433",
"y": "20.023177691712835",
"cameraid": "46016150001320000292",
"depname": "长安",
"dwlxmc": "固定点位",
......@@ -98,8 +98,8 @@
"ip": "44.191.248.75",
"addr": "000293交通银行停车场",
"addrcode": "000293",
"x": "110.31552287497414",
"y": "20.0257950522232",
"x": "110.35807663641967",
"y": "20.023604893743382",
"cameraid": "46016150001320000293",
"depname": "长安",
"dwlxmc": "固定点位",
......@@ -111,8 +111,8 @@
"ip": "44.191.227.13",
"addr": "007161海口易康理疗保健中心",
"addrcode": "007161",
"x": "110.3138348765238",
"y": "20.030386994056795",
"x": "110.360105361486",
"y": "20.022746586858617",
"cameraid": "46016150001320007161",
"depname": "长安",
"dwlxmc": "固定点位",
......@@ -124,8 +124,8 @@
"ip": "44.191.227.16",
"addr": "007181中国工商银行(国贸支行营业部)",
"addrcode": "007181",
"x": "110.31443568647171",
"y": "20.02525145764458",
"x": "110.36246570541911",
"y": "20.022395461731563",
"cameraid": "46016150001320007181",
"depname": "长安",
"dwlxmc": "固定点位",
......@@ -137,8 +137,8 @@
"ip": "44.191.248.171",
"addr": "007301海南三友物业公司",
"addrcode": "007301",
"x": "110.31581255354774",
"y": "20.024571964912415",
"x": "110.35738413864087",
"y": "20.028891283785256",
"cameraid": "46016150001320007301",
"depname": "长安",
"dwlxmc": "固定点位",
......@@ -150,8 +150,8 @@
"ip": "44.191.248.172",
"addr": "007302中国老年产业投资集团有限公司",
"addrcode": "007302",
"x": "110.31323763289345",
"y": "20.02434308263992",
"x": "110.36443590974008",
"y": "20.02467777734934",
"cameraid": "46016150001320007302",
"depname": "长安",
"dwlxmc": "固定点位",
......
......@@ -5,9 +5,9 @@
{
"pole_id":"HK460161542242",
"pole_name":"万州烤活鱼[移动慧眼]",
"address":"海口市龙华区国贸路东街2号",
"x":"110.3172251838472",
"y":"20.029199009314",
"address":"海口市美兰区国贸路东街2号",
"x":"110.358690940087",
"y":"20.026641904872573",
"imagepath":null,
"source":null,
"source_name":null,
......@@ -31,9 +31,9 @@
{
"pole_id":"HK460161542243",
"pole_name":"上南路110号[移动慧眼]",
"address":"海口市龙华区上南路110号",
"x":"110.3148648333141",
"y":"20.02875621097565",
"address":"海口市美兰区上南路110号",
"x":"110.35793016843269",
"y":"20.02607620269691",
"imagepath":null,
"source":null,
"source_name":null,
......@@ -56,10 +56,10 @@
},
{
"pole_id":"HK460161542240",
"pole_name":"200069海口市龙华区小学路11号洞庭湖土鸭馆[移动慧眼]",
"address":"海口市龙华区小学路11号",
"x":"110.31702491267731",
"y":"20.02605254428864",
"pole_name":"200069海口市美兰区小学路11号洞庭湖土鸭馆[移动慧眼]",
"address":"海口市美兰区小学路11号",
"x":"110.35908689603707",
"y":"20.021757257149876",
"imagepath":null,
"source":null,
"source_name":null,
......@@ -68,7 +68,7 @@
"duty_person":"系统管理员",
"device_code":"46016154811327200069",
"device_status":"1",
"device_name":"200069海口市龙华区小学路11号洞庭湖土鸭馆[移动慧眼]",
"device_name":"200069海口市美兰区小学路11号洞庭湖土鸭馆[移动慧眼]",
"zbbz":null,
"sxjlx":null,
"sxjgnlx":"0",
......@@ -82,10 +82,10 @@
},
{
"pole_id":"HK460161530273",
"pole_name":"200201海口市龙华区新安一路26号106[移动慧眼]",
"address":"海口市龙华区新安社区新安一路26号106",
"x":"110.31386348144531",
"y":"20.028155396156315",
"pole_name":"200201海口市美兰区新安一路26号106[移动慧眼]",
"address":"海口市美兰区新安社区新安一路26号106",
"x":"110.35813105392185",
"y":"20.023425103304084",
"imagepath":null,
"source":null,
"source_name":null,
......@@ -94,7 +94,7 @@
"duty_person":"系统管理员",
"device_code":"46016153811327200201",
"device_status":"1",
"device_name":"200201龙华区新安一路26号106[移动慧眼]",
"device_name":"200201美兰区新安一路26号106[移动慧眼]",
"zbbz":null,
"sxjlx":null,
"sxjgnlx":"0",
......@@ -109,9 +109,9 @@
{
"pole_id":"HK460161530281",
"pole_name":"(移动)猫眼[移动慧眼]",
"address":"海口市龙华区新安社区横兴街二巷6号",
"x":"110.31761142194534",
"y":"20.0308614749909",
"address":"海口市美兰区新安社区横兴街二巷6号",
"x":"110.36326138766049",
"y":"20.028184804673224",
"imagepath":null,
"source":null,
"source_name":null,
......@@ -134,10 +134,10 @@
},
{
"pole_id":"HK460161510780",
"pole_name":"200064龙华区建安路233号千禧楼[移动慧眼]",
"address":"海口市龙华区建安路233号",
"x":"110.31761142194534",
"y":"20.03081614749909",
"pole_name":"200064美兰区建安路233号千禧楼[移动慧眼]",
"address":"海口市美兰区建安路233号",
"x":"110.36040361575465",
"y":"20.029638074433755",
"imagepath":null,
"source":null,
"source_name":null,
......@@ -160,10 +160,10 @@
},
{
"pole_id":"HK460161510795",
"pole_name":"200135龙华区振安中路195号志联工业区[移动慧眼]",
"address":"海口市龙华区振安中路195号",
"x":"110.31559440076614",
"y":"20.031674454383854",
"pole_name":"200135美兰区振安中路195号志联工业区[移动慧眼]",
"address":"海口市美兰区振安中路195号",
"x":"110.35633641183699",
"y":"20.02644868398857",
"imagepath":null,
"source":null,
"source_name":null,
......@@ -186,10 +186,10 @@
},
{
"pole_id":"HK460161530306",
"pole_name":"200279龙华区新安一路26号[移动慧眼]",
"address":"海口市龙华区新安一路26号",
"x":"110.31663867457917",
"y":"20.02632434125536",
"pole_name":"200279美兰区新安一路26号[移动慧眼]",
"address":"海口市美兰区新安一路26号",
"x":"110.36101808521812",
"y":"20.027550581424773",
"imagepath":null,
"source":null,
"source_name":null,
......@@ -212,10 +212,10 @@
},
{
"pole_id":"HK460161510796",
"pole_name":"200762龙华区李屋西坊街16号福乐购百货[移动慧眼]",
"address":"海口市龙华区李屋西坊街16号",
"x":"110.31300517456054",
"y":"20.0281410906050",
"pole_name":"200762美兰区李屋西坊街16号福乐购百货[移动慧眼]",
"address":"海口市美兰区李屋西坊街16号",
"x":"110.35899911393676",
"y":"20.029842897697385",
"imagepath":null,
"source":null,
"source_name":null,
......@@ -238,10 +238,10 @@
},
{
"pole_id":"HK460161530434",
"pole_name":"200470龙华区上盛路八巷2号店铺[移动慧眼]",
"address":"海口市龙华区上盛路八巷2号",
"x":"110.31334849731445",
"y":"20.026610443763737",
"pole_name":"200470美兰区上盛路八巷2号店铺[移动慧眼]",
"address":"海口市美兰区上盛路八巷2号",
"x":"110.35792253120084",
"y":"20.030250919993037",
"imagepath":null,
"source":null,
"source_name":null,
......@@ -264,10 +264,10 @@
},
{
"pole_id":"HK460161530435",
"pole_name":"200471龙华区上盛路一巷3号店铺[移动慧眼]",
"address":"海口市龙华区上盛路一巷3号",
"x":"110.31831237300446",
"y":"20.031745979848445",
"pole_name":"200471美兰区上盛路一巷3号店铺[移动慧眼]",
"address":"海口市美兰区上盛路一巷3号",
"x":"110.36303335802435",
"y":"20.02802712495692",
"imagepath":null,
"source":null,
"source_name":null,
......@@ -290,10 +290,10 @@
},
{
"pole_id":"HK460161550865",
"pole_name":"200236龙华区长青南路73号[移动慧眼]",
"address":"海口市龙华区长青南路73号",
"x":"110.31125995099808",
"y":"20.02735000461587",
"pole_name":"200236美兰区长青南路73号[移动慧眼]",
"address":"海口市美兰区长青南路73号",
"x":"110.35959037735515",
"y":"20.029129268935563",
"imagepath":null,
"source":null,
"source_name":null,
......
......@@ -4,123 +4,123 @@
"data": [
{
"cameraId": "39",
"areaName": "龙华区",
"cameraName": "CFRL-龙华_国联大厦A座F1",
"x": "110.31927917727069",
"y": "20.029257238871867",
"cameraType": "CFRL-龙华_国联大厦",
"areaName": "美兰区",
"cameraName": "CFRL-美兰_国泰园酒店F1",
"x": "110.36404301302362",
"y": "20.025866634326643",
"cameraType": "CFRL-美兰_国泰园酒店",
"districtCode": "460106030000",
"districtCodeName": "海口市公安局龙华分局治安警察大队",
"districtCodeName": "海口市公安局美兰分局治安警察大队",
"areaCode": "460106",
"areaCodeName": "海南省海口市国联大厦东口"
"areaCodeName": "海南省海口市国美兰区泰园酒店东口"
},
{
"cameraId": "106",
"areaName": "龙华区",
"cameraName": "CFRL-龙华_国安大厦A1",
"x": "110.31780575001528",
"y": "20.03005832535222",
"cameraType": "CFRL-龙华_国安大厦",
"areaName": "美兰区",
"cameraName": "CFRL-美兰_建安阁A1",
"x": "110.3618387244115",
"y": "20.0251643834177",
"cameraType": "CFRL-美兰_建安阁",
"districtCode": "460106030000",
"districtCodeName": "海口市公安局龙华分局治安警察大队",
"districtCodeName": "海口市公安局美兰分局治安警察大队",
"areaCode": "460106",
"areaCodeName": "海南省海口市龙华区国安大厦"
"areaCodeName": "海南省海口市美兰区建安阁"
},
{
"cameraId": "159",
"areaName": "龙华区",
"cameraName": "CFRL-龙华_龙坤公寓B1",
"x": "110.31890724472385",
"y": "20.026682317890153",
"cameraType": "CFRL-龙华_龙坤公寓",
"areaName": "美兰区",
"cameraName": "CFRL-美兰_省审计厅住宅大院B1",
"x": "110.36026841283281",
"y": "20.0274662059506",
"cameraType": "CFRL-美兰_省审计厅住宅大院",
"districtCode": "460106030000",
"districtCodeName": "海口市公安局龙华分局治安警察大队",
"districtCodeName": "海口市公安局美兰分局治安警察大队",
"areaCode": "460106",
"areaCodeName": "海南省海口市龙华区龙坤公寓"
"areaCodeName": "海南省海口市美兰区省审计厅住宅大院"
},
{
"cameraId": "125",
"areaName": "龙华区",
"cameraName": "CFRL-龙华_海垦公寓F1",
"x": "110.33224307238989",
"y": "20.01101610130305",
"cameraType": "CFRL-龙华_海垦公寓",
"areaName": "美兰区",
"cameraName": "CFRL-美兰_简智人力资源有限公司F1",
"x": "110.36130228260852",
"y": "20.02788560593542",
"cameraType": "CFRL-美兰_简智人力资源有限公司",
"districtCode": "460106030000",
"districtCodeName": "海口市公安局龙华分局治安警察大队",
"districtCodeName": "海口市公安局美兰分局治安警察大队",
"areaCode": "460106",
"areaCodeName": "海南省海口市龙华区海垦公寓"
"areaCodeName": "海南省海口市美兰区简智人力资源有限公司"
},
{
"cameraId": "88",
"areaName": "龙华区",
"cameraName": "CFRL-龙华_美源商业广场A1",
"x": "110.3194079461307",
"y": "20.029929579155795",
"cameraType": "CFRL-龙华_美源商业广场",
"areaName": "美兰区",
"cameraName": "CFRL-美兰_顺安阁A1",
"x": "110.36148434845936",
"y": "20.025691071108287",
"cameraType": "CFRL-美兰_顺安阁",
"districtCode": "460106030000",
"districtCodeName": "海口市公安局龙华分局治安警察大队",
"districtCodeName": "海口市公安局美兰分局治安警察大队",
"areaCode": "460106",
"areaCodeName": "海南省海口市龙华区美源商业广场"
"areaCodeName": "海南省海口市美兰区顺安阁"
},
{
"cameraId": "67",
"areaName": "龙华区",
"cameraName": "CFRL-龙华_都市阳光A6",
"x": "110.31810615873462",
"y": "20.031317175395305",
"cameraType": "CFRL-龙华_都市阳光",
"areaName": "美兰区",
"cameraName": "CFRL-美兰_宇建国际大酒店东口",
"x": "110.35896794855043",
"y": "20.02454015951442",
"cameraType": "CFRL-美兰_宇建国际大酒店",
"districtCode": "460106030000",
"districtCodeName": "海口市公安局龙华分局治安警察大队",
"districtCodeName": "海口市公安局美兰分局治安警察大队",
"areaCode": "460106",
"areaCodeName": "海南省海口市龙华区都市阳光"
"areaCodeName": "海南省海口市美兰区宇建国际大酒店"
},
{
"cameraId": "29",
"areaName": "龙华区",
"cameraName": "CFRL-龙华_汇通大厦A2",
"x": "110.3170618849216",
"y": "20.028570593364055",
"cameraType": "CFRL-龙华_汇通大厦",
"areaName": "美兰区",
"cameraName": "CFRL-美兰_太子道酒店西口",
"x": "110.35788531181433",
"y": "20.0251058620175",
"cameraType": "CFRL-美兰_太子道酒店",
"districtCode": "460106030000",
"districtCodeName": "海口市公安局龙华分局治安警察大队",
"districtCodeName": "海口市公安局美兰分局治安警察大队",
"areaCode": "460106",
"areaCodeName": "海南省海口市龙华区汇通大厦"
"areaCodeName": "海南省海口市美兰区太子道酒店西口"
},
{
"cameraId": "93",
"areaName": "龙华区",
"cameraName": "CFRL-龙华_帝国大厦",
"x": "110.31672127779559",
"y": "20.029843748794736",
"cameraType": "CFRL-龙华_帝国大厦",
"areaName": "美兰区",
"cameraName": "CFRL-美兰_海南省科技厅宿舍西门",
"x": "110.35983600922017",
"y": "20.025525262002322",
"cameraType": "CFRL-美兰_海南省科技厅宿舍",
"districtCode": "460106030000",
"districtCodeName": "海口市公安局龙华分局治安警察大队",
"districtCodeName": "海口市公安局美兰分局治安警察大队",
"areaCode": "460106",
"areaCodeName": "海南省海口市龙华区帝国大厦"
"areaCodeName": "海南省海口市美兰区海南省科技厅宿舍"
},
{
"cameraId": "146",
"areaName": "龙华区",
"cameraName": "CFRL-龙华_富成大厦",
"areaName": "美兰区",
"cameraName": "CFRL-美兰_富成大厦",
"x": "110.31365726717547",
"y": "20.027182997124545",
"cameraType": "CFRL-龙华_富成大厦",
"cameraType": "CFRL-美兰_富成大厦",
"districtCode": "460106030000",
"districtCodeName": "海口市公安局龙华分局治安警察大队",
"districtCodeName": "海口市公安局美兰分局治安警察大队",
"areaCode": "460106",
"areaCodeName": "海南省海口市龙华区富成大厦"
"areaCodeName": "海南省海口市美兰区富成大厦"
},
{
"cameraId": "79",
"areaName": "龙华区",
"cameraName": "CFRL-龙华_雅克设计",
"x": "110.31476015627364",
"y": "20.028809940706584",
"cameraType": "CFRL-龙华_雅克设计",
"areaName": "美兰区",
"cameraName": "CFRL-美兰_宇建国贸城",
"x": "110.3605772746142",
"y": "20.02476449002059",
"cameraType": "CFRL-美兰_宇建国贸城",
"districtCode": "460106030000",
"districtCodeName": "海口市公安局龙华分局治安警察大队",
"districtCodeName": "海口市公安局美兰分局治安警察大队",
"areaCode": "460106",
"areaCodeName": "海南省海口市龙华区雅克设计"
"areaCodeName": "海南省海口市美兰区宇建国贸城"
}
]
}
\ No newline at end of file
......@@ -3,76 +3,76 @@
"msg": "获取基站信息",
"data": [
{
"deviceAddress": "海南省海口市龙华区仙乐花园住宅小区南门35-1196935505",
"deviceAddress": "海南省海口市美兰区仙乐花园住宅小区南门35-1196935505",
"deviceCode": "46062200011210000062",
"deviceMc": "仙乐花园住宅小区南门35-1196935505",
"type": null,
"x": "110.31410212186843",
"y": "20.026292240620407"
"x": "110.358690940087",
"y": "20.026641904872573"
},
{
"deviceAddress": "海南省海口市国贸路交叉路口36-1196945506",
"deviceCode": "46062200011210000063",
"deviceMc": "国贸路口36-1196945506",
"type": null,
"x": "110.31578",
"y": "20.02780"
"x": "110.35793016843269",
"y": "20.02607620269691"
},
{
"deviceAddress": "海南省海口市龙华区宇建国贸城37-1196945507",
"deviceAddress": "海南省海口市美兰区宇建国贸城37-1196945507",
"deviceCode": "46062200011210000064",
"deviceMc": "宇建国贸城37-1196945507",
"type": null,
"x": "110.3175496549588",
"y": "20.026335155309813"
"x": "110.35908689603707",
"y": "20.021757257149876"
},
{
"deviceAddress": "海南省海口市龙华区兴业银行大厦38-1196945508",
"deviceAddress": "海南省海口市美兰区兴业银行大厦38-1196945508",
"deviceCode": "46062200011210000065",
"deviceMc": "兴业银行大厦38-1196945508",
"type": null,
"x": "110.31710619596511",
"y": "20.023645793846686"
"x": "110.35813105392185",
"y": "20.023425103304084"
},
{
"deviceAddress": "海南省海口市龙华区中国光大银行24小时自助银行39-1196945509",
"deviceAddress": "海南省海口市美兰区中国光大银行24小时自助银行39-1196945509",
"deviceCode": "46062200011210000066",
"deviceMc": "中国光大银行24小时自助银行39-1196945509",
"type": null,
"x": "110.313850288",
"y": "20.0265863289"
"x": "110.36326138766049",
"y": "20.028184804673224"
},
{
"deviceAddress": "海南省海口市龙华区培尔·拾贝幼儿园 41-1196945511",
"deviceAddress": "海南省海口市美兰区培尔·拾贝幼儿园 41-1196945511",
"deviceCode": "46062200011210000068",
"deviceMc": "培尔·拾贝幼儿园 41-1196945511",
"type": null,
"x": "110.31245608766743",
"y": "20.02838106813671"
"x": "110.36040361575465",
"y": "20.029638074433755"
},
{
"deviceAddress": "海南省海口市龙华区华润中心42-1196945512",
"deviceAddress": "海南省海口市美兰区华润中心42-1196945512",
"deviceCode": "46062200011210000069",
"deviceMc": "华润中心42-1196945512",
"type": null,
"x": "110.3149798087394",
"y": "20.03185118998244"
"x": "110.35633641183699",
"y": "20.02644868398857"
},
{
"deviceAddress": "海南省海口市龙华区海南众车汇汽车服务中心43-1196945513",
"deviceAddress": "海南省海口市美兰区海南众车汇汽车服务中心43-1196945513",
"deviceCode": "46062200011210000070",
"deviceMc": "海南众车汇汽车服务中心43-1196945513",
"type": null,
"x": "110.31778361166619",
"y": "20.031722443949725"
"x": "110.36101808521812",
"y": "20.027550581424773"
},
{
"deviceAddress": "海南省海口市国贸路44-1196945514",
"deviceCode": "46062200011210000071",
"deviceMc": "国贸路44-1196945514",
"type": null,
"x": "110.31294971400943",
"y": "20.02599670153125"
"x": "110.35899911393676",
"y": "20.029842897697385"
}
],
"count": 10
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment