guanqb
2023-01-30 38325c148118457aa3bc09085c3b97bef9c90a42
Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs
4 files modified
1 files added
360 ■■■■■ changed files
src/components/map/index.vue 4 ●●●● patch | view | raw | blame | history
src/styles/media/index.scss 146 ●●●●● patch | view | raw | blame | history
src/views/home/444.json 1 ●●●● patch | view | raw | blame | history
src/views/home/components/bottomContainer.vue 16 ●●●● patch | view | raw | blame | history
src/views/home/index.vue 193 ●●●● patch | view | raw | blame | history
src/components/map/index.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-08-18 17:00:30
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2023-01-17 08:56:47
 * @LastEditTime: 2023-01-29 15:05:17
 * @FilePath: \srs-police-affairs\src\components\map\index.vue
 * @Description: 公用地图组件
 * 
@@ -201,7 +201,7 @@
                // Cesium的坐标是以地心为原点,一向指向南美洲,一向指向亚洲,一向指向北极州
                // fromDegrees()方法,将经纬度和高程转换为世界坐标
                destination: global.DC.Namespace.Cesium.Cartesian3.fromDegrees(
                    117.951478782, 28.447896798, 5000
                    117.951478782, 28.447896798, 20000
                ),
                orientation: {
                    // 指向
src/styles/media/index.scss
@@ -212,7 +212,7 @@
                        .bottom-container {
                            left: countSizeVw(400, 1920);
                            width: calc(100% - countSizeVw(400, 1920) * 2);
                            height: countSizeVh(320);
                            height: calc((100% - maxCountSizeVh(120)) / 3);
                            .header {
                                height: countSizeVh(56);
@@ -295,7 +295,7 @@
                        }
                        .center-container {
                            bottom: countSizeVh(340);
                            bottom: calc((100% - maxCountSizeVh(120)) / 3 + countSizeVh(12));
                            .layers-control-btn {
                                width: countSizeVw(96, 1920);
@@ -1972,6 +1972,7 @@
                        .el-dialog .el-dialog__body .item>div:nth-of-type(2) {
                            width: calc(100% - countSizeVw(120, 1920));
                        }
                        .pages {
                            height: countSizeVh(40);
@@ -1998,35 +1999,38 @@
                        }
                        .header {
                            margin-bottom:  countSizeVh(10);
                            padding-left:  countSizeVh(10);
                            margin-bottom: countSizeVh(10);
                            padding-left: countSizeVh(10);
                            &>div {
                                height:  countSizeVh(32);
                                line-height:  countSizeVh(32);
                                height: countSizeVh(32);
                                line-height: countSizeVh(32);
                                margin-right: countSizeVw(10, 1920);
                                input {
                                    width: countSizeVw(150, 1920);
                                    height:  countSizeVh(32);
                                    font-size:  countSizeVh(12);
                                    border-radius:  countSizeVh(5);
                                    height: countSizeVh(32);
                                    font-size: countSizeVh(12);
                                    border-radius: countSizeVh(5);
                                }
                            }
                            &>div:first-child input{
                            &>div:first-child input {
                                width: countSizeVw(120, 1920);
                            }
                            .el-button--primary {
                                border:  countSizeVh(1) solid rgba(29, 92, 228, 0.6);
                                border: countSizeVh(1) solid rgba(29, 92, 228, 0.6);
                            }
                            .el-button{
                                padding:  countSizeVh(6) countSizeVw(10, 1920);
                                font-size:  countSizeVh(16);
                            .el-button {
                                padding: countSizeVh(6) countSizeVw(10, 1920);
                                font-size: countSizeVh(16);
                            }
                        }
                        .el-table th.el-table__cell>.cell{
                            font-size:  countSizeVh(16);
                        .el-table th.el-table__cell>.cell {
                            font-size: countSizeVh(16);
                        }
                        .el-table {
@@ -2037,16 +2041,19 @@
                            height: countSizeVh(40);
                            line-height: countSizeVh(40);
                        }
                       .el-table__header-wrapper {
                        .el-table__header-wrapper {
                            height: countSizeVh(60);
                            line-height: countSizeVh(40);
                        }
                        .el-table .cell {
                            font-size: countSizeVh(16);
                            height: countSizeVh(40);
                            line-height: countSizeVh(40);
                        }
                        .el-table__body-wrapper{
                        .el-table__body-wrapper {
                            height: calc(100% - countSizeVh(80));
                        }
                    }
@@ -2072,14 +2079,16 @@
                    }
                    .land-details-box {
                       .el-dialog__header {
                        .el-dialog__header {
                            height: countSizeVh(40);
                            line-height: countSizeVh(40);
                        }
                       .el-table__header-wrapper {
                        .el-table__header-wrapper {
                            height: countSizeVh(60);
                            line-height: countSizeVh(40);
                        }
                        .el-dialog__header span {
                            font-size: countSizeVh(18);
                        }
@@ -2099,8 +2108,8 @@
                            height: countSizeVh(500);
                        }
                        .el-table th.el-table__cell>.cell{
                            font-size:  countSizeVh(16);
                        .el-table th.el-table__cell>.cell {
                            font-size: countSizeVh(16);
                        }
                        .el-table {
@@ -2131,42 +2140,45 @@
                            }
                        }
                        .el-table__body-wrapper {
                            height: calc(100% - countSizeVh(80));
                        }
                        .el-table .cell{
                            font-size:  countSizeVh(16);
                        .el-table .cell {
                            font-size: countSizeVh(16);
                            height: countSizeVh(30);
                            line-height: countSizeVh(30);
                        }
                        .header {
                            margin-bottom:  countSizeVh(10);
                            padding-left:  countSizeVh(10);
                            margin-bottom: countSizeVh(10);
                            padding-left: countSizeVh(10);
                            &>div {
                                height:  countSizeVh(32);
                                line-height:  countSizeVh(32);
                                height: countSizeVh(32);
                                line-height: countSizeVh(32);
                                margin-right: countSizeVw(10, 1920);
                                input {
                                    width: countSizeVw(150, 1920);
                                    height:  countSizeVh(32);
                                    font-size:  countSizeVh(12);
                                    border-radius:  countSizeVh(5);
                                    height: countSizeVh(32);
                                    font-size: countSizeVh(12);
                                    border-radius: countSizeVh(5);
                                }
                            }
                            &>div:first-child input{
                            &>div:first-child input {
                                width: countSizeVw(120, 1920);
                            }
                            .el-button--primary {
                                border:  countSizeVh(1) solid rgba(29, 92, 228, 0.6);
                                border: countSizeVh(1) solid rgba(29, 92, 228, 0.6);
                            }
                            .el-button{
                                padding:  countSizeVh(6) countSizeVw(10, 1920);
                                font-size:  countSizeVh(16);
                            .el-button {
                                padding: countSizeVh(6) countSizeVw(10, 1920);
                                font-size: countSizeVh(16);
                            }
                        }
                    }
@@ -2189,19 +2201,23 @@
                            width: countSizeVw(1000, 1920);
                            height: countSizeVh(700);
                        }
                        .el-table__header-wrapper {
                            height: countSizeVh(60);
                            line-height: countSizeVh(40);
                        }
                        .el-table .cell{
                            font-size:  countSizeVh(16);
                        .el-table .cell {
                            font-size: countSizeVh(16);
                            height: countSizeVh(44);
                            line-height: countSizeVh(44);
                        }
                        .el-dialog__header {
                            height: countSizeVh(40);
                            line-height: countSizeVh(40);
                        }
                        .pages {
                            height: countSizeVh(40);
@@ -2230,38 +2246,42 @@
                        .el-table {
                            height: calc(100% - countSizeVh(100));
                        }
                        .header {
                            margin-bottom:  countSizeVh(10);
                            padding-left:  countSizeVh(10);
                            margin-bottom: countSizeVh(10);
                            padding-left: countSizeVh(10);
                            &>div {
                                height:  countSizeVh(32);
                                line-height:  countSizeVh(32);
                                height: countSizeVh(32);
                                line-height: countSizeVh(32);
                                margin-right: countSizeVw(10, 1920);
                                input {
                                    width: countSizeVw(150, 1920);
                                    height:  countSizeVh(32);
                                    font-size:  countSizeVh(12);
                                    border-radius:  countSizeVh(5);
                                    height: countSizeVh(32);
                                    font-size: countSizeVh(12);
                                    border-radius: countSizeVh(5);
                                }
                            }
                            &>div:first-child input{
                            &>div:first-child input {
                                width: countSizeVw(120, 1920);
                            }
                            .el-button--primary {
                                border:  countSizeVh(1) solid rgba(29, 92, 228, 0.6);
                                border: countSizeVh(1) solid rgba(29, 92, 228, 0.6);
                            }
                            .el-button{
                                padding:  countSizeVh(6) countSizeVw(10, 1920);
                                font-size:  countSizeVh(16);
                            .el-button {
                                padding: countSizeVh(6) countSizeVw(10, 1920);
                                font-size: countSizeVh(16);
                            }
                        }
                        .el-table__body-wrapper{
                        .el-table__body-wrapper {
                            height: calc(100% - countSizeVh(60));
                        }
                    }
                    .policeSituation-details-box {
@@ -2481,7 +2501,7 @@
                .screen-full-btn.homebottom {
                    left: countSizeVw(402, 1920) !important;
                    bottom: countSizeVh(340);
                    bottom: calc((100% - maxCountSizeVh(120)) / 3 + countSizeVh(16));
                }
                .screen-full-btn.shrink-btn {
@@ -2506,7 +2526,7 @@
                .dc-zoom-controller.homebottom {
                    left: countSizeVw(402, 1920) !important;
                    bottom: countSizeVh(386) !important;
                    bottom: calc((100% - maxCountSizeVh(120)) / 3 + countSizeVh(60)) !important;
                }
                .dc-zoom-controller.shrink-btn {
@@ -2523,7 +2543,7 @@
                .image-switch-icon-btn.iconbottom {
                    left: countSizeVw(402, 1920) !important;
                    bottom: countSizeVh(506) !important;
                    bottom: calc((100% - maxCountSizeVh(120)) / 3 + countSizeVh(176)) !important;
                }
                .image-switch-icon-btn.shrink-btn {
@@ -2788,7 +2808,7 @@
                    .bottom-container {
                        left: countSizeVw(1520, 7296);
                        width: calc(100% - countSizeVw(1520, 7296) * 2);
                        height: maxCountSizeVh(320);
                        height: calc((100% - maxCountSizeVh(60)) / 3);
                    }
                    .region-select {
src/views/home/444.json
New file
@@ -0,0 +1 @@
{"type":"FeatureCollection","crs":{"type":"name","properties":{"name":"EPSG:4490"}},"features":[{"type":"Feature","id":0,"geometry":{"type":"Polygon","coordinates":[[[117.96767097980791,28.536862552665475],[117.96738873314082,28.536692394453286],[117.96744568149117,28.535506717308291],[117.96708463690322,28.535367759670557],[117.96687816115579,28.535548249212354],[117.96622887133915,28.535261127255517],[117.96576703911825,28.535576249030974],[117.96552665735936,28.535583893553795],[117.96518850054107,28.535889678349463],[117.96486032705688,28.536039496608886],[117.9647725332685,28.536271637747806],[117.96438948978606,28.536500567615104],[117.96431167732788,28.536626723638499],[117.96307282596261,28.536316128135955],[117.96271972962219,28.536068155627241],[117.9624275058225,28.535474160915062],[117.96191378094089,28.535445511906563],[117.96170531480414,28.535216145743597],[117.96091725442683,28.535129218080876],[117.9606150013971,28.535003046170644],[117.96030878203419,28.534545015440603],[117.96047443149432,28.53392184134945],[117.96077970810668,28.533677154820168],[117.96007549038887,28.532773320552671],[117.9598839542564,28.532757814190393],[117.95962355571983,28.533076350079586],[117.95906888794589,28.533013778931345],[117.95887035085498,28.533134231912477],[117.95875161712669,28.53333245155175],[117.95840644617763,28.533189374128366],[117.95821090003703,28.533287824622413],[117.95842934120667,28.533820064651209],[117.95849212940769,28.53460559299111],[117.95866068309364,28.535171941800083],[117.9583832999153,28.535665438633327],[117.95774281011192,28.535630050886365],[117.95756820851284,28.535756434462048],[117.95713920534912,28.535789482432492],[117.95613553575416,28.535603020287528],[117.95594098913703,28.535498536779965],[117.95581233790344,28.53482012238339],[117.95550008816076,28.534325078622448],[117.95508501110426,28.534520002073258],[117.95407927113034,28.534401455507481],[117.95294369151219,28.535354749827452],[117.95247271927344,28.535279878955738],[117.95223528239868,28.534660678862611],[117.95165157144349,28.534195213377753],[117.95132032351972,28.533606208540004],[117.95103094495512,28.533497912618238],[117.95035533479326,28.533834308929205],[117.9502076766523,28.533419808507087],[117.95057093608372,28.533196077078657],[117.95072165835627,28.53272092565485],[117.95057598644954,28.532445365844755],[117.95036644070798,28.532241920693018],[117.95003214982839,28.532071740408721],[117.94872584658364,28.53181174735683],[117.94810708246385,28.531917060931704],[117.9474574341324,28.531163768690423],[117.94703627735331,28.530977747349858],[117.94680373214936,28.530963250153754],[117.94645139835076,28.531191908129614],[117.94615496193403,28.531290496859437],[117.94592340466743,28.531309976052139],[117.94553615215348,28.531187836804008],[117.94523671500255,28.531226445580533],[117.94495826931119,28.530850170910629],[117.94454206600548,28.530605126227943],[117.94414479860137,28.530625929990524],[117.94390825907631,28.530305537489134],[117.94221832678052,28.529910070288043],[117.94169825481734,28.52969517224335],[117.9407409141153,28.529511090606732],[117.94005007355193,28.52955338461059],[117.93960280609983,28.529673176028222],[117.93878909674528,28.530127502013375],[117.9386602891482,28.530315662822137],[117.9387381357012,28.530672379531094],[117.93933303234604,28.532352614034352],[117.93942385144597,28.53276228222812],[117.93857712386472,28.532557948175818],[117.93857704225087,28.532557924731158],[117.93836855645989,28.532798109322211],[117.93746609020248,28.53263679735862],[117.93646640991381,28.532793496923667],[117.93605124232515,28.532686259083935],[117.93577336337493,28.532586776721903],[117.93560983479281,28.532207207624676],[117.93541792806801,28.532075587020355],[117.93428665203957,28.532101475059061],[117.93403502153106,28.531909066036],[117.9329496491536,28.53147389869385],[117.93249638435783,28.531141750943213],[117.93169650602049,28.53023636046796],[117.93101012898762,28.529639747363909],[117.93069665868465,28.529190399069513],[117.9306079289162,28.528915611614366],[117.93060791187494,28.528915541886871],[117.93097423020066,28.52894608178886],[117.93203316849652,28.527742818967255],[117.93216418293105,28.526744005368446],[117.93207615177509,28.526147480693258],[117.93272044760235,28.525413645591456],[117.9331738594243,28.525122034347255],[117.93378212404008,28.525112052016073],[117.93494335375743,28.524205579459156],[117.93511235240611,28.52385643939629],[117.93542776522395,28.524007836906488],[117.93711820664772,28.524252810437069],[117.93738976726559,28.524495235352347],[117.93743963051691,28.525231860231049],[117.9376752273019,28.525664271341959],[117.93803963978277,28.525852543157438],[117.93833017841341,28.525859015030132],[117.93851586661759,28.526043604727072],[117.93893917765273,28.526134792857878],[117.93956113391758,28.526471510019466],[117.93969295619071,28.525982454010087],[117.94104271588311,28.525604044341012],[117.94108262986856,28.525824880341002],[117.94135114769749,28.526087261182813],[117.94155275789667,28.526593673087937],[117.94175638944215,28.526778204799324],[117.94237637444816,28.525878340322887],[117.94266592421762,28.525090074929377],[117.9425171991347,28.524958419995819],[117.94248633470581,28.523959868374863],[117.94296848505988,28.523849953429977],[117.94352348302712,28.523856838094456],[117.94423420615702,28.523565510406325],[117.94504675162526,28.522844117715071],[117.94601293772843,28.522610190661666],[117.94631036326903,28.522641550540932],[117.94699407030316,28.522216260134048],[117.94689329191853,28.521907593787475],[117.94733746729553,28.52132986300812],[117.94725365406381,28.521064145239162],[117.94710994584113,28.520945499211159],[117.94683448447931,28.520941089978169],[117.94662588100267,28.5210634879043],[117.94624458529773,28.521464141750052],[117.94640733884388,28.520633116405129],[117.9463035448434,28.520555365480096],[117.94620672275209,28.520660530305996],[117.94596618499783,28.520665035374218],[117.94599015613238,28.520447068125737],[117.94578954931625,28.520329534623855],[117.94506688648688,28.520712893621354],[117.94543523748067,28.520149343952149],[117.94503303067467,28.519724342087837],[117.94474556406956,28.519770916803132],[117.94504302764896,28.519519398788894],[117.94497616641057,28.519355599844836],[117.94500214959719,28.51896069610655],[117.94481850128442,28.51887310820447],[117.94473963436424,28.519041207510291],[117.94462484716911,28.519047440834555],[117.94426451842708,28.519008194840104],[117.94409581581063,28.519184471036535],[117.94380933830455,28.519205044461959],[117.94345896992949,28.519283721288303],[117.94321139648027,28.519546119287597],[117.94307459334274,28.520152162231316],[117.94296677922988,28.520246341620236],[117.94290589753838,28.520130506387023],[117.94279513617218,28.519623920513098],[117.94264539549387,28.519719181547892],[117.94206741939912,28.519682334383521],[117.94178889450403,28.519833820636702],[117.9418048831912,28.519627868677944],[117.94127482617697,28.519326012456361],[117.94099131091853,28.519336553444365],[117.94046621810229,28.519146628359547],[117.9410173631929,28.518138957685704],[117.94107430230264,28.517686020885979],[117.94038553787523,28.516870643997564],[117.94020384427417,28.516858991369499],[117.9400321420767,28.516708372558977],[117.93998525269379,28.516319606923538],[117.93964683784107,28.516012356181477],[117.93967380351334,28.515894351069697],[117.93977165249723,28.515759218037203],[117.94020294012972,28.51569443075708],[117.9405703662696,28.515136943485007],[117.94088985211613,28.514784466088592],[117.94112643842716,28.514896969701759],[117.9422014782854,28.516041449335706],[117.94273247838181,28.516779122867622],[117.94318267240698,28.516772227502393],[117.94331143413739,28.516844942728],[117.94341821372373,28.517172604699045],[117.94362881962175,28.51732812076775],[117.94400212774833,28.517438322771238],[117.94420476099755,28.517369937026231],[117.94453121157102,28.516699522099817],[117.94468896434299,28.51613141169577],[117.94485465407664,28.516151062928849],[117.94517503661022,28.516346326277183],[117.94581882382425,28.516254018005824],[117.94600646231402,28.516290609763857],[117.94600844916299,28.516390568247388],[117.94556030232235,28.516416497333523],[117.94509117372728,28.516605402246022],[117.94465993789953,28.517133094229624],[117.94453114913331,28.51747223015262],[117.94461696697174,28.517754947292051],[117.94477865603858,28.517878567382589],[117.94515193814348,28.518093714377784],[117.94535154409331,28.518311216662255],[117.94564196182142,28.518705461940669],[117.94583755760173,28.519091905088331],[117.94596928015628,28.519410506981117],[117.94601222491529,28.519072545151118],[117.94536657613341,28.517565467432949],[117.94538756687443,28.517188566748235],[117.94558021127099,28.517075208325871],[117.94592256246784,28.517030507662653],[117.94748752901207,28.516913218215148],[117.9480395030677,28.516050346641705],[117.94861743191973,28.514952495261348],[117.94894279145311,28.514730860651742],[117.94949965992697,28.514654654333604],[117.94955952835713,28.514764480583992],[117.94978097701203,28.51594954203053],[117.95029189562055,28.516217294148866],[117.95024901277131,28.515877518422567],[117.95034782352769,28.515670374224694],[117.95057646696105,28.514182414356597],[117.9509337790645,28.5134058924084],[117.95129303385001,28.513245132788601],[117.9517480620069,28.513292072482571],[117.95200449826937,28.5134624170996],[117.95222600819244,28.513642837807794],[117.95257921777601,28.513982890180426],[117.95268994553778,28.514383483346492],[117.95330858010061,28.514572963489695],[117.95387230912276,28.514936496541523],[117.95362582317766,28.515308939866276],[117.95350107195063,28.515631114616035],[117.95321866695946,28.515935663747964],[117.95264788761112,28.516212895554165],[117.95224473635723,28.516499723833892],[117.95215490868665,28.516764832483663],[117.95261990343022,28.516770750251698],[117.95335328328625,28.517024937636013],[117.95418743411081,28.517111931424854],[117.95444586480815,28.517039342381626],[117.95491584618659,28.516620374636098],[117.95512537924699,28.516549896869034],[117.955408726706,28.516695158732219],[117.95557335511685,28.516682766248632],[117.95592253312202,28.517013793174392],[117.95605122520847,28.51718341654605],[117.95597438587323,28.517367532794086],[117.95673965225578,28.517075772364635],[117.95678857471583,28.516632818582082],[117.95667186223478,28.516409189901669],[117.95632667614515,28.516175122989232],[117.95617900936774,28.51624045918712],[117.95549561652925,28.515638345860648],[117.95517335219581,28.515546158787174],[117.95525218608226,28.515406021997993],[117.95544375005562,28.5154435452753],[117.95579397178315,28.515223778728863],[117.95565131429848,28.515002207907681],[117.95548669328522,28.514939630426177],[117.95613522844523,28.514784113283916],[117.95691143106366,28.514903166819263],[117.95713588597481,28.515218494012181],[117.95718572646659,28.515748172692035],[117.95746406207198,28.515954407105518],[117.95748203016626,28.515825410574699],[117.9573353841643,28.515672831213028],[117.95735734501672,28.515521833713617],[117.95765665137827,28.51546411376281],[117.95776343279091,28.515067996132753],[117.95804177997873,28.515067303083672],[117.95853465740636,28.514576254027798],[117.95888284259503,28.514434431274676],[117.95932678528298,28.514404322421001],[117.95947644350456,28.514197020113393],[117.95975478793255,28.514045370129782],[117.95990741892868,28.514053978898783],[117.96009895761814,28.514048491608502],[117.96055686687981,28.513821405495527],[117.96054691037412,28.513572522354909],[117.9611464679588,28.513326072274236],[117.96132403280076,28.513329612791729],[117.96107967981386,28.512742461648891],[117.96046021915794,28.512375190302773],[117.96013899524743,28.512398003608354],[117.95962625485005,28.512104418183359],[117.95970806737758,28.511981256163569],[117.95969013313385,28.511708401786979],[117.96011113696063,28.511488410950943],[117.96030365849806,28.511636864708837],[117.96042834297621,28.511795487303871],[117.96052509087573,28.512008159902372],[117.96074357094699,28.511869651233305],[117.960988021619,28.511294233932631],[117.96090922308784,28.511187477133923],[117.96067479197286,28.511216068327876],[117.96052516735134,28.51106550811182],[117.96048229635331,28.510763729425424],[117.96064990947339,28.510514390802804],[117.96093722675994,28.510296732331426],[117.96176825127661,28.509518869292314],[117.96215630473014,28.509353920100356],[117.96243361792075,28.509335202792283],[117.96268695851833,28.509683411961397],[117.96327847657442,28.509717844827541],[117.96330836467806,28.510172597976396],[117.96345798799851,28.510190197977021],[117.96363056367107,28.510058788751209],[117.96373632107199,28.509756620779946],[117.96431385477315,28.509830060434453],[117.96427095233645,28.509962125588636],[117.96506289657063,28.510431838092096],[117.96554459964611,28.511184267236516],[117.96549071313397,28.511486300725227],[117.96561138312566,28.511732884758548],[117.96584277119447,28.511925189775109],[117.96610804843374,28.512389301022612],[117.96612897574252,28.512616160892144],[117.96625063260079,28.512965701660093],[117.96680326045004,28.512194487750946],[117.96938966337864,28.509512367901955],[117.97030120257119,28.509767733036298],[117.97076594583361,28.509827410937625],[117.9712326904215,28.509764122763489],[117.9715319030216,28.509469387542691],[117.9718879353848,28.509464385067023],[117.97213721913145,28.509923511272618],[117.97174023499792,28.510724338898328],[117.97217899422566,28.511280893080812],[117.97269261600141,28.510977548754703],[117.9735452811816,28.510896149838423],[117.97398411187562,28.510380084767323],[117.97423341117573,28.510520317977701],[117.97448667204779,28.510984420005485],[117.97417151930807,28.511294210143852],[117.97417149471075,28.511596099077209],[117.97452549711087,28.511812003612697],[117.97446062522697,28.512441955590845],[117.97395694306721,28.513368056173949],[117.97421414927022,28.514385939738055],[117.97475362409152,28.514739258517931],[117.97473764863562,28.514983212274828],[117.97511551950112,28.515930768762868],[117.97495993063229,28.516203114732114],[117.97510042458394,28.517616177489579],[117.97524996932775,28.518086567564168],[117.9751103005385,28.51879770089748],[117.97403014352463,28.520672090189969],[117.97437217705421,28.52091601673234],[117.97407894511487,28.521464647587692],[117.97392330243299,28.522349752850264],[117.97402999450607,28.522500389545637],[117.97426534120088,28.522537700964161],[117.97486471584887,28.522064159814963],[117.97533538627086,28.522307709143345],[117.97576319352268,28.522277485199332],[117.97589181888581,28.522457044246281],[117.97600647115446,28.52277958757389],[117.97575612662278,28.52334109513351],[117.97599943069193,28.523530317467163],[117.97626166316888,28.523914409737646],[117.97604424863489,28.524212923546468],[117.97602029964052,28.524416913895596],[117.97531429255628,28.524174050199957],[117.97490940928556,28.524307165522064],[117.97499311758475,28.525022646524938],[117.97454637008883,28.524888983864795],[117.97458719544923,28.52562857914597],[117.97447846825456,28.525983753781095],[117.97467290691526,28.526250090376074],[117.97517750992161,28.526174667197665],[117.97550557946758,28.526362646022893],[117.97557137901957,28.52656837652577],[117.97529015950938,28.526620167753457],[117.9751405623427,28.52679453164594],[117.97514354264435,28.526927470353634],[117.97521433339924,28.52707620848496],[117.97595624564482,28.527263990721881],[117.97603601315241,28.527379713603331],[117.97611974143466,28.527829295046594],[117.97732432770968,28.528145667539615],[117.97743100414681,28.52840925268659],[117.97719567602704,28.528315975648638],[117.97702516013341,28.528278487835859],[117.97681376714826,28.528139157454547],[117.97660136971105,28.528070801763633],[117.97599707580424,28.527942605429537],[117.97546754855215,28.528032102935033],[117.97509851829807,28.528755883748186],[117.97469162095597,28.529114913082982],[117.97499178598203,28.529125045804282],[117.97512035503665,28.530016322938749],[117.975106369375,28.530314244851279],[117.97531576714836,28.530543550125788],[117.97556905446147,28.530619788338189],[117.97582035268476,28.530610065574482],[117.97597392858769,28.530539648537459],[117.97616740094213,28.530354161028875],[117.97633991731696,28.530353660748567],[117.9760506869446,28.530854301405181],[117.97458472122617,28.53152726498741],[117.97428552404173,28.531847997134133],[117.97358248355704,28.53163309472907],[117.97312275047402,28.531619412664426],[117.97268491759436,28.532027495019506],[117.9722251570267,28.532238715818078],[117.97184618658655,28.532277772135508],[117.97149512019146,28.532522665075795],[117.97229487744168,28.533324084472721],[117.97244047562891,28.533379649662464],[117.9719208287629,28.534163807260953],[117.9713094473037,28.534684322181924],[117.97148194759274,28.535078678263254],[117.97112590785747,28.535128659475188],[117.97079274907983,28.535852304345703],[117.97070995696697,28.53604345927101],[117.9703469297099,28.536101451423672],[117.96944535721147,28.535949025641393],[117.96906236056331,28.536143009958877],[117.96889179408313,28.536388383947692],[117.96791438537404,28.536299113905574],[117.96767097980791,28.536862552665475]]]},"properties":{"FID":0,"name":"吉阳村民委员会","name_t":"石狮乡","民警姓":"吴涛","电话":"15946818126","派出所":"石狮派出所"}},{"type":"Feature","id":1,"geometry":{"type":"Polygon","coordinates":[[[117.98933128200615,28.543845494640323],[117.98849564175323,28.544145892712223],[117.9881697053374,28.54433679090701],[117.988056980018,28.544552052431396],[117.98797906533618,28.544809223056028],[117.98805191503484,28.545031837808484],[117.98838036905084,28.545621114079655],[117.98900576373165,28.54674326473345],[117.98903774852131,28.547122008043068],[117.98890919891336,28.547349203065281],[117.98871858695182,28.547031013866786],[117.98842068574521,28.546773024209127],[117.98783643831125,28.546381856662844],[117.9871572635054,28.546042052508014],[117.98634581299821,28.545207850029875],[117.98616458366659,28.544725697551851],[117.98627010963224,28.544296557182665],[117.98643454659799,28.544077152783473],[117.98651243988049,28.543807029400181],[117.98637676000907,28.543534452328007],[117.98608961322222,28.543394474988752],[117.98598122708788,28.543441782508914],[117.98578446874671,28.543854203405246],[117.98567109706519,28.543910523019246],[117.98502570649916,28.543624582130004],[117.98528127976061,28.543382813798544],[117.98541482755394,28.542919702968845],[117.98580966965753,28.54295040284471],[117.98586033732131,28.542752331653531],[117.98604481110256,28.542591842462127],[117.98610765648222,28.54222980191129],[117.98594435102055,28.542025378684556],[117.98627530221479,28.541778483755795],[117.98636904029257,28.541618266736783],[117.98632310051021,28.541299635592875],[117.98616378858199,28.541048219868973],[117.98585261033473,28.540924107531627],[117.98535396728437,28.540944600964863],[117.98515656063617,28.540740278279074],[117.98503424508372,28.540409881824868],[117.98507805270172,28.539984824391034],[117.98483289038604,28.539725666796567],[117.98468615236199,28.539306378759449],[117.98476804493012,28.538919290856494],[117.98502035018944,28.538417637261816],[117.98472033348874,28.53831867908465],[117.984446011541,28.538585393475216],[117.98412872332746,28.538735184687866],[117.9840030624003,28.539067425589362],[117.98400913615674,28.539177361576012],[117.9843911149969,28.539271278562179],[117.98465517972318,28.540063161775283],[117.98463940016738,28.5403909756179],[117.98449760039472,28.54055643360045],[117.98425131144458,28.540629142459526],[117.98362313987467,28.540622027690404],[117.98347057786714,28.540685457440208],[117.98333205045492,28.541056719443905],[117.98335894219868,28.541421388113282],[117.98307564019265,28.541714215531997],[117.98279066267085,28.541761947103289],[117.98239970550762,28.541639163277186],[117.98229712726689,28.541320700237314],[117.98234492491241,28.540882637281012],[117.98316955493884,28.539439767950306],[117.98378491421481,28.537644758247861],[117.98349994200768,28.537642511754683],[117.98279292035255,28.537321855103325],[117.98278773520188,28.537319771685301],[117.98270020923869,28.537076131128678],[117.98276981930417,28.536932981959765],[117.9826452886653,28.536828495524549],[117.98247877261841,28.536801003804538],[117.98228243117167,28.536928536172304],[117.98201922845554,28.536477502885159],[117.9820950270158,28.536254368044865],[117.98236426501778,28.536057645222559],[117.98279603323691,28.535829449674036],[117.98307924300759,28.535459752644979],[117.98399961678246,28.53487323475753],[117.98409934148422,28.534685012352696],[117.98404252052535,28.534520247974349],[117.98355095070067,28.534515722420466],[117.98331564119782,28.534441456517591],[117.9834024021899,28.534273264401492],[117.98361379513409,28.534182668423419],[117.98419410250271,28.534239906468251],[117.984644793999,28.534176579683194],[117.98524108015285,28.533851919252847],[117.98532881713017,28.533930623255788],[117.98610457681066,28.533560435368461],[117.98608167159257,28.533228636924179],[117.98622925937116,28.532984290258479],[117.98637881835569,28.533013827119014],[117.98680354284372,28.533374402777174],[117.98678063284846,28.533091584540379],[117.98692921182359,28.532918205334944],[117.98703791224719,28.532676973222298],[117.9868664369107,28.532413595836417],[117.98690932397872,28.532262526772953],[117.98659027518988,28.532073565175107],[117.98642677554227,28.531830155366546],[117.98639288581238,28.531682317034594],[117.98591930814963,28.531264909881472],[117.98609084694858,28.530768589930403],[117.98585955158612,28.530438418324639],[117.98564719121732,28.530212146996448],[117.98560433244255,28.530023350857959],[117.98560435527175,28.529744460212601],[117.98562331321834,28.529573471069874],[117.98564726526956,28.529307504051442],[117.9858816051992,28.528995921688857],[117.98733734544196,28.52887457751093],[117.98821476004591,28.528922903726869],[117.98825766279433,28.528564914067335],[117.98810812335549,28.52832046319061],[117.98792466991902,28.528249046617788],[117.98785987257811,28.528099301908412],[117.98771830020473,28.527959784631427],[117.98756677186833,28.527638369651413],[117.98669631097121,28.527853913581495],[117.98609308389591,28.527798754548897],[117.98613697991121,28.527492743487837],[117.98678211730198,28.527137935986435],[117.98678212966128,28.526986995436051],[117.98688882683561,28.526873717187616],[117.98768051728976,28.526663407449337],[117.98785798761985,28.52675983216605],[117.98778817434298,28.526993951556552],[117.987894834355,28.52730350814705],[117.98808726998749,28.527283932896957],[117.98817204867115,28.526944809133887],[117.98804246996255,28.52645239463239],[117.98855597738998,28.526209934334769],[117.98852310713812,28.525814187694404],[117.98750908058756,28.525948204417983],[117.98691981792737,28.525863018398596],[117.98658187062595,28.525131323637844],[117.98690793258054,28.524895430831961],[117.98813034718283,28.524796773750989],[117.98847231256036,28.525134606339503],[117.98870764403856,28.524832011438178],[117.98895001212718,28.523834662851577],[117.98884832746171,28.523644044907261],[117.98881546709411,28.523117348652999],[117.98849144390179,28.522842436435234],[117.98796400971929,28.522697088363376],[117.98681543063147,28.522148771833034],[117.98691315588137,28.522000533352738],[117.98671976122307,28.521538295064147],[117.98644059170213,28.521391194199886],[117.98649649435258,28.52058133469038],[117.98669790897077,28.520522749757365],[117.98706081209684,28.520898510412476],[117.98753141557309,28.521067023505925],[117.98776074840958,28.520981362872021],[117.98798210487782,28.520895726108098],[117.98785350101649,28.52067020120985],[117.98799708394776,28.520603792969162],[117.98838789922222,28.521026447397592],[117.98852748578693,28.521051015367078],[117.989285293695,28.520538913881825],[117.98935112336214,28.520249825427914],[117.98911581887444,28.520232545745252],[117.9888585867926,28.520120367833243],[117.98940004056416,28.519505960584905],[117.98961141407949,28.519535308072097],[117.98962934836891,28.51968519653137],[117.99034326247825,28.519416130978225],[117.99044195326447,28.519626751224028],[117.99119077414258,28.519209634119594],[117.99185377786192,28.519622460565852],[117.99223959602232,28.520111099699118],[117.99234621290354,28.520921466551918],[117.9922255580755,28.521063779568635],[117.99230329689154,28.521449394168084],[117.99251862812268,28.521826593726935],[117.99285861981663,28.521848550740845],[117.99319762340035,28.521739560482565],[117.99342298951913,28.521339027557094],[117.99384372931016,28.521500684492619],[117.99501922601516,28.52174301093708],[117.99549980447092,28.521712558599447],[117.99572212691029,28.521946792028867],[117.99566125183701,28.522618718427609],[117.9958546371667,28.523115937204889],[117.99639401726887,28.52338918926905],[117.99686364106051,28.523213826795494],[117.99717570967319,28.523303842484978],[117.9973731050146,28.523544147571254],[117.99806098555305,28.524558662412641],[118.00021449244481,28.526164494765176],[118.00064616705528,28.526813931511477],[118.00113869630853,28.527057343950123],[118.00129125152333,28.527008899722642],[118.00140195005997,28.52670868317476],[118.00182376110715,28.526093645534111],[118.00167323411443,28.525717247849901],[118.00109595313786,28.525474091218396],[118.00126947007378,28.525140694688325],[118.0014888330152,28.525042069384394],[118.00175909550308,28.524341523517702],[118.00179699398407,28.524228451859837],[118.00160256926681,28.524183058023247],[118.00139516497606,28.524361616453653],[118.00125258505679,28.524342056339911],[118.00123564277813,28.524250143497113],[118.00182493234131,28.523986461275541],[118.00194860251715,28.523567249832926],[118.0012676216526,28.523363389435954],[118.00126962258361,28.523287413224907],[118.00146106098184,28.523263841821691],[118.00227265763499,28.523492298105545],[118.00285495421717,28.523437560188739],[118.00321389702503,28.52350345181268],[118.00378024276003,28.523461760765116],[118.00439048084627,28.523222016067766],[118.00521098575278,28.523270431308887],[118.00523001713057,28.523430412759105],[118.0059148447083,28.524416977343666],[118.00757383489936,28.525752504351072],[118.00812026459948,28.526047403117534],[118.00874158262299,28.526382757366171],[118.01064013792856,28.527148869215115],[118.01078260701202,28.527372329537542],[118.01078263477739,28.527372372538249],[118.01076467547475,28.527502334999767],[118.010382612955,28.528816942390357],[118.01009753666449,28.529394634675398],[118.00986203224609,28.529589201882988],[118.00974929579888,28.529804459843035],[118.00980237716331,28.530384034422877],[118.00974743978979,28.530553150090856],[118.00948213824724,28.530781902570716],[118.0092128994489,28.530897582908221],[118.00880798172814,28.530874852050196],[118.00880801039432,28.530874824268714],[118.00902445681439,28.530671250717457],[118.00902441471831,28.53067120057807],[118.00892358491755,28.530550636841454],[118.00871826992062,28.530497266872519],[118.00817586483737,28.530542869739929],[118.00759973207502,28.530446611396698],[118.00739619191495,28.530528185557042],[118.00745768929995,28.530743992945371],[118.00746901791274,28.530783737560927],[118.00746904029864,28.530783826738613],[118.00774002357494,28.531206843238675],[118.00899340149607,28.532903443766969],[118.00957778428018,28.533201656634205],[118.01063455711139,28.533236503156925],[118.01065359795351,28.53328630804182],[118.01023573083749,28.53388230112461],[118.00974888651415,28.534284575488027],[118.00890639517552,28.534299062893577],[118.00876278320308,28.534598468752662],[118.00865718485367,28.534607777287043],[118.0086202843443,28.534687755665527],[118.00862029867385,28.534687784346257],[118.00862028433939,28.534687815163633],[118.00868729827067,28.534821458467345],[118.00873184528838,28.534910334623156],[118.00886858291298,28.535808566397758],[118.00872571271667,28.535793000058302],[118.00859816203861,28.535318697321856],[118.00850359612095,28.53496698905149],[118.00807067975066,28.534498463215531],[118.00762953727754,28.534358869734376],[118.00752653526153,28.534326269933381],[118.00732011550849,28.534592720674631],[118.00728095601589,28.534983728720199],[118.00718223139592,28.53509395931712],[118.0071057736472,28.535086180666408],[118.00710575753028,28.535086105828743],[118.00699597315028,28.534582710739059],[118.00690644942262,28.534490548726112],[118.00683337615366,28.534415323394562],[118.00666108164023,28.534332801273457],[118.0062511535241,28.534332047527197],[118.00631279365992,28.535272493657761],[118.00615009173129,28.536164621472977],[118.00605635114151,28.536308842861789],[118.0058761940776,28.536385240058088],[118.00583235170593,28.536263834695085],[118.00580229930701,28.536180556624739],[118.00570427251343,28.53609268026177],[118.00563467810434,28.536030248923332],[118.00563463331855,28.536030251109196],[118.00504957843533,28.536059982281881],[118.00494978411143,28.53611524430443],[118.00491995598269,28.53642220513159],[118.0044959984816,28.536946257583981],[118.00359358679661,28.537053960686574],[118.00256768757066,28.537342958482832],[118.00249871091964,28.538057836623668],[118.00229228673903,28.538425331527517],[118.00226642467281,28.538643300267811],[118.00239203597538,28.538878805320415],[118.00264041615624,28.539011020331937],[118.00273131442393,28.539171269046811],[118.00277568040029,28.539249514307254],[118.00266907418298,28.539472645148258],[118.00237114278713,28.539677559439045],[118.00207166768928,28.540200253433397],[118.00114952227823,28.540887663184936],[118.00103591028683,28.540807422461942],[118.00096794751451,28.540759385388217],[118.00096791616461,28.540759399845467],[118.00063088806192,28.540913343688967],[118.00002283268894,28.541010098885423],[117.99991118187374,28.54125837562351],[117.99973960424121,28.541301899231197],[117.99972667547443,28.541385874135791],[117.99972657605463,28.541385877515186],[117.99857124329876,28.541461351245957],[117.99814120780708,28.541788506221465],[117.99780344408467,28.541824529411951],[117.99770472566398,28.541955814921142],[117.99749007759515,28.54200342889558],[117.99738741111722,28.542113676457419],[117.99732780133782,28.542437723125541],[117.99659081927986,28.543464552464247],[117.99608104248422,28.544523705715566],[117.99546188433609,28.544439586936143],[117.99546192285683,28.544439497564881],[117.99592284525806,28.543381661964641],[117.99592274046432,28.543381678698069],[117.99551903653349,28.54344685422522],[117.9948768559113,28.543981569674081],[117.99436535308978,28.544211991188426],[117.9939454064461,28.544093354855789],[117.99338512603208,28.543731248583065],[117.99288083464624,28.543709753052283],[117.99282589938568,28.543958815514461],[117.99253478744039,28.543951704450805],[117.99213894742414,28.543266153256084],[117.99213889010674,28.543266091876561],[117.99196954583934,28.543073787523738],[117.99173121968266,28.542974560286247],[117.991336386276,28.542989708785584],[117.99036327756716,28.543320579931621],[117.98933128200615,28.543845494640323]]]},"properties":{"FID":1,"name":"丁家仓村民委员会","name_t":"石狮乡","民警姓":"吴志鹏","电话":"13507038030","派出所":"石狮派出所"}},{"type":"Feature","id":2,"geometry":{"type":"Polygon","coordinates":[[[118.0014888330152,28.525042069384394],[118.00126947007378,28.525140694688325],[118.00109595313786,28.525474091218396],[118.00167323501014,28.52571724784719],[118.0018237620028,28.5260936455314],[118.00140195095574,28.526708682146264],[118.00129125241897,28.527008899719931],[118.00113869720418,28.527057343947408],[118.00064616705528,28.526813931511477],[118.00021449334048,28.526164494762462],[117.99806098644869,28.524558662409916],[117.99737310591028,28.523544147568529],[117.99717570967319,28.523303842484978],[117.99686364106051,28.523213826795494],[117.99639401726887,28.52338918926905],[117.99585463806238,28.523115937202164],[117.99566125183709,28.522618717401876],[117.99572212691038,28.521946791003142],[117.99549980536655,28.521712558596718],[117.9950192269109,28.521743009908629],[117.99384373020582,28.521500684489894],[117.99342299041479,28.521339027554369],[117.99319762429599,28.521739560479837],[117.99285861981663,28.521848550740845],[117.99251862812268,28.521826593726935],[117.99230329689154,28.521449394168084],[117.99222555897124,28.521063778540189],[117.99234621379931,28.520921465523479],[117.99223959691798,28.520111099696393],[117.99185377786192,28.519622460565852],[117.99119077503825,28.519209634116873],[117.9904419541601,28.51962675122131],[117.99034326247825,28.519416130978225],[117.98962934926456,28.519685196528656],[117.98961141497523,28.519535307043675],[117.98940004056416,28.519505960584905],[117.98885858768826,28.520120367830529],[117.98911581887444,28.520232545745252],[117.98935112336214,28.520249825427914],[117.98928529459069,28.520538913879111],[117.98852748668261,28.521051015364364],[117.9883879001179,28.521026447394881],[117.98799708484356,28.520603791940744],[117.9878535019122,28.520670201207142],[117.98798210487782,28.520895726108098],[117.98776074930534,28.520981361843596],[117.9875314164688,28.521067023503218],[117.98706081299251,28.520898510409772],[117.98669790897077,28.520522749757365],[117.98649649524825,28.52058133468768],[117.98644059259793,28.521391193171471],[117.9867197621188,28.521538295061447],[117.98691315588137,28.522000533352738],[117.98681543063147,28.522148771833034],[117.98796401061499,28.522697088360669],[117.98849144479752,28.52284243540679],[117.98881546798975,28.523117348650285],[117.98884832746171,28.523644044907261],[117.98895001212718,28.523834662851577],[117.98870764493427,28.524832011435464],[117.98847231256036,28.525134606339503],[117.98813034807854,28.524796773748278],[117.9879489134083,28.524409472470015],[117.98743842080289,28.524344041864918],[117.98747830663621,28.524297938246484],[117.98675144218441,28.524300133083546],[117.98636655257543,28.524527207012294],[117.98602757614765,28.524149374867807],[117.98543637606518,28.52330348316567],[117.98519310341293,28.523099293187837],[117.98487203091281,28.523219211190096],[117.98452605267404,28.523062311078466],[117.98439744305288,28.522874769150693],[117.98405944319479,28.522683856532606],[117.98378725253572,28.522473751749654],[117.98353599546297,28.522321563283001],[117.98318202725756,28.522263644057166],[117.98295666875417,28.5224232556853],[117.98292377833975,28.522243422694505],[117.98307137258836,28.521974085839723],[117.98285802484713,28.52155988220774],[117.98315717334677,28.521371060523897],[117.98321203810039,28.521082007951524],[117.98260089965378,28.519977255380926],[117.98266679486792,28.518929457374789],[117.98241754395345,28.518589329793208],[117.98110326818751,28.519414924733884],[117.98040530052104,28.519086117168182],[117.98032266109281,28.517578933535997],[117.9801621435937,28.517308510221088],[117.97932854048236,28.517141032626451],[117.97865948875977,28.516617197627614],[117.9778308242026,28.516805554350597],[117.97750872011571,28.516977430545722],[117.97645768531262,28.516926510269386],[117.97545457523884,28.515927791695621],[117.97511552039697,28.515930768760285],[117.97473764863562,28.514983212274828],[117.97475362409152,28.514739258517931],[117.97421414927022,28.514385939738055],[117.97395694306721,28.513368056173949],[117.97446062522697,28.512441955590845],[117.97452549711087,28.511812003612697],[117.97417149471075,28.511596099077209],[117.97417151930807,28.511294210143852],[117.97448667204779,28.510984420005485],[117.97452656609752,28.510929326232834],[117.97489355041942,28.510890284655645],[117.97532231709178,28.511375869877341],[117.975479883977,28.511288447048852],[117.97604835228195,28.510581063008715],[117.97631763842175,28.510072470050506],[117.97618901615405,28.509865918509099],[117.97628076729022,28.509763690823732],[117.9760285008671,28.509442538824565],[117.97610529760186,28.509297370171886],[117.97598564742931,28.509121781602129],[117.9765501057571,28.508622325575189],[117.97536551461006,28.507470177301119],[117.97636171463716,28.507632234930412],[117.97741174459233,28.507803116162762],[117.97833112995826,28.507952372378135],[117.97992357044022,28.508210593830562],[117.98046906444114,28.507521233120176],[117.98090779686702,28.507607901767262],[117.98104540690453,28.507539518632608],[117.98122195322573,28.506882234107625],[117.98159194210211,28.506211378710084],[117.98168569451333,28.505930201574877],[117.9818691801209,28.505759718145679],[117.98207557644884,28.505850070241902],[117.98223409820196,28.506096509476549],[117.98250530618895,28.506189667729181],[117.9828433278395,28.5061836608741],[117.98320034531623,28.505543826722754],[117.98412575943338,28.504281511710378],[117.98547491060606,28.503222840205975],[117.98599938282193,28.503136291896276],[117.98592261263833,28.503074544659331],[117.98596752271021,28.502570589793898],[117.98609813637043,28.502623177251181],[117.98625570170059,28.502286823030804],[117.98662662397761,28.502164747456888],[117.98705638860429,28.501851562231192],[117.98709231494217,28.501463591741263],[117.98737945380689,28.5016896430195],[117.98763868866196,28.501721847791316],[117.98860982816379,28.501753897442132],[117.98904854515811,28.501635610235926],[117.98927487438202,28.501673909856304],[117.9892599075357,28.501806908018807],[117.98911233335772,28.501930311102363],[117.987793193841,28.502213206027321],[117.98766556175842,28.502313555870611],[117.98759276529033,28.502443729590954],[117.98771338605083,28.502737260065238],[117.98801948820496,28.502708344486035],[117.98822387922439,28.502799692997524],[117.98846215503413,28.503079871622155],[117.98905936841339,28.503397947195047],[117.98909129025405,28.503211917929246],[117.9892818372397,28.503097380686498],[117.98947207391571,28.503127792548987],[117.99000152133813,28.502998232801868],[117.99028078176062,28.503179319617903],[117.99078330268034,28.503115715507196],[117.99075238318137,28.503237865991888],[117.99027067424727,28.503637186540658],[117.99006535592899,28.503936701253533],[117.98970417934194,28.504461509427077],[117.98983098080896,28.504763116383845],[117.99012006978614,28.505455988392445],[117.99020075465663,28.506393303891937],[117.99078979542638,28.506613534910596],[117.99110705902578,28.506597477135511],[117.99164339742197,28.506288058130181],[117.99181780022407,28.506060609213542],[117.99253892274102,28.506582225815166],[117.99303634044193,28.506694670755195],[117.99273698259867,28.507236385857048],[117.99264320664452,28.507892432158993],[117.99274189222255,28.508147939101693],[117.99325263891824,28.508654298188524],[117.99383983727223,28.509410233023576],[117.99400812977522,28.509514582502213],[117.99547977756373,28.509405239557903],[117.99586855428875,28.509062182046112],[117.99616680302593,28.508675414466936],[117.99633340629043,28.508705796853008],[117.99746789247081,28.509380195633156],[117.99761364632225,28.509548589493246],[117.9976842949094,28.510079179708736],[117.99741182388709,28.511004668002982],[117.99736222705901,28.511531724457519],[117.99752951481045,28.511739138774498],[117.99805095047851,28.512014450032726],[117.99831227676411,28.512021652451107],[117.99921652664194,28.51176200047637],[117.99931344946148,28.511646648538122],[117.99914079979141,28.511159352846093],[117.99921867306442,28.511125128741565],[117.99932315952491,28.511176893328091],[117.99956251524614,28.511632996924146],[117.99973410263931,28.511710346947737],[118.00018677972071,28.511567126182051],[118.00056576091959,28.511584969853409],[118.00094844382218,28.511472751706371],[118.00203919819204,28.511922382479007],[118.00220970264046,28.511867887426739],[118.00227473318172,28.511604787883339],[118.00217095870636,28.511358093380945],[118.00218286259525,28.510876335851901],[118.00211397263806,28.510779579484648],[118.00079805603805,28.510632517140536],[118.0007083258934,28.510548920959632],[118.00070734923416,28.510302913741658],[118.00092770509515,28.510255262913102],[118.00116887852062,28.510448562422088],[118.00254791935986,28.510551351875947],[118.0026157517085,28.511366745481926],[118.00272013208235,28.511536367665098],[118.00415202952375,28.511700089988214],[118.00439540514533,28.511871293729051],[118.00460068145502,28.512164568105593],[118.00503029716168,28.512551133746051],[118.00518215241367,28.512588664004952],[118.00560064408644,28.512485447352216],[118.00665781096751,28.512086432033914],[118.00705446139901,28.512117135537913],[118.00751719760696,28.512457629391839],[118.00787323262213,28.512929494332578],[118.00806563529218,28.513459725330559],[118.00836965513726,28.513530794771324],[118.00847737625641,28.51316061328329],[118.00868767505111,28.513121903918897],[118.00895623164834,28.512806224489804],[118.00922842631263,28.51191085066478],[118.00929737909649,28.511307869762437],[118.00943381484664,28.510993482598639],[118.00963345781638,28.510823956059358],[118.00954664852955,28.510321397699027],[118.01023154987607,28.509642625119078],[118.01078015609957,28.508848401356286],[118.01093273336289,28.508725898282233],[118.01106734300805,28.508826565534061],[118.01125174315709,28.50976068219472],[118.01141431439487,28.510598896448958],[118.01137451842311,28.510696977548633],[118.01117378197088,28.510757443730345],[118.01009903518703,28.510759605246356],[118.00992451934641,28.510922059529033],[118.00991344282507,28.511025154343642],[118.01024146630554,28.511528001868392],[118.01040296736602,28.511996351883916],[118.01035004425351,28.514095627740474],[118.01044088071832,28.514167333109949],[118.01160537621034,28.51419600256002],[118.01178984852994,28.514263337022292],[118.01131120398603,28.516652942630742],[118.01117435892111,28.517051193585331],[118.01050406187572,28.518259606193723],[118.01138673192871,28.518569995348482],[118.01173852125758,28.518761791540506],[118.01140463099749,28.51917171536487],[118.01144438336807,28.519200445765534],[118.01153535440571,28.519266195632675],[118.0115353293199,28.519266242888516],[118.01153537410639,28.519266274554184],[118.01136662487289,28.519583628778712],[118.01094589034778,28.519667902290795],[118.01064360120323,28.51999563466968],[118.00848570072253,28.521280510912966],[118.0081956292107,28.521586264669736],[118.00797019178265,28.521660886128878],[118.00770707155689,28.521636658516062],[118.00770699632039,28.52163659617085],[118.00714354308977,28.521105561255713],[118.00714346158507,28.52110548251839],[118.00567490154782,28.522495339291616],[118.00537045236761,28.522913191188671],[118.00521098575278,28.523270431308887],[118.00439048174199,28.523222016065073],[118.00378024365574,28.523461760762416],[118.00321389702503,28.52350345181268],[118.00285495511285,28.523437560186036],[118.0022726585307,28.523492298102838],[118.00146106187748,28.523263841818981],[118.00126962258369,28.523287412199171],[118.0012676225483,28.523363389433243],[118.00194860341283,28.523567249830215],[118.00182493234131,28.523986461275541],[118.00123564367378,28.524250143494399],[118.00125258595244,28.524342056337197],[118.00139516497606,28.524361616453653],[118.00160256926681,28.524183058023247],[118.00179699398407,28.524228451859837],[118.00175909639887,28.524341522489244],[118.0014888330152,28.525042069384394]]]},"properties":{"FID":2,"name":"三都村民委员会","name_t":"石狮乡","民警姓":"吴志鹏","电话":"13507038030","派出所":"石狮派出所"}},{"type":"Feature","id":3,"geometry":{"type":"Polygon","coordinates":[[[117.96170808767354,28.549218334947771],[117.96151772737642,28.549449760813552],[117.96143290935116,28.549649795125678],[117.96127299784587,28.550925668977005],[117.96101149593143,28.551449121396683],[117.96069545848593,28.551556989554317],[117.9602095973605,28.552046925543021],[117.95989136627711,28.552047737140853],[117.95932078234782,28.551440546246521],[117.9591114612905,28.550790319391453],[117.95911143978792,28.550790249680542],[117.95898138816469,28.550636411151764],[117.95880298435078,28.550425312301055],[117.95880290638542,28.55042527864066],[117.95875846094592,28.550403364184863],[117.95855869407575,28.55030484689841],[117.95793805948855,28.550287406973467],[117.95761273839405,28.550108291251469],[117.95745441724318,28.54973390270623],[117.95747924359026,28.549192089534515],[117.95747922387986,28.549192009559604],[117.95747920596129,28.549191936761879],[117.95739953542035,28.548869414102676],[117.957399439529,28.548869355861306],[117.95723791880825,28.548790876743606],[117.95680791534377,28.548791936434096],[117.95636083192268,28.548696090161034],[117.95612666347279,28.548553715446978],[117.9562053355626,28.548398608735763],[117.95620533556509,28.548398577957581],[117.95620491154979,28.548388568905839],[117.95619243002746,28.548092769194024],[117.95635695127729,28.547744483064093],[117.95633224225193,28.5469508959671],[117.95666453627236,28.546225345704375],[117.95679530459894,28.545718261479962],[117.95681402160133,28.545355401393461],[117.95677657716094,28.545281845106466],[117.95671742011959,28.545165638515378],[117.9565669304169,28.545131102037367],[117.95630325630799,28.545626540663072],[117.95517786089994,28.546587820245112],[117.95421297718954,28.547649706388693],[117.95396150156301,28.54806907793526],[117.95360902112098,28.54929042802554],[117.95341250743597,28.549647758959082],[117.95312002045516,28.549952309081853],[117.95279561503324,28.55010600374062],[117.9525751362066,28.550091530577802],[117.95257509587057,28.550091521438127],[117.95249976513576,28.550062559629581],[117.95167815276841,28.549746646073505],[117.95143392000689,28.549356484318931],[117.9513829478333,28.548941781703707],[117.95161359411112,28.548714368833313],[117.95266113541604,28.548284086510591],[117.95265937758754,28.547820245391488],[117.95247480185034,28.547023070024427],[117.95249457864632,28.546779135609327],[117.95268031571531,28.546539763286198],[117.9532960357113,28.546201490152583],[117.95326079263533,28.546139607353936],[117.95311753630291,28.545888043409544],[117.95269656225094,28.545491218163928],[117.95269650578321,28.545491174181219],[117.95266379444222,28.545470537199662],[117.95210459531646,28.545117713497717],[117.95150662850801,28.544413370390771],[117.95112968654146,28.543969321051112],[117.95069181404979,28.543902344240689],[117.94991831681834,28.544003046615522],[117.94985861063113,28.543904071941256],[117.94963420233634,28.543531976409565],[117.94950952451279,28.543454997893914],[117.94937446808424,28.543371611630175],[117.94874396962204,28.543160064294231],[117.94800133770924,28.543211706347002],[117.94800127853841,28.54321170750157],[117.94742248648363,28.543708655099032],[117.94685372080858,28.543477971155855],[117.94634461569713,28.543389090122282],[117.94584379742246,28.543045586860163],[117.94552830392404,28.542829148371325],[117.94543420708879,28.542792573508063],[117.94514705667147,28.542680892558508],[117.94503821286868,28.542505398165186],[117.94490132995575,28.542284644877103],[117.94490127795373,28.542284609078344],[117.94490125016154,28.542284565022488],[117.94466091251773,28.542121128292241],[117.94411003947474,28.542080269721176],[117.94367389362637,28.541429532497173],[117.94335229033159,28.541308125795627],[117.94331747879747,28.540865464062335],[117.94318383414382,28.540432919968886],[117.94313759746419,28.540400962111139],[117.94308284159855,28.540363049591445],[117.9413797453772,28.540330412815809],[117.94061544647157,28.539876200764311],[117.94028879412662,28.53928603414986],[117.93925373728771,28.538851043227737],[117.9389855794891,28.538595302113027],[117.93863776270332,28.538263525329292],[117.93865753715318,28.53818351138478],[117.93989359996677,28.537643420792033],[117.94023217820605,28.537357957930016],[117.9405355705962,28.536577669145384],[117.94081233245426,28.536186248778481],[117.94056583974569,28.535463051633165],[117.9408332631932,28.535124637441342],[117.94090228014873,28.534955643411362],[117.94085018013394,28.534814769615984],[117.94085009763737,28.534814671294292],[117.94069852994302,28.534639092943422],[117.9405648570162,28.534295498004894],[117.9405648256343,28.534295423179433],[117.93990002463396,28.533760029814623],[117.9399259392186,28.533283175831762],[117.93942389090375,28.532762323187271],[117.93942385144597,28.53276228222812],[117.93933303324289,28.532352614032689],[117.9387381357012,28.530672379531094],[117.93866029004509,28.530315662820499],[117.93878909674528,28.530127502013375],[117.93960280609983,28.529673176028222],[117.94005007355193,28.52955338461059],[117.94074091501206,28.52951109060502],[117.94169825481734,28.52969517224335],[117.94221832678052,28.529910070288043],[117.94390825907631,28.530305537489134],[117.94414479860137,28.530625929990524],[117.94454206600548,28.530605126227943],[117.9449582693111,28.530850171936425],[117.94523671500255,28.531226445580533],[117.94553615215348,28.531187836804008],[117.94592340466734,28.531309977077939],[117.94615496193403,28.531290496859437],[117.94645139835067,28.53119190915541],[117.94680373214936,28.530963250153754],[117.94703627735331,28.530977747349858],[117.9474574341324,28.531163768690423],[117.94810708246385,28.531917060931704],[117.94872584658364,28.53181174735683],[117.95003214982839,28.532071740408721],[117.95036644070798,28.532241920693018],[117.95057598734591,28.532445366868533],[117.95072165925271,28.532720925652818],[117.95057093608364,28.533196078104471],[117.9502076766523,28.533419808507087],[117.95035533479326,28.533834308929205],[117.95103094495512,28.533497912618238],[117.95132032351972,28.533606208540004],[117.95165157144349,28.534195213377753],[117.95223528239868,28.534660678862611],[117.95247272016985,28.535279878953656],[117.95294369151219,28.535354749827452],[117.95407927113034,28.534401455507481],[117.95508501110417,28.534520003099086],[117.95550008816076,28.534325078622448],[117.95581233879969,28.534820122381213],[117.95594098913703,28.535498536779965],[117.95613553575407,28.535603021313356],[117.95713920534912,28.535789482432492],[117.95756820851284,28.535756434462048],[117.95774281011192,28.535630050886365],[117.9583832999153,28.535665438633327],[117.95866068309364,28.535171941800083],[117.95849212940769,28.53460559299111],[117.95842934120658,28.53382006567703],[117.95821090003703,28.533287824622413],[117.95840644707377,28.533189375151938],[117.95875161712669,28.53333245155175],[117.95887035085498,28.533134231912477],[117.95906888794589,28.533013778931345],[117.95962355571983,28.533076350079586],[117.95988395425631,28.5327578152162],[117.96007549038887,28.532773320552671],[117.96077970810668,28.533677154820168],[117.96047443149432,28.53392184134945],[117.96030878203419,28.534545015440603],[117.9606150022932,28.535003046168345],[117.96091725442675,28.535129219106707],[117.96170531480414,28.535216145743597],[117.96191378094089,28.535445511906563],[117.9624275058225,28.535474160915062],[117.96271972962219,28.536068155627241],[117.96307282596261,28.536316128135955],[117.96431167732788,28.536626723638499],[117.96438948978606,28.536500567615104],[117.9647725332685,28.536271637747806],[117.96486032705688,28.536039496608886],[117.96518850054107,28.535889678349463],[117.96552665735936,28.535583893553795],[117.96576703911825,28.535576249030974],[117.96622887133915,28.535261127255517],[117.96687816115579,28.535548249212354],[117.96708463690322,28.535367759670557],[117.96744568238717,28.535506717305839],[117.9673887340368,28.536692394450839],[117.96767097980782,28.536862553691314],[117.96791438537404,28.536299113905574],[117.96889179497906,28.536388383945216],[117.96906236145924,28.536143009956398],[117.96944535721138,28.535949026667254],[117.9703469297099,28.536101451423672],[117.97070995696697,28.53604345927101],[117.97079274907983,28.535852304345703],[117.9711259078574,28.535128660501016],[117.97148194759274,28.535078678263254],[117.97130944730361,28.534684323207749],[117.9719208287629,28.534163807260953],[117.97244047562891,28.533379649662464],[117.97229487833745,28.533324085495995],[117.97149512019146,28.532522665075795],[117.97184618658655,28.532277772135508],[117.9722251570267,28.532238715818078],[117.97268491759428,28.532027496045313],[117.97312275047402,28.531619412664426],[117.97358248355695,28.531633095754874],[117.97428552404173,28.531847997134133],[117.97458472122617,28.53152726498741],[117.97605068784043,28.530854301402584],[117.97633991731696,28.530353660748567],[117.97616740094213,28.530354161028875],[117.97597392858769,28.530539648537459],[117.97582035268476,28.530610065574482],[117.97556905446147,28.530619788338189],[117.97531576714836,28.530543550125788],[117.97510637027071,28.530314245874489],[117.97512035503665,28.530016322938749],[117.97499178598203,28.529125045804282],[117.97469162095597,28.529114913082982],[117.97509851919389,28.528755883745607],[117.97546754944796,28.528032102932443],[117.97599707580417,28.527942606455305],[117.97660137060684,28.528070801761029],[117.97681376714826,28.528139157454547],[117.97702516013341,28.528278487835859],[117.97719567602695,28.52831597667441],[117.97743100414681,28.52840925268659],[117.97732432770961,28.528145668565408],[117.97611974233045,28.527829295043997],[117.97603601315241,28.527379713603331],[117.97595624564482,28.527263990721881],[117.97521433339924,28.52707620848496],[117.97514354354014,28.526927470351051],[117.9751405623427,28.52679453164594],[117.97529015950938,28.526620167753457],[117.97557137901957,28.52656837652577],[117.97550557946758,28.526362646022893],[117.97517750992161,28.526174667197665],[117.97467290691526,28.526250090376074],[117.97447846825456,28.525983753781095],[117.97458719544923,28.52562857914597],[117.97454637008875,28.524888984890541],[117.97499311758475,28.525022646524938],[117.97490940928556,28.524307165522064],[117.97531429255628,28.524174050199957],[117.97602029964044,28.524416914921343],[117.97604424863489,28.524212923546468],[117.97626166406468,28.523914409735049],[117.97599943069193,28.523530317467163],[117.97575612662278,28.52334109513351],[117.97600647205027,28.522779587571296],[117.97589181888581,28.522457044246281],[117.97576319441846,28.522277485196739],[117.97533538627086,28.522307709143345],[117.97486471674465,28.522064160838116],[117.97426534120088,28.522537700964161],[117.97402999540193,28.522500389543072],[117.97392330243299,28.522349752850264],[117.97407894511487,28.521464647587692],[117.97437217705421,28.52091601673234],[117.9740301444205,28.520672090187404],[117.9751103005385,28.51879770089748],[117.97524996932775,28.518086567564168],[117.97510042458394,28.517616177489579],[117.97495993063229,28.516203114732114],[117.97511551950112,28.515930768762868],[117.97545457523876,28.515927792721293],[117.97645768531262,28.516926510269386],[117.97750872011571,28.516977430545722],[117.9778308242026,28.516805554350597],[117.97865948786404,28.516617197630243],[117.97932854048236,28.517141032626451],[117.98016214269791,28.517308510223735],[117.98032266109281,28.517578933535997],[117.98040529962528,28.519086117170829],[117.98110326818751,28.519414924733884],[117.98241754395336,28.518589330818902],[117.98266679486792,28.518929457374789],[117.98260089965378,28.519977255380926],[117.98321203810039,28.521082007951524],[117.98315717334668,28.521371061549612],[117.98285802484705,28.521559883233461],[117.98307137258836,28.521974085839723],[117.98292377833975,28.522243422694505],[117.98295666785849,28.522423255687972],[117.98318202725756,28.522263644057166],[117.98353599546297,28.522321563283001],[117.98378725253565,28.52247375277538],[117.98405944319479,28.522683856532606],[117.9843974430528,28.522874770176426],[117.98452605267404,28.523062311078466],[117.98487203091273,28.523219212215832],[117.98519310341293,28.523099293187837],[117.98543637606518,28.52330348316567],[117.98602757614765,28.524149374867807],[117.98636655167972,28.524527207014994],[117.98675144128866,28.524300134111996],[117.98747830663612,28.52429793927223],[117.98743842080289,28.524344041864918],[117.98794891340822,28.524409473495755],[117.98813034807854,28.524796773748278],[117.98690793347622,28.524895430829257],[117.98658187152162,28.525131323635144],[117.98691981882304,28.525863018395892],[117.98750908148317,28.525948205441033],[117.98852310803377,28.52581418769169],[117.98855597828569,28.526209934332055],[117.98804246996255,28.52645239463239],[117.98817204867115,28.526944809133887],[117.9880872699874,28.527283933922721],[117.98789483525073,28.527303508144342],[117.98778817523858,28.526993952579605],[117.98785798851551,28.526759832163343],[117.98768051818548,28.52666340744663],[117.98688882683561,28.526873717187616],[117.98678213055699,28.526986995433347],[117.9867821181977,28.527137935983731],[117.98613698080688,28.527492743485137],[117.98609308479153,28.527798755571968],[117.98669631186679,28.527853914604567],[117.98756677276403,28.527638369648706],[117.98771830020473,28.527959784631427],[117.98785987257811,28.528099301908412],[117.98792466991894,28.528249047643559],[117.98810812425118,28.528320463187899],[117.98825766279433,28.528564914067335],[117.98821476094156,28.528922903724158],[117.98733734544196,28.52887457751093],[117.98588160609492,28.52899592168616],[117.98564726616524,28.529307504048745],[117.98562331411406,28.529573471067181],[117.98560435527175,28.529744460212601],[117.98560433244255,28.530023350857959],[117.98564719211299,28.530212146993751],[117.98585955158612,28.530438418324639],[117.9860908469485,28.5307685909562],[117.98591930904531,28.531264909878775],[117.98639288670806,28.531682317031894],[117.98642677554227,28.531830155366546],[117.98659027608552,28.532073566198214],[117.9869093248744,28.53226252677025],[117.98686643780641,28.532413595833713],[117.98703791224719,28.532676973222298],[117.9869292127193,28.532918205332241],[117.98678063374412,28.533091584537676],[117.9868035437394,28.533374402774474],[117.98637881925136,28.533013827116314],[117.98622926026673,28.53298429128159],[117.98608167159249,28.533228637949993],[117.98610457770636,28.533560435365764],[117.98532881713008,28.533930624281609],[117.98524108104853,28.533851919250154],[117.98464479489459,28.534176580706333],[117.98419410250263,28.534239907494076],[117.98361379602984,28.53418266842074],[117.98340240308563,28.534273264398813],[117.98331564119782,28.534441456517591],[117.98355095070067,28.534515722420466],[117.98404252142102,28.534520247971667],[117.98409934237996,28.534685012350014],[117.98399961678246,28.53487323475753],[117.98307924390333,28.535459752642303],[117.98279603413259,28.535829449671365],[117.98236426501778,28.536057645222559],[117.98209502791157,28.536254368042197],[117.98201922845554,28.536477502885159],[117.98228243117167,28.536928536172304],[117.98220262833233,28.537344606459882],[117.98244671611954,28.537418748997794],[117.98249875915086,28.537498561006604],[117.98247360338733,28.537830600779191],[117.98231922945138,28.538087956309017],[117.98140063825247,28.538616374501192],[117.98130191151715,28.538755610097574],[117.98109972933345,28.53953499272081],[117.98045930707633,28.54029547857882],[117.9795998094671,28.541020820122284],[117.9791600469283,28.541238025782938],[117.97897447414961,28.541264560050912],[117.97868730882297,28.541044495463908],[117.9787142444296,28.540892378041725],[117.97864535423247,28.54072065132674],[117.97769223642716,28.540988331977037],[117.97749767517129,28.541119946982217],[117.97666685354112,28.541907943106263],[117.97624429242437,28.54249103047254],[117.97624603376383,28.543150652743421],[117.97604175465587,28.543787080783826],[117.97577427121873,28.544179692716003],[117.97552405459867,28.544370336779984],[117.97440714871357,28.544542383242067],[117.97422364346582,28.544707940382803],[117.97425453417777,28.54499773104051],[117.97529157320426,28.545965344555839],[117.97440989397035,28.546337727152899],[117.97370700300326,28.545544072150236],[117.97336883712528,28.545521047632398],[117.97313937756844,28.545396753322557],[117.9728213479716,28.545436542414816],[117.97251727023401,28.545565452462689],[117.97260082145795,28.545804016089605],[117.97256889594856,28.54596413978074],[117.9722188311638,28.546230920373958],[117.97054142259266,28.54692045665141],[117.97026028172449,28.546893154950514],[117.96997982006079,28.547062866859701],[117.96942050495187,28.54719346833738],[117.96868712918724,28.548736850229968],[117.96842898141975,28.549129297245223],[117.96841210586807,28.549365344179098],[117.96849285305746,28.549847817336641],[117.96905900870441,28.550369031699439],[117.96919970874731,28.550683509014647],[117.96919181144688,28.55091053555876],[117.9690521617469,28.551163814526063],[117.96834302020852,28.551423562099867],[117.96751432011671,28.551207930179352],[117.96746358906846,28.551093658817777],[117.96718514317956,28.550466274137545],[117.96700670752827,28.550240866809844],[117.96661858202069,28.549832055408217],[117.96633709617302,28.549603331276533],[117.96567322039456,28.549063907861342],[117.96549978639565,28.549071392106612],[117.96480637062636,28.549462066401002],[117.96437833865826,28.549468238469853],[117.96391877513511,28.548614828303855],[117.96356867589749,28.548407851285138],[117.96356859704609,28.548407829948776],[117.96352087590381,28.548393511824997],[117.96280560845182,28.548178927802191],[117.96272372242048,28.54824112659232],[117.96264573910211,28.549014015285604],[117.96275340608815,28.549804410229562],[117.96308370140946,28.550769103472387],[117.96348366601947,28.551402788913041],[117.96335867465991,28.551486984105679],[117.96323305585649,28.551149517946971],[117.96323303076828,28.551149497493817],[117.96323301643439,28.551149458545051],[117.96306356600512,28.551009072922927],[117.96246328194745,28.549401329663006],[117.96245542129542,28.548907549426232],[117.96239448821255,28.548863993238228],[117.96236062251536,28.548839785326255],[117.96170808767354,28.549218334947771]]]},"properties":{"FID":3,"name":"何村村民委员会","name_t":"石狮乡","民警姓":"程志钦","电话":"15970396250","派出所":"石狮派出所"}},{"type":"Feature","id":4,"geometry":{"type":"Polygon","coordinates":[[[117.94237637444824,28.525878339297133],[117.94175638944223,28.526778203773564],[117.94155275789667,28.526593673087937],[117.94135114769749,28.526087261182813],[117.94108262986856,28.525824880341002],[117.9410427158832,28.525604043315262],[117.93969295619071,28.525982454010087],[117.93956113481444,28.526471510017796],[117.93893917765273,28.526134792857878],[117.93851586661768,28.526043603701318],[117.93833017841348,28.525859014004379],[117.93803963978286,28.52585254213167],[117.93767522819878,28.525664271340354],[117.93743963051691,28.525231860231049],[117.93738976726567,28.524495234326604],[117.93711820664781,28.52425280941133],[117.93542776522395,28.524007836906488],[117.93511235689104,28.523856441440198],[117.93482671272788,28.52202658665172],[117.93482669748423,28.522026514876533],[117.93486764710606,28.521910491180513],[117.93536016767361,28.521497918996761],[117.93513553290788,28.521011485978651],[117.93519850399623,28.520245571674586],[117.93526612626573,28.519986655422276],[117.93608513249093,28.518571792915406],[117.93624293693851,28.518070709132999],[117.93595429749054,28.517681361814152],[117.93534651139025,28.517475471737356],[117.9343939174471,28.516963166848335],[117.93436769780945,28.516917516093361],[117.9342820974167,28.516768522442415],[117.93441191674538,28.51672822281169],[117.93544431881557,28.516853441773925],[117.93636707529818,28.516525977024134],[117.93637107425889,28.516400020702967],[117.93602357958457,28.515564961939013],[117.9360235670292,28.515564933241816],[117.93640499989687,28.514278754772562],[117.93614671990603,28.512863819381405],[117.93543064916558,28.513018978716399],[117.93543057023624,28.513018893721465],[117.93540398355422,28.51299064937238],[117.93536489456505,28.512949083523779],[117.93536485061551,28.512949037444059],[117.93551154348647,28.512861929770025],[117.93596877247406,28.512794062134844],[117.9362354893662,28.512599773311941],[117.93674772345298,28.512496818485516],[117.93703530035209,28.512288389544988],[117.93725596542137,28.512236119024152],[117.93739186958099,28.512045847249251],[117.93685167467086,28.511257207418726],[117.93635532609215,28.511163995913847],[117.93590470792685,28.51091809684895],[117.93561046717478,28.510757534260868],[117.9353100474913,28.510753012492646],[117.93464210647576,28.511070008514331],[117.93420244409853,28.511134793952678],[117.93420239566122,28.511134749930214],[117.93420236426405,28.511134754084573],[117.93406077379178,28.511003036112886],[117.93460002299221,28.510858197804534],[117.9350572931326,28.510536449568118],[117.93514608295261,28.510296487850223],[117.93509150034787,28.509819755256512],[117.93524109011588,28.509738532514632],[117.93535211771102,28.509844208459352],[117.93535218049614,28.509844273992915],[117.935396006776,28.510206136423218],[117.9355026359826,28.51038498288802],[117.93552751178258,28.510426694972537],[117.93571799241954,28.510501522840581],[117.93574818594546,28.510513378730948],[117.93574826398157,28.51051340321246],[117.93644917426043,28.511043989153613],[117.93681752984315,28.51110021261491],[117.93704221571167,28.510743047991884],[117.93705523149342,28.510294190137394],[117.93724106713702,28.510026860525471],[117.93729390990225,28.509723877771627],[117.93729398433908,28.509723979176442],[117.93729398972326,28.509723946346877],[117.93746578458989,28.509959625185903],[117.93746469221277,28.510125525510819],[117.93724000983713,28.510502796598139],[117.93703652464454,28.511187840162858],[117.9372920353118,28.511503213912889],[117.9376334841602,28.511924561737281],[117.93786565248409,28.51209437881964],[117.93796875702635,28.512169768967251],[117.93805755207903,28.51173287047164],[117.93813686003625,28.508853786223863],[117.93825661625999,28.508268782756044],[117.93865207190085,28.507113402712712],[117.93852018166372,28.507047667412849],[117.93839041888197,28.506983016787654],[117.93810797613895,28.506989557158523],[117.93637359380025,28.507625364215158],[117.93573264415224,28.507594377489315],[117.93544802651637,28.507048201889436],[117.93478693621627,28.507070271321869],[117.93478686176297,28.507070270420879],[117.93420098592235,28.506455410410179],[117.93420094466141,28.506455367403099],[117.93403810867302,28.506384856895068],[117.93387920586375,28.506316050625891],[117.93335800193474,28.506301801234297],[117.93335792657948,28.506301800330412],[117.93331303624929,28.505701089428793],[117.93317035263664,28.505436515543987],[117.9328654310934,28.505273996495422],[117.93228567528021,28.504965051172398],[117.93156552190412,28.505111198827318],[117.93156550486124,28.505111158855662],[117.93150469405131,28.504935317090158],[117.9315817284063,28.504563331615458],[117.93149974823206,28.504386511994046],[117.93139792096547,28.504349688978053],[117.93111724259619,28.504248156562024],[117.93080920064951,28.503878999439021],[117.93055490064219,28.503574248136367],[117.93055492666362,28.503574217330108],[117.93084866495866,28.503205936883806],[117.93138908064559,28.503220008756262],[117.93148796394379,28.503094902249799],[117.93142685828607,28.502901165285348],[117.93169551435679,28.501643100078471],[117.93141191032032,28.501255774318228],[117.9318085414789,28.500740345325735],[117.93228989703483,28.500913432444523],[117.93240964103103,28.500895250696797],[117.9326084938544,28.50068101231096],[117.93296692515315,28.500519498980907],[117.93330776475857,28.500481964078958],[117.93350620722569,28.500303805659371],[117.93356335596089,28.49996673232268],[117.93342136563635,28.499791124434939],[117.93303999722173,28.499634693710188],[117.93281642751816,28.499282275585244],[117.93293607384636,28.499193016535557],[117.93418251004051,28.499767788922757],[117.93428137477557,28.499714645041752],[117.93396972011702,28.498372729863195],[117.93400788772382,28.49812365564005],[117.93422649349056,28.497963451391435],[117.93430341164918,28.497644335590333],[117.93474091344162,28.497339714894611],[117.9347786766367,28.497127825593207],[117.93503930309122,28.497108394389308],[117.93544190089618,28.497299646148644],[117.9354229164002,28.497459622446623],[117.93574631323492,28.497792954787723],[117.93583006025979,28.498163580427896],[117.93597202919791,28.498411350245092],[117.93615285279161,28.498497907174698],[117.93749469948996,28.498559529227403],[117.93831739236316,28.498713093993715],[117.93869590091411,28.498532467835588],[117.93947158429791,28.497979130978258],[117.93995179666281,28.497904258713046],[117.94007071182259,28.497745090330561],[117.9400085332007,28.497515387660624],[117.93949975110284,28.496581665793979],[117.93935492694224,28.496104102401755],[117.94005359979562,28.495763813945736],[117.940151748205,28.495621677629572],[117.94006594129237,28.495003153988694],[117.94008393230386,28.49473711224865],[117.94022162682607,28.494435056209579],[117.94013680688414,28.493958381455869],[117.94019473120564,28.493692364937676],[117.94085343810005,28.493458091801269],[117.9409293447131,28.493015198465155],[117.94074786992518,28.492821512717345],[117.94074678416639,28.492662668740611],[117.94082585695433,28.492573549470617],[117.94218324365404,28.492139066502943],[117.94217434052992,28.491131427672272],[117.94225340716807,28.491059296288302],[117.94271449235436,28.491038392966679],[117.94311486709057,28.491142459774899],[117.94317664477016,28.491283388370647],[117.94329732133869,28.491353123107043],[117.94425856482817,28.491382066742652],[117.94421369319473,28.490815352704761],[117.94554835498657,28.490098940420342],[117.94586993923184,28.490149150864625],[117.94717517381754,28.490617320031031],[117.9477950523393,28.490595990725737],[117.94839179317302,28.490184829687628],[117.9491783046936,28.490138114047642],[117.9494268782458,28.490354388413817],[117.95018020152634,28.490632608014796],[117.9513376077106,28.491418814766988],[117.95180679667972,28.491576684089324],[117.95225474005726,28.491529565453625],[117.95442304981697,28.490737834643941],[117.95519809834846,28.490891822561981],[117.95538774860424,28.491147377792593],[117.95541969752142,28.492122867808355],[117.95703474100432,28.49402936870386],[117.95736512841414,28.49457836387527],[117.95780688018336,28.49477819810474],[117.95844327773703,28.494830591086441],[117.95889935889001,28.495281189559183],[117.95916371591994,28.495445564267424],[117.95942509061697,28.49544890266715],[117.96011255201022,28.495265218186219],[117.96131055062759,28.49507120740186],[117.96239297601106,28.49512027730292],[117.96379530527614,28.494616860846197],[117.96491941223491,28.496324275574565],[117.96534832068811,28.496247152479985],[117.96609135047649,28.496928911488112],[117.96729814103961,28.497804325854322],[117.97163641455273,28.499721600911567],[117.97132424375442,28.499936405126039],[117.96909324859311,28.499740706387296],[117.96798313877669,28.500317564418484],[117.96755719619432,28.50107746250433],[117.96721607559486,28.501252334129454],[117.96579380741863,28.500761366840198],[117.96537487087318,28.500932433714183],[117.96610196106342,28.501383313882975],[117.96731375485213,28.502041785927787],[117.96832801757351,28.502922689851573],[117.96837085795696,28.503488369249883],[117.96664622641929,28.505362413161023],[117.96464028244762,28.50665734794223],[117.96443277039587,28.507154720680184],[117.96421828705991,28.507495168118201],[117.96430403599378,28.507909788778747],[117.96473694587378,28.507766686137192],[117.96502518421843,28.508088797107746],[117.9655558344466,28.507945424915789],[117.96630588111098,28.508162320261889],[117.96571639130035,28.508319856153019],[117.96508197015554,28.508932337113979],[117.96533726437207,28.509567418881286],[117.96524547834704,28.509829570012329],[117.96579603581314,28.510157967983485],[117.9663745728639,28.509766547775239],[117.96661200056693,28.50922210263856],[117.96642750014864,28.508970695373879],[117.96672673138009,28.508870920153129],[117.96721050901347,28.508383780361982],[117.96724538874906,28.50874255345629],[117.96650918979418,28.510178030787269],[117.96601643249096,28.510581217198101],[117.9661869697632,28.510844658902613],[117.96667571291289,28.510714380953047],[117.96662876326221,28.51159618319554],[117.96680326045004,28.512194487750946],[117.96625063260079,28.512965701660093],[117.96612897574252,28.512616160892144],[117.96610804843374,28.512389301022612],[117.96584277119447,28.511925189775109],[117.96561138312566,28.511732884758548],[117.96549071313397,28.511486300725227],[117.96554459964611,28.511184267236516],[117.96506289657063,28.510431838092096],[117.96427095233645,28.509962125588636],[117.96431385477315,28.509830060434453],[117.96373632107208,28.509756619754324],[117.96363056367107,28.510058788751209],[117.96345798799858,28.510190196951392],[117.96330836467806,28.510172597976396],[117.9632784765745,28.509717843801916],[117.96268695851833,28.509683411961397],[117.96243361792075,28.509335202792283],[117.96215630473014,28.509353920100356],[117.96176825127669,28.509518868266696],[117.96093722675994,28.510296732331426],[117.96064990947339,28.510514390802804],[117.96048229635331,28.510763729425424],[117.96052516735134,28.51106550811182],[117.96067479197286,28.511216068327876],[117.96090922308792,28.511187476108269],[117.960988021619,28.511294233932631],[117.96074357094707,28.511869650207672],[117.96052509087573,28.512008159902372],[117.96042834297629,28.511795486278231],[117.96030365849806,28.511636864708837],[117.96011113696063,28.511488410950943],[117.95969013313385,28.511708401786979],[117.95970806737766,28.511981255137918],[117.95962625485005,28.512104418183359],[117.96013899524743,28.512398003608354],[117.96046021915794,28.512375190302773],[117.96107967981386,28.512742461648891],[117.96132403280085,28.513329611766075],[117.9611464679588,28.513326072274236],[117.96054691037412,28.513572522354909],[117.9605568668799,28.513821404469873],[117.96009895761814,28.514048491608502],[117.95990741982494,28.514053977870844],[117.95975478793264,28.514045369104124],[117.95947644350456,28.514197020113393],[117.95932678528307,28.51440432139534],[117.95888284259512,28.514434430249018],[117.95853465740645,28.514576253002136],[117.95804177997873,28.515067303083672],[117.95776343368715,28.515067996130526],[117.95765665137836,28.515464112737138],[117.95735734501672,28.515521833713617],[117.9573353841643,28.515672831213028],[117.95748203016626,28.515825410574699],[117.95746406207198,28.515954407105518],[117.95718572646659,28.515748172692035],[117.95713588597481,28.515218494012181],[117.95691143106373,28.514903165793601],[117.95613522844532,28.514784112258255],[117.95548669328529,28.514939629400512],[117.95565131429848,28.515002207907681],[117.95579397267952,28.515223777701021],[117.95544375005569,28.515443544249631],[117.95525218608233,28.515406020972325],[117.95517335219581,28.515546158787174],[117.95549561652925,28.515638345860648],[117.95617901026404,28.516240459184935],[117.95632667614515,28.516175122989232],[117.95667186223487,28.516409188875993],[117.95678857471583,28.516632818582082],[117.95673965225586,28.517075771338956],[117.95597438587323,28.517367532794086],[117.95605122520855,28.517183415520364],[117.95592253312202,28.517013793174392],[117.95557335511694,28.516682765222953],[117.95540872760228,28.516695158730055],[117.95512538014326,28.516549896866877],[117.95491584618659,28.516620374636098],[117.95444586480824,28.51703934135594],[117.95418743411088,28.517111930399174],[117.95335328328633,28.517024936610333],[117.95261990343022,28.516770750251698],[117.95215490868665,28.516764832483663],[117.95224473635723,28.516499723833892],[117.95264788761121,28.51621289452849],[117.95321866695946,28.515935663747964],[117.9535010719507,28.515631113590363],[117.95362582407398,28.515308939864159],[117.95387230912276,28.514936496541523],[117.95330858010061,28.514572963489695],[117.95268994553786,28.514383482320834],[117.95257921777601,28.513982890180426],[117.95222600819244,28.513642837807794],[117.95200449916577,28.513462417097529],[117.95174806200697,28.51329207145692],[117.95129303385001,28.513245132788601],[117.9509337790645,28.5134058924084],[117.95057646696114,28.514182413330936],[117.95034782352776,28.515670373199018],[117.95024901366784,28.515877517394848],[117.95029189562055,28.516217294148866],[117.94978097701203,28.51594954203053],[117.94955952835713,28.514764480583992],[117.94949966082342,28.514654654331608],[117.94894279145311,28.514730860651742],[117.94861743191981,28.51495249423569],[117.9480395030677,28.516050346641705],[117.94748752901207,28.516913218215148],[117.94592256246791,28.517030506636971],[117.94558021127108,28.517075207300181],[117.94538756687443,28.517188566748235],[117.94536657613341,28.517565467432949],[117.94601222491529,28.519072545151118],[117.94596928015628,28.519410506981117],[117.94583755760173,28.519091905088331],[117.94564196182151,28.518705460914976],[117.94535154409331,28.518311216662255],[117.94515193814355,28.518093713352091],[117.94477865603866,28.517878566356899],[117.94461696697174,28.517754947292051],[117.94453114913338,28.517472229126938],[117.94465993789962,28.517133093203945],[117.94509117372728,28.516605402246022],[117.94556030232243,28.516416496307844],[117.94600844916306,28.516390567221713],[117.9460064623141,28.516290608738164],[117.94581882382434,28.516254016980152],[117.94517503661031,28.516346325251504],[117.94485465407672,28.51615106190317],[117.94468896434307,28.516131410670098],[117.9445312115711,28.516699521074134],[117.94420476189427,28.517369935998698],[117.94400212864502,28.517438322769415],[117.94362882051843,28.517328120765942],[117.94341821462054,28.517172603671554],[117.94331143413747,28.516844941702313],[117.94318267330378,28.516772226474917],[117.9427324783819,28.516779121841939],[117.94220147918217,28.516041448308265],[117.94112643842725,28.514896968676076],[117.94088985211621,28.514784465062927],[117.9405703662696,28.515136943485007],[117.94020294012972,28.51569443075708],[117.93977165249723,28.515759218037203],[117.93967380351343,28.515894350044029],[117.93964683873789,28.516012356179804],[117.93998525269387,28.516319605897845],[117.94003214297362,28.516708371531607],[117.94020384427417,28.516858991369499],[117.94038553787531,28.516870642971881],[117.94107430319953,28.517686019858566],[117.94101736408967,28.518138957683981],[117.94046621810229,28.519146628359547],[117.94099131091853,28.519336553444365],[117.94127482617697,28.519326012456361],[117.9418048831912,28.519627868677944],[117.94178889450403,28.519833820636702],[117.94206742029586,28.519682334381763],[117.94264539549395,28.519719180522184],[117.94279513617226,28.51962391948739],[117.94290589753838,28.520130506387023],[117.94296677922996,28.520246340594529],[117.94307459334274,28.520152162231316],[117.94321139648027,28.519546119287597],[117.94345896992949,28.519283721288303],[117.94380933830455,28.519205044461959],[117.94409581581063,28.519184471036535],[117.94426451842716,28.519008193814408],[117.94462484716919,28.519047439808851],[117.944739635261,28.519041206482747],[117.94481850128442,28.51887310820447],[117.94500214959726,28.518960695080853],[117.94497616641057,28.519355599844836],[117.94504302764905,28.519519397763172],[117.94474556406956,28.519770916803132],[117.94503303067475,28.51972434106213],[117.94543523748067,28.520149343952149],[117.94506688648688,28.520712893621354],[117.94578955021284,28.520329534621975],[117.94599015613238,28.520447068125737],[117.94596618499791,28.520665034348511],[117.94620672275209,28.520660530305996],[117.9463035448434,28.520555365480096],[117.94640733884395,28.520633115379418],[117.94624458529773,28.521464141750052],[117.94662588100276,28.521063486878578],[117.94683448447938,28.520941088952441],[117.94710994584122,28.520945498185448],[117.9472536540639,28.52106414421344],[117.94733746729561,28.521329861982402],[117.94689329191853,28.521907593787475],[117.94699407030325,28.522216259108319],[117.94631036326903,28.522641550540932],[117.94601293772843,28.522610190661666],[117.94504675162526,28.522844117715071],[117.94423420615711,28.523565509380585],[117.94352348302712,28.523856838094456],[117.94296848505996,28.523849952404237],[117.94248633470581,28.523959868374863],[117.94251720003149,28.524958418968279],[117.94266592421771,28.52509007390363],[117.94237637444824,28.525878339297133]]]},"properties":{"FID":4,"name":"黄岭村民委员会","name_t":"石狮乡","民警姓":"程志钦","电话":"15970396250","派出所":"石狮派出所"}},{"type":"Feature","id":5,"geometry":{"type":"Polygon","coordinates":[[[117.97448667204779,28.510984420005485],[117.97423341117573,28.510520317977701],[117.97398411187562,28.510380084767323],[117.9735452811816,28.510896149838423],[117.97269261600141,28.510977548754703],[117.97217899422566,28.511280893080812],[117.97174023499792,28.510724338898328],[117.97213721913145,28.509923511272618],[117.9718879353848,28.509464385067023],[117.9715319030216,28.509469387542691],[117.9712326904215,28.509764122763489],[117.97076594583361,28.509827410937625],[117.97030120257119,28.509767733036298],[117.96938966337864,28.509512367901955],[117.96680326045004,28.512194487750946],[117.96662876326212,28.511596184221183],[117.96667571291289,28.510714380953047],[117.96618696976311,28.510844659928249],[117.96601643249096,28.510581217198101],[117.9665091897941,28.510178031812899],[117.96724538785307,28.508742553458735],[117.96721050901347,28.508383780361982],[117.96672673048408,28.508870920155562],[117.96642750014855,28.508970696399501],[117.96661200056685,28.509222103664179],[117.96637457196795,28.509766547777669],[117.96579603581314,28.510157967983485],[117.96524547834704,28.509829570012329],[117.96533726347596,28.509567419909317],[117.96508196925944,28.508932338141999],[117.96571639130035,28.508319856153019],[117.96630588021489,28.508162321289948],[117.9655558344466,28.507945424915789],[117.96502518332234,28.508088798135756],[117.9647369458737,28.507766687162817],[117.96430403509778,28.507909788781131],[117.96421828705991,28.507495168118201],[117.96443277039587,28.507154720680184],[117.96464028244753,28.506657348967824],[117.96664622552318,28.505362414189047],[117.96837085795696,28.503488369249883],[117.96832801757351,28.502922689851573],[117.96731375485213,28.502041785927787],[117.96610196106333,28.501383314908537],[117.96537487087309,28.500932434739735],[117.96579380741855,28.500761367865753],[117.96721607559486,28.501252334129454],[117.96755719619424,28.501077463529882],[117.96798313877669,28.500317564418484],[117.96909324859311,28.499740706387296],[117.97132424375442,28.499936405126039],[117.97163641455266,28.499721601937132],[117.96729814103961,28.497804325854322],[117.96609135047649,28.496928911488112],[117.96620012883831,28.496203871510943],[117.96669486604445,28.495942619421452],[117.96691431306981,28.49571909962161],[117.9673372905299,28.494716294238458],[117.9674291083965,28.494002290178109],[117.96765854422408,28.493545819883352],[117.96793682494533,28.493394109317972],[117.96816222594278,28.49345846748172],[117.96878154145745,28.494033561374316],[117.96877154575576,28.494316491646078],[117.96909169073879,28.494371586217337],[117.96960532722923,28.494314180977671],[117.96972302441323,28.494170901926232],[117.97013692460689,28.494054789015543],[117.97021971678323,28.493876618530741],[117.97041917400141,28.493972029314047],[117.97059770698297,28.49380858530877],[117.97112529292501,28.493687146814153],[117.97147035840028,28.493682177487539],[117.97178848031011,28.493855220009664],[117.97193908193792,28.4937228398278],[117.97175763017688,28.49304658588386],[117.97151132232401,28.492762377890074],[117.97189637903425,28.491498724214363],[117.97219557076227,28.491421903513892],[117.97272608663957,28.491836257806167],[117.97313596944963,28.491752120353507],[117.97326562404255,28.49162679313493],[117.97317090661926,28.491348158511581],[117.97368058795438,28.490324052238439],[117.97367263648552,28.490004184382553],[117.9738222428404,28.489757839822968],[117.97405161926014,28.489638223376954],[117.9743388260477,28.489619406324056],[117.97462999599873,28.48990047562409],[117.97484934955925,28.490358688259771],[117.97478548805793,28.490829711995815],[117.97464883779132,28.491200978066871],[117.97482833326598,28.491274436717578],[117.97505570565023,28.491212803196838],[117.97523422928583,28.490960374496115],[117.97510866572424,28.489904095251006],[117.97487633709707,28.489600867891365],[117.97422717470766,28.4891328917818],[117.97414341889586,28.488984181890963],[117.9742840422732,28.488825832652726],[117.97461412738261,28.488831882800582],[117.9753241203658,28.489231702419573],[117.9754487729419,28.489225343711471],[117.97543582195681,28.489073433619463],[117.97490332543403,28.488811057770096],[117.97489336002664,28.488737111038848],[117.97504394618305,28.488671699428135],[117.97535807152978,28.488674793038633],[117.97533215835941,28.488485930795107],[117.97512773446027,28.488415544501301],[117.97486944334925,28.488527250679514],[117.97446458690597,28.488285496715942],[117.97438982391532,28.487926832103717],[117.97466208995743,28.487667136669423],[117.97500314383807,28.48764116424389],[117.97524444854686,28.487938367819904],[117.97647503668337,28.487553935959109],[117.97755585996927,28.489183238303916],[117.97805945893764,28.488897862967114],[117.97798272833359,28.488261301390153],[117.97767464224616,28.487748376434475],[117.97780628123972,28.487602039816611],[117.97804759849824,28.487605333321788],[117.97815328078609,28.48782095157511],[117.978396565888,28.488129134243959],[117.97893300527078,28.48855741557993],[117.97891503227687,28.488858366960809],[117.97900077981643,28.488963078788444],[117.97917129462643,28.488952581252789],[117.97949339775738,28.48868572288443],[117.97968584745871,28.488687154377399],[117.98003982135012,28.488854054214578],[117.98045562769259,28.488890812527938],[117.98082359296401,28.488629811194631],[117.98147360823206,28.48880182439132],[117.98176584756033,28.489030878146018],[117.98185267890352,28.489249546400945],[117.98181564008955,28.489813465245636],[117.98209269882048,28.490310472557212],[117.98218459136795,28.490827922536504],[117.98186039978438,28.491173869164491],[117.98172287344882,28.491451183543866],[117.98176840285252,28.491930884798549],[117.9816409469377,28.492221063158762],[117.9817144905599,28.49276475869101],[117.98169359945126,28.493389606598811],[117.98192187739885,28.49415756259841],[117.98256794559107,28.494952462063701],[117.98308052089673,28.495432766813995],[117.9834742611781,28.49563441890017],[117.98366269406932,28.495887767214711],[117.98417917347909,28.496112141642552],[117.98448435519339,28.496471102295867],[117.98469861977168,28.496596415765659],[117.98480053264825,28.496478150490127],[117.98480745886219,28.495911327617815],[117.98535990641844,28.495172922875369],[117.98550062001534,28.494871704052237],[117.98613452651662,28.495339532755064],[117.98875083443467,28.495396605074998],[117.98902900202653,28.495556705965008],[117.98902608649189,28.49584261650039],[117.98885445305686,28.496330966312918],[117.98897395517572,28.496875514347103],[117.98923926038157,28.497037652493027],[117.98990828219536,28.497078608101379],[117.99001994734468,28.497154143659394],[117.99000308938804,28.497248262129173],[117.9896968711048,28.497510099579198],[117.98922226858946,28.498765998993857],[117.98947730559496,28.500118847190951],[117.98922311456245,28.500609444449399],[117.98895288728961,28.500900061354042],[117.98954896003097,28.501741053953246],[117.98921190096004,28.502389845990649],[117.98928474706189,28.502870353363559],[117.98916299134585,28.503051657897853],[117.9892818372397,28.503097380686498],[117.98909129025405,28.503211917929246],[117.98905936841339,28.503397947195047],[117.98846215413843,28.503079871624866],[117.98822387832871,28.502799693000235],[117.98801948820496,28.502708344486035],[117.98771338515512,28.502737260067946],[117.98759276529033,28.502443729590954],[117.98766556175842,28.502313555870611],[117.987793193841,28.502213206027321],[117.98911233335772,28.501930311102363],[117.9892599075357,28.501806908018807],[117.98927487438202,28.501673909856304],[117.98904854515811,28.501635610235926],[117.98860982816379,28.501753897442132],[117.98763868866196,28.501721847791316],[117.98737945380689,28.5016896430195],[117.98709231494217,28.501463591741263],[117.98705638860429,28.501851562231192],[117.98662662397761,28.502164747456888],[117.98625570080488,28.502286823033501],[117.98609813637043,28.502623177251181],[117.9859675218145,28.502570589796598],[117.98592261263833,28.503074544659331],[117.98599938282193,28.503136291896276],[117.98547491060606,28.503222840205975],[117.98412575943338,28.504281511710378],[117.98320034531623,28.505543826722754],[117.9828433278395,28.5061836608741],[117.98250530618895,28.506189667729181],[117.98223409820196,28.506096509476549],[117.98207557555313,28.50585007024457],[117.98186917922513,28.505759718148344],[117.98168569451333,28.505930201574877],[117.98159194210211,28.506211378710084],[117.98122195322573,28.506882234107625],[117.98104540690453,28.507539518632608],[117.98090779686702,28.507607901767262],[117.98046906444114,28.507521233120176],[117.97992357044022,28.508210593830562],[117.97833112995826,28.507952372378135],[117.97741174459233,28.507803116162762],[117.97636171463716,28.507632234930412],[117.97536551461006,28.507470177301119],[117.97655010486118,28.508622326603408],[117.97598564742931,28.509121781602129],[117.97610529760186,28.509297370171886],[117.9760285008671,28.509442538824565],[117.97628076729022,28.509763690823732],[117.97618901615405,28.509865918509099],[117.97631763842175,28.510072470050506],[117.97604835138608,28.510581064036938],[117.97547988397692,28.511288448074485],[117.975322316196,28.511375869879924],[117.9748935495236,28.510890284658224],[117.97452656609752,28.510929326232834],[117.97448667204779,28.510984420005485]]]},"properties":{"FID":5,"name":"石狮居民委员会","name_t":"石狮乡","民警姓":"吴涛","电话":"15946818126","派出所":"石狮派出所"}},{"type":"Feature","id":6,"geometry":{"type":"Polygon","coordinates":[[[117.96168218614176,28.47014346448324],[117.95978368908223,28.469786826190465],[117.95920831727796,28.469666911518527],[117.95827774682284,28.469472968432509],[117.95682890882119,28.469216214405378],[117.95603633330123,28.469136035238016],[117.95597245606905,28.469159245540354],[117.95595958015387,28.469169807948301],[117.9558297149612,28.467545987597219],[117.95588647747769,28.466339566633465],[117.95604382800543,28.465547195216029],[117.95626245974346,28.464919670084949],[117.95654943825886,28.464175340497924],[117.95699300162822,28.463025923783096],[117.95756863061139,28.461188938145447],[117.95828757890436,28.461154842173361],[117.95828765866619,28.461154841973897],[117.96005492336822,28.461180958185192],[117.96096787567876,28.461178024801196],[117.96154163455333,28.461214743256139],[117.96194963319891,28.461240785706988],[117.96237628894677,28.461268239290057],[117.96275232863749,28.46128893739963],[117.9636545656769,28.461338657545667],[117.96375616015671,28.461344187151113],[117.96168218614176,28.47014346448324]]]},"properties":{"FID":6,"name":"外沽塘社区居民委员会","name_t":"北门街道","民警姓":"张小建","电话":"18870338283","派出所":"北门派出所"}},{"type":"Feature","id":7,"geometry":{"type":"Polygon","coordinates":[[[118.01166030860767,28.490168412896942],[118.01277189752916,28.493559007453605],[118.01362831663901,28.495780749398889],[118.01161496551302,28.495862588345059],[118.01020297704537,28.495791761090125],[118.01028857462485,28.497713837360745],[118.00900509899238,28.499414031284729],[118.00968880644444,28.503484561846285],[118.01221359341262,28.504117918609523],[118.0131119136647,28.506000621126805],[118.01106734300818,28.508826565534015],[118.0109327324671,28.508725898284865],[118.01078015609964,28.508848401356339],[118.01023154987608,28.509642625119124],[118.00954664763381,28.510321397701741],[118.00963345781658,28.510823956059369],[118.00943381395088,28.510993482601364],[118.00929737909651,28.511307870788055],[118.00922842631259,28.511910850664755],[118.00895623164824,28.512806225515405],[118.00868767505109,28.513121903918922],[118.00847737536074,28.513160613285951],[118.00836965513722,28.513530794771462],[118.00806563529223,28.513459725330691],[118.00787323262216,28.512929494332514],[118.00751719760706,28.512457629391928],[118.00705446139902,28.512117135537927],[118.00665781096752,28.512086432034032],[118.00560064408654,28.512485447352283],[118.00518215241362,28.512588664005062],[118.00503029716171,28.512551133746069],[118.00460068145506,28.512164568105604],[118.00439540514533,28.511871293729083],[118.00415202862816,28.511700089990985],[118.00272013208237,28.511536367665219],[118.00261575170855,28.511366745482057],[118.00254791846415,28.510551351878735],[118.00116887852079,28.510448562422198],[118.00092770419946,28.510255262915834],[118.00070734923437,28.510302913741786],[118.0007083258935,28.510548920959639],[118.00079805514234,28.5106325171433],[118.00211397263818,28.510779579484634],[118.00218286259525,28.510876335851947],[118.00217095781075,28.51135809338377],[118.00227473318168,28.511604787883371],[118.00220970264047,28.511867887426817],[118.00203919819207,28.511922383504739],[118.00094844292656,28.511472751709139],[118.00056576091984,28.511584969853526],[118.00018677882508,28.511567126184801],[117.99973410263921,28.511710347973448],[117.9995625152462,28.511632996924178],[117.99932315952508,28.511176893328155],[117.99921867216878,28.511125128744304],[117.99914079979163,28.511159352846079],[117.9993134494615,28.511646648538211],[117.99921652664194,28.511762000476505],[117.9983122767642,28.512021652451228],[117.99805095047863,28.512014450032709],[117.99752951481045,28.511739138774495],[117.99736222705904,28.511531724457491],[117.99741182388713,28.511004668002965],[117.9976842940136,28.510079180737222],[117.99761364632232,28.509548589493377],[117.99746789247079,28.509380195633167],[117.99633340629057,28.508705796853068],[117.99616680302594,28.508675414466982],[117.99586855428872,28.509062182046229],[117.99547977756383,28.509405239558046],[117.99400812977525,28.509514582502312],[117.99383983637668,28.509410233026443],[117.99325263802271,28.508654298191278],[117.9927418922225,28.508147939101686],[117.99264320574879,28.507892432161821],[117.99273698259867,28.507236385857169],[117.9930363404419,28.506694670755305],[117.99253892274102,28.506582225815258],[117.99181780022404,28.50606060921362],[117.99164339742198,28.506288058130306],[117.99110705813011,28.506597477138211],[117.99078979542635,28.506613534910638],[117.99020075465663,28.506393303892043],[117.99012006978609,28.505455988392423],[117.98983097991336,28.504763116386595],[117.98970417934197,28.504461509427117],[117.99006535592896,28.503936701253508],[117.99027067424754,28.503637186540676],[117.9907523831814,28.503237865991867],[117.99078330178462,28.503115715509985],[117.99028078086491,28.503179319620614],[117.99000152133816,28.502998232801797],[117.98947207391569,28.50312779254909],[117.98928183723967,28.503097380686611],[117.98916299134599,28.503051657897849],[117.98928474706196,28.50287035336369],[117.98921190096004,28.502389845990692],[117.98954896003102,28.501741053953197],[117.98895288728961,28.500900061354152],[117.98922311456246,28.500609444449484],[117.98947730559512,28.500118847191033],[117.98922226858944,28.498765998993868],[117.98969687110484,28.49751009957933],[117.99000308938824,28.497248262129123],[117.99001994734479,28.497154143659532],[117.98990828219534,28.497078608101425],[117.98923926038181,28.497037652493013],[117.98897395517572,28.496875514347181],[117.98885445305686,28.496330966312922],[117.98902608649212,28.495842616500479],[117.98902900202668,28.495556705965136],[117.98875083443468,28.495396605075033],[117.98613452651675,28.495339532754986],[117.98550062001532,28.494871704052372],[117.98535990641861,28.495172922875486],[117.98480745886218,28.495911327617886],[117.98480053264828,28.49647815049012],[117.98469861977181,28.496596415765659],[117.98448435519364,28.496471102295867],[117.98417917347922,28.496112141642666],[117.98366269406949,28.495887767214686],[117.98347426117819,28.495634418900188],[117.98308052089679,28.495432766814037],[117.9825679455911,28.494952462063793],[117.981921877399,28.494157562598406],[117.98169359945129,28.493389606598935],[117.98171449055994,28.492764758691067],[117.98164094693773,28.492221063158748],[117.98176840285257,28.491930884798606],[117.98172287344882,28.491451183543866],[117.98186039978441,28.491173869164506],[117.98218459136807,28.490827922536486],[117.98209269882059,28.490310472557191],[117.98181564008976,28.489813465245703],[117.98185267890354,28.489249546400874],[117.9817658475604,28.48903087814605],[117.98175787646157,28.488964824368328],[117.98313266614468,28.489376586536906],[117.98524085825701,28.489024386324978],[117.98530844396757,28.488006626465591],[117.98542724482343,28.487415368024543],[117.98521587496867,28.48726505386427],[117.98531460973122,28.486989949475536],[117.98652314268769,28.487352188730018],[117.99175132632671,28.488669497483716],[117.9961001989591,28.488802458081512],[118.00158489711316,28.488775425291319],[118.00574414902911,28.489423291132749],[118.01166030860767,28.490168412896942]]]},"properties":{"FID":7,"name":"松山居民委员会","name_t":"灵溪街道","民警姓":"王金波","电话":"13979384555","派出所":"车站派出所"}},{"type":"Feature","id":8,"geometry":{"type":"Polygon","coordinates":[[[117.96881391732873,28.442637872756489],[117.96833426579579,28.443461824236131],[117.96758937517468,28.444980020406952],[117.96709478679263,28.445489294452752],[117.96698674312003,28.445600544175633],[117.96563673512102,28.446794949489227],[117.96546068101331,28.446718829760805],[117.96475315936621,28.446567735056728],[117.96464407542588,28.446547835248484],[117.96483882411414,28.446302197407142],[117.96508506135035,28.446042802038118],[117.96525278793409,28.445807211782864],[117.96555612512346,28.445139730056876],[117.96568947691303,28.444751243925278],[117.9659037317335,28.444127070665097],[117.96630223486036,28.443133588526479],[117.96662329723085,28.442497978569058],[117.96678745528315,28.442069651363056],[117.96691971667947,28.441842991659065],[117.96881391732873,28.442637872756489]]]},"properties":{"FID":8,"name":"中山路社区居民委员会","name_t":"东市街道","民警姓":"王卓","电话":"15070313701","派出所":"东市派出所"}},{"type":"Feature","id":9,"geometry":{"type":"Polygon","coordinates":[[[117.9659037317335,28.444127070665097],[117.96568947691303,28.444751243925278],[117.96555612512346,28.445139730056876],[117.96525278793409,28.445807211782864],[117.96508506135035,28.446042802038118],[117.96483882411414,28.446302197407142],[117.96464407542588,28.446547835248484],[117.96419975623576,28.44646677699518],[117.96354312620582,28.446324100229504],[117.9636591012459,28.44583236782389],[117.9631837619701,28.445658064354454],[117.96338644367974,28.445194883994077],[117.96383849243186,28.444218295057137],[117.96396460557374,28.44375033715674],[117.9659037317335,28.444127070665097]]]},"properties":{"FID":9,"name":"八角塘社区居民委员会","name_t":"西市街道","民警姓":"刘虹炀","电话":"13707938608","派出所":"西市派出所"}},{"type":"Feature","id":10,"geometry":{"type":"Polygon","coordinates":[[[117.96485836229679,28.442650029371549],[117.96576503507745,28.442949142617884],[117.96630223486036,28.443133588526479],[117.9659037317335,28.444127070665097],[117.96396460557374,28.44375033715674],[117.96328469251145,28.443602953153327],[117.96263039771083,28.443459578160237],[117.96216333094272,28.443284852843586],[117.96204204554778,28.443170382145571],[117.96302747720672,28.442646937359559],[117.96345661309151,28.442498876636897],[117.96387884530861,28.442461243651071],[117.96485836229679,28.442650029371549]]]},"properties":{"FID":10,"name":"大公厂社区居民委员会","name_t":"西市街道","民警姓":"高目水","电话":"18270188878","派出所":"西市派出所"}},{"type":"Feature","id":11,"geometry":{"type":"Polygon","coordinates":[[[117.95363911057765,28.44861065212319],[117.95310759988178,28.449923034189649],[117.94989476039318,28.448702469011359],[117.9467545086752,28.447520443361171],[117.94694958004102,28.447194637085776],[117.94779292940622,28.445786073109385],[117.9478501614383,28.445612981017305],[117.94818472486071,28.445694734229939],[117.94954669188583,28.44616443252329],[117.95017117775213,28.446336833374311],[117.95098003466332,28.446479458419791],[117.95315087707309,28.446502878123244],[117.95351962319779,28.446514712722259],[117.95468534241256,28.446234929365627],[117.95463032745531,28.446495598272598],[117.95363911057765,28.44861065212319]]]},"properties":{"FID":11,"name":"万达社区","name_t":"西市街道","民警姓":"蔡骏","电话":"13870319793","派出所":"西市派出所"}},{"type":"Feature","id":12,"geometry":{"type":"Polygon","coordinates":[[[117.95769558875126,28.449973263376243],[117.95807204389445,28.450509322872755],[117.95851718549348,28.451191158476487],[117.9586160936564,28.451482815714048],[117.95623538143548,28.451081671876882],[117.95609739219849,28.451058416904633],[117.95310759988178,28.449923034189649],[117.95363911057765,28.44861065212319],[117.95518681505456,28.449296882501791],[117.95534019285893,28.449241538616732],[117.95647501426073,28.449620555758649],[117.95737058879195,28.449543478797022],[117.95769558875126,28.449973263376243]]]},"properties":{"FID":12,"name":"五桂山社区居民委员会","name_t":"西市街道","民警姓":"林松涛","电话":"15807936117","派出所":"西市派出所"}},{"type":"Feature","id":13,"geometry":{"type":"Polygon","coordinates":[[[117.95905396267455,28.444861568995147],[117.95807794386194,28.445517634339915],[117.9574588819758,28.445957034675359],[117.95718541149331,28.446243422278393],[117.9569617006546,28.446616302047637],[117.95640493277399,28.447686437568656],[117.95570578766873,28.448508117189586],[117.95534019285893,28.449241538616732],[117.95518681505456,28.449296882501791],[117.95363911057765,28.44861065212319],[117.95463017190106,28.446496338443829],[117.95468534241256,28.446234929365627],[117.95513140976149,28.446068292255568],[117.95852750910974,28.444171073471438],[117.95905396267455,28.444861568995147]]]},"properties":{"FID":13,"name":"三官殿社区居民委员会","name_t":"西市街道","民警姓":"郑真钢","电话":"15807936360","派出所":"西市派出所"}},{"type":"Feature","id":14,"geometry":{"type":"Polygon","coordinates":[[[117.95534019285894,28.449241538616683],[117.95570578766862,28.44850811718953],[117.95640493277402,28.447686437568674],[117.95696170065446,28.446616302047538],[117.95761849636838,28.446965104878945],[117.95853771148295,28.447461945229659],[117.95948644019519,28.447970390252447],[117.95952525734914,28.447954113056273],[117.95968050121458,28.448189172133752],[117.95969834428915,28.448268999552578],[117.95945239979692,28.448385273112699],[117.9573705887918,28.449543478797011],[117.95647501426068,28.449620555758525],[117.95534019285894,28.449241538616683]]]},"properties":{"FID":14,"name":"杨家石桥社区居民委员会","name_t":"西市街道","民警姓":"郑真钢","电话":"15807936360","派出所":"西市派出所"}},{"type":"Feature","id":15,"geometry":{"type":"Polygon","coordinates":[[[117.96338644367972,28.445194883994038],[117.96318376196996,28.445658064354479],[117.9636591012458,28.445832367823776],[117.96354312620583,28.446324100229518],[117.96292456266838,28.446447920303367],[117.96226793367774,28.446804935104502],[117.96150758075623,28.447252386455254],[117.96133822374335,28.447333343828344],[117.96075139077537,28.446622986232448],[117.96131173671522,28.446202744180233],[117.96139899198424,28.446074464852369],[117.96157349705861,28.445877113211466],[117.9611436428068,28.445683217825227],[117.96104111509312,28.445646133128136],[117.96078759468102,28.445967952778183],[117.96069690553971,28.446063881845358],[117.96072747320898,28.446100636015576],[117.96052960909309,28.446263276255589],[117.95991402272378,28.445813128374212],[117.96056665030702,28.445362630810724],[117.96135499314514,28.444938560355233],[117.96183019205529,28.444984329947765],[117.96227052313751,28.44506115189257],[117.96241908997101,28.444353411866736],[117.96304419657267,28.44446485343488],[117.96328469251144,28.443602953153295],[117.96396460557378,28.443750337156647],[117.96383849243175,28.444218295057119],[117.96338644367972,28.445194883994038]]]},"properties":{"FID":15,"name":"白鸥园社区居民委员会","name_t":"西市街道","民警姓":"董祎","电话":"13907031010","派出所":"西市派出所"}},{"type":"Feature","id":16,"geometry":{"type":"Polygon","coordinates":[[[117.96119562349728,28.447407435104708],[117.95969834428915,28.448268999552578],[117.95968050121458,28.448189172133752],[117.95952525734914,28.447954113056273],[117.95948644019519,28.447970390252447],[117.95853771148295,28.447461945229659],[117.95761849636838,28.446965104878945],[117.95696170065446,28.446616302047538],[117.9571854114933,28.446243422278403],[117.95745888197584,28.445957034675384],[117.95807794386187,28.445517634339929],[117.95905396267446,28.44486157002024],[117.95991395103756,28.4458130506484],[117.95991402272378,28.445813128374212],[117.96052960909309,28.446263276255589],[117.96072747320898,28.446100636015576],[117.96069690553971,28.446063881845358],[117.96078759468102,28.445967952778183],[117.96104111509312,28.445646133128136],[117.9611436428068,28.445683217825227],[117.96157349705861,28.445877113211466],[117.96139899198424,28.446074464852369],[117.96131173671522,28.446202744180233],[117.960979222785,28.446444219018097],[117.96075139077537,28.446622986232448],[117.96133822374335,28.447333343828344],[117.96119562349728,28.447407435104708]]]},"properties":{"FID":16,"name":"胜利路社区居民委员会","name_t":"西市街道","民警姓":"游熠鹏","电话":"18270825914","派出所":"西市派出所"}},{"type":"Feature","id":17,"geometry":{"type":"Polygon","coordinates":[[[117.96056665030699,28.445362630810703],[117.95991402272374,28.44581312837429],[117.95991395193373,28.445813050646155],[117.95905396267455,28.444861568995147],[117.95852750910974,28.444171073471438],[117.95991380115146,28.443158507031391],[117.9602039426854,28.443501138387248],[117.96023786413295,28.443485475239441],[117.96058769003854,28.443921663263517],[117.96204204554778,28.443170382145571],[117.96216333094272,28.443284852843586],[117.96263039771083,28.443459578160237],[117.96328469251145,28.443602953153327],[117.96304419657267,28.44446485343499],[117.96241908997102,28.444353411866771],[117.96227052313756,28.445061151892574],[117.9618301920553,28.444984329947829],[117.96135499314528,28.444938560355229],[117.96056665030699,28.445362630810703]]]},"properties":{"FID":17,"name":"渡口社区居民委员会","name_t":"西市街道","民警姓":"刘虹炀","电话":"13707938608","派出所":"西市派出所"}},{"type":"Feature","id":18,"geometry":{"type":"Polygon","coordinates":[[[117.96058769003854,28.443921663263517],[117.96023786413295,28.443485475239441],[117.9602039426854,28.443501138387248],[117.95991380115146,28.443158507031391],[117.96156628306348,28.442374885519261],[117.96260425348723,28.441837452389009],[117.96381974179033,28.441483173358201],[117.96507053477977,28.441505519668141],[117.96678745416322,28.442069650853572],[117.96662329723085,28.442497978569058],[117.96630223486036,28.443133588526479],[117.96576503507745,28.442949142617884],[117.96485836229691,28.442650029371546],[117.96387884530861,28.442461243651071],[117.96345661309151,28.442498876636897],[117.96302747720672,28.442646937359559],[117.96204204554778,28.443170382145571],[117.96058769003854,28.443921663263517]]]},"properties":{"FID":18,"name":"马家弄社区居民委员会","name_t":"西市街道","民警姓":"蔡骏","电话":"13870319793","派出所":"西市派出所"}},{"type":"Feature","id":19,"geometry":{"type":"Polygon","coordinates":[[[117.95962829958211,28.448589084150505],[117.95998295129826,28.448735340187394],[117.96029569190399,28.44889323160071],[117.96082997060708,28.449176711318085],[117.96126824136216,28.449405526838753],[117.96181985084024,28.449682234991425],[117.96256398801624,28.450102128681696],[117.96200515647551,28.4512334024562],[117.96186181285258,28.451523576400639],[117.96131911823288,28.452372720812686],[117.9613190940385,28.452372710623596],[117.96084506710572,28.452253857444237],[117.95946399501672,28.45169381912844],[117.9586160936564,28.451482815714048],[117.95851718549348,28.451191158476487],[117.95807204389445,28.450509322872755],[117.95769558875126,28.449973263376243],[117.95737058879195,28.449543478797022],[117.95945239979693,28.448385273112837],[117.95962829958211,28.448589084150505]]]},"properties":{"FID":19,"name":"解放河社区居民委员会","name_t":"西市街道","民警姓":"高目水","电话":"18270188878","派出所":"西市派出所"}},{"type":"Feature","id":20,"geometry":{"type":"Polygon","coordinates":[[[117.97913129603576,28.454231521819082],[117.98033611999152,28.455401294306867],[117.98233172685578,28.458455787938821],[117.98251017252538,28.458791280307608],[117.98161319124871,28.459479932180034],[117.98104940354233,28.458988222904665],[117.98020184834027,28.458244170594824],[117.97912387973849,28.45728927828139],[117.97795945571335,28.456233716810686],[117.97683337787822,28.455497521933157],[117.97637207964775,28.455195935207808],[117.9753023475939,28.454496557144129],[117.97727360574365,28.452290201481478],[117.97913129603576,28.454231521819082]]]},"properties":{"FID":20,"name":"三里亭社区居民委员会","name_t":"东市街道","民警姓":"张学锋","电话":"15179396372","派出所":"东市派出所"}},{"type":"Feature","id":21,"geometry":{"type":"Polygon","coordinates":[[[118.03268514058622,28.533053260599829],[118.03274289133198,28.533972730905631],[118.03262827765241,28.534413836294203],[118.03250255922552,28.534518145089894],[118.03250251889524,28.534518134931261],[118.03206933013931,28.534415150088208],[118.03185389162284,28.534270776490132],[118.03185384322921,28.534270743784184],[118.03151377593477,28.533760802552759],[118.03129943315265,28.533602521294625],[118.03129939372101,28.533602500877009],[118.02969005395802,28.533088673738398],[118.02937981985082,28.532890544237151],[118.0291514186097,28.532275476893201],[118.02863292037387,28.531720031945031],[118.02832661193771,28.531159947955903],[118.02829760556588,28.531133147035696],[118.02800951543993,28.53086697452823],[118.02696424417184,28.530410904029917],[118.02693689349422,28.530315189157403],[118.02690430312246,28.530201076167693],[118.02690429147677,28.530201034140738],[118.02708885863743,28.529915762770564],[118.02710971907818,28.529740678634564],[118.02686847533931,28.529059719180697],[118.02661422265328,28.529009371105438],[118.02622597073014,28.529132242393622],[118.02595485132802,28.529105971018112],[118.02478787182962,28.528869285698292],[118.02478781717235,28.528869272509418],[118.0246263010589,28.52874070898314],[118.02462623834083,28.528740655810626],[118.02472682061202,28.528292662445768],[118.02505793038765,28.527686915559986],[118.02587423981765,28.526865065379145],[118.02617521602393,28.526499511222212],[118.02615937609883,28.526359586789773],[118.02607471886853,28.526358821784875],[118.02579136395114,28.526667432447805],[118.02536438890243,28.526803513577004],[118.02450253030477,28.527334630143624],[118.02427307035514,28.527403260143753],[118.02400878836812,28.52736996316521],[118.02400873192002,28.527369948956562],[118.02391712142031,28.527334203730234],[118.02349207292745,28.527168329343702],[118.02324686674774,28.526888147994299],[118.02324682911922,28.526888105014198],[118.02323677111866,28.526687310050558],[118.02334161608107,28.526502998637657],[118.02392693109438,28.526263608651679],[118.02408286383302,28.526002294597124],[118.02389935832498,28.525588946471416],[118.02381289969291,28.525526601532956],[118.02361610216731,28.525384690834056],[118.02333568143709,28.525265002990629],[118.02321605315687,28.525213944386319],[118.02283802290131,28.525236919738084],[118.0224907879339,28.525451803509721],[118.02231732504919,28.525859098302139],[118.02210295855282,28.525924729116621],[118.02155719547466,28.525827265815735],[118.02155711842451,28.525827232177651],[118.02090117070148,28.525490175110306],[118.02087176129017,28.52548865315871],[118.02009331397494,28.525448333230987],[118.01996950865112,28.525363845799387],[118.01996945131437,28.525363812109124],[118.01988723220074,28.525133009759767],[118.01983992566959,28.525000213430499],[118.01960657606304,28.524672092024193],[118.0192346329673,28.524377270234055],[118.01923459444484,28.524377247775455],[118.01893054137507,28.524251176944972],[118.01813456634375,28.524254395965993],[118.01790623199895,28.524173081313453],[118.01790619168553,28.524173061938164],[118.01795400666337,28.523615145067112],[118.01760109673793,28.523233188527662],[118.01692080590124,28.523026308993458],[118.01692076648362,28.523026300899616],[118.01636648758934,28.522961901855606],[118.01611477763529,28.522798437389781],[118.01601247922767,28.522732007880411],[118.0148048051682,28.522792424246187],[118.01418268361329,28.522323425535802],[118.01370305191654,28.521810005957484],[118.01289338384312,28.519833138734977],[118.01280290534822,28.519690459333685],[118.01251748643412,28.519240434538787],[118.01225225286143,28.519018289015477],[118.01214631910378,28.518965402287442],[118.01173852036182,28.518761791543124],[118.01138673103293,28.518569995351108],[118.01050406097995,28.518259606196359],[118.01117435892111,28.517051193585331],[118.01131120398603,28.516652942630742],[118.01178984852994,28.514263337022292],[118.01160537531459,28.514196002562642],[118.01044087982258,28.514167333112585],[118.01035004335785,28.514095626717452],[118.01040296647022,28.511996351886555],[118.01024146540976,28.511528001871028],[118.00991344192929,28.511025154346285],[118.00992451845066,28.510922059531673],[118.01009903429124,28.510759605248996],[118.01117378197088,28.510757443730345],[118.01137451752733,28.510696977551259],[118.0114143134991,28.510598896451583],[118.01125174315709,28.50976068219472],[118.01106734211231,28.50882656553669],[118.01311191366463,28.506000621126699],[118.01221359251699,28.504117917586537],[118.00968880644446,28.503484561846165],[118.00900509899236,28.499414031284594],[118.01170039686664,28.499820949331273],[118.01413948825649,28.500643562311545],[118.01696454656772,28.502520793894508],[118.01867581012438,28.503722526116483],[118.02312795808712,28.504953774871765],[118.0259098318005,28.505437134948618],[118.02792175876471,28.506449487946078],[118.02824700857886,28.505898843633688],[118.03270042262787,28.5061894749395],[118.03270027855947,28.507923844203095],[118.03321401421755,28.508978195887924],[118.03329868246892,28.510636378645959],[118.03372759492254,28.511992830984756],[118.03304204268089,28.51335100237101],[118.03346996638095,28.514556503706267],[118.03458339244276,28.515307521360008],[118.03501136284393,28.516211152996004],[118.03346951522258,28.519984454471658],[118.03543890786557,28.522316806830109],[118.04006792070599,28.523080822936318],[118.03961877187515,28.52388141987938],[118.03931546373069,28.524271052637921],[118.03918583048653,28.524296236272292],[118.03912184899811,28.524461416389556],[118.0392116121552,28.525077874217725],[118.039073977518,28.525309195429315],[118.03909867806286,28.525884914703234],[118.03935302809195,28.526179225104606],[118.03935308725903,28.526179220868073],[118.03935310787571,28.526179245439831],[118.04034935667754,28.526114038994546],[118.04109557067443,28.526191376647887],[118.04237712078327,28.526708318855938],[118.04274430069891,28.527083402446426],[118.04284883996448,28.527442734021424],[118.04231047910923,28.527561710520125],[118.04222672338439,28.527652834025133],[118.0421199611463,28.528196929609269],[118.04191621188446,28.528330272523959],[118.0409352116672,28.528073271874334],[118.04056289239595,28.528084894815205],[118.03999760520641,28.528450982241534],[118.03954661518634,28.528980576514961],[118.03935072644036,28.529811748729571],[118.03852135451646,28.531693709223905],[118.03838766061047,28.532012123536497],[118.03821005844006,28.532793213600275],[118.03809728492341,28.53292841841316],[118.03739068683214,28.533031015845769],[118.0367232279785,28.533247468129517],[118.03672319212235,28.533247480523293],[118.03660043978857,28.532470049926037],[118.03660042007404,28.532469981242912],[118.036584484979,28.532429873499748],[118.03649766794669,28.532211423798621],[118.03671722543363,28.531819964234277],[118.03686414708551,28.531341910606272],[118.03693492223792,28.531026870490368],[118.03691200194291,28.530678981410276],[118.03650398876633,28.530202181266361],[118.03650392154458,28.530202107567156],[118.03565083198707,28.529692320760116],[118.03500610928369,28.528995239000558],[118.03484557686366,28.528880668595587],[118.03464017721453,28.528847165844773],[118.03301874970441,28.529513866678567],[118.03250079520181,28.529810055746331],[118.03252087977032,28.530083764087205],[118.0330165014695,28.530165504332711],[118.03345677771692,28.530511827622295],[118.03374383675829,28.530737598920553],[118.0339899891634,28.530994784863175],[118.03408928185699,28.531098520170758],[118.03408934548767,28.531098595925769],[118.03430481469489,28.531660891273088],[118.03438627845458,28.532527318949874],[118.0343535749593,28.532743311008563],[118.03413874433666,28.533130675837313],[118.03381760762699,28.53339639936344],[118.03341870320422,28.532945326003432],[118.03290464179457,28.532364083428028],[118.03268514058622,28.533053260599829]]]},"properties":{"FID":21,"name":"张家村民委员会","name_t":"灵溪街道","民警姓":"童振林","电话":"13907037621","派出所":"灵溪派出所"}},{"type":"Feature","id":22,"geometry":{"type":"Polygon","coordinates":[[[118.03526545540332,28.492822095043831],[118.03244383624997,28.496311620122892],[118.03133021393478,28.498878493472933],[118.02944652361057,28.500843567561098],[118.02936054206351,28.503105980792011],[118.02884665690219,28.504615758222062],[118.02824700857886,28.505898843633688],[118.02792175876471,28.506449487946078],[118.0259098318005,28.505437134948618],[118.02312795808712,28.504953774871765],[118.01867581012438,28.503722526116483],[118.01696454656772,28.502520793894508],[118.01413948825649,28.500643562311545],[118.01170039686664,28.499820949331273],[118.00900509899236,28.499414031284594],[118.01028857462489,28.497713837360674],[118.0102029770453,28.495791761089983],[118.011614965513,28.495862588345084],[118.01362831663906,28.495780749398854],[118.01666696961165,28.495169228702387],[118.0196628366446,28.495612626634973],[118.02056141406419,28.496024984522762],[118.02240178339491,28.493606754847605],[118.02338637409611,28.491907659509376],[118.0242432919521,28.490509823289123],[118.0243183568364,28.489156340856077],[118.02577000666365,28.490893510236404],[118.02972044748482,28.492131298535188],[118.03245723859854,28.492536164146372],[118.03526545540332,28.492822095043831]]]},"properties":{"FID":22,"name":"淤里村民委员会","name_t":"灵溪街道","民警姓":"夏建平","电话":"13879337175","派出所":"灵溪派出所"}},{"type":"Feature","id":23,"geometry":{"type":"Polygon","coordinates":[[[118.01094971844039,28.472102646177014],[118.01292231107354,28.471367871513483],[118.01266614836763,28.469935064816916],[118.01300827615741,28.468878397600786],[118.0129226033274,28.467822972556093],[118.02216738498538,28.469606266017411],[118.0235366875484,28.471412973957808],[118.03227042913551,28.469957746970636],[118.03535323237107,28.472665399364431],[118.03516231907882,28.476700571721143],[118.03486264818656,28.480735982384719],[118.03426268851094,28.484357236096329],[118.03674620202391,28.484540263304829],[118.03670328247803,28.484691313477082],[118.03640383408118,28.485860626934858],[118.03541894594963,28.486390782737441],[118.03559048593961,28.487371045298559],[118.03541883318961,28.487748326605573],[118.03417657745766,28.48801522267275],[118.03443392500985,28.48892029421442],[118.03520417871437,28.489295316675669],[118.03486187787755,28.490011893653822],[118.03413777103665,28.491311962768556],[118.03206255274669,28.491026141364841],[118.02973985285286,28.490397659947782],[118.02827389779731,28.489674121588042],[118.02751236697183,28.48904585183756],[118.02665564745175,28.488113000701976],[118.02381897695247,28.485428652591221],[118.02301938513237,28.484229319720349],[118.0228861201491,28.483924733752104],[118.02290515841102,28.483544020450189],[118.02248632560807,28.483220371689423],[118.0219723054151,28.48223046263179],[118.02086811719973,28.481773502470197],[118.0198210471474,28.481602089016111],[118.01707965264687,28.478460968337227],[118.01094971844039,28.472102646177014]]]},"properties":{"FID":23,"name":"灵湖村民委员会","name_t":"灵溪街道","民警姓":"王晓磊","电话":"13870381354","派出所":"灵溪派出所"}},{"type":"Feature","id":24,"geometry":{"type":"Polygon","coordinates":[[[118.03413777103665,28.491311962768556],[118.03486187787755,28.490011893653822],[118.03520417871437,28.489295316675669],[118.03443392500985,28.48892029421442],[118.03417657745766,28.48801522267275],[118.03541883318961,28.487748326605573],[118.03559048593961,28.487371045298559],[118.03541894594963,28.486390782737441],[118.03640383408118,28.485860626934858],[118.03670328247803,28.484691313477082],[118.03674620202391,28.484540263304829],[118.03426268851094,28.484357236096329],[118.03486264818656,28.480735982384719],[118.03516231907882,28.476700571721143],[118.03593363002618,28.476585772896701],[118.03794621947068,28.477560758347693],[118.03905976879783,28.47899175122566],[118.0410297234219,28.47940221865673],[118.04317137454139,28.481320960612969],[118.0445416216303,28.483354413476434],[118.04745430169547,28.484366185727634],[118.04985316410381,28.485531184263223],[118.05328191243979,28.484506319439713],[118.05675290241422,28.486310914825218],[118.05951839577381,28.486757496422989],[118.05548899061053,28.49370245947939],[118.05206095382712,28.494085230514884],[118.05047317640251,28.495870407831116],[118.04745060962345,28.493085856253106],[118.04506626165261,28.491313712019977],[118.04325750985129,28.490494858117803],[118.04238169670599,28.490304350981308],[118.0413535723105,28.4902851424958],[118.04089662919232,28.490494460547737],[118.04030641204136,28.49091315027826],[118.03946868695091,28.491255659167567],[118.03790747900652,28.491274449675448],[118.03413777103665,28.491311962768556]]]},"properties":{"FID":24,"name":"龙泉村民委员会","name_t":"灵溪街道","民警姓":"王晓磊","电话":"13870381354","派出所":"灵溪派出所"}},{"type":"Feature","id":25,"geometry":{"type":"Polygon","coordinates":[[[117.96233251662375,28.454002766996457],[117.96245876851795,28.454034544780843],[117.96299390224071,28.454169235808315],[117.96516214319408,28.45512342809355],[117.96516221128927,28.455123460716983],[117.96512122525979,28.455504103276873],[117.96469970449191,28.457162737936873],[117.96375620620078,28.461344185387297],[117.96375616015671,28.461344187151113],[117.9636545656769,28.461338657545667],[117.96275232863749,28.46128893739963],[117.96237628894677,28.461268239290057],[117.96194963319891,28.461240785706988],[117.96154163455333,28.461214743256139],[117.96096787567876,28.461178024801196],[117.96100594077667,28.460173882095575],[117.96098595669221,28.459937365908047],[117.9609811983385,28.459694660103853],[117.96102402168968,28.459247312816586],[117.96104186588776,28.459033147377269],[117.96117628273387,28.458914164682948],[117.96129523649967,28.458842763161357],[117.96150459438698,28.458818937166299],[117.96170919577857,28.458799871233307],[117.9620184760348,28.458718925612246],[117.96213743014526,28.458666559534549],[117.9622992068784,28.458385758524923],[117.9623515481853,28.458104973317965],[117.96237533873622,28.457900335457708],[117.96248953457358,28.457743274258249],[117.96271316886728,28.45730066055798],[117.9620470264895,28.456758236082521],[117.96112365858556,28.455895260007747],[117.96071851802336,28.455514841653191],[117.96073817683316,28.455337331196862],[117.96072523520891,28.455318785949633],[117.96074329349328,28.455302191075123],[117.96155693667205,28.45512123187553],[117.96151887111816,28.454550163625761],[117.96169968029774,28.454526341941857],[117.96169016448071,28.453998100811276],[117.96192331490319,28.453979030856335],[117.96233251662375,28.454002766996457]]]},"properties":{"FID":25,"name":"羽泉社区居民委员会","name_t":"西市街道","民警姓":"游建南","电话":"18370012064","派出所":"北门派出所"}},{"type":"Feature","id":26,"geometry":{"type":"Polygon","coordinates":[[[117.95859511122318,28.45647545264756],[117.95794351601852,28.457601753132217],[117.95759598944124,28.458481094601076],[117.95748323306573,28.459290408749329],[117.95756863061139,28.461188938145447],[117.95490622114811,28.461215038710755],[117.95485570940934,28.457575109428671],[117.95521636232084,28.457539761181817],[117.95535672538661,28.457530220517803],[117.95558035331791,28.45749211266228],[117.95561128081091,28.457413584744323],[117.95567313578047,28.457339811004978],[117.95597051483733,28.457251722088188],[117.95608946654637,28.457189836321874],[117.95602741380947,28.456841140820291],[117.95597262546647,28.456268335694165],[117.95641516442805,28.456283422129331],[117.95641015887294,28.456038527462457],[117.95647304085955,28.455905741719768],[117.95649019688378,28.455826350947259],[117.95655681036492,28.455831099448773],[117.95655205203833,28.455712126574166],[117.95635697090975,28.455664568404494],[117.95643532297844,28.455456517357867],[117.95699308574845,28.455633017662279],[117.95699308580917,28.45543790078392],[117.95696929578806,28.45534272621305],[117.95712631218703,28.4551713786398],[117.95744034590845,28.455518732076797],[117.95783526726974,28.45517602558408],[117.95796849390254,28.455261665448827],[117.95811123651605,28.45519501829925],[117.95793829012318,28.454957927319871],[117.95816137318353,28.455011575820887],[117.95827081078589,28.45484499544412],[117.95874662054945,28.454578421515972],[117.95894356015791,28.454556139107542],[117.95894363991711,28.454556155309533],[117.95905850613886,28.454575187092949],[117.95950633748561,28.454878570900192],[117.95859511122318,28.45647545264756]]]},"properties":{"FID":26,"name":"铁三社区居民委员会","name_t":"西市街道","民警姓":"余显华","电话":"13970348283","派出所":"西市派出所"}},{"type":"Feature","id":27,"geometry":{"type":"Polygon","coordinates":[[[117.95602741380947,28.456841140820291],[117.95608946654637,28.457189836321874],[117.95597051483733,28.457251722088188],[117.95567313578047,28.457339811004978],[117.95561128081091,28.457413584744323],[117.95558035331791,28.45749211266228],[117.95535672538661,28.457530220517803],[117.95521636232084,28.457539761181817],[117.95485570940934,28.457575109428671],[117.95481707610652,28.456689433868224],[117.95481341336659,28.456605464891318],[117.95473767620534,28.454613302979702],[117.95474060833452,28.454583976365445],[117.95568788190117,28.454678467198821],[117.95569429743749,28.454561208423133],[117.95574315239992,28.454416935055342],[117.95576687044652,28.454346896167639],[117.95575926809241,28.454221428834458],[117.95597931314698,28.454214423206956],[117.95595552238811,28.453839899147539],[117.95606563712732,28.453839881250776],[117.95682818085903,28.453718053655557],[117.95683882779431,28.45371635281877],[117.95749306000548,28.453620741088653],[117.95787370798345,28.453601644989195],[117.95789720137886,28.453603945369021],[117.95781879133837,28.453983697221926],[117.95769032220119,28.45405986070552],[117.95745717598878,28.454159837100107],[117.95745716971221,28.454159875047104],[117.95733822458736,28.454445390960164],[117.95762846760772,28.454526247463434],[117.95752854783885,28.454859388914166],[117.95793829012318,28.454957927319871],[117.95811123651605,28.45519501829925],[117.95796849390254,28.455261665448827],[117.95783526726974,28.45517602558408],[117.95744034590845,28.455518732076797],[117.95712631218703,28.4551713786398],[117.95696929578806,28.45534272621305],[117.95699308580917,28.45543790078392],[117.95699308574845,28.455633017662279],[117.95643532297844,28.455456517357867],[117.95635697090975,28.455664568404494],[117.95655205203833,28.455712126574166],[117.95655681036492,28.455831099448773],[117.95649019688378,28.455826350947259],[117.95647304085955,28.455905741719768],[117.95641015887294,28.456038527462457],[117.95641516442805,28.456283422129331],[117.95597262546647,28.456268335694165],[117.95602741380947,28.456841140820291]]]},"properties":{"FID":27,"name":"铁四社区居民委员会","name_t":"西市街道","民警姓":"余显华","电话":"13970348283","派出所":"西市派出所"}},{"type":"Feature","id":28,"geometry":{"type":"MultiPolygon","coordinates":[[[[117.95874662054945,28.454578421515972],[117.95827081078589,28.45484499544412],[117.95816137318353,28.455011575820887],[117.95793829012318,28.454957927319871],[117.95752854783885,28.454859388914166],[117.95762846760772,28.454526247463434],[117.95733822458736,28.454445390960164],[117.95745716971221,28.454159875047104],[117.95745717598882,28.454159836587586],[117.95769032220119,28.45405986070552],[117.95781879133837,28.453983697221926],[117.95789720137886,28.453603945369021],[117.95787370798345,28.453601644989195],[117.95749306000548,28.453620741088653],[117.95683882779431,28.45371635281877],[117.95682818083534,28.453718053503604],[117.95648128993503,28.452434734869165],[117.95623538143548,28.451081671876711],[117.9586160936564,28.451482815714048],[117.95946399501672,28.45169381912844],[117.96084506710572,28.452253857444237],[117.9613190940385,28.452372710623596],[117.96131911733671,28.452372720815003],[117.96109642501665,28.452836122605547],[117.96060077460497,28.453560248289513],[117.96004018816853,28.454288225383664],[117.95950633748561,28.454878570900192],[117.95905850613886,28.454575187092949],[117.95894363946911,28.454556155310662],[117.95894355970991,28.454556139108671],[117.95874662054945,28.454578421515972]]],[[[117.95597931314698,28.454214423206956],[117.95575926809241,28.454221428834458],[117.95576687044652,28.454346896167639],[117.95574315239992,28.454416935055342],[117.95569429743749,28.454561208423133],[117.95568788190117,28.454678467198821],[117.95474060833452,28.454583976365445],[117.95475551912109,28.454434839554597],[117.95472386543933,28.453687816027593],[117.95474816702493,28.453411553418881],[117.95602689424111,28.453423241478088],[117.95606563712732,28.453839881250776],[117.95595552238811,28.453839899147539],[117.95597931314698,28.454214423206956]]]]},"properties":{"FID":28,"name":"铁二社区居民委员会","name_t":"西市街道","民警姓":"汪中华","电话":"18307931208","派出所":"西市派出所"}},{"type":"Feature","id":29,"geometry":{"type":"Polygon","coordinates":[[[117.95756863061139,28.461188938145447],[117.95748323306573,28.459290408749329],[117.95759598944124,28.458481094601076],[117.9579385731405,28.458517922875501],[117.95802897616667,28.458513149452497],[117.95820502572154,28.458465532252003],[117.95833349416827,28.458408404990983],[117.95844768838948,28.458356039232392],[117.95853333499448,28.45827988267834],[117.95854030530448,28.458268194053552],[117.95869511062331,28.458008597469377],[117.9589615648769,28.457623082683934],[117.95899584300007,28.457582103210196],[117.95906576239895,28.457498516283174],[117.95931167798096,28.457634070836551],[117.9600361022846,28.457216364087568],[117.96008606299939,28.457152111398774],[117.95953011362589,28.456815095003677],[117.95972522296734,28.456527486940047],[117.95991768975512,28.456294665432541],[117.9597654295184,28.456161438058107],[117.96072492088602,28.455318335527767],[117.96072523520891,28.45531878594986],[117.96073817683316,28.455337331196862],[117.96071851802336,28.455514841653191],[117.96112365858556,28.455895260007747],[117.9620470264895,28.456758236082521],[117.96271316886728,28.45730066055798],[117.96248953457358,28.457743274258249],[117.96237533873622,28.457900335457708],[117.9623515481853,28.458104973317965],[117.9622992068784,28.458385758524923],[117.96213743014526,28.458666559534549],[117.9620184760348,28.458718925612246],[117.96170919577857,28.458799871233307],[117.96150459438698,28.458818937166299],[117.96129523649967,28.458842763161357],[117.96117628273387,28.458914164682948],[117.96104186588776,28.459033147377269],[117.96102402168968,28.459247312816586],[117.9609811983385,28.459694660103853],[117.96098595669221,28.459937365908047],[117.96100594077667,28.460173882095575],[117.96096787567876,28.461178024801196],[117.96005492336822,28.461180958185192],[117.95828765866619,28.461154841973897],[117.95828757890436,28.461154842173361],[117.95756863061139,28.461188938145447]],[[117.96015186472769,28.456200450874586],[117.96042783606947,28.456352695014829],[117.96044124359943,28.456478745240876],[117.96099044240354,28.456496445639655],[117.96100576426107,28.45636988777655],[117.96098929652959,28.456266951526334],[117.96094647336848,28.456147984229748],[117.96071332474315,28.45584820514048],[117.96068477597707,28.455824414124287],[117.96015186472769,28.456200450874586]]]},"properties":{"FID":29,"name":"茶山路社区居民委员会","name_t":"西市街道","民警姓":"游建南","电话":"18370012064","派出所":"北门派出所"}},{"type":"Feature","id":30,"geometry":{"type":"Polygon","coordinates":[[[117.96515329892144,28.453995821329769],[117.96515326145837,28.454000472926463],[117.96515081615681,28.454304093529945],[117.96516221128927,28.455123460716983],[117.96516214319408,28.45512342809355],[117.96299390224071,28.454169235808315],[117.9624587685378,28.454034544702314],[117.96262386352292,28.453612075984033],[117.96263156679727,28.453614941934323],[117.96303306621691,28.453764303326011],[117.96335662258812,28.453278845545739],[117.96340087410084,28.453141068876675],[117.96340087415247,28.452987591698783],[117.96370735260415,28.452963349727931],[117.96362474652821,28.452654434685815],[117.96318816011693,28.452687502175298],[117.96286996628945,28.451575084572809],[117.96272378560539,28.451560957190296],[117.96241926218705,28.451465821496733],[117.9620481253089,28.451251722988662],[117.96200515647551,28.4512334024562],[117.96256398801624,28.450102128681696],[117.96271088438213,28.449831820693348],[117.96312041870007,28.449290162951357],[117.96401852630186,28.449498241143885],[117.96404450183549,28.449827219094086],[117.96416940472923,28.450344736966596],[117.96494855960474,28.452878767403352],[117.965079410187,28.453253516830262],[117.96515329892144,28.453995821329769]]]},"properties":{"FID":30,"name":"天津桥社区居民委员会","name_t":"西市街道","民警姓":"苏丹","电话":"13870330054","派出所":"西市派出所"}},{"type":"Feature","id":31,"geometry":{"type":"MultiPolygon","coordinates":[[[[117.95899584300007,28.457582103210196],[117.9589615648769,28.457623082683934],[117.95869511062331,28.458008597469377],[117.95854030530448,28.458268194053552],[117.95853333499448,28.45827988267834],[117.95844768838948,28.458356039232392],[117.95833349416827,28.458408404990983],[117.95820502572154,28.458465532252003],[117.95802897616667,28.458513149452497],[117.9579385731405,28.458517922875501],[117.95759598944124,28.458481094601076],[117.95794351601852,28.457601753132217],[117.95859511077491,28.456475453161378],[117.95950633748561,28.454878570900192],[117.96004018816853,28.454288225383664],[117.96060077460488,28.453560249314673],[117.96109642591281,28.452836122603234],[117.96131911823288,28.452372720812686],[117.96186181285258,28.451523576400639],[117.96200515647551,28.4512334024562],[117.9620481253089,28.451251722988662],[117.96241926218705,28.451465821496733],[117.96272378560539,28.451560957190296],[117.96286996628945,28.451575084572809],[117.96318816011693,28.452687502175298],[117.96362474652821,28.452654434685815],[117.96370735260415,28.452963349727931],[117.96340087415247,28.452987591698783],[117.96340087410084,28.453141068876675],[117.96335662258812,28.453278845545739],[117.96303306621691,28.453764303326011],[117.96263156679727,28.453614941934323],[117.96262386352292,28.453612075984033],[117.96245876853393,28.45403454471829],[117.96233251662375,28.454002766996457],[117.96192331490319,28.453979030856335],[117.96169016448071,28.453998100811276],[117.96169968029774,28.454526341941857],[117.96151887111816,28.454550163625761],[117.96155693667205,28.45512123187553],[117.96074329349328,28.455302191075123],[117.96072523520891,28.455318785949633],[117.96072492088602,28.455318335527767],[117.9597654295184,28.456161438058107],[117.95991768975512,28.456294665432541],[117.95972522296734,28.456527486940047],[117.95953011362589,28.456815095003677],[117.96008606299939,28.457152111398774],[117.9600361022846,28.457216364087568],[117.95931167798096,28.457634070836551],[117.95906576239895,28.457498516283174],[117.95899584300007,28.457582103210196]]],[[[117.96071332474315,28.45584820514048],[117.96094647336848,28.456147984229748],[117.96098929652959,28.456266951526334],[117.96100576426107,28.45636988777655],[117.96099044240354,28.456496445639655],[117.96044124359943,28.456478745240876],[117.96042783606947,28.456352695014829],[117.96015186472769,28.456200450874586],[117.96068477597707,28.455824414124287],[117.96071332474315,28.45584820514048]]]]},"properties":{"FID":31,"name":"铁一社区居民委员会","name_t":"西市街道","民警姓":"俞敬华","电话":"15107931232","派出所":"北门派出所"}},{"type":"Feature","id":32,"geometry":{"type":"Polygon","coordinates":[[[117.94022121362224,28.459042734822493],[117.93946435484932,28.460409901287964],[117.93831830236385,28.462470336325065],[117.93785720703923,28.463285217523566],[117.93553658508951,28.462232464475189],[117.93554757666014,28.462212863957202],[117.9340108372547,28.461489652214009],[117.93139206433166,28.460246254218795],[117.93127858843746,28.460192372599575],[117.92848506353849,28.458866871216149],[117.92634298289276,28.457860748062529],[117.92522857287157,28.457337426281732],[117.9236632701418,28.456614410379114],[117.92424847465125,28.455619661988187],[117.92452462194305,28.454951519478222],[117.92463861037314,28.454110991717666],[117.92467191506228,28.452935524602001],[117.92467667324223,28.451940904757006],[117.92470046172461,28.451617291396577],[117.92473852432931,28.451450719743807],[117.92480513252386,28.451298419536467],[117.92535275878984,28.451032906194303],[117.92576667402938,28.450825277716064],[117.92618492104059,28.450259530722608],[117.92624098744322,28.450017843790334],[117.92642208002856,28.449784620796798],[117.92658592057361,28.449620451674921],[117.92681608342535,28.449475536312125],[117.92689379118194,28.44942293940893],[117.92713643779345,28.449327707392175],[117.92804517182789,28.449137152746381],[117.92850007355901,28.448931819388214],[117.9285637560459,28.448872582159012],[117.92900866875662,28.448442057066291],[117.93052385807742,28.449197176009793],[117.93190527706093,28.44992773969501],[117.93406874437447,28.451356700043689],[117.93435598552163,28.451520092491652],[117.93468807565445,28.451728030246493],[117.93515943782758,28.452019490257115],[117.93616186098988,28.452636708271946],[117.93744539949469,28.453518434240081],[117.93839948924848,28.454147645598496],[117.94001571643571,28.455170064333963],[117.94120321205749,28.455914100323131],[117.94185701359824,28.456323744328394],[117.94022121362224,28.459042734822493]],[[117.93951798134908,28.458311734166582],[117.93749943912387,28.457441598124348],[117.9372148056423,28.458110717709733],[117.93922266426597,28.459006779420008],[117.93951798134908,28.458311734166582]]]},"properties":{"FID":32,"name":"广平社区居民委员会","name_t":"北门街道","民警姓":"徐英杰","电话":"13970355242","派出所":"凤凰派出所"}},{"type":"Feature","id":33,"geometry":{"type":"MultiPolygon","coordinates":[[[[117.94501347386154,28.47039754589408],[117.94452614979689,28.470371115649836],[117.94335654134679,28.470368877723519],[117.94254358321372,28.470373025910138],[117.94212183463927,28.470383790840256],[117.94198662108249,28.470389452739866],[117.94112425567926,28.470353929860384],[117.9406968568656,28.470297190320025],[117.94069872121902,28.47029534026839],[117.94023087215278,28.470230424485813],[117.94054141145952,28.469578101416872],[117.94074000719525,28.469160918615636],[117.94076474120905,28.469108960406825],[117.9410505081318,28.468508664838886],[117.94220191541423,28.468984332294607],[117.94290608393732,28.469212624925301],[117.94399088490077,28.469431326919526],[117.94518987850257,28.469516760158015],[117.94511889767121,28.469871167406229],[117.94508576642224,28.469960254742567],[117.94508381270008,28.469965508143208],[117.94507959931528,28.46998483280727],[117.94504317676578,28.470141676591943],[117.94501347386154,28.47039754589408]]],[[[117.94192760592978,28.4670890975557],[117.94175632058182,28.467428205862934],[117.94149450968314,28.467295744301779],[117.94161998629114,28.466952968462518],[117.94192760592978,28.4670890975557]]],[[[117.93401083725459,28.461489652213896],[117.93554757666014,28.462212863957088],[117.93553658508939,28.462232464475075],[117.937857207039,28.463285217523453],[117.93570818335624,28.466982411829214],[117.93496307202903,28.46661751785652],[117.93458160967801,28.466430420678591],[117.9352030251688,28.465238544959778],[117.93563811944635,28.464404019590557],[117.93461626378935,28.463934536084871],[117.93458884736091,28.463922443462337],[117.93448469746248,28.463876505701187],[117.9329177252209,28.46318535749699],[117.93225127135602,28.46289739184504],[117.93039133640346,28.462093716086255],[117.93099384324765,28.460987111423425],[117.93139138784906,28.460256943036036],[117.93138568749922,28.460254316416876],[117.93139206433166,28.460246254218681],[117.93401083725459,28.461489652213896]]],[[[117.92522857287146,28.457337426281676],[117.92634298289265,28.457860748062416],[117.92527351954872,28.459870969417608],[117.92476965574066,28.459659878580702],[117.92240697361434,28.458669967091772],[117.92366327014169,28.456614410379057],[117.92522857287146,28.457337426281676]]]]},"properties":{"FID":33,"name":"莲花山社区居民委员会","name_t":"北门街道","民警姓":"郑浩文","电话":"13766490705","派出所":"凤凰派出所"}},{"type":"Feature","id":34,"geometry":{"type":"MultiPolygon","coordinates":[[[[117.95045815457446,28.467587501418102],[117.94978014223453,28.467523376942601],[117.94823856036878,28.46755934699388],[117.94849120832387,28.466106633941383],[117.94849427753577,28.466086146179506],[117.9486864748301,28.464803174274689],[117.94870404608046,28.464686428105356],[117.9487180589379,28.464592358350369],[117.94873548230753,28.464476432457637],[117.94875041803884,28.464375153915274],[117.94876775932329,28.464261280835331],[117.94885106939532,28.463705363518994],[117.94902949448607,28.462377586022676],[117.94871546851888,28.462291982038877],[117.94886534476548,28.461492452205462],[117.94924360289853,28.461492383921801],[117.94944780914651,28.460723387431223],[117.94944350853878,28.46072272635466],[117.9501568772327,28.460802875623699],[117.9519505113056,28.460998964124531],[117.95361867231327,28.461156676569221],[117.95359130442966,28.462347361914748],[117.95351279640576,28.463218262768496],[117.95229236372415,28.463089979287915],[117.95218530816922,28.463396949448885],[117.95172853961253,28.466388025254556],[117.95056520898204,28.466274014045872],[117.95045815457446,28.467587501418102]]],[[[117.94749433080611,28.463215489334864],[117.94733015888875,28.463751152820695],[117.94715886317151,28.464310051775634],[117.94704057397271,28.464696005979178],[117.94664181874366,28.46585945271929],[117.94661358042913,28.465851148083111],[117.94246979060763,28.464632286301651],[117.94332409842229,28.462624056678834],[117.94408319157756,28.462876088183638],[117.94499840713804,28.463155547297841],[117.94555508314482,28.462013296109763],[117.94646860685428,28.461127961351401],[117.9472886060901,28.460563366974331],[117.94755980957932,28.4600564891829],[117.94843512416361,28.460520540449703],[117.94797449549768,28.461648786824114],[117.9477611462744,28.462338467668008],[117.94766586586404,28.46265580198903],[117.94763894471915,28.462743641188311],[117.94749433080611,28.463215489334864]]]]},"properties":{"FID":34,"name":"凤凰社区居民委员会","name_t":"北门街道","民警姓":"徐样海","电话":"13607939093","派出所":"凤凰派出所"}},{"type":"Feature","id":35,"geometry":{"type":"MultiPolygon","coordinates":[[[[117.95490622118336,28.461215033372852],[117.95361867231327,28.461156676569221],[117.9519505113056,28.460998964124531],[117.95015687723281,28.460802875623699],[117.9494435085432,28.460722726327091],[117.94895298070902,28.460647333343076],[117.94843520109393,28.460520559286046],[117.94755980957932,28.4600564891829],[117.9472886060901,28.460563366974331],[117.94646860685428,28.461127961351401],[117.94555508314482,28.462013296109763],[117.94499840713804,28.463155547297841],[117.94408319157768,28.462876088183638],[117.94332409842229,28.462624056678834],[117.9436303890365,28.461785418067354],[117.94398132388569,28.460824493770325],[117.94426008217224,28.460199092457099],[117.94505543490509,28.458450122940679],[117.94185701359801,28.456323744328341],[117.94120321205737,28.455914100322847],[117.94001571643594,28.455170064333849],[117.93839948924837,28.454147645598439],[117.93744539949458,28.453518434239967],[117.93616186098988,28.452636708271889],[117.93515943782758,28.452019490257001],[117.93468807565422,28.451728030246436],[117.93435598552141,28.451520092491599],[117.93406874437437,28.451356700043576],[117.93190527706082,28.449927739694896],[117.93052385807719,28.449197176009907],[117.9290086687564,28.448442057066178],[117.92895646216668,28.448416038210375],[117.92820510751793,28.448041584191635],[117.93077364238633,28.446755784896659],[117.93165145579322,28.446341569065876],[117.93228662202382,28.44592740635952],[117.93289324122556,28.445284821346409],[117.92932316693671,28.444135138837328],[117.93015988777371,28.44285120186148],[117.93347845236443,28.443992644548359],[117.93306741975891,28.445063085501303],[117.93302715208013,28.445717626208971],[117.93407862764533,28.447844653588032],[117.93774139024757,28.449925103997927],[117.93893761872889,28.447926241257015],[117.93903866991818,28.447757380069497],[117.94024894461158,28.446020932190809],[117.94063716813065,28.445633394823098],[117.94267354186533,28.445775762195844],[117.94327532743016,28.445949533909253],[117.94331466883808,28.445847320598396],[117.94371973195703,28.445988827971689],[117.94442088103735,28.446233771750137],[117.94694958004102,28.447194637085776],[117.94675450867531,28.447520443361228],[117.94989476039306,28.448702469011359],[117.95310759988178,28.449923034189649],[117.95195984330842,28.452531181670913],[117.95324756367027,28.453124847384835],[117.95413278035038,28.453485410708705],[117.95472386543933,28.453687816027593],[117.95475551912109,28.454434839554597],[117.95474060831999,28.45458397636315],[117.95473767620534,28.454613302979702],[117.95481341336659,28.456605464891318],[117.95481707612859,28.456689434376372],[117.95485570940934,28.457575109428671],[117.95490622118336,28.461215033372852]],[[117.95306927951104,28.454060830030528],[117.95267674292489,28.455191145857953],[117.95292653876892,28.455417153202916],[117.95286706243779,28.455952543864129],[117.95297411797587,28.456452214514012],[117.95295032813726,28.456737756399153],[117.95285516722041,28.457130385146687],[117.95266484638381,28.457856155891299],[117.95266484630086,28.458141692815182],[117.95271242659564,28.458403426311644],[117.95278379668018,28.458522387727573],[117.9533071794604,28.458700758928266],[117.95368748884891,28.458721826880144],[117.95364024115975,28.458272397564151],[117.95362489698836,28.456836297767509],[117.95356527631498,28.455859484446457],[117.95347371186327,28.454596142696321],[117.95335476130603,28.453989396567447],[117.95306927951104,28.454060830030528]],[[117.94980231333828,28.452457078844741],[117.94975228012051,28.45257753044574],[117.95004965393402,28.452678604800976],[117.95020333878347,28.452306424625224],[117.95027565854902,28.452131286029189],[117.9499909849666,28.452002861639379],[117.94980231333828,28.452457078844741]]],[[[117.95490622118336,28.461215033372852],[117.95490728681717,28.461215028306786],[117.95490728754827,28.461215079903091],[117.95490622118336,28.461215033372852]]]]},"properties":{"FID":35,"name":"月泉社区居民委员会","name_t":"北门街道","民警姓":"危先根","电话":"13979325347","派出所":"凤凰派出所"}},{"type":"Feature","id":36,"geometry":{"type":"Polygon","coordinates":[[[117.9502196243896,28.47245089384116],[117.94938480027403,28.47250844821297],[117.94921827191202,28.472579862194134],[117.94933722009475,28.4734483478417],[117.94874247469987,28.473698299740075],[117.94776851841787,28.473741625320454],[117.94661804936842,28.475435704329136],[117.94638966879214,28.475878328659913],[117.94611846514445,28.476734989270508],[117.94476731606548,28.476312919909411],[117.94523706100435,28.474573405530126],[117.94618544693698,28.473897271984708],[117.94616775020317,28.473743309771987],[117.94579136001646,28.473347872958932],[117.94505125477249,28.472888152194582],[117.9448841828583,28.471511290472492],[117.9450134738612,28.47039754589408],[117.94504314306047,28.470141966940623],[117.94504317676578,28.470141676592114],[117.94638718001805,28.470020421890176],[117.94665532088396,28.46999622609987],[117.94666483748495,28.469444186501331],[117.94792093533025,28.469282150510995],[117.94823856036878,28.46755934699388],[117.94882017014089,28.467545785943262],[117.94978088397778,28.467523446578042],[117.95045566680952,28.467587507035304],[117.95045568674111,28.467587268042394],[117.95045815457446,28.467587501418102],[117.95056520898204,28.466274014045872],[117.95172853961253,28.466388025254556],[117.95173020857771,28.466377095476048],[117.95218530816922,28.463396949448885],[117.95229236372415,28.463089979287915],[117.95351279640576,28.463218262768496],[117.95359130442966,28.462347361914748],[117.95361867231327,28.461156676569221],[117.95490622118336,28.461215033372852],[117.95490728754827,28.461215079903091],[117.95756863061139,28.461188938145447],[117.95699300162822,28.463025923783324],[117.95572470178499,28.46264992404501],[117.95542970220589,28.462545275609735],[117.95549631507858,28.462278763861391],[117.95504924717918,28.462232427316174],[117.95503954189299,28.462390674223002],[117.95492059056441,28.462700025206452],[117.9547897440838,28.46327112007814],[117.95448047096606,28.464056397154863],[117.95424559915178,28.464852120110013],[117.95505857329344,28.465039022960291],[117.95576276560433,28.464829513797884],[117.95626245974346,28.464919670084949],[117.95604382800543,28.465547195216029],[117.95588647747769,28.466339566633465],[117.9558297149612,28.467545987597219],[117.95595958015387,28.469169807948301],[117.95597245606905,28.469159245540354],[117.95603633330123,28.469136035238016],[117.95682890882119,28.469216214405378],[117.95827774682284,28.469472968432509],[117.95920831727796,28.469666911518527],[117.95903172568454,28.470217782145419],[117.95868914135953,28.471141070570063],[117.95847978524891,28.471912051213664],[117.95795639383779,28.47234043796799],[117.95641477500034,28.474044385704644],[117.95479789235655,28.473721214164382],[117.95467808336639,28.473697267029795],[117.95355994489732,28.47368555836551],[117.95296519196141,28.472257975810539],[117.9502196243896,28.47245089384116]],[[117.95378422761618,28.468773121897328],[117.95523305188655,28.468419528849122],[117.95532583421942,28.468348129569719],[117.95527944329197,28.467587896429968],[117.95532940328327,28.467345182592862],[117.95540434277153,28.46719169309009],[117.95539006775716,28.467116742905034],[117.95433021281779,28.466917043375823],[117.95372356407891,28.466860037193843],[117.95378422761618,28.468773121897328]]]},"properties":{"FID":36,"name":"吉阳山社区居民委员会","name_t":"北门街道","民警姓":"张黎","电话":"13755390954","派出所":"凤凰派出所"}},{"type":"Feature","id":37,"geometry":{"type":"Polygon","coordinates":[[[117.96702306434638,28.471137527765986],[117.96700460724225,28.471814250461343],[117.96676193646809,28.471478775672747],[117.9664122062164,28.471221837913887],[117.96630677327597,28.47107773923004],[117.96616681856425,28.471065033053907],[117.96608317474742,28.471428419436716],[117.96520290294222,28.47144043489493],[117.96202681341217,28.471655031193695],[117.96183648718618,28.47154798237689],[117.9615628928762,28.471286280659051],[117.96149152088309,28.470857986200198],[117.96168218614176,28.47014346448324],[117.96375616015671,28.461344187151113],[117.96375620597674,28.461344186413093],[117.96448016330908,28.461410537306925],[117.9644807499552,28.46140856716514],[117.96524239408873,28.461476233647236],[117.96524255151652,28.461476722975238],[117.96547681736783,28.461497057922934],[117.96726487924866,28.461650553278769],[117.96726494638129,28.46165056529421],[117.96791252275712,28.46169797689668],[117.96787979169858,28.462415347035957],[117.96790087057309,28.462739228543491],[117.96792578744514,28.463122088621002],[117.96795967148635,28.463642734399563],[117.96799044096929,28.464115505307255],[117.9680062306502,28.46439959646677],[117.96805638227477,28.465469652642163],[117.9688873272647,28.465409320018171],[117.96891667699416,28.465750087307722],[117.96893521304928,28.465965300942482],[117.96897215118297,28.466394162504383],[117.96912917388198,28.467436350661877],[117.96912598237434,28.468107839983336],[117.96889520504284,28.468072176584009],[117.96895944196766,28.468643241623287],[117.9689761368585,28.468974344231484],[117.96959409660421,28.468935641642691],[117.96963036096663,28.469192818580662],[117.9699372701284,28.469192781963464],[117.96994440886527,28.469328411162941],[117.96985162168818,28.46949260584352],[117.96978255017959,28.469584722143047],[117.96970173508228,28.469692498927479],[117.96961846427044,28.469840036129259],[117.96954833533442,28.470010380481732],[117.96793998130147,28.470001450895897],[117.96736899049979,28.470008662046215],[117.96725479290089,28.469351942940644],[117.96703353340428,28.469330555687673],[117.9668194136771,28.469351998973767],[117.96675517620697,28.469266346494972],[117.96648395716147,28.469009398479539],[117.96631979794118,28.468880927855128],[117.966141364051,28.469052273799111],[117.96616991336394,28.469109378140427],[117.96655533042119,28.469494801270596],[117.96679800006844,28.46994448939585],[117.96568457391768,28.469987466950077],[117.96571312300328,28.470558536051289],[117.96706922020148,28.470579773342802],[117.96702306434638,28.471137527765986]],[[117.96433703093071,28.463351222486907],[117.96425614099314,28.463693876830135],[117.96423235021716,28.464084113849335],[117.96410744697152,28.464538609988441],[117.96433346164436,28.464580219406574],[117.96458326724454,28.464419570915069],[117.96473790849343,28.464318421495985],[117.96499366256289,28.46424105461066],[117.96508406875967,28.464093514246127],[117.96517447497219,28.463988806107569],[117.96521254124271,28.463903140176104],[117.96543617675522,28.463727028397344],[117.96555989087808,28.463584244745153],[117.96567828454668,28.46345327449891],[117.96561698949766,28.463370084222198],[117.9653172213895,28.4633082579195],[117.96501745456713,28.463089387108273],[117.96443219550382,28.462903868471372],[117.96433703093071,28.463351222486907]]]},"properties":{"FID":37,"name":"稼轩社区居民委员会","name_t":"北门街道","民警姓":"涂圣恩","电话":"13870361788","派出所":"北门派出所"}},{"type":"Feature","id":38,"geometry":{"type":"MultiPolygon","coordinates":[[[[117.96801516129977,28.472907728466474],[117.96787954960008,28.473186143552727],[117.9677867640805,28.473321785295596],[117.96785813750611,28.47432829203639],[117.96705908765695,28.474328176125123],[117.9670904428617,28.473514611234691],[117.96710352356754,28.473175221016145],[117.96700460724225,28.471814250461343],[117.96702306434638,28.471137527765986],[117.9676896587472,28.471117643713196],[117.96817932226503,28.471101688694457],[117.96843626834685,28.471151625977253],[117.96872890209225,28.471358603893073],[117.96962108127971,28.471429879553202],[117.97012070267282,28.471351298140128],[117.97062746298084,28.471215607771981],[117.97095578714142,28.471101355358023],[117.9712341475897,28.472279161642543],[117.97109139813965,28.472314870433944],[117.97063459947482,28.472629013706367],[117.97009215223446,28.473207288174795],[117.96880741350247,28.472722030879389],[117.96805798575187,28.472493695003369],[117.96801516129977,28.472907728466474]]],[[[117.96802562969678,28.470558237140867],[117.96706922020148,28.470579773342802],[117.96571312300328,28.470558536051289],[117.96568457391768,28.469987466950077],[117.96679800006844,28.46994448939585],[117.96655533042119,28.469494801270596],[117.96616991336394,28.469109378140427],[117.966141364051,28.469052273799111],[117.96631979794118,28.468880927855128],[117.96648395716147,28.469009398479539],[117.96675517620697,28.469266346494972],[117.9668194136771,28.469351998973767],[117.96703353340428,28.469330555687673],[117.96725479290089,28.469351942940644],[117.96736899049979,28.470008662046215],[117.96793998130147,28.470001450895897],[117.96802562969678,28.470558237140867]]],[[[117.97080129184145,28.469799417997169],[117.97089281312174,28.470473420856838],[117.96958056710056,28.47050564891294],[117.96954833533442,28.470010380481732],[117.96961846427044,28.469840036129259],[117.96970173508228,28.469692498927479],[117.96978255017959,28.469584722143047],[117.96985162168818,28.46949260584352],[117.96994440886527,28.469328411162941],[117.9699372701284,28.469192781963464],[117.96963036096663,28.469192818580662],[117.96959409660421,28.468935641642691],[117.9689761368585,28.468974344231484],[117.96895944196766,28.468643241623287],[117.96889520504284,28.468072176584009],[117.96912598237434,28.468107839983336],[117.96912917388198,28.467436350661877],[117.96992856735733,28.467443393436209],[117.97022833992177,28.467343419483562],[117.97032112737213,28.4668080290318],[117.96969303273396,28.466786687823234],[117.96970016984561,28.466422627225413],[117.96897215118297,28.466394162504383],[117.96893521304928,28.465965300942482],[117.96891667699416,28.465750087307722],[117.9688873272647,28.465409320018171],[117.96888938546526,28.46540917055804],[117.97077789714284,28.46527205111914],[117.97075643657814,28.465479536199954],[117.97071362967813,28.465823900271175],[117.97069017018757,28.466012618454755],[117.97061963436707,28.466580058172074],[117.97053953629361,28.467443418634815],[117.970539791208,28.467445754180847],[117.97060279438439,28.468022994604766],[117.97064421794278,28.468642660316771],[117.97065058791004,28.468689567519235],[117.97080129184145,28.469799417997169]]],[[[117.96955341517796,28.461818129098994],[117.97113710331202,28.461934080483015],[117.97102222669319,28.462962711762238],[117.97092671065423,28.463846125919325],[117.97083492776498,28.464720682632066],[117.9693663179564,28.464527064808433],[117.9680062306502,28.46439959646677],[117.96799044096929,28.464115505307255],[117.96795967148635,28.463642734399563],[117.96792578744514,28.463122088621002],[117.96790087057309,28.462739228543491],[117.96787979169858,28.462415347035957],[117.96791252275712,28.46169797689668],[117.96955341517796,28.461818129098994]]]]},"properties":{"FID":38,"name":"长塘社区居民委员会","name_t":"北门街道","民警姓":"涂圣恩","电话":"13870361788","派出所":"北门派出所"}},{"type":"Feature","id":39,"geometry":{"type":"Polygon","coordinates":[[[117.9761453481224,28.470568396977271],[117.97287840789531,28.470528793805773],[117.97126979561396,28.470452367540094],[117.97100948986078,28.47056606406758],[117.97089281312174,28.470473420856838],[117.97065058791004,28.468689567519235],[117.97060279438439,28.468022994604766],[117.97053982943464,28.46744576674104],[117.97061963436707,28.466580058171903],[117.97069017018757,28.466012618454755],[117.97071362967813,28.465823900271175],[117.97075643657814,28.465479536199954],[117.97077789714284,28.46527205111914],[117.97083492776498,28.464720682632066],[117.97092671065423,28.463846125919325],[117.97102222669319,28.462962711762238],[117.97113710331202,28.461934080483015],[117.97199360311639,28.462017265780919],[117.97262408374286,28.462124270861114],[117.97330809810519,28.462391888572004],[117.97396467210426,28.462854690002025],[117.97396471600074,28.46285468885123],[117.97465828829212,28.463343535916859],[117.97630541538528,28.464655030266382],[117.97655570391112,28.464854314152095],[117.97810992003848,28.466030051819075],[117.97838770643642,28.466240188961518],[117.97958327421421,28.467275156921861],[117.97961757394225,28.467331874559026],[117.98063014427184,28.469006136747733],[117.97978550914286,28.469428561708558],[117.97872137315694,28.469883908380964],[117.97795349479348,28.470094971311873],[117.97767704855733,28.470167356317916],[117.9761453481224,28.470568396977271]]]},"properties":{"FID":39,"name":"紫阳社区居民委员会","name_t":"北门街道","民警姓":"罗欣","电话":"13627939191","派出所":"北门派出所"}},{"type":"Feature","id":40,"geometry":{"type":"Polygon","coordinates":[[[117.97719213135896,28.461085948245426],[117.97723475468291,28.461117778045196],[117.97777093633493,28.461518179123203],[117.97809131559855,28.461757427009324],[117.97912928485144,28.462532517071715],[117.97966324449327,28.462931243281886],[117.98006485932852,28.463231130113666],[117.9811460643223,28.464038462886069],[117.98203977352047,28.464705801505815],[117.98264977363743,28.465161265932391],[117.98347534589975,28.46577769824324],[117.98494475870235,28.466891116676255],[117.9856536463887,28.467428248302113],[117.98359267375724,28.46795322622464],[117.98293965676017,28.468185316075523],[117.98234621171962,28.468396233173021],[117.98063014427184,28.469006136747733],[117.97961757416626,28.467331874558369],[117.97958327421421,28.467275156921861],[117.97838770643642,28.466240188961518],[117.97810992003848,28.466030051819075],[117.97655570391112,28.464854314152095],[117.97630541538528,28.464655030266382],[117.97465828829212,28.463343535916859],[117.97396471600085,28.46285468885123],[117.97449900417581,28.462252525008228],[117.97546093595342,28.461168373543735],[117.97576649471932,28.46082398622298],[117.97619484524709,28.460341203647136],[117.97719213135896,28.461085948245426]]]},"properties":{"FID":40,"name":"紫园社区居民委员会","name_t":"东市街道","民警姓":"俞敬华","电话":"15107931232","派出所":"北门派出所"}},{"type":"Feature","id":41,"geometry":{"type":"MultiPolygon","coordinates":[[[[117.98444713393269,28.484063696852296],[117.98443506164413,28.483338774158373],[117.98423928639586,28.482762294468337],[117.98336818736436,28.482852956837853],[117.98326825760068,28.48226761378136],[117.98401630612906,28.482158583660233],[117.98336247780647,28.480818509340644],[117.98556903912268,28.480061696356529],[117.98606512563805,28.480488782398105],[117.98670016552178,28.481263740447748],[117.98765189673124,28.480768760024148],[117.98834273644506,28.480052164475783],[117.98945317012561,28.480730280764998],[117.99007186639497,28.481108097356522],[117.9897499317549,28.481848997911577],[117.98939176283955,28.482673275187921],[117.98913742993876,28.483258583938802],[117.98888694805586,28.483835022730315],[117.98805893695108,28.48383506219777],[117.98729478811356,28.483883438092921],[117.98582070987925,28.483976751253149],[117.98444713393269,28.484063696852296]]],[[[117.98444713393269,28.484063696852296],[117.98446140871232,28.484263571115967],[117.98453061595251,28.484653142811695],[117.98456497542692,28.484846554310021],[117.98476973855151,28.485999159689058],[117.98496106062116,28.48707607520252],[117.98291962839474,28.486919164505196],[117.98175854236788,28.486904971892201],[117.98162309385771,28.486909355481838],[117.98070705062398,28.486939003169965],[117.97982144143799,28.486967668666182],[117.97939489488152,28.486251014256066],[117.97899817953582,28.485584470229089],[117.97869064036618,28.485067748550261],[117.97831747450631,28.484440762163178],[117.97847763845475,28.484428134075408],[117.98020993322984,28.48430402878752],[117.98148980468341,28.484211549747087],[117.98444713393269,28.484063696852296]]]]},"properties":{"FID":41,"name":"东都花园社区居民委员会","name_t":"北门街道","民警姓":"王罕峰","电话":"15870920246","派出所":"车站派出所"}},{"type":"Feature","id":42,"geometry":{"type":"Polygon","coordinates":[[[117.98148980468325,28.484211549746853],[117.98020993322984,28.484304028787307],[117.97847763845472,28.484428134075298],[117.97804976756829,28.484226354089287],[117.9777765602328,28.483995330406199],[117.97772670892135,28.483909404559583],[117.97771665612414,28.483671612173261],[117.97786855841879,28.483284296984063],[117.9778624816916,28.48320434081554],[117.9776801277544,28.482837994238498],[117.97766608262103,28.482652996288557],[117.97755452763971,28.48228344381852],[117.97758646724157,28.481926566786488],[117.97766228402394,28.48154847015514],[117.97793835724477,28.480880781830177],[117.97810710451212,28.480576487088168],[117.9783034669384,28.480340989159501],[117.9788969701552,28.481208399491511],[117.98126139601669,28.481127772361226],[117.98126139601671,28.481127772361223],[117.9813497727102,28.482320975914192],[117.98142954727501,28.483398022316887],[117.98148980468325,28.484211549746853]]]},"properties":{"FID":42,"name":"郭门居民委员会","name_t":"北门街道","民警姓":"胡定贤","电话":"18879357651","派出所":"北门派出所"}},{"type":"Feature","id":43,"geometry":{"type":"Polygon","coordinates":[[[117.99007186623943,28.481108097574349],[117.98945317012561,28.480730280764998],[117.98834273644506,28.480052164475783],[117.98765189673124,28.480768760024148],[117.98670016552178,28.481263740447748],[117.98606512563805,28.480488782398105],[117.98556903912268,28.480061696356529],[117.98727277852137,28.479162366007362],[117.98693113648318,28.478866784785563],[117.9857303820454,28.477658290746703],[117.98552506587171,28.477451645789259],[117.98510159060376,28.477025429762385],[117.98471837644513,28.476639730016441],[117.98441509999935,28.476205300241443],[117.98366197037629,28.475126453606666],[117.98409865827601,28.474871215745608],[117.98445361952515,28.474663745267993],[117.98530267333845,28.474167480321846],[117.98573481872953,28.473868470930832],[117.98645301141994,28.473371535989664],[117.98719423144253,28.472858663183114],[117.98792708626772,28.472313759058764],[117.98880264197872,28.471662744440515],[117.98931682765783,28.471280420474702],[117.9894665022132,28.471169129535156],[117.9901860122804,28.470505955299654],[117.99085362061176,28.469872094205716],[117.99148919875749,28.470437654420891],[117.99176433563832,28.47068247830715],[117.99258072406781,28.471276362329728],[117.99295164815418,28.471546188643444],[117.99380823086209,28.472202899028911],[117.99531110376071,28.473826815551867],[117.99555056297288,28.474217063197212],[117.99497107751297,28.475451435411003],[117.99443984987799,28.475468947958422],[117.99428009160383,28.475861309297972],[117.99477248694238,28.476411632491551],[117.99488524320186,28.476537249226613],[117.9945833272435,28.476656130958531],[117.99414652705558,28.476591481165052],[117.99348532149111,28.477365346612377],[117.99243935041075,28.476974556623279],[117.99181621463289,28.477941141721764],[117.99261193913948,28.478203735356484],[117.99288211405667,28.47972632011944],[117.99099533785943,28.481664526967901],[117.99122185845803,28.481772802704516],[117.9908287854231,28.482201856437268],[117.99007186623943,28.481108097574349]]]},"properties":{"FID":43,"name":"郭门居民委员会","name_t":"北门街道","民警姓":"胡定贤","电话":"18879357651","派出所":"北门派出所"}},{"type":"Feature","id":44,"geometry":{"type":"Polygon","coordinates":[[[117.98015888358412,28.460093983176872],[117.98040870591171,28.46046278113861],[117.98072990429301,28.460867265262319],[117.9791292848511,28.462532517071317],[117.97809131559855,28.461757427009324],[117.97777093633493,28.461518179123203],[117.97854111273085,28.460589949299372],[117.97803434142131,28.460208906431696],[117.97858840583753,28.459631930479048],[117.97912676620685,28.45986599611722],[117.97961165633089,28.459558647628331],[117.98015888358412,28.460093983176872]]]},"properties":{"FID":44,"name":"东门新村居民委员会","name_t":"东市街道","民警姓":"张欣","电话":"18827717661","派出所":"东市派出所"}},{"type":"Feature","id":45,"geometry":{"type":"MultiPolygon","coordinates":[[[[117.98731708610865,28.464507528203164],[117.98786671186986,28.465050020203591],[117.98928567678828,28.466274826159456],[117.98849818893279,28.466819064146087],[117.98830064928555,28.46688711930064],[117.9879864144539,28.466995377544411],[117.98764162725578,28.467114159864135],[117.98696589794199,28.467209375424066],[117.98689733484933,28.467220636882466],[117.98655901785543,28.467276203168293],[117.98577227661066,28.467405421821567],[117.98569058371845,28.467418840071662],[117.9856536463887,28.467428248302113],[117.98494475870235,28.466891116676255],[117.98347534589975,28.46577769824324],[117.98264977363743,28.465161265932391],[117.98203977352047,28.464705801505815],[117.9811460643223,28.464038462886069],[117.98006485932852,28.463231130113666],[117.97966324449327,28.462931243281886],[117.97912928485144,28.462532517071715],[117.98072990429301,28.460867265262319],[117.98085691955811,28.461044185133733],[117.98106300103963,28.461331236578861],[117.98124351109,28.461461466811247],[117.98149018347458,28.46163943019787],[117.98165467937348,28.461758106376045],[117.98236325853428,28.462269312452467],[117.98241598443283,28.462313601978622],[117.98276227572195,28.462604485174452],[117.98269220950611,28.462687019246506],[117.98397505822876,28.463657583706059],[117.98487630493609,28.464499874385314],[117.9860968171664,28.463418215560417],[117.9866770419829,28.463936174027609],[117.98731708610865,28.464507528203164]]],[[[117.97854111273085,28.460589949299372],[117.97777093633493,28.461518179123203],[117.97723475468291,28.461117778045196],[117.97719213135896,28.461085948245426],[117.97803434142131,28.460208906431696],[117.97854111273085,28.460589949299372]]]]},"properties":{"FID":45,"name":"茶圣中路社区居民委员会","name_t":"东市街道","民警姓":"熊承成","电话":"15907931267","派出所":"东市派出所"}},{"type":"Feature","id":46,"geometry":{"type":"Polygon","coordinates":[[[117.98362187436766,28.461241823904839],[117.98236325853428,28.462269312452467],[117.98106300103974,28.461331236578861],[117.98072990429301,28.460867265262319],[117.98040870591171,28.46046278113861],[117.98015888358412,28.460093983176872],[117.97961165633089,28.459558647628331],[117.97912676620685,28.45986599611722],[117.97858840583753,28.459631930479048],[117.97803434142131,28.460208906431696],[117.97719213135896,28.461085948245426],[117.97619484524709,28.460341203647136],[117.97570168871655,28.459984480783156],[117.97514329093796,28.459580566015333],[117.97459830994978,28.459186352960256],[117.97392371224615,28.458698370099071],[117.97348516175775,28.458381131370231],[117.97307629517293,28.458085366049708],[117.97243588079405,28.457622093939783],[117.97302202699636,28.456982747902309],[117.97321433255591,28.456772986449298],[117.97348450423395,28.456478290812971],[117.97378896433243,28.456146190674538],[117.97416283743043,28.455738375720149],[117.9741712937019,28.455730846417495],[117.9741703063557,28.455730228852076],[117.97356361245905,28.455273433864022],[117.972307406703,28.454795296351637],[117.97118270750948,28.454750977087176],[117.97152901040633,28.454424494075553],[117.97174313503668,28.454272184378386],[117.97194774346738,28.454186500672051],[117.97213331934452,28.454067506394097],[117.97234268591156,28.45377718802121],[117.97250446983891,28.453505910150469],[117.97278051174591,28.453107543385659],[117.97316033138469,28.453313687265201],[117.97417817792156,28.45386611059287],[117.9747265930248,28.454173667919797],[117.9753023475939,28.454496557144129],[117.97637207964775,28.455195935207808],[117.97683337787834,28.455497521933157],[117.97795945571335,28.456233716810686],[117.97912387973849,28.45728927828139],[117.98020184834027,28.458244170594824],[117.98104940354074,28.458988222906431],[117.98161319124871,28.459479932180034],[117.98362187436766,28.461241823904839]]]},"properties":{"FID":46,"name":"五三(1)社区居民委员会","name_t":"东市街道","民警姓":"熊承成","电话":"15907931267","派出所":"东市派出所"}},{"type":"Feature","id":47,"geometry":{"type":"Polygon","coordinates":[[[117.94779292940622,28.445786073109385],[117.94694958004102,28.447194637085719],[117.94442088103735,28.446233771750137],[117.94371973195703,28.445988827971689],[117.94331466883808,28.445847320598396],[117.94327532756002,28.445949533571948],[117.94267354186533,28.445775762195844],[117.94063716813065,28.445633394823098],[117.94093215727928,28.445243102636379],[117.93960700668744,28.444589985091284],[117.9393353542545,28.444456096577238],[117.93897380789814,28.444277898488643],[117.93822969185295,28.443911138914203],[117.93936206039744,28.442435638163502],[117.93830407898766,28.441869849131749],[117.93745892116631,28.441417609794058],[117.93713056513636,28.441682246844767],[117.93677379181517,28.441969786735569],[117.93608866446873,28.441294157615236],[117.93680233902438,28.440751491646214],[117.93665436782004,28.440586600844984],[117.93646929103073,28.440380362183774],[117.93612758474669,28.440024405410202],[117.93555578798036,28.439428761178974],[117.93490861270688,28.439104034410317],[117.93422394153414,28.438760489587597],[117.93377695766513,28.438536204740039],[117.93299608374781,28.438144380234725],[117.9334825184862,28.437324596217007],[117.9339787602249,28.436488279066999],[117.93405231664816,28.436364314967062],[117.93444245807355,28.435593283522113],[117.93483259958222,28.435707416756831],[117.93543208487033,28.435878615873676],[117.93588883617929,28.436078395857709],[117.93634558778417,28.436620821219126],[117.93661202637499,28.43738219807955],[117.93776342431441,28.438638323402671],[117.93857225740798,28.43922826949462],[117.94057055946081,28.44077928449806],[117.94166487117444,28.441578571300287],[117.94271160552442,28.442044743045543],[117.94620391301564,28.444004761904036],[117.94645132625895,28.444204591842023],[117.94649890487224,28.444413976667292],[117.94671777072503,28.444594776034378],[117.94685099300892,28.444851733730541],[117.94725065931611,28.445299000750968],[117.9478501614383,28.445612981017305],[117.94779292940622,28.445786073109385]]]},"properties":{"FID":47,"name":"桥村社区居民委员会","name_t":"西市街道","民警姓":"施志平","电话":"13970356768","派出所":"西市派出所"}},{"type":"Feature","id":48,"geometry":{"type":"Polygon","coordinates":[[[117.93822969185295,28.443911138914203],[117.93897380789814,28.444277898488643],[117.9393353542545,28.444456096577238],[117.93960700668744,28.444589985091284],[117.94093215727928,28.445243102636379],[117.94063716813065,28.445633394823098],[117.94024894461158,28.446020932190809],[117.93903866991806,28.447757380069497],[117.93893761872889,28.447926241257015],[117.93774139024757,28.449925103997927],[117.93407862764533,28.447844653588032],[117.93302715208013,28.445717626208971],[117.93306741975891,28.445063085501303],[117.93347845236443,28.443992644548359],[117.9301598877736,28.44285120186148],[117.92932316693671,28.444135138837328],[117.93289324122544,28.445284821346409],[117.93228662202382,28.44592740635952],[117.93165145579322,28.446341569065876],[117.93077364238633,28.446755784896659],[117.92820510751793,28.448041584191635],[117.92895646216668,28.448416038210375],[117.9290086687564,28.448442057066178],[117.92856375604579,28.448872582158899],[117.92850007355878,28.4489318193881],[117.92804517182789,28.449137152746268],[117.92713643779322,28.449327707392062],[117.92689379118194,28.449422939408816],[117.92681608342524,28.449475536312011],[117.92659489140019,28.448935843937932],[117.92646927945597,28.448821084892842],[117.92638601891457,28.448571258524289],[117.92617786663084,28.448374998076485],[117.9260232388782,28.44830364689059],[117.92589834718875,28.448184700488575],[117.92581879848271,28.448057491067381],[117.92576156219424,28.447976526452258],[117.92561288211077,28.447607740769271],[117.92527983838086,28.447209252019192],[117.92491705872628,28.446977333180147],[117.92480584703172,28.446657913291663],[117.92480584709449,28.446186777881135],[117.92479157388173,28.445944074453404],[117.9247714466451,28.445481046384341],[117.92474875427824,28.444958982610022],[117.92494857983981,28.444073775208611],[117.92507364050654,28.44377640449591],[117.92524130606945,28.443377723470018],[117.92563343002065,28.442445307157065],[117.9258192503688,28.442003444697914],[117.92620793187501,28.441125162476236],[117.92693752595298,28.439476497395273],[117.92741786086418,28.438391058397197],[117.92801733998613,28.4376770866124],[117.92860254618351,28.437234378430265],[117.92935903343218,28.437062893950671],[117.92971148692745,28.436756954765574],[117.93024398059183,28.436277478297999],[117.93105756384047,28.435549186861305],[117.93144294531884,28.435220737549564],[117.93405231664816,28.436364314967062],[117.9339787602249,28.436488279066999],[117.9334825184862,28.437324596217007],[117.93299608374781,28.438144380234725],[117.93377695766513,28.438536204740039],[117.93422394153414,28.438760489587597],[117.93490861270688,28.439104034410317],[117.93555578798036,28.439428761178974],[117.93612758474669,28.440024405410202],[117.93646929103073,28.440380362183774],[117.93665436782004,28.440586600844984],[117.93680233902438,28.440751491646214],[117.93608866446873,28.441294157615236],[117.93677379181517,28.441969786735569],[117.93713056513636,28.441682246844767],[117.93745892116631,28.441417609794058],[117.93830407898766,28.441869849131749],[117.93936206039744,28.442435638163502],[117.93822969185295,28.443911138914203]]]},"properties":{"FID":48,"name":"龙潭居民委员会","name_t":"北门街道","民警姓":"王留强","电话":"13907931356","派出所":"凤凰派出所"}},{"type":"Feature","id":49,"geometry":{"type":"Polygon","coordinates":[[[117.96627806670261,28.460364486174917],[117.96608773731711,28.460868959340132],[117.96653501163215,28.460983115114733],[117.96710470276825,28.461008328609203],[117.967246665307,28.461012992348671],[117.96726487219553,28.461650309054317],[117.96726494772558,28.461650561958582],[117.96726487928089,28.461650553074502],[117.96547681736783,28.461497057922934],[117.96524255151652,28.461476722975238],[117.96524239408873,28.461476233647236],[117.96523747270103,28.461460936653559],[117.96540259983438,28.460828390463277],[117.96508018656854,28.460726656413016],[117.96512662343103,28.460466747926407],[117.96540260018176,28.459819494565007],[117.96557389614964,28.459676703360735],[117.96557389622494,28.459457791986335],[117.9654501825311,28.459353111783667],[117.96525033735911,28.459457835354073],[117.96501242656112,28.459790993465393],[117.96493629507225,28.460124129783512],[117.96476499946364,28.460400171747523],[117.9644828653451,28.461401463020376],[117.9644807499552,28.46140856716514],[117.96448016330908,28.461410537306925],[117.96375620603712,28.461344187129857],[117.96469970449191,28.457162737936873],[117.96512122525979,28.455504103276873],[117.96516221128927,28.455123460716983],[117.96515081615681,28.454304093529945],[117.96644809169284,28.454292101502787],[117.96644306323191,28.454798700585407],[117.9664161358633,28.455225115026334],[117.96641639795018,28.455226685581145],[117.96641602346372,28.455226896605865],[117.96602433910149,28.455199696675905],[117.96585137579115,28.455196455411148],[117.9658364613871,28.455534932043165],[117.96609340572046,28.45554917490556],[117.96618381200321,28.455887047952537],[117.96573478158435,28.456007112021094],[117.96578047913957,28.456133671814662],[117.9661968235103,28.456062231908007],[117.96629860916623,28.456562498309349],[117.96633270001242,28.457214309134201],[117.96675070602517,28.45723003064915],[117.96654452996221,28.457328245850782],[117.96651696158908,28.457381271905337],[117.96642081534742,28.457566209262041],[117.96632565015383,28.457766097815885],[117.96617937746507,28.458445216058916],[117.96604967252728,28.458917798375815],[117.9659112186924,28.459061942456461],[117.96614410935935,28.459238026224277],[117.96657235041002,28.459637721365691],[117.96737766868132,28.459660831799731],[117.96744586182379,28.459875172965869],[117.96729684878419,28.460214070590713],[117.96715068178348,28.460546493678525],[117.96697199342653,28.46045831074419],[117.96683623429648,28.460395449633143],[117.96638541241937,28.46020422222535],[117.96627806670261,28.460364486174917]]]},"properties":{"FID":49,"name":"带湖路社区居民委员会","name_t":"北门街道","民警姓":"陈国军","电话":"13870386696","派出所":"北门派出所"}},{"type":"Feature","id":50,"geometry":{"type":"Polygon","coordinates":[[[117.97243588065788,28.457622093819126],[117.97253357177316,28.457692763150131],[117.97307629517316,28.458085366049822],[117.97348516175786,28.458381131370345],[117.97392371224626,28.458698370099128],[117.97459830995001,28.459186352960312],[117.97514329093796,28.459580566015447],[117.97570168871655,28.45998448078327],[117.97619484524721,28.46034120364725],[117.97576649471944,28.460823986223094],[117.97546093595354,28.461168373543845],[117.97449900417581,28.462252525008342],[117.97396471600096,28.462854688851344],[117.97396467076075,28.46285468898084],[117.97330809810531,28.462391888572117],[117.97262408374309,28.462124270861224],[117.9719936031165,28.462017265781029],[117.97113710331213,28.461934080483068],[117.96955341517841,28.461818129099278],[117.96791252275723,28.461697976896794],[117.96726494772253,28.461650562003939],[117.96726487219564,28.461650309054374],[117.967246665307,28.461012992348728],[117.96724584615063,28.460984304854001],[117.96715068178359,28.460546493678809],[117.9672968487843,28.460214070590826],[117.96744586182402,28.459875172965585],[117.96845879098341,28.459941738900955],[117.96934322263833,28.45999986028135],[117.96959303297422,28.459886805624297],[117.96962872076116,28.459339522819167],[117.96987853045329,28.45929785241033],[117.96986068683822,28.458744626964723],[117.96915883895723,28.458756609412895],[117.96916478736929,28.458221227344907],[117.96854459206885,28.458252576610573],[117.96846845991989,28.4575672982558],[117.96859693335503,28.457536349252553],[117.96972388686257,28.457477574812813],[117.96965251281212,28.456769691495733],[117.96956779065647,28.45652025255589],[117.96956346139237,28.456507506350935],[117.96955045143784,28.45646920247939],[117.96951326951954,28.456359731649869],[117.96950802496686,28.45635858097333],[117.96941315767145,28.456337765984969],[117.96944884527927,28.456166439198224],[117.96963441922001,28.456252077461201],[117.9700399746082,28.456387151618664],[117.97128531598578,28.45694695471888],[117.97160160802254,28.457132552422678],[117.97243588065788,28.457622093819126]]]},"properties":{"FID":50,"name":"施家山社区居民委员会","name_t":"东市街道","民警姓":"罗欣","电话":"13627939191","派出所":"北门派出所"}},{"type":"Feature","id":51,"geometry":{"type":"Polygon","coordinates":[[[117.96987853045317,28.459297852410216],[117.96962872076105,28.459339522819057],[117.9695930329741,28.459886805624183],[117.96934322263822,28.45999986028124],[117.96845879098341,28.459941738900898],[117.9674458618239,28.459875172965472],[117.96737766868155,28.459660831799731],[117.96719605381779,28.45926249137057],[117.96689866237024,28.458988890799766],[117.96689049511701,28.458625366302776],[117.96686892467412,28.457698031792106],[117.96675070602517,28.45723003064915],[117.96633270001242,28.457214309134201],[117.96629860916623,28.456562498309349],[117.9661968235103,28.456062231908007],[117.96578047913957,28.456133671814662],[117.96573478158435,28.456007112021094],[117.96618381200321,28.455887047952537],[117.96609340572046,28.45554917490556],[117.9658364613871,28.455534932043165],[117.96585137579115,28.455196455411148],[117.96602433910149,28.455199696675905],[117.96641602346372,28.455226896605865],[117.96641639795018,28.455226685581145],[117.9664161358633,28.455225115026334],[117.96644306323191,28.454798700585407],[117.96644809169284,28.454292101502787],[117.96676486201711,28.454689512030523],[117.96720359515696,28.454728287520215],[117.96723317688108,28.4547309016714],[117.96792368244603,28.454726402924006],[117.96976536273949,28.454714404288783],[117.9697657834065,28.454714390369777],[117.96975357664645,28.455342585788959],[117.96963441922114,28.456252077602642],[117.96944884526839,28.456166439087156],[117.96941315764141,28.45633776588441],[117.96951326950457,28.456359731563818],[117.969652512812,28.456769691495619],[117.96972388686245,28.45747757481276],[117.96859693335492,28.457536349252443],[117.96846845991978,28.457567298255743],[117.96854459206862,28.458252576610459],[117.96916478736907,28.458221227344797],[117.96915883895711,28.458756609412781],[117.9698606868381,28.458744626964609],[117.96987853045317,28.459297852410216]]]},"properties":{"FID":51,"name":"龙芽亭社区居民委员会","name_t":"北门街道","民警姓":"李嘉文","电话":"18870345994","派出所":"北门派出所"}},{"type":"Feature","id":52,"geometry":{"type":"Polygon","coordinates":[[[117.96630006616522,28.453082048066637],[117.96602884655262,28.45316060748716],[117.96633505875205,28.454165893183248],[117.96638244976877,28.454209748907925],[117.96644809169284,28.454292101502787],[117.96515081615681,28.454304093529945],[117.96515540481126,28.454022151512433],[117.96515326145837,28.454000472926463],[117.96515329892144,28.453995821329769],[117.965079410187,28.453253516830262],[117.96494855960474,28.452878767403352],[117.96418597399476,28.450397179775514],[117.96404450183549,28.449827219094086],[117.96401852630186,28.449498241143885],[117.96447430378208,28.448810519518247],[117.96640175517442,28.449761562207996],[117.96727286714921,28.450203750720199],[117.96727290657047,28.450203771115536],[117.96727366680891,28.450208388094037],[117.96716368770788,28.450355062801535],[117.96663552335582,28.450869096668217],[117.96656586374552,28.450916481321897],[117.96645708836138,28.450990473158321],[117.9664499514322,28.45109755054068],[117.96667834633116,28.451468717611426],[117.96578617789277,28.451832893593735],[117.96581472711813,28.452039903857283],[117.96590037495248,28.452254045408548],[117.96603598462843,28.452303996736092],[117.96603633723042,28.452304333271659],[117.96603605569567,28.452304206117802],[117.96630006616522,28.453082048066637]]]},"properties":{"FID":52,"name":"沿城社区居民委员会","name_t":"东市街道","民警姓":"杨昌庆","电话":"13970381066","派出所":"东市派出所"}},{"type":"Feature","id":53,"geometry":{"type":"Polygon","coordinates":[[[117.96679898773573,28.453493632472536],[117.96675735221467,28.453933839949752],[117.96673356114034,28.454534659345459],[117.96676486201711,28.454689512030523],[117.96644809169284,28.454292101502787],[117.96638244976877,28.454209748907925],[117.96633505875205,28.454165893183248],[117.96602884655262,28.45316060748716],[117.96630006616522,28.453082048066637],[117.96603605569567,28.452304206117802],[117.96603633723042,28.452304333271659],[117.96603598462843,28.452303996736092],[117.96590037495248,28.452254045408548],[117.96581472711813,28.452039903857283],[117.96578617789277,28.451832893593735],[117.96667834633116,28.451468717611426],[117.9664499514322,28.45109755054068],[117.96645708836138,28.450990473158321],[117.96656586374552,28.450916481321897],[117.96663552335582,28.450869096668217],[117.96716368770788,28.450355062801535],[117.96727366680891,28.450208388094037],[117.96727600429831,28.450205343640867],[117.96828975018717,28.450719930951234],[117.96869284782338,28.450940828406765],[117.96861257887443,28.451063368756497],[117.96851146559857,28.451194251153971],[117.96838061315633,28.451289445724036],[117.96800589890594,28.451872463430522],[117.96792986718957,28.45199726164488],[117.96777393367717,28.452253207861954],[117.96760739517092,28.452401945955138],[117.96736353402902,28.452520950583047],[117.96732239484336,28.45276187806946],[117.96681683071068,28.452714353400616],[117.96679898773573,28.453493632472536]]]},"properties":{"FID":53,"name":"北门村社区居民委员会","name_t":"东市街道","民警姓":"娄永攀","电话":"18879303600","派出所":"东市派出所"}},{"type":"Feature","id":54,"geometry":{"type":"Polygon","coordinates":[[[117.96891432082043,28.453877524164586],[117.96882391242983,28.453958436796423],[117.96863503714172,28.454037586301116],[117.96826243671059,28.454144105443714],[117.9680483141403,28.454244069774056],[117.96791984121184,28.45433450592035],[117.96792368244618,28.454726402923924],[117.96792368244579,28.454726402923985],[117.96723317688095,28.454730901671315],[117.96720359515686,28.454728287520179],[117.96676486201704,28.454689512030452],[117.96676486201703,28.454689512030434],[117.96673356114039,28.454534659345462],[117.96675735221463,28.453933839949801],[117.96679898773577,28.453493632472451],[117.96681683071067,28.452714353400502],[117.96732239484315,28.452761878069371],[117.96736353402881,28.452520950582986],[117.96760739517093,28.452401945955014],[117.96777393367699,28.452253207861933],[117.96792986718953,28.451997261644753],[117.96800589890589,28.451872463430533],[117.96838061315614,28.451289445723965],[117.96851146559855,28.451194251153897],[117.96861257887443,28.451063368756422],[117.96869284782314,28.450940828406747],[117.96869284782314,28.450940828406697],[117.96996109727449,28.451635824512309],[117.97024797069555,28.451783102027019],[117.96964233888725,28.452678182200337],[117.96953765714167,28.452878070849035],[117.96932353345922,28.453116043904618],[117.96926568773853,28.453191704898689],[117.9691379596138,28.453358771984018],[117.96907134309623,28.453506307315571],[117.96898093640458,28.453710952763839],[117.96891432082043,28.453877524164586]]]},"properties":{"FID":54,"name":"建新社区居民委员会","name_t":"东市街道","民警姓":"娄永攀","电话":"18879303600","派出所":"东市派出所"}},{"type":"Feature","id":55,"geometry":{"type":"Polygon","coordinates":[[[117.97118270750948,28.454750977087176],[117.96995917367475,28.454702765539199],[117.9697657862648,28.454714401540194],[117.96792368244637,28.454726402924006],[117.96791984121197,28.454334505920347],[117.96804831414039,28.454244069774099],[117.96826243671075,28.454144105443795],[117.96866213184461,28.454029841566477],[117.96882391242983,28.453958436796505],[117.96891432082055,28.453877524164646],[117.96898093640463,28.453710952763775],[117.96907134309636,28.453506307315553],[117.96913795961385,28.453358771984028],[117.9692656877385,28.453191704898675],[117.96932353345936,28.453116043904704],[117.96953765714174,28.452878070849007],[117.96964233888737,28.452678182200383],[117.97024797069561,28.451783102027004],[117.97089409036043,28.452114808814816],[117.97174337755104,28.452550820490217],[117.97195364465323,28.452658768229909],[117.97205749824163,28.452715133608955],[117.97278051174591,28.453107543385659],[117.97250446983868,28.453505910150469],[117.97234268591156,28.45377718802121],[117.97213331934452,28.454067506394097],[117.97194774346738,28.454186500672051],[117.97174313503668,28.454272184378386],[117.97152901040633,28.454424494075553],[117.97118270750948,28.454750977087176]]]},"properties":{"FID":55,"name":"五三(2)社区居民委员会","name_t":"东市街道","民警姓":"杨昌庆","电话":"13970381066","派出所":"东市派出所"}},{"type":"Feature","id":56,"geometry":{"type":"Polygon","coordinates":[[[117.9716938399209,28.450325726339955],[117.97142451825056,28.450378104728131],[117.9714625842884,28.450996762934427],[117.97151016777796,28.451053864745969],[117.97170525947003,28.451510701232344],[117.97089409036055,28.452114808814645],[117.97024797069561,28.451783102027004],[117.96996109727471,28.451635824512362],[117.96869284782304,28.450940828406768],[117.96828975018717,28.450719930951234],[117.96727600429831,28.450205343640867],[117.96727596487717,28.450205323245591],[117.96727290660245,28.450203771052426],[117.9672728671035,28.450203750810736],[117.96640183621018,28.449761603343227],[117.96683475557431,28.449176155317971],[117.96647788738025,28.448995362493207],[117.96579270168567,28.448738470255016],[117.96629651241899,28.448288054623845],[117.96655401876863,28.448057841196764],[117.96720211848708,28.447555147604366],[117.96720406830831,28.447557583085974],[117.96907907000764,28.448247682067642],[117.96908227195912,28.448248462723715],[117.97031678269417,28.448549608772083],[117.97149248662467,28.448522394547776],[117.97195316953014,28.448654117419125],[117.97223028247771,28.448820375614318],[117.97249562144958,28.448930076764743],[117.97276208926296,28.44893004768765],[117.97309279468887,28.448855058534757],[117.97325457883434,28.449345212518768],[117.97229763599539,28.449483326096342],[117.97173666512664,28.449564290108732],[117.9716938399209,28.450325726339955]],[[117.96956177978402,28.449482650086509],[117.96954750487389,28.449561174355722],[117.96993292693605,28.449668204566958],[117.96993626923664,28.449658420536377],[117.97012801756321,28.449097108342883],[117.96977828243311,28.449004350440386],[117.96956177978402,28.449482650086509]]]},"properties":{"FID":56,"name":"金龙岗社区居民委员会","name_t":"东市街道","民警姓":"叶浩文","电话":"18870301852","派出所":"东市派出所"}},{"type":"Feature","id":57,"geometry":{"type":"Polygon","coordinates":[[[117.97520845048841,28.449989450597098],[117.97647894717306,28.451493152808023],[117.97727360574365,28.452290201481478],[117.97530131782256,28.454495979264877],[117.97472659302491,28.454173667919967],[117.97417817792156,28.45386611059287],[117.97316033131858,28.453313687387169],[117.97278051174614,28.453107543385656],[117.97205749824163,28.452715133608955],[117.97195364465323,28.452658768229909],[117.97174337755104,28.452550820490217],[117.97089409036055,28.452114808814645],[117.97170525947003,28.451510701232344],[117.97151016777796,28.451053864745969],[117.9714625842884,28.450996762934427],[117.97142451825056,28.450378104728131],[117.9716938399209,28.450325726339955],[117.97173666512664,28.449564290108732],[117.97229763599539,28.449483326096342],[117.97325457883434,28.449345212518768],[117.97309279468887,28.448855058534757],[117.97276208926296,28.44893004768765],[117.97249562144958,28.448930076764743],[117.97223028247771,28.448820375614318],[117.97195316953014,28.448654117419125],[117.97149248662467,28.448522394547776],[117.971672714349,28.446498263050021],[117.97214687854772,28.44674093906886],[117.97275044422648,28.447092743959445],[117.97356680836567,28.44772912116062],[117.97405842112907,28.448349593760394],[117.97425677172953,28.448599935660521],[117.97520845048841,28.449989450597098]]]},"properties":{"FID":57,"name":"箭道巷社区居民委员会","name_t":"东市街道","民警姓":"祝应侠","电话":"15720914466","派出所":"东市派出所"}},{"type":"Feature","id":58,"geometry":{"type":"MultiPolygon","coordinates":[[[[117.97769174210079,28.449009907069456],[117.97745276450668,28.44931445402564],[117.9768021244424,28.450185998822317],[117.97575527126241,28.449418720364388],[117.97573694145468,28.449375008618567],[117.97602277458276,28.448993827913554],[117.97664264449942,28.44832480712526],[117.97769174210079,28.449009907069456]]],[[[117.97012801756321,28.449097108342883],[117.96993292693605,28.449668204566958],[117.96954750487377,28.449561174355722],[117.96956177978402,28.449482650086509],[117.96977828243311,28.449004350440386],[117.97012801756321,28.449097108342883]]],[[[117.97099916496198,28.44628117941112],[117.97132635208639,28.446361233179516],[117.971672714349,28.446498263050021],[117.97148732875499,28.448520919337593],[117.97031678269417,28.448549608772083],[117.96908227206484,28.448248462292955],[117.96928550568636,28.446944252197831],[117.96944200864526,28.446036257620815],[117.96997374926788,28.446107596990622],[117.96997382989946,28.446107608042063],[117.97032358528072,28.446166740185753],[117.97040649873368,28.445683604924884],[117.97111429831962,28.445799522219058],[117.97099916496198,28.44628117941112]]],[[[117.97459263975593,28.448162658041056],[117.97448138731711,28.44825658351883],[117.97428810298865,28.44796757261204],[117.97415565856841,28.447925373724264],[117.97422148563972,28.44787715957569],[117.97441794961151,28.447617844989317],[117.97416240254688,28.447430538914485],[117.97471913424236,28.446666671540388],[117.97544003180352,28.447109181008528],[117.97524731624763,28.447401875095807],[117.97566129765762,28.447701647595544],[117.97522773945745,28.448211389771149],[117.97481718731737,28.447910470806679],[117.97459263975593,28.448162658041056]]]]},"properties":{"FID":58,"name":"市府大院社区居民委员会","name_t":"东市街道","民警姓":"郑镭","电话":"13707038198","派出所":"东市派出所"}},{"type":"Feature","id":59,"geometry":{"type":"Polygon","coordinates":[[[117.96909584475732,28.442782391512665],[117.9699237877777,28.443239150556927],[117.97053047193323,28.443503200444152],[117.97063509285528,28.443558259394166],[117.97054093047726,28.443868260818874],[117.97029640810992,28.444580340648841],[117.97029502330928,28.444586897111652],[117.97028989964856,28.444601870377248],[117.96997382989946,28.446107608042063],[117.96997374926788,28.446107596990622],[117.96944200864526,28.446036257620815],[117.96802761129618,28.445750914203916],[117.9674019006453,28.445582050338839],[117.96709478679274,28.445489294452752],[117.96758937517468,28.444980020406952],[117.96833426579579,28.443461824236131],[117.96881391732873,28.442637872756489],[117.96909584475732,28.442782391512665]]]},"properties":{"FID":59,"name":"祝家巷社区居民委员会","name_t":"东市街道","民警姓":"苏见见","电话":"15270097180","派出所":"东市派出所"}},{"type":"Feature","id":60,"geometry":{"type":"Polygon","coordinates":[[[117.96655401876863,28.448057841196764],[117.96629651241899,28.448288054623845],[117.96579270168567,28.448738470255016],[117.96647788738025,28.448995362493207],[117.96683475557431,28.449176155317971],[117.96640183422554,28.449761602592289],[117.96640175517442,28.449761562207996],[117.96447430378208,28.448810519518247],[117.96475646599824,28.448265581158008],[117.96510509380238,28.447683140279363],[117.96563673512102,28.446794949489227],[117.96698674312003,28.445600544175633],[117.96709478679274,28.445489294452752],[117.9674019006453,28.445582050338839],[117.96802761129618,28.445750914203916],[117.96944200864526,28.446036257620815],[117.96928550568636,28.446944252197831],[117.96907907000764,28.448247682067471],[117.96720406830831,28.447557583085974],[117.96720211848708,28.447555147604366],[117.96655401876863,28.448057841196764]]]},"properties":{"FID":60,"name":"大井头社区居民委员会","name_t":"东市街道","民警姓":"余宗明","电话":"15607032520","派出所":"东市派出所"}},{"type":"Feature","id":61,"geometry":{"type":"Polygon","coordinates":[[[117.96419975623576,28.44646677699518],[117.96464407542588,28.446547835248484],[117.96475315936621,28.446567735056728],[117.96546068101331,28.446718829760805],[117.96563673512102,28.446794949489227],[117.96510509380238,28.447683140279363],[117.96475646599824,28.448265581158008],[117.96447430378208,28.448810519518247],[117.96374542466656,28.448427712415096],[117.96374314793387,28.448426520226114],[117.96325788689701,28.448171660785256],[117.96150758075639,28.447252386455244],[117.96226793367778,28.446804935104424],[117.96292456266841,28.446447920303406],[117.96354312620582,28.446324100229504],[117.96419975623576,28.44646677699518]]]},"properties":{"FID":61,"name":"解放路社区居民委员会","name_t":"西市街道","民警姓":"林松涛","电话":"15807936117","派出所":"西市派出所"}},{"type":"Feature","id":62,"geometry":{"type":"Polygon","coordinates":[[[117.98731708610865,28.464507528203164],[117.9866770419829,28.463936174027609],[117.9860968171664,28.463418215560417],[117.98487630493609,28.464499874385314],[117.98397505822876,28.463657583706059],[117.98269220950611,28.462687019246506],[117.98276227572195,28.462604485174452],[117.98241598443295,28.462313601978622],[117.98236325853428,28.462269312452467],[117.98362187436766,28.461241823904839],[117.98161319124871,28.459479932180034],[117.98251022805601,28.458791332428092],[117.98251017264074,28.458791280672035],[117.98233172685578,28.458455787938821],[117.98303993578104,28.457825050292556],[117.98376168978656,28.457182241192282],[117.98452027477724,28.458035663728435],[117.98486527357238,28.45838066389387],[117.98500617889449,28.458632981727135],[117.98579326541105,28.460755413689654],[117.98621924232781,28.461661435688846],[117.98641056500779,28.462151901053211],[117.98674366933763,28.462768165473751],[117.98731708610865,28.464507528203164]]]},"properties":{"FID":62,"name":"现代城社区居民委员会","name_t":"东市街道","民警姓":"苏见见","电话":"15270097180","派出所":"东市派出所"}},{"type":"Feature","id":63,"geometry":{"type":"Polygon","coordinates":[[[117.94497487262565,28.433398766696754],[117.94497278030623,28.434424797130351],[117.94497868017559,28.434637906397182],[117.94298046122576,28.436010623797529],[117.94638146781294,28.437624585693182],[117.94636489763687,28.437652480483379],[117.94599131672783,28.438281392409809],[117.94533234478334,28.439323724688492],[117.94373329186416,28.438069010742318],[117.9430655474592,28.437545057219868],[117.94183360858068,28.436553127268759],[117.93849798948386,28.433762601168148],[117.93561949712907,28.432026174202424],[117.93156824798787,28.429335829932683],[117.93157257559474,28.429330235548122],[117.93286651745152,28.427657443482591],[117.93335204937745,28.427029755667267],[117.93371074207697,28.426566054469557],[117.93489776581298,28.425031499001225],[117.93538585823383,28.424400489962832],[117.9361089151942,28.423592112751638],[117.93640625743939,28.423259684068679],[117.93678325712021,28.42283819962968],[117.93714038566033,28.422438931032978],[117.93741301086534,28.421860588950203],[117.93798048433173,28.420656773264785],[117.93806134663566,28.420485237396438],[117.93847640463062,28.419604748243774],[117.93894168227391,28.418106983199511],[117.93911790947502,28.417539435362251],[117.93947155389863,28.416394050180035],[117.94261057826908,28.416991466533936],[117.94491923475134,28.417111444913949],[117.94534676636906,28.412615220236546],[117.94638505181348,28.412806566710575],[117.94836528988775,28.412852482281103],[117.94824908300937,28.417048678776016],[117.94817522910209,28.418391554220559],[117.94790165921843,28.423341603684946],[117.94778452145061,28.425762664883965],[117.9464110632249,28.425687125361989],[117.94641106307515,28.426272475124073],[117.94776096295925,28.426353702701459],[117.94761865357107,28.429858073384821],[117.94796673012253,28.429938874005707],[117.94851865326643,28.429986362849274],[117.94858526462971,28.430386101996554],[117.94851865303775,28.430842972648431],[117.94819511178089,28.430843031530884],[117.94804789162058,28.43159840320558],[117.9480590605701,28.431736925340083],[117.9475288246058,28.43195454129501],[117.94751668067673,28.432596110164585],[117.94749962647607,28.433539278831532],[117.94666869426969,28.433398448738732],[117.94629757598403,28.433303339488951],[117.94566001307005,28.433284422920295],[117.94497487262565,28.433398766696754]]]},"properties":{"FID":63,"name":"同心居民委员会","name_t":"茅家岭街道","民警姓":"徐英盛","电话":"15058321931","派出所":"茅家岭派出所"}},{"type":"Feature","id":64,"geometry":{"type":"Polygon","coordinates":[[[117.95902590362283,28.439006086863813],[117.95851440704807,28.439850877679916],[117.9577887967191,28.440445859340429],[117.95690855098006,28.441017071952537],[117.95571090438683,28.441465647898283],[117.9547745589464,28.441801456561016],[117.95430921150069,28.441927129414001],[117.95357553383717,28.442125264551816],[117.95246215622697,28.442382437733389],[117.95158668421453,28.442496803684314],[117.95081588761923,28.44249693871015],[117.94970251899423,28.442164010674734],[117.94877233663824,28.441835810751115],[117.94798209505306,28.441326016004563],[117.94663125873701,28.440351412788292],[117.94624028315282,28.440042080623215],[117.94533234478334,28.439323724688492],[117.94599131672783,28.438281392409809],[117.94636489763676,28.437652480483379],[117.94638146781294,28.437624585693353],[117.94298046122576,28.436010623797529],[117.94497868017559,28.434637906397182],[117.94497278030623,28.434424797130351],[117.94497281995042,28.434405356525296],[117.94580929600905,28.434479576759752],[117.94595372496951,28.434480234537425],[117.94594785968692,28.434653256754345],[117.94585270105438,28.434813888942472],[117.94579322689557,28.435010206523604],[117.94577247432713,28.435800179288798],[117.94638748528907,28.435832479485676],[117.9473425725343,28.435882634067251],[117.94801890615744,28.435906159029759],[117.94959808070507,28.435961090545085],[117.95093544802482,28.436007599297032],[117.95112847019087,28.436014311996509],[117.95113017248227,28.435333439816716],[117.95227870035994,28.435391709676349],[117.95224329051106,28.436053080666483],[117.95226232188516,28.436167292693195],[117.95225075607662,28.436317685387731],[117.95216646502365,28.436963435502346],[117.95217866946126,28.437219778395104],[117.95315732190436,28.437332083744025],[117.95315732201836,28.436939470927477],[117.95407086380129,28.436989285502396],[117.95404945259494,28.437132057390055],[117.9538424780588,28.437189199492341],[117.95386388917179,28.437317687355318],[117.95403517842486,28.437339073815131],[117.95405553554377,28.437763856083595],[117.95522112099071,28.437694607685337],[117.95537234911352,28.436614758574581],[117.95575594473581,28.436648649705695],[117.95608609016229,28.436677888845047],[117.95664139408844,28.436726958152772],[117.95781749200815,28.436830878934718],[117.95843204716975,28.436885128780524],[117.9583340929485,28.437357611845254],[117.95962066873578,28.438268359709326],[117.95902590362283,28.439006086863813]],[[117.95292893670249,28.437824673294962],[117.95255400248827,28.438158090886748],[117.95304193947372,28.438628915424466],[117.95366286197648,28.438444401044478],[117.95351417373605,28.437796020160452],[117.95292893670249,28.437824673294962]]]},"properties":{"FID":64,"name":"汪家园居民委员会","name_t":"茅家岭街道","民警姓":"齐光华","电话":"13879306091","派出所":"茅家岭派出所"}},{"type":"Feature","id":65,"geometry":{"type":"MultiPolygon","coordinates":[[[[117.95366286197648,28.438444401044478],[117.95304193947383,28.438628915424466],[117.95255400248827,28.438158090886919],[117.95292893670249,28.437824673294962],[117.95351417373605,28.437796020160452],[117.95366286197648,28.438444401044478]]],[[[117.96061987609085,28.437078472906965],[117.95974703330715,28.438117880507523],[117.9596206687351,28.438268359708932],[117.9583340929485,28.437357611845254],[117.95843204716986,28.436885128780524],[117.95781749200815,28.436830878934718],[117.95664139408844,28.436726958152772],[117.95608609016229,28.436677888845047],[117.95575594473581,28.436648649705695],[117.95537234911352,28.436614758574581],[117.95522112099071,28.437694607685337],[117.95405553554377,28.437763856083595],[117.95403517842486,28.437339073815131],[117.95386388917179,28.437317687355318],[117.9538424780588,28.437189199492341],[117.95404945259494,28.437132057390055],[117.95407086380129,28.436989285502396],[117.95315732201836,28.436939470927477],[117.95315732190436,28.437332083744025],[117.95217866946126,28.437219778395104],[117.95216646502365,28.436963435502346],[117.95225075607662,28.436317685387731],[117.95226232188516,28.436167292693195],[117.95224329051118,28.436053080666479],[117.95227870035994,28.435391709676349],[117.95113017248227,28.435333439816716],[117.95112847019087,28.436014311996509],[117.95093544802482,28.436007599297032],[117.94959808070519,28.435961090545085],[117.94801890615756,28.435906159029759],[117.9473425725343,28.435882634067251],[117.94638748528918,28.435832479485676],[117.94577247432713,28.435800179288798],[117.94579322689569,28.435010206523604],[117.94585270105438,28.434813888942472],[117.94594785968692,28.434653256754345],[117.94595372496951,28.434480234537425],[117.94580929600905,28.434479576759752],[117.94497281995042,28.434405356525296],[117.94497487262565,28.433398766696754],[117.94566001307005,28.433284422920295],[117.94629757598403,28.433303339488951],[117.94666869426969,28.433398448738732],[117.94749962647585,28.433539278831532],[117.94780019319268,28.433539223635325],[117.94819034596397,28.433396384282176],[117.9488469442494,28.433424818628655],[117.94935129005135,28.433443763751303],[117.94976999131397,28.433443688739093],[117.94977450775912,28.433272038061716],[117.95237305930205,28.433402041135768],[117.9525085851425,28.431669689213756],[117.95370998553125,28.431681382781765],[117.95642207576363,28.431538166408224],[117.9570359796634,28.43154148178526],[117.95785755506859,28.431545916666703],[117.95856321556872,28.431549724840856],[117.95962189553542,28.43158525381368],[117.96006202197134,28.431573290918823],[117.96104933444794,28.431394682263758],[117.96145377833392,28.431347034045334],[117.96266710898621,28.431037527355993],[117.96420162379333,28.430609007230135],[117.96483933384124,28.430736025347713],[117.96566560635982,28.430900598875343],[117.96582179753899,28.430999436456112],[117.9662896772231,28.431295508555657],[117.96566093558306,28.432022693030007],[117.96455848725005,28.433297760420714],[117.96232214002079,28.435201651330374],[117.96061987609085,28.437078472906965]]]]},"properties":{"FID":65,"name":"钟灵社区居民委员会","name_t":"茅家岭街道","民警姓":"周静","电话":"13576302181","派出所":"茅家岭派出所"}},{"type":"Feature","id":66,"geometry":{"type":"MultiPolygon","coordinates":[[[[117.94780019319256,28.433539223635325],[117.94749962647607,28.433539278831532],[117.94751668067673,28.432596110164585],[117.9475288246058,28.43195454129501],[117.9480590605701,28.431736925340083],[117.94804789162058,28.43159840320558],[117.94819511178089,28.430843031530884],[117.94851865303775,28.430842972648431],[117.94858526462971,28.430386101996554],[117.94851865326643,28.429986362849274],[117.94796673012253,28.429938874005707],[117.94761865357107,28.429858073384821],[117.94776096295925,28.426353702701459],[117.94878157048029,28.426364287111713],[117.94884982789374,28.426364994225796],[117.9499171651038,28.426376066656992],[117.95016424096481,28.426378629834854],[117.94992634170993,28.429871736443772],[117.95107416558774,28.429901750811926],[117.95158972599495,28.429915229733982],[117.95245759571097,28.429937918852605],[117.95262888505927,28.429090798046104],[117.9536373285472,28.42849865227776],[117.95495552022254,28.427896728971209],[117.95491593792241,28.42656332907881],[117.95493041271565,28.423644000312621],[117.95681456617106,28.423839024898431],[117.95676047110678,28.422610817106865],[117.95740281214968,28.422610714754143],[117.95743136085592,28.42201108340868],[117.9579880575735,28.421968165216722],[117.95798805746301,28.422325085944323],[117.9601286688624,28.422361225527862],[117.96011409934428,28.423080032018422],[117.96010717740695,28.423421627655365],[117.96009844990351,28.423852227161852],[117.95980904066938,28.423852270852745],[117.9597850192299,28.424096530535866],[117.95974377154955,28.424093113951454],[117.95878148824815,28.424013410946312],[117.95736896477227,28.423896411150238],[117.95740006127359,28.424518442153431],[117.95742792710038,28.425075855297646],[117.95745223136124,28.425562027997579],[117.9575710997911,28.426269406461035],[117.95771207693765,28.426973276806795],[117.9579752545951,28.426919308253094],[117.95853334760881,28.426804861995205],[117.95938080074812,28.426631077079655],[117.96012866754788,28.426477712273318],[117.96019052259632,28.426232616848981],[117.96018490014008,28.426016109453681],[117.96122164123474,28.426027218315447],[117.96122541804421,28.426246739759012],[117.96132533883807,28.426632199581999],[117.96246805267779,28.426639707772264],[117.96345223977617,28.426646170232804],[117.96349506310315,28.427417114141349],[117.96424447823989,28.427409871236108],[117.9642866921122,28.427964768451687],[117.96429443946069,28.428066598968286],[117.96384478951343,28.428073799065832],[117.963844789418,28.428359335069565],[117.96370204398077,28.428373632633967],[117.96373059283266,28.429058915964415],[117.96477170653431,28.429070607803105],[117.96531920412308,28.429076756293188],[117.96638230827827,28.429088695261324],[117.96634365436975,28.430032002440434],[117.96622469837796,28.430222374757285],[117.96566560635971,28.430900598875343],[117.96483933384124,28.430736025347713],[117.96420162379333,28.430609007230135],[117.96266710898621,28.431037527355993],[117.96145377833392,28.431347034045334],[117.96104933444794,28.431394682263758],[117.96006202197134,28.431573290918823],[117.95962189553531,28.43158525381368],[117.95856321556872,28.431549724840856],[117.95785755506859,28.431545916666703],[117.9570359796634,28.43154148178526],[117.95642207576351,28.431538166408227],[117.95370998553125,28.431681382781765],[117.9525085851425,28.431669689213756],[117.95237305930205,28.433402041135768],[117.94977450775912,28.433272038061716],[117.94976999131397,28.433443688739093],[117.94935129005135,28.433443763751303],[117.9488469442494,28.433424818628655],[117.94819034596397,28.433396384282176],[117.94780019319256,28.433539223635325]]],[[[117.96575550985686,28.425537992147078],[117.96521497599511,28.425579705115897],[117.96457278255397,28.425629518148334],[117.96456596877476,28.424423080102013],[117.96533550950208,28.424457430143178],[117.96529348684676,28.424751638509495],[117.96527921210865,28.425008623340261],[117.96521289808884,28.425189516119392],[117.96569841128129,28.425181079016742],[117.96575550985686,28.425537992147078]]],[[[117.96151516564643,28.424182518347518],[117.96188284729392,28.424198153534224],[117.96279095301277,28.4242742866928],[117.96339437454436,28.424324866869227],[117.96338800442376,28.425261327827307],[117.96248370876199,28.425218536624591],[117.96013877186755,28.425112836057917],[117.96009298195102,28.424122040176929],[117.96151516564643,28.424182518347518]]]]},"properties":{"FID":66,"name":"解放居民委员会","name_t":"茅家岭街道","民警姓":"周志宇","电话":"13979337804","派出所":"茅家岭派出所"}},{"type":"Feature","id":67,"geometry":{"type":"Polygon","coordinates":[[[117.95491593792241,28.42656332907881],[117.95495552022265,28.427896728971209],[117.9536373285472,28.42849865227776],[117.95262888505938,28.429090798046104],[117.95245759571097,28.429937918852605],[117.95158972599495,28.429915229733982],[117.95107416558774,28.429901750811926],[117.94992634171004,28.429871736443772],[117.95016424096492,28.426378629835025],[117.94991716510391,28.426376066656992],[117.94884982789374,28.426364994225796],[117.94878157048029,28.426364287111713],[117.94776096295925,28.426353702701459],[117.94641106307515,28.426272475124073],[117.9464110632249,28.425687125361989],[117.94778452145061,28.425762664883965],[117.94790165921843,28.423341603684946],[117.94817522910209,28.418391554220559],[117.94824693523324,28.417087731587131],[117.94824728292092,28.417087781801101],[117.95012022227267,28.417155509344049],[117.95097334689775,28.417198225005798],[117.953188829762,28.417309139163223],[117.95317455516059,28.41924127163529],[117.9530875806818,28.420550317535337],[117.95296012545977,28.422031913257669],[117.95292921508324,28.422851713576279],[117.95290057328674,28.423611348598474],[117.95493041271565,28.423644000312621],[117.95491593792241,28.42656332907881]]]},"properties":{"FID":67,"name":"世纪花园社区居民委员会","name_t":"茅家岭街道","民警姓":"戴饶平","电话":"15870998760","派出所":"茅家岭派出所"}},{"type":"Feature","id":68,"geometry":{"type":"Polygon","coordinates":[[[117.96860255751118,28.427476825467664],[117.96860255739861,28.427797213357586],[117.96848656138526,28.428184732516794],[117.96783060762273,28.428449462878252],[117.9664031319526,28.42858051670288],[117.96638230827827,28.429088695261324],[117.96531920412319,28.429076756293185],[117.96477170653431,28.429070607803105],[117.96373059283266,28.429058915964415],[117.96370204398077,28.428373632633967],[117.963844789418,28.428359335069565],[117.96384478951343,28.428073799065832],[117.96429443946069,28.428066598968286],[117.9642866921122,28.427964768451687],[117.96424447823989,28.427409871236108],[117.96349506310315,28.427417114141349],[117.96345223977617,28.426646170232804],[117.96246805267779,28.426639707772264],[117.96132533883818,28.426632199581995],[117.96122541804432,28.426246739759012],[117.96122164123486,28.426027218315447],[117.96018490014008,28.426016109453681],[117.96019052259632,28.426232616848981],[117.96012866754788,28.426477712273318],[117.95938080074812,28.426631077079655],[117.95853334760881,28.426804861995205],[117.9579752545951,28.426919308253094],[117.95771207693765,28.426973276806795],[117.9575710997911,28.426269406461035],[117.95745223136124,28.425562027997579],[117.95742792710038,28.425075855297646],[117.95740006127359,28.424518442153431],[117.95736896477227,28.423896411150238],[117.95878148824804,28.424013410946145],[117.95974377154955,28.424093113951454],[117.95978501923001,28.424096530535866],[117.95980904066938,28.423852270852745],[117.96009844990351,28.423852227161852],[117.96010717740695,28.423421627655365],[117.96011409934428,28.423080032018422],[117.9601286688624,28.422361225527862],[117.96076413524916,28.422335708376984],[117.96146081552858,28.422307734657412],[117.96185214369315,28.422292021243965],[117.96190663729195,28.422818056993759],[117.96190355934759,28.422996632107196],[117.96189455301193,28.423519039296377],[117.96188284729392,28.424198153534224],[117.96151516564643,28.424182518347518],[117.96009298195102,28.424122040176929],[117.96013877186755,28.425112836057917],[117.96248370876199,28.425218536624591],[117.96338800442376,28.425261327827307],[117.96339437454436,28.424324866869227],[117.96389489059553,28.424366827021757],[117.96456596877476,28.424423080102013],[117.96457278255397,28.425629518148334],[117.9645747074472,28.425970302722533],[117.9644605107078,28.426217783174796],[117.96444161503757,28.426737504454522],[117.96527103716932,28.426739211268124],[117.96639123716788,28.426736427846119],[117.96724772122469,28.426724420010462],[117.96723455709382,28.426464880711929],[117.96785865062017,28.426437663661584],[117.96860255788705,28.426405223129425],[117.96903376417404,28.426394113197802],[117.96942632298604,28.426334578914513],[117.96948580160934,28.426429750619256],[117.96940847926956,28.426679604411657],[117.96889696322999,28.427232893539113],[117.96860255751118,28.427476825467664]]]},"properties":{"FID":68,"name":"杨家湖社区居民委员会","name_t":"茅家岭街道","民警姓":"齐光华","电话":"13879306091","派出所":"茅家岭派出所"}},{"type":"Feature","id":69,"geometry":{"type":"MultiPolygon","coordinates":[[[[117.9617592226286,28.416169802306847],[117.96174262230268,28.416052073631917],[117.96245653591187,28.41590236588732],[117.96299164095385,28.415790152721694],[117.96350314528853,28.415599723086189],[117.9637095826497,28.415436693071154],[117.96332479476359,28.415848806314216],[117.96320255451785,28.415903248328231],[117.96302359774606,28.415844657023857],[117.9617592226286,28.416169802306847]]],[[[117.96239489368143,28.41687132608665],[117.96187347122134,28.416980048429121],[117.9618504749135,28.416816959478737],[117.96234919786268,28.41673810038661],[117.96239489368143,28.41687132608665]]],[[[117.97413893475044,28.427904195886313],[117.97228497473635,28.428160128191372],[117.97040558374225,28.428641887564076],[117.96863311889511,28.429272660872311],[117.96749113507087,28.430081822899577],[117.96699151853674,28.43064106336352],[117.96628967722299,28.431295508555543],[117.96566560635971,28.430900598875457],[117.96622469837807,28.430222374757399],[117.96634365436987,28.430032002440491],[117.96638230827838,28.429088695261438],[117.96640313195272,28.428580516702993],[117.96783060762284,28.428449462878362],[117.96848656138538,28.428184732516907],[117.96860255739873,28.427797213357643],[117.96860255751129,28.427476825467721],[117.96889696323022,28.427232893539227],[117.96940847926956,28.426679604411714],[117.96948580160934,28.426429750619313],[117.96942632298615,28.426334578914627],[117.96903376417404,28.426394113197915],[117.96860255788728,28.426405223129482],[117.96785865062029,28.426437663661698],[117.96723455709382,28.426464880712043],[117.96724772122481,28.426724420010576],[117.966391237168,28.426736427846233],[117.96527103716954,28.426739211268238],[117.96444161503769,28.426737504454636],[117.96446051070802,28.426217783174852],[117.96457470744731,28.425970302722646],[117.96457278255409,28.425629518148444],[117.96521497599511,28.425579705116011],[117.96575550985698,28.425537992147191],[117.96569841128141,28.425181079016856],[117.96521289808884,28.425189516119506],[117.96527921210877,28.425008623340318],[117.96529348684687,28.424751638509608],[117.9653355095022,28.424457430143235],[117.96456596877476,28.424423080102127],[117.96389489059553,28.424366827021871],[117.96339437454459,28.424324866869281],[117.96279095308883,28.424274285809702],[117.96188284729404,28.424198153534338],[117.96189455301204,28.42351903929649],[117.9619035593477,28.42299663210731],[117.96190663729217,28.422818056993872],[117.96185214369326,28.422292021244079],[117.96183178102302,28.421964227068695],[117.9617526205473,28.420689903527663],[117.96168597927065,28.419617105447788],[117.96163299734833,28.41872383424165],[117.96160271233462,28.418213229238141],[117.96159706197409,28.41800591833384],[117.96193251182305,28.417952331776892],[117.96231792227768,28.417834492335718],[117.96247494239176,28.417816623585466],[117.96264772161916,28.417817500013278],[117.9625756146779,28.417478195511901],[117.96253093624814,28.417267957397939],[117.96271596716694,28.417807415345617],[117.96271461833085,28.418071704577692],[117.96297807835879,28.418106696673476],[117.9629269957979,28.418744849578644],[117.96177818940932,28.418709787098773],[117.96179467965139,28.420256021586201],[117.96225276282722,28.420511748929144],[117.96291261179974,28.420510021998332],[117.96269303491501,28.42422531120587],[117.96825661540778,28.424629921310419],[117.96845634649017,28.41990967560471],[117.96707323680063,28.419841243155975],[117.96711824980228,28.418733094065281],[117.96693438738906,28.418478927953096],[117.96647528485856,28.418396504029623],[117.96641837396892,28.417797177373927],[117.96654297445399,28.417774239985192],[117.96623820335918,28.416881494156222],[117.96615501332525,28.416836816734637],[117.96611943795327,28.416533603525568],[117.96615328593622,28.416496274170967],[117.96602886285775,28.415420190244109],[117.96444273839644,28.415367684773212],[117.96427897968601,28.415261070068013],[117.96427602187924,28.415237345681849],[117.96525479003087,28.415220876517914],[117.96606336784093,28.415207273709129],[117.96555403710019,28.413781203554461],[117.96528757623518,28.412610539814079],[117.96521783171447,28.412150985516536],[117.9651257981803,28.411544558117992],[117.96503063277029,28.411040122828542],[117.96501160160392,28.410602302940504],[117.96538750010146,28.410873512491143],[117.96553024635161,28.411087645413836],[117.96570154198044,28.411258945110234],[117.96615833279209,28.411315991982626],[117.96815885320495,28.411389291851894],[117.96835376534742,28.411447222894566],[117.96942437844808,28.411646966475125],[117.96980980050628,28.411732582082706],[117.97030942228064,28.411889567901053],[117.97049499691494,28.411903823018058],[117.97085187086677,28.411646798374154],[117.97122301936726,28.411418327051749],[117.97147996867182,28.411204145002632],[117.97307891383447,28.410935505665197],[117.97306102093309,28.41175862643432],[117.97336079800525,28.412272559180987],[117.97388897692232,28.413029175706317],[117.9744028818799,28.413714410714569],[117.97473120996534,28.414371110923607],[117.97458845820205,28.415084966272058],[117.97448853164745,28.416598321667891],[117.97458845744754,28.417140830742703],[117.9747312088635,28.417369245032653],[117.9747597600313,28.417483456535763],[117.974745484802,28.417683334067799],[117.97454563175195,28.417854675963824],[117.97445998076189,28.418254435088926],[117.97521656514613,28.418325743647198],[117.97554489638377,28.418325711179435],[117.97553062018149,28.41859697266532],[117.97464555837539,28.41866844514378],[117.97423157755152,28.418825532315001],[117.97420540652345,28.419147239191222],[117.97418161364408,28.422716449556901],[117.97423410384147,28.425144000945295],[117.97415083127171,28.425893541963511],[117.97413893475044,28.427904195886313]]]]},"properties":{"FID":69,"name":"畴口居民委员会","name_t":"茅家岭街道","民警姓":"彭国平","电话":"13767386686","派出所":"茅家岭派出所"}},{"type":"Feature","id":70,"geometry":{"type":"Polygon","coordinates":[[[117.96720159835225,28.439810550391812],[117.96669950217635,28.439598301564963],[117.96589298176082,28.439320008272929],[117.96505791359384,28.439213044380548],[117.96479383298704,28.439234495815757],[117.96452975263892,28.439248807728138],[117.9643013594328,28.43922028635361],[117.96404441640532,28.439184629346716],[117.96380174907948,28.43909186336365],[117.96345915852915,28.438806375209666],[117.96338778688609,28.438563678720612],[117.96353767005701,28.437992584793342],[117.96380888634756,28.437764117244871],[117.96418002576117,28.437449976233331],[117.96457257707171,28.437228631491617],[117.96536482025407,28.436193453995863],[117.96562176291121,28.435708007554439],[117.9662398396808,28.436007951789318],[117.96766199969586,28.437256118513055],[117.9681830297706,28.43768435800321],[117.96816206854496,28.437706180963083],[117.967895393174,28.438265698528426],[117.96820230025531,28.438372736580096],[117.96806467962101,28.438689326396904],[117.9678187706338,28.438620075877335],[117.96758610594742,28.439115209396146],[117.96720159835225,28.439810550391812]]]},"properties":{"FID":70,"name":"文通巷社区居民委员会","name_t":"水南街道","民警姓":"王凯","电话":"15979340626","派出所":"水南派出所"}},{"type":"Feature","id":71,"geometry":{"type":"Polygon","coordinates":[[[117.96873516034674,28.438938672272723],[117.96792440603787,28.440116100363809],[117.96720159835225,28.439810550391812],[117.96758610594742,28.439115209396146],[117.9678187706338,28.438620075877335],[117.96806467962101,28.438689326396904],[117.96820230025531,28.438372736580096],[117.967895393174,28.438265698528426],[117.96816206854496,28.437706180963083],[117.9681830297706,28.43768435800321],[117.96766199969586,28.437256118513055],[117.9682544040665,28.436556479221515],[117.96880223909325,28.435891816880005],[117.96902822621111,28.43564865259281],[117.96971102111485,28.436123100752905],[117.96997727380312,28.435765318322197],[117.97007726776405,28.435829805023882],[117.97020352517836,28.435662788727182],[117.97045602921825,28.435815203360352],[117.97063259859962,28.435637241155884],[117.97093518299339,28.435435457677421],[117.97107190667052,28.43568123045933],[117.97100421332945,28.435711328773284],[117.97056527084014,28.436096468824015],[117.97032615321248,28.436306274713818],[117.96992764491721,28.436936881419363],[117.96873516034674,28.438938672272723]]]},"properties":{"FID":71,"name":"劳动路社区居民委员会","name_t":"水南街道","民警姓":"王凯","电话":"15979340626","派出所":"水南派出所"}},{"type":"Feature","id":72,"geometry":{"type":"Polygon","coordinates":[[[117.96998950151537,28.441143779795382],[117.96792440603787,28.440116100363809],[117.96873516034674,28.438938672272723],[117.96992764491721,28.436936881419363],[117.97032615321248,28.436306274713818],[117.97100421332945,28.435711328773284],[117.97107190667052,28.43568123045933],[117.97135216598504,28.435556622946269],[117.97154249899852,28.435854034562475],[117.97226219768595,28.435541648874455],[117.97245253222,28.436053214900685],[117.9723841299251,28.436074042707418],[117.97252390625479,28.43653207567122],[117.97177863047909,28.437003293513346],[117.97154071361969,28.437088981084216],[117.97132183148972,28.437089005892869],[117.97132183121163,28.437859954875758],[117.97181669725524,28.438221578252314],[117.97213074703255,28.438335757659633],[117.97252093189682,28.438335714679326],[117.97277788341879,28.438154847512212],[117.97292063386202,28.438107242425222],[117.97302531782179,28.438211927968162],[117.97320613574753,28.438421302225738],[117.97332985267448,28.438478396216855],[117.97362487158337,28.438468846481197],[117.97385327313049,28.438383161693039],[117.97431959510862,28.438249863775027],[117.97435208359092,28.438247871204162],[117.97453945198379,28.438236379228311],[117.97478591705213,28.438221261686593],[117.97498577022527,28.438230760002053],[117.97531885798679,28.438335422676182],[117.97540142384489,28.438465175539314],[117.97545209333903,28.438544804045929],[117.97516658941684,28.438982654833485],[117.974633511956,28.439366567850918],[117.9744528295217,28.439496692682518],[117.97406264237229,28.439744197753281],[117.97387230635633,28.439858431984707],[117.9735582542941,28.439887019500357],[117.97325371816028,28.439887051860076],[117.97287707349943,28.439659210343901],[117.9726700859616,28.439480772367126],[117.97244882176466,28.439345166509685],[117.97199915869471,28.439138202163594],[117.97186354659068,28.439566522183842],[117.97184927064737,28.439730707426428],[117.97185246616534,28.439788237710523],[117.97185640759673,28.439987689921843],[117.97185640755551,28.440101904319455],[117.97149366024438,28.440364084553991],[117.97129794123698,28.440540852725324],[117.97121833573834,28.44049999020352],[117.97094473265956,28.440232330888367],[117.97070970855511,28.440023159524017],[117.96998950151537,28.441143779795382]]]},"properties":{"FID":72,"name":"水南社区居民委员会","name_t":"水南街道","民警姓":"张捷","电话":"15179049565","派出所":"水南派出所"}},{"type":"Feature","id":73,"geometry":{"type":"Polygon","coordinates":[[[117.96840872109995,28.433782997202812],[117.96825645698455,28.433859159334538],[117.96805185056574,28.434111408920096],[117.96769498141154,28.434468374671351],[117.96730004623046,28.434730166445153],[117.96745319263721,28.435113114116984],[117.96729141199984,28.435175000259118],[117.96692978544041,28.435265466676771],[117.9666404832974,28.435318111972272],[117.96653734308497,28.435491639539254],[117.9664016197296,28.435784260143933],[117.9662398396808,28.436007951789318],[117.96562176291144,28.435708007554439],[117.96680043063901,28.433635673561461],[117.9670054299058,28.43344049878349],[117.96719536421038,28.433259666726311],[117.96782133994971,28.432588730568874],[117.96822798712542,28.432219984799307],[117.96897741564663,28.431946252766519],[117.97002424029593,28.43163679579358],[117.97077962235062,28.431386863910056],[117.97213574576445,28.430875124309239],[117.97279001925278,28.430678745019783],[117.97361083772755,28.43045855619555],[117.97428890675521,28.43025623071544],[117.97445504572927,28.43076486701581],[117.97458035659771,28.431148503067263],[117.97446901138098,28.431182319200872],[117.97324801118432,28.431553151725964],[117.97322465668069,28.431681623832489],[117.97319447891354,28.431838693437886],[117.97318715836387,28.431914969652329],[117.97219181478306,28.432242995582577],[117.97222036566964,28.432307238473754],[117.97260120057121,28.432527254518703],[117.97245859956206,28.432628400221095],[117.97222555930766,28.432904207773124],[117.97111567746332,28.433179162115369],[117.96934558699017,28.433754011606222],[117.968694217992,28.433721095547874],[117.96840872109995,28.433782997202812]],[[117.96790168926323,28.433387869626937],[117.96806592413643,28.433483091265781],[117.96816877532774,28.433542723522034],[117.96846792172182,28.433716166358661],[117.96894850847551,28.433492437761668],[117.96831089927672,28.433030897624068],[117.96790168926323,28.433387869626937]]]},"properties":{"FID":73,"name":"丰溪路社区居民委员会","name_t":"水南街道","民警姓":"刘祎","电话":"15180358820","派出所":"水南派出所"}},{"type":"Feature","id":74,"geometry":{"type":"MultiPolygon","coordinates":[[[[117.9799426962975,28.432869468699927],[117.97885088526883,28.433234470243626],[117.9766366536643,28.433973865552531],[117.97663147021173,28.433975589222491],[117.97618070733478,28.433099287212499],[117.97586774292337,28.432490871605058],[117.97641020293706,28.432312359914881],[117.97586060539193,28.431070328519464],[117.97553941301325,28.430170919765892],[117.9767028479922,28.43015653105903],[117.97821603441528,28.430249191887413],[117.9790146217281,28.43027530919251],[117.9790823679635,28.431906595220919],[117.97930572465239,28.431876656668187],[117.97968640376726,28.431864727753798],[117.9799426962975,28.432869468699927]]],[[[117.96894850847551,28.433492437761668],[117.96846792172182,28.433716166358661],[117.96816877532774,28.433542723522034],[117.96806592413643,28.433483091265781],[117.96790168926323,28.433387869626937],[117.96831089927672,28.433030897624068],[117.96894850847551,28.433492437761668]]]]},"properties":{"FID":74,"name":"金山社区居民委员会","name_t":"水南街道","民警姓":"杨飞","电话":"13870374110","派出所":"水南派出所"}},{"type":"Feature","id":75,"geometry":{"type":"MultiPolygon","coordinates":[[[[117.96880223909325,28.435891816879835],[117.9682544040665,28.436556479221515],[117.96766199969564,28.437256118513055],[117.9662398396808,28.436007951789318],[117.9664016197296,28.435784260143933],[117.96653734308497,28.435491639539254],[117.9666404832974,28.435318111972272],[117.96692978544041,28.435265466676771],[117.96729141199984,28.435175000259118],[117.96745319263721,28.435113114116984],[117.96730004623046,28.434730166445153],[117.96769498141131,28.434468374671351],[117.96805185056574,28.434111408920096],[117.96825645698455,28.433859159334538],[117.96840872109995,28.433782997202812],[117.968694217992,28.433721095547874],[117.96934558699017,28.433754011606222],[117.97111567746332,28.433179162115369],[117.97222555930766,28.432904207773124],[117.97245859956206,28.432628400221095],[117.97260120057121,28.432527254518703],[117.97222036566964,28.432307238473754],[117.97219181478306,28.432242995582577],[117.97318715836387,28.431914969652329],[117.97309120721917,28.43263521412063],[117.97308980623622,28.432645733686829],[117.97373218560118,28.432479102204624],[117.97419612801784,28.432342234915978],[117.9744162031465,28.432728875656164],[117.97454705873795,28.432722913230275],[117.97488664105927,28.432614289678401],[117.97566460024161,28.433281166894467],[117.9761807073273,28.433099287220305],[117.97663147021173,28.433975589222491],[117.97285387001305,28.435100579934254],[117.97283959497311,28.435093443529592],[117.97135216598504,28.435556622946269],[117.97107190667052,28.43568123045933],[117.97093518299339,28.435435457677421],[117.97063259859962,28.435637241155884],[117.97045602921825,28.435815203360352],[117.97020352517836,28.435662788727182],[117.97007726776405,28.435829805023882],[117.96997727380312,28.435765318322197],[117.96971102111485,28.436123100752905],[117.96902822621111,28.43564865259281],[117.96880223909325,28.435891816879835]]],[[[117.97768196558864,28.434860645706571],[117.97717638010593,28.435086741930178],[117.97663665381481,28.433973866009566],[117.97885088526883,28.433234470243626],[117.97899571088016,28.433640463394195],[117.97891719594342,28.433697577413682],[117.97876016614178,28.433833220765099],[117.97863168726757,28.434011692217553],[117.97851748387608,28.43419016248988],[117.97856744772297,28.434454279453099],[117.97882684102592,28.434899799472703],[117.97806264283288,28.435083093142172],[117.97793132287276,28.434884354570247],[117.97788419971322,28.434813038786725],[117.97768196558864,28.434860645706571]]]]},"properties":{"FID":75,"name":"下滩头社区居民委员会","name_t":"水南街道","民警姓":"才斌","电话":"13907938233","派出所":"水南派出所"}},{"type":"Feature","id":76,"geometry":{"type":"MultiPolygon","coordinates":[[[[117.98107867794157,28.432507608442354],[117.98112152160829,28.432645070702069],[117.98135944795173,28.433037664904973],[117.98165090772689,28.433459999616272],[117.98057548014795,28.43383365888684],[117.98024357532483,28.434076391862131],[117.98000446021986,28.43429770204898],[117.97969039898769,28.43450831036585],[117.9793906136256,28.43471534934341],[117.97894093727515,28.43487243309573],[117.97882899381352,28.434899283121212],[117.97893046817927,28.435300699293517],[117.97895079082757,28.435667135999456],[117.97917087042075,28.436000242892881],[117.97852874427647,28.436114632933261],[117.97850934220902,28.43647143499263],[117.97845937877534,28.4365999314447],[117.97835231297074,28.436685600716629],[117.97817387062331,28.436164512821055],[117.97840227746923,28.436057417172268],[117.97845937902154,28.435950335733988],[117.97824524763639,28.435657678797401],[117.97806264283288,28.435083093142172],[117.97882684102592,28.434899799472703],[117.97856744772297,28.434454279453099],[117.97851748387608,28.43419016248988],[117.97863168726757,28.434011692217553],[117.97876016614178,28.433833220765099],[117.97891719594342,28.433697577413682],[117.97899571088016,28.433640463394195],[117.97885088526883,28.433234470243626],[117.9799426962975,28.432869468699927],[117.97968640376726,28.431864727753798],[117.97930572465239,28.431876656668187],[117.9790823679635,28.431906595220919],[117.9790146217281,28.43027530919251],[117.98111860716105,28.430271689579641],[117.98110934022147,28.430790566272954],[117.9810937406499,28.431664096227603],[117.98107867794157,28.432507608442354]]],[[[117.97654588724639,28.435616233120893],[117.9763020181769,28.435753076159823],[117.97597487642297,28.435913721833124],[117.97573100707042,28.435979181397578],[117.97448192686755,28.436133971477229],[117.97379790990414,28.436258964983846],[117.97342913509642,28.436443412469515],[117.97313173799299,28.436461290425349],[117.97252390625479,28.43653207567122],[117.9723841299251,28.436074042707418],[117.97245253222,28.436053214900685],[117.97226219768595,28.435541648874455],[117.97154249899852,28.435854034562475],[117.97135216598504,28.435556622946269],[117.97283959497311,28.435093443529592],[117.97285387001305,28.435100579934254],[117.97663147021173,28.433975589222491],[117.97663665381481,28.433973866009566],[117.97717638010593,28.435086741930178],[117.97717638002547,28.435300894817939],[117.97702767860373,28.43541393316249],[117.97668269155163,28.435509143766666],[117.97654588724639,28.435616233120893]]],[[[117.98500074499798,28.430231620700923],[117.98404902469808,28.430983594932197],[117.98344944368658,28.431307242012814],[117.98219318402126,28.432040207220616],[117.98188863741161,28.432249624127234],[117.98140321459712,28.432404233959769],[117.98146128145221,28.430851082012012],[117.9816578484614,28.430267541389853],[117.98218178133347,28.430180172739078],[117.9823716295505,28.430148515299379],[117.98340661709331,28.430053264448922],[117.98396575012841,28.430017534616422],[117.98433454174209,28.429969921014155],[117.98465574685554,28.429934208132664],[117.98491509037628,28.429893742056105],[117.98534336537361,28.429903232570506],[117.98604288334211,28.429898434017709],[117.98645688469074,28.429827025726144],[117.9868566099664,28.429869834191848],[117.98722778496047,28.429998305598829],[117.98787020503697,28.430041103093604],[117.98912649704292,28.43002676686341],[117.98972609362164,28.429941080007758],[117.99024003590763,28.429883951660855],[117.99085391183318,28.429712606255809],[117.99086083444308,28.430134949213841],[117.99086091171441,28.430139663474552],[117.99086818767042,28.430583491312131],[117.99111088280182,28.430897572799989],[117.99113943601778,28.431111724633414],[117.99095384435719,28.43166852838084],[117.99062549131072,28.431797031080489],[117.99031141597466,28.431525784209054],[117.990168654659,28.431283083463132],[117.99016865475505,28.431040377892089],[117.9899687881073,28.430869064469036],[117.98969754191373,28.430940458896028],[117.98964043739986,28.431197444590474],[117.98951195149971,28.431525817357901],[117.98928353309019,28.431911301771287],[117.98898373569484,28.431868483875885],[117.98876959501634,28.431682895294866],[117.98871249094745,28.431440191467498],[117.98868393808441,28.431154656827054],[117.98852690199628,28.430483652864464],[117.98778930702261,28.430526519189694],[117.98718971594029,28.430374264493796],[117.98680902318675,28.430117301575635],[117.98500074499798,28.430231620700923]]]]},"properties":{"FID":76,"name":"上滩头社区居民委员会","name_t":"水南街道","民警姓":"张平华","电话":"13507932680","派出所":"水南派出所"}},{"type":"Feature","id":77,"geometry":{"type":"MultiPolygon","coordinates":[[[[117.98084571748322,28.446228038563149],[117.97986546465448,28.446323295925062],[117.9794206324582,28.446816116221939],[117.97974130885876,28.447017317207777],[117.98130832354012,28.448000505970164],[117.98102314513761,28.448397308709627],[117.97890515917612,28.446954701079544],[117.9764254013093,28.445352740211153],[117.97482694721327,28.444320067049716],[117.97467216860848,28.44422007139697],[117.97320613399168,28.443211177930475],[117.97363438731671,28.442797104352628],[117.97398220435088,28.442533824399334],[117.97416256631033,28.442397297883062],[117.97423120021702,28.442339804073754],[117.9747335737457,28.441918965245332],[117.9749405640604,28.441783314289427],[117.97504010000904,28.441703114093237],[117.9753530856289,28.441935711533826],[117.9760643659576,28.442464302640101],[117.97652438118506,28.443071001499163],[117.97673137296266,28.443199473162462],[117.9770168785922,28.443242277785512],[117.97758789271094,28.443285055759144],[117.97859235444123,28.44336255679416],[117.97853280945874,28.443921502935734],[117.97858515216816,28.444110070841319],[117.97880400494036,28.444576399607069],[117.97880404166476,28.44457642794595],[117.97899438064748,28.444766769251761],[117.97958324295405,28.445657832042968],[117.97958324279412,28.446075854208054],[117.98084571755656,28.446037680861892],[117.98084571748322,28.446228038563149]]],[[[117.97475818321146,28.440708976341266],[117.97483794682846,28.441025178470767],[117.97454918677113,28.441167071966738],[117.97419706527373,28.441366983333701],[117.97410189800222,28.441671566110873],[117.97407334676737,28.441957105064589],[117.97367025820178,28.442333408109331],[117.97387447159795,28.442509891089706],[117.97356755566155,28.442720506822663],[117.97301721410268,28.443084592900117],[117.9722590361837,28.44259860069198],[117.97124528182299,28.441948771586155],[117.97098590973918,28.441782507523918],[117.96998950151537,28.441143779795382],[117.97070970855511,28.440023159524017],[117.97094473265956,28.440232330888367],[117.97121833573834,28.44049999020352],[117.97129794123698,28.440540852725324],[117.97149366024438,28.440364084553991],[117.97185640755551,28.440101904319455],[117.97185640759673,28.439987689921843],[117.97185246616534,28.439788237710523],[117.97184927064737,28.439730707426428],[117.97186354659068,28.439566522183842],[117.97199915869471,28.439138202163594],[117.97244882176466,28.439345166509685],[117.9726700859616,28.439480772367126],[117.97287707349943,28.439659210343901],[117.97325371816028,28.439887051860076],[117.9735582542941,28.439887019500357],[117.97387230635633,28.439858431984707],[117.97406264237229,28.439744197753281],[117.9744528295217,28.439496692682518],[117.974633511956,28.439366567850918],[117.97472249597051,28.440185496712179],[117.97472249589113,28.440399649603609],[117.97475818321146,28.440708976341266]]]]},"properties":{"FID":77,"name":"书院路社区居民委员会","name_t":"水南街道","民警姓":"杨飞","电话":"13870374110","派出所":"水南派出所"}},{"type":"Feature","id":78,"geometry":{"type":"Polygon","coordinates":[[[117.97860418686378,28.442675247720082],[117.97864284944129,28.442999447767029],[117.97859235444123,28.44336255679416],[117.97758789271094,28.443285055759144],[117.9770168785922,28.443242277785512],[117.97673137296266,28.443199473162462],[117.97652438118506,28.443071001499163],[117.9760643659576,28.442464302640101],[117.9753530856289,28.441935711533826],[117.97504010000904,28.441703114093237],[117.9749405640604,28.441783314289427],[117.9747335737457,28.441918965245332],[117.97423120021702,28.442339804073754],[117.97416256631033,28.442397297883062],[117.97398220435088,28.442533824399334],[117.97363438731671,28.442797104352628],[117.97320613399168,28.443211177930475],[117.97301721410268,28.443084592900117],[117.97356755566155,28.442720506822663],[117.97387447159795,28.442509891089706],[117.97367025820178,28.442333408109331],[117.97407334676737,28.441957105064589],[117.97410189800222,28.441671566110873],[117.97419706527373,28.441366983333701],[117.97454918677113,28.441167071966738],[117.97483794682846,28.441025178470767],[117.97509164379903,28.440900515378605],[117.97535362288392,28.440813153046513],[117.97559914912478,28.440731277573594],[117.97560399231924,28.440732079652339],[117.97560555161107,28.440729142844521],[117.97584347156091,28.440633941230711],[117.97595767341956,28.440443572520454],[117.97608139280484,28.440119952514284],[117.97615752785678,28.439701157872729],[117.9762051123661,28.439501277213814],[117.97638593191189,28.439377527969082],[117.97673091833748,28.439782004948231],[117.97685939660379,28.440131774941474],[117.97689830627183,28.44021515860732],[117.97695932351479,28.440345918509379],[117.9770235627058,28.440510097077905],[117.97712348884107,28.440581470915728],[117.97725196747261,28.440531490718353],[117.977523199359,28.440460081911734],[117.97767240015953,28.440373548731529],[117.97775329428124,28.440466341076583],[117.97772710583624,28.440627857878514],[117.97771046907603,28.44073046707291],[117.97772236412331,28.4407709158817],[117.97784370581563,28.440847048193476],[117.97789366904725,28.440899391678567],[117.97785084298474,28.440985057212089],[117.97772236399172,28.441118319196061],[117.97760340347841,28.441184955616517],[117.97750585468215,28.441184964477948],[117.97747968343968,28.441111202349472],[117.97725603624588,28.441196884519471],[117.97720329726565,28.441030326117428],[117.97708195764937,28.441101720426456],[117.97673578080159,28.441301628809867],[117.9761290801475,28.441423039738986],[117.9760411807375,28.441247228190292],[117.97584065942291,28.441320564273362],[117.97643873000149,28.442093047522956],[117.9771953214938,28.442321405467045],[117.977616443675,28.442464135863595],[117.97817318305408,28.442371286360338],[117.97846582861764,28.442342707028452],[117.97860418686378,28.442675247720082]]]},"properties":{"FID":78,"name":"豆芽巷社区居民委员会","name_t":"水南街道","民警姓":"杨宏远","电话":"13607039036","派出所":"水南派出所"}},{"type":"Feature","id":79,"geometry":{"type":"Polygon","coordinates":[[[118.01037180105004,28.467838364074023],[118.01000058558641,28.468171473832935],[118.00957226005079,28.468371331349498],[118.00951515006034,28.468666383345031],[118.00914601720915,28.469140526827552],[118.00792053690665,28.469461708761425],[118.00764688764913,28.469354622841429],[118.00699746758571,28.468449412188985],[118.00665481118003,28.468125792811623],[118.006093239157,28.467916384014181],[118.00514142374752,28.467630823035119],[118.00497961638011,28.468063406732981],[118.00479401262847,28.467942050283686],[118.00357331790002,28.467313845994486],[118.00340199317223,28.46765648726403],[118.00306648250864,28.467585098218144],[118.00216450250652,28.467278879170809],[118.00019421310478,28.466175215139039],[117.99396729749027,28.462686557932493],[117.9934676236205,28.462222573458366],[117.99312261094313,28.46198463658493],[117.99181394874216,28.461449295752367],[117.99041011980843,28.460580840244653],[117.98914906165628,28.459748078951261],[117.98754300738631,28.458475138773732],[117.98609102568427,28.457112970066454],[117.9850274745038,28.455920918355961],[117.98409241111837,28.454321972653961],[117.98372124184134,28.453208405079927],[117.98327869494183,28.451623706777596],[117.98263628888319,28.450196069076114],[117.98185112853905,28.449196748430399],[117.98102314513761,28.448397308709627],[117.98130832354012,28.448000505970164],[117.98154157695515,28.447675952113961],[117.98214115297571,28.446947789033569],[117.98264080181042,28.446662217029445],[117.98332603376078,28.446505123548491],[117.98418257845242,28.446362299352327],[117.98443954283364,28.446405112290552],[117.98449664580112,28.446590707930461],[117.98483926403543,28.447404465672076],[117.98519616048675,28.4480183460334],[117.98552450409483,28.448546569612741],[117.98581002254294,28.448832089647187],[117.98636678116263,28.449188977729317],[117.98706630226361,28.449531584423724],[117.9876658929428,28.449802812384849],[117.98866521572185,28.450059746019058],[117.98940757260505,28.450216757263195],[117.98987868400123,28.450059692380247],[117.99014993047798,28.449845529249426],[117.9904925599737,28.449388657149708],[117.99097795102527,28.448817564915426],[117.99146334307405,28.448532011433258],[117.99204866986318,28.448717590002204],[117.99267682715806,28.448974553611336],[117.99323360534892,28.449602718494411],[117.99337636833592,28.450830521036647],[117.99366189632474,28.451230264738101],[117.99389031833002,28.451415858223537],[117.99448992823541,28.451758487229686],[117.99511809381447,28.451815581232729],[117.99576053767804,28.452172490327957],[117.99621738662371,28.452300974218478],[117.99650090132512,28.452736875183035],[117.99665794438073,28.453065240324658],[117.99664791135731,28.453810181742558],[117.99715964230663,28.45538475754503],[117.99761649438491,28.455370475277782],[117.99821611520862,28.455241979453547],[117.99955813046712,28.455527510602977],[118.00012920407485,28.455670279778897],[118.00106946079623,28.455449453864599],[118.00134072263917,28.455406625201647],[118.00149776857879,28.455463733539229],[118.00145695490157,28.455841607465853],[118.00188526328301,28.456369854370124],[118.00264194397832,28.456883827359281],[118.00443883809767,28.456877180299085],[118.00547419708772,28.45739962471005],[118.00628418874402,28.457237652428628],[118.00701789649779,28.457090937628216],[118.00707500556001,28.45739551230713],[118.00747477102762,28.457785758973912],[118.00899769349203,28.458433029927868],[118.00818181710815,28.459453792031347],[118.00895517808809,28.459935664972711],[118.00948463425074,28.460191479164465],[118.00948463417579,28.460381837660542],[118.00972259257517,28.460572205378678],[118.00996055128518,28.460667394091349],[118.01006763305593,28.460500835600342],[118.01035318335558,28.460465156945602],[118.01044836741966,28.460596031211331],[118.01019850934125,28.460833967032936],[118.01023420335812,28.461393145152108],[118.01024610182762,28.461928526935772],[118.01019850874317,28.462356828702443],[118.01012712187222,28.462904104820922],[118.00979397889073,28.463368085604252],[118.00962740836196,28.46395104931403],[118.00974638748811,28.464355564870029],[118.01003193724407,28.464581627400523],[118.01026989621737,28.464914763645123],[118.01095997853528,28.46514084601661],[118.01150728718277,28.465057591942521],[118.01201890276712,28.464855362750665],[118.01256103915442,28.464783233727943],[118.01337011050171,28.464811834249609],[118.0136747031459,28.465773158732297],[118.01363662841234,28.466115800483013],[118.01348433159224,28.466848668214919],[118.01294177729677,28.466905743969523],[118.0123611500526,28.466934265311629],[118.01202800458795,28.466886657831658],[118.01183763595876,28.466610628563899],[118.01124749280079,28.46663915306798],[118.01094290416849,28.46679142370861],[118.01088579376393,28.467181654614528],[118.01068590788785,28.467486217076683],[118.01037180105004,28.467838364074023]]]},"properties":{"FID":79,"name":"东瓦窑村民委员会","name_t":"水南街道","民警姓":"王方慧","电话":"13879359800","派出所":"水南派出所"}},{"type":"Feature","id":80,"geometry":{"type":"Polygon","coordinates":[[[117.99097795102527,28.448817564915426],[117.9904925599737,28.449388657149708],[117.99014993047798,28.449845529249426],[117.98987868400123,28.450059692380247],[117.98940757260505,28.450216757263195],[117.98866521572185,28.450059746019058],[117.9876658929428,28.449802812384849],[117.98706630226361,28.449531584423724],[117.98636678116263,28.449188977729317],[117.98581002254294,28.448832089647187],[117.98552450409483,28.448546569612741],[117.98519616048675,28.4480183460334],[117.98483926403543,28.447404465672076],[117.98449664580112,28.446590707930461],[117.98443954283364,28.446405112290552],[117.98418257845242,28.446362299352327],[117.98332603376078,28.446505123548491],[117.98264080181042,28.446662217029445],[117.98214115297571,28.446947789033569],[117.98154157695515,28.447675952113961],[117.98130832354012,28.448000505970164],[117.97974130885876,28.447017317207777],[117.9794206324582,28.446816116221939],[117.97986546465448,28.446323295925062],[117.98084571748322,28.446228038563149],[117.98084571755656,28.446037680861892],[117.97958324279412,28.446075854208054],[117.97958324295405,28.445657832042968],[117.97899438064748,28.444766769251761],[117.97880404166476,28.44457642794595],[117.97880400494039,28.444576399350833],[117.97858515216816,28.444110070841319],[117.97853280945874,28.443921502935734],[117.97859235444123,28.44336255679416],[117.97864284944129,28.442999447767029],[117.97860418686378,28.442675247720082],[117.97846582861764,28.442342707028452],[117.97817318305408,28.442371286360338],[117.977616443675,28.442464135863595],[117.9771953214938,28.442321405467045],[117.97643873000149,28.442093047522956],[117.97584065942291,28.441320564273362],[117.9760411807375,28.441247228190292],[117.9761290801475,28.441423039738986],[117.97673578080159,28.441301628809867],[117.97708195764937,28.441101720426456],[117.97720329726565,28.441030326117428],[117.97725603624588,28.441196884519471],[117.97747968343968,28.441111202349472],[117.97750585468215,28.441184964477948],[117.97760340347841,28.441184955616517],[117.97772236399172,28.441118319196061],[117.97785084298474,28.440985057212089],[117.97789366904725,28.440899391678567],[117.97784370581563,28.440847048193476],[117.97772236412331,28.4407709158817],[117.97771046907603,28.44073046707291],[117.97772710583624,28.440627857878514],[117.97775329428124,28.440466341076583],[117.97767240015953,28.440373548731529],[117.977523199359,28.440460081911734],[117.97725196747261,28.440531490718353],[117.97712348884107,28.440581470915728],[117.9770235627058,28.440510097077905],[117.97695932351479,28.440345918509379],[117.97689830627183,28.44021515860732],[117.97685939660379,28.440131774941474],[117.97673091833748,28.439782004948231],[117.97638593191189,28.439377527969082],[117.9762051123661,28.439501277213814],[117.97615752785678,28.439701157872729],[117.97608139280484,28.440119952514284],[117.97595767341956,28.440443572520454],[117.97584347156091,28.440633941230711],[117.97560555161107,28.440729142844521],[117.97560399231924,28.440732079652339],[117.97559914912478,28.440731277573594],[117.97535362288392,28.440813153046513],[117.97509164379903,28.440900515378605],[117.97483794682846,28.441025178470767],[117.97475818321146,28.440708976341266],[117.97472249589113,28.440399649603609],[117.97472249597051,28.440185496712179],[117.974633511956,28.439366567850918],[117.97516658941684,28.438982654833485],[117.97545209333903,28.438544804045929],[117.97540142384489,28.438465175539314],[117.97791064241184,28.437686747904934],[117.97810098081095,28.437484476139097],[117.97835231297074,28.436685600716629],[117.97845937877534,28.4365999314447],[117.97850934220902,28.43647143499263],[117.97852874427647,28.436114632933261],[117.97917087042075,28.436000242892881],[117.97973075998475,28.435961474736381],[117.98044453583906,28.435949518778994],[117.98120589846195,28.436044638493406],[117.9815270998359,28.436330150032532],[117.98201484899536,28.436901187451195],[117.98284759538706,28.436508515165283],[117.98291007467525,28.436465252308654],[117.9830490768805,28.436596241128466],[117.98319897086817,28.43694601368491],[117.98323466043088,28.437167302062033],[117.98340596862067,28.437281504741769],[117.9835415882276,28.43716728116339],[117.98360582941355,28.436974539603288],[117.98379855110124,28.436867450282239],[117.98389848204212,28.43686744366213],[117.98407692908209,28.436931677084523],[117.98487637331033,28.437388485495241],[117.98580842989477,28.437517377395743],[117.98600535481609,28.437595431968358],[117.9862908730547,28.437738182788706],[117.98660018384888,28.437333655947882],[117.98582095772824,28.437113599121506],[117.98495845922432,28.43649498843418],[117.98454208139172,28.43625706726456],[117.98328776406618,28.435121252834659],[117.98353758925853,28.434788109346869],[117.98373982873569,28.434407380547878],[117.98387069062592,28.43415752742952],[117.98477482279326,28.433967110749386],[117.98571464870678,28.433836183876235],[117.98653551341802,28.433752854974539],[117.987320689982,28.433740916470537],[117.98832984569529,28.433922595395686],[117.98907933901897,28.434060510857886],[117.98960485883784,28.434157214814551],[117.98984279449103,28.434299972743517],[117.99028297473986,28.434942411586718],[117.9903900460796,28.435489685802718],[117.9908302283584,28.436132126544937],[117.99103247444242,28.436274887896019],[117.99171059688021,28.43659609230231],[117.992424410941,28.43671504273459],[117.994185165405,28.43427603556194],[117.99437551786843,28.434347416046453],[117.99262665843521,28.437143341399352],[117.99200801818557,28.437654946865997],[117.99179387434448,28.437773927591188],[117.99248389504098,28.43820221022683],[117.99300736117594,28.438368757057823],[117.99311443388821,28.438927930570429],[117.99329288738451,28.439725047606029],[117.99348323879985,28.4403912945583],[117.99360220848702,28.441176517128643],[117.99380445710804,28.441616713974476],[117.99391153021165,28.442211579390086],[117.99414947053864,28.442782645549741],[117.99423393739121,28.442840310133448],[117.99460018501743,28.4416474540159],[117.99474790755325,28.440988138860348],[117.99479549530398,28.440512243388042],[117.99491446622176,28.440083936979331],[117.99500964337973,28.439703218935524],[117.99515240913597,28.43928680845395],[117.9953189678461,28.439084550482146],[117.99555691006042,28.438941777260037],[117.9957829555408,28.43894177335785],[117.99605658903816,28.439132126531838],[117.99635401689238,28.439227302227156],[117.99649678340275,28.439227300221905],[117.99649721336422,28.439227626147126],[117.9966157551676,28.43910832500103],[117.99679421305204,28.438656222606671],[117.99691318503965,28.438406376739295],[117.99707974605731,28.438204119119593],[117.99752882597936,28.438424215507684],[117.99804992515656,28.438609809598258],[117.99816413863903,28.438438487240379],[117.99850677915275,28.438702606436056],[117.99852819453443,28.439016696778978],[117.9984496721267,28.439245126854157],[117.99821148910019,28.439588486373349],[117.99819245317518,28.43970746011157],[117.99812582800833,28.439854986865623],[117.9980306504285,28.439973961146308],[117.99797354373332,28.440016792856909],[117.9978593303976,28.44008341849106],[117.99780222375725,28.440107213313986],[117.99774987633747,28.440078660151737],[117.99712170279298,28.440083425499729],[117.99728826286436,28.440416549298742],[117.99729302201104,28.440483174906184],[117.99728350364532,28.440530763731644],[117.99721212054202,28.440568836544994],[117.99717880902317,28.440616426529786],[117.99717880899082,28.440697328984253],[117.9972692269458,28.440730639950885],[117.99729778107391,28.440759193250134],[117.99731205766295,28.440840094658363],[117.99723591536834,28.440901961876634],[117.99679809790528,28.441344548560476],[117.99652684293498,28.441344552098631],[117.99652684272891,28.441858518624834],[117.99670767981023,28.4421726057864],[117.99699321153987,28.442362959895906],[117.99728826207333,28.442391511143651],[117.99667919558499,28.44295480381173],[117.99637462833145,28.443373595236615],[117.99618427376524,28.444001778943569],[117.99617911233051,28.444738531946761],[117.99604586506645,28.445138285243306],[117.99579840461335,28.446032970099154],[117.99499891915703,28.446470808153801],[117.99448496501783,28.447194178339601],[117.99393294289254,28.448088872162252],[117.99323360534892,28.449602718494411],[117.99267682715806,28.448974553611336],[117.99204866986318,28.448717590002204],[117.99146334307405,28.448532011433258],[117.99097795102527,28.448817564915426]]]},"properties":{"FID":80,"name":"刘家坞居民委员会","name_t":"水南街道","民警姓":"杨宏远","电话":"13607039036","派出所":"水南派出所"}},{"type":"Feature","id":81,"geometry":{"type":"Polygon","coordinates":[[[118.02538857087193,28.456837466137227],[118.02559899441853,28.457398478517987],[118.02560702277977,28.457399959683638],[118.02802405631509,28.457846088088662],[118.02984484512463,28.458274798500462],[118.0318798705253,28.458632245084491],[118.03377210372642,28.459382315533091],[118.03666405110236,28.45966878769671],[118.037628044961,28.460133127526451],[118.03905619539456,28.46049056357333],[118.04076999307297,28.460776778204803],[118.04205535879976,28.461526826256243],[118.04301937989901,28.462455215618391],[118.04491175167178,28.46249170651388],[118.04607757065229,28.463003803290658],[118.04685833884103,28.46342294204101],[118.04722016235152,28.463822847769816],[118.04786762717882,28.465003350560227],[118.04813425067189,28.46635500858488],[118.0480390369617,28.467154468039094],[118.04840086367868,28.467383066917719],[118.04889597949453,28.466545707892195],[118.04881980419256,28.465803280328011],[118.04832466831364,28.464622852840595],[118.04792475654389,28.463442450936061],[118.04788666593002,28.46279522158958],[118.0481723135738,28.462871491773722],[118.04895308891115,28.462700529108705],[118.04993420313195,28.463004673484395],[118.05012464109417,28.463328367464658],[118.05035316928547,28.463823393134593],[118.05056265303385,28.464128064872671],[118.05101970040231,28.464566098141507],[118.05138152673803,28.46492793774901],[118.0518385851161,28.465251756725156],[118.05227659306826,28.465518467082831],[118.05284791573716,28.466127871845952],[118.05334306288542,28.466470732575718],[118.05370489347443,28.466432835699806],[118.05408577382889,28.466014220629067],[118.05458090954349,28.464472553818734],[118.0549046569394,28.464567878157098],[118.05473327620838,28.465957408523472],[118.05553314143221,28.466624023852432],[118.05616160838794,28.467062136826868],[118.05863741300149,28.468091183390264],[118.05976105775602,28.468301074074628],[118.05968487745051,28.4679393525102],[118.05957059001179,28.466930414017813],[118.06012288176208,28.466378616410495],[118.06084658312362,28.465560392582866],[118.06115129025424,28.464913302080525],[118.06229399968281,28.46495187451065],[118.06313198077102,28.465085477500576],[118.0643699441534,28.465733223502593],[118.06549363481764,28.466342833765694],[118.06678873746588,28.466838301849801],[118.06770293074941,28.467010004615659],[118.06887205846732,28.467320691144774],[118.06926489722518,28.468677158811488],[118.06976487076922,28.469748137883684],[118.06930062656248,28.469890712716303],[118.06915778417653,28.469997734747512],[118.06908636743586,28.47049739004521],[118.06962204793822,28.471104390783051],[118.06972920219188,28.471746889283803],[118.06951494112521,28.472532043096155],[118.06926497135264,28.473031634839955],[118.06897930008994,28.473388429818062],[118.0688364541446,28.473638226163377],[118.06915787715528,28.474637744006003],[118.07012210041199,28.476137216644226],[118.07090775002439,28.476280293935336],[118.07162197268231,28.47613782115241],[118.07187192969323,28.475245606128613],[118.07294326941282,28.475460196529042],[118.07380036082468,28.476103013875083],[118.07483600773941,28.477138499636823],[118.07547883016251,28.477745536634416],[118.07615735919923,28.478566733386472],[118.07651449184785,28.478959504709028],[118.07694302918499,28.479352289391009],[118.07733587641376,28.480351840825925],[118.07769299943482,28.48035198293168],[118.07769297699878,28.47956675461278],[118.07797866038322,28.478995789994332],[118.07858575337025,28.478746201059021],[118.07922856366763,28.478782160283401],[118.07975711682423,28.479705623618955],[118.07981425082595,28.479896013672018],[118.07971902383497,28.480638370983112],[118.07933812410268,28.481494819048912],[118.07766209832991,28.483359642054783],[118.06852197156408,28.483051099640132],[118.0625193213709,28.483435336117378],[118.06130151602483,28.484783574283927],[118.05951839577381,28.486757496422989],[118.05675290241422,28.486310914825218],[118.05328191243979,28.484506319439713],[118.04985316410381,28.485531184263223],[118.04745430169547,28.484366185727634],[118.0445416216303,28.483354413476434],[118.04317137454139,28.481320960612969],[118.0410297234219,28.47940221865673],[118.03905976879783,28.47899175122566],[118.03794621947068,28.477560758347693],[118.03593363002618,28.476585772896701],[118.03516231907882,28.476700571721143],[118.03535323237107,28.472665399364431],[118.03227042913551,28.469957746970636],[118.0235366875484,28.471412973957808],[118.02216738498538,28.469606266017411],[118.0129226033274,28.467822972556093],[118.01294178356341,28.46690579213934],[118.01294177729675,28.466905743969392],[118.01348433159217,28.466848668214912],[118.01363662841223,28.466115800482907],[118.01367470314591,28.465773158732155],[118.01337011050174,28.464811834249659],[118.01256103915438,28.464783233727953],[118.01201890276702,28.464855362750672],[118.01150728718267,28.465057591942529],[118.01095997853525,28.465140846016677],[118.01026989621734,28.464914763645073],[118.01003193724402,28.46458162740042],[118.00974638748812,28.464355564869944],[118.00962740836189,28.463951049313966],[118.00979397889073,28.463368085604213],[118.01012712187209,28.462904104820812],[118.01024610182759,28.461928526935775],[118.01019850934114,28.460833967032976],[118.0104483674197,28.460596031211317],[118.01035318335558,28.460465156945542],[118.01006763305594,28.460500835600325],[118.00996055128503,28.460667394091363],[118.009722592575,28.460572205378618],[118.00948463417576,28.460381837660563],[118.0094846342507,28.460191479164425],[118.0089551780881,28.459935664972683],[118.00818181710817,28.459453792031262],[118.00899769349196,28.458433029927725],[118.01041267967014,28.460014348330862],[118.01062208322654,28.460004841392553],[118.01089811717394,28.459814496906017],[118.01208316051209,28.458396391139463],[118.01321110041503,28.457439907494106],[118.01352521170372,28.456626146674303],[118.01341098987551,28.456440540667469],[118.01439615720622,28.455141409430531],[118.01493871634142,28.454584647344884],[118.01560977779046,28.45399934342732],[118.01595244726197,28.453985089320156],[118.0162522843941,28.453999388062289],[118.01640934162452,28.454042228728706],[118.01655212093233,28.454327776716035],[118.01705185137409,28.454513411619907],[118.01755158202145,28.45488464682813],[118.0179085334297,28.455227318340793],[118.01827976349698,28.455569990616112],[118.01885088649824,28.456241046932892],[118.01942201297901,28.45648380069353],[118.01935062121943,28.456969206699014],[118.01972185378889,28.457297605293768],[118.02022159160607,28.457554631658905],[118.02054999104624,28.45784019649258],[118.02083555535913,28.458197142799989],[118.02090694635029,28.45868256121544],[118.0209783384273,28.458725398950119],[118.02124962524393,28.458539824372515],[118.02120679057657,28.458254283619951],[118.02112112023681,28.458040123856151],[118.0210925647004,28.457868799697174],[118.02076416447585,28.457483294756457],[118.02052143390216,28.45735478197011],[118.02035009548624,28.457226275686594],[118.02019303450585,28.457069217174528],[118.02000741816725,28.456954986684408],[118.01976944815499,28.456757468892491],[118.02026918532555,28.456626642224986],[118.02055475119806,28.456626667384111],[118.02091170679702,28.456686185207523],[118.02129246067416,28.456769501894129],[118.02182789746593,28.456829038386658],[118.02239903098011,28.456805298313036],[118.02305345719741,28.456900540488835],[118.02470737764661,28.457388500192529],[118.0253975074054,28.457543239986894],[118.02561168544935,28.457412392471749],[118.02559899441853,28.457398478517987],[118.02538857087193,28.456837466137227]]]},"properties":{"FID":81,"name":"邵新村民委员会","name_t":"灵溪街道","民警姓":"杨晓勤","电话":"13767381166","派出所":"灵溪派出所"}},{"type":"Feature","id":82,"geometry":{"type":"Polygon","coordinates":[[[118.00671939527349,28.439737303534653],[118.00671939527359,28.439737303534809],[118.00681457686343,28.439612383777167],[118.00715961249226,28.439511267206058],[118.00702873726135,28.439112702522909],[118.00715366342658,28.439041322509311],[118.0070346857712,28.438702244110999],[118.00741541463114,28.438565436607345],[118.00802220399143,28.43835725372745],[118.00842673003329,28.438190705332026],[118.00850406614964,28.438547629081288],[118.00850406608417,28.438714192316201],[118.00855165769596,28.438749886567109],[118.00867658388243,28.438678506473021],[118.00875987045404,28.438613074758592],[118.0089621340625,28.438619030872356],[118.00937261095274,28.439231761866321],[118.00953323164717,28.439422125303015],[118.00971765065336,28.439636286035523],[118.00985447703468,28.439731470320289],[118.00997940396579,28.439767168253187],[118.01008648571211,28.439677943703732],[118.01033039413255,28.439880209504764],[118.0104196289173,28.439808829615007],[118.01055645583139,28.439725553896178],[118.01099073182465,28.439564960380491],[118.01141311170552,28.439588776527231],[118.01154398983154,28.439672064320575],[118.0125017832426,28.439743499022317],[118.01262671266514,28.439773249328169],[118.01240064934026,28.440647692734078],[118.01232925978343,28.441551887202682],[118.01426270576273,28.441438975475389],[118.01423890960891,28.441795894816511],[118.01476837932158,28.441682902961343],[118.01522051153943,28.44170077882336],[118.01556556100367,28.441849519034658],[118.01602959295958,28.442075601061656],[118.01630325409354,28.442206491141857],[118.01677323725201,28.442271959950222],[118.01720157739852,28.4423017350212],[118.01771915537476,28.442307723351252],[118.01791547989123,28.442260149823284],[118.01825458346028,28.441897306585524],[118.0183200251591,28.441748594769354],[118.01852229802827,28.441629638225766],[118.01868292673201,28.441516625716798],[118.0189506417549,28.441463108887866],[118.01916481434809,28.441486921830023],[118.01934924000429,28.441683242939771],[118.0196823978176,28.441891474886784],[118.02008694611658,28.442171097461753],[118.02028922052075,28.442391216096603],[118.02036657187038,28.442540385961522],[118.02035923804814,28.442537782667891],[118.02028922671612,28.442664132694908],[118.02081282374186,28.442892624078709],[118.02062242450006,28.443292348377621],[118.02051295377279,28.443910992062463],[118.02038919051287,28.444515368533089],[118.02036538829729,28.444834215201862],[118.02046058943029,28.445053135676709],[118.02067001723233,28.445281591109026],[118.02079748506421,28.445447933714593],[118.02098786089103,28.445552647677598],[118.02129246476613,28.445590747488581],[118.02154947370704,28.445343306422089],[118.02157803121943,28.445191022641009],[118.02161610636325,28.445114883864377],[118.02166190390227,28.445114888130405],[118.02169817469476,28.445395925426652],[118.0215077810164,28.44568142926704],[118.02146970136634,28.445833715772967],[118.02145065515062,28.44617634994199],[118.02144113199823,28.446471410657789],[118.02106986390021,28.446728341912557],[118.0207652260701,28.446928187791631],[118.02060337978727,28.447089980942792],[118.02052722627224,28.447213697130245],[118.02047961655676,28.447470675260224],[118.02047962007393,28.447689590942325],[118.02015594246936,28.44794653589431],[118.01993697945156,28.44809879886396],[118.01978466482846,28.448327214537173],[118.01974658274621,28.448574673363819],[118.01964186408301,28.449098146698194],[118.01950857576387,28.449421743408035],[118.01918490481039,28.450211699368985],[118.0191848992901,28.450544827627624],[118.01928009623651,28.450949337004911],[118.01928008347684,28.451401445165512],[118.01925629850079,28.451639393094336],[118.01897069646826,28.451924907194897],[118.01870889223979,28.452186621106456],[118.01854230033736,28.452591121699221],[118.01806629970486,28.452900413305752],[118.01778071911478,28.452995578423263],[118.01815126058112,28.454223199618788],[118.01893655692052,28.453818753204565],[118.01922211923792,28.453794981534756],[118.01951676679663,28.45399897511777],[118.01944666936036,28.454209229780908],[118.01948236238027,28.454435278323427],[118.01969805911223,28.454461273623469],[118.01982894152965,28.454389901720958],[118.02003702952483,28.454551749723265],[118.02019635599585,28.454756568828021],[118.02043576553736,28.454961026363701],[118.02063804121946,28.455056223534651],[118.02074512742617,28.455080027454155],[118.02104259142902,28.45503246552726],[118.02129246138088,28.454842129825774],[118.02160182458789,28.454687493245071],[118.02169353657773,28.4547384476956],[118.02160055270552,28.45497085988934],[118.0214815451239,28.455101716943506],[118.02136254300814,28.455220684969138],[118.02142204760329,28.455303967119132],[118.02142587732729,28.455304924354966],[118.02143524386798,28.455318037389226],[118.02162562117773,28.455365644656698],[118.02193498567379,28.455437057628579],[118.02238713201747,28.455710739450428],[118.02275599084042,28.455901132787943],[118.02325573476634,28.455984464160803],[118.0238149733765,28.456139185680723],[118.02426712539959,28.456329589764792],[118.02465978361506,28.456531886474124],[118.02506434113711,28.456698492627751],[118.0253885708719,28.45683746613728],[118.02559899441866,28.457398478518034],[118.02561168544949,28.457412392471738],[118.02539750740537,28.457543239987004],[118.02470737764675,28.457388500192575],[118.02305345719755,28.456900540488867],[118.0223990309803,28.456805298313153],[118.02182789746608,28.45682903838658],[118.0212924606743,28.456769501894197],[118.02091170679707,28.45668618520758],[118.02055475119806,28.4566266673841],[118.02026918532562,28.456626642225096],[118.01976944815507,28.456757468892569],[118.02000741816722,28.456954986684341],[118.02019303450579,28.457069217174642],[118.02035009548622,28.457226275686644],[118.02052143390232,28.457354781970192],[118.02076416447601,28.457483294756493],[118.02109256470062,28.457868799697234],[118.02112112023678,28.458040123856186],[118.02120679057668,28.458254283620068],[118.02124962524394,28.458539824372615],[118.02097833842724,28.458725398950232],[118.02090694635037,28.458682561215468],[118.02083555535917,28.458197142800049],[118.02054999104641,28.457840196492604],[118.02022159160603,28.457554631658923],[118.01972185378884,28.457297605293761],[118.0193506212194,28.456969206698975],[118.01942201297913,28.45648380069365],[118.01885088649837,28.456241046932952],[118.01827976349701,28.455569990616119],[118.01790853342966,28.455227318340903],[118.01755158202147,28.454884646828191],[118.01705185137403,28.454513411619921],[118.01655212093236,28.454327776716092],[118.0164093416245,28.454042228728653],[118.0162522843941,28.453999388062424],[118.01595244726194,28.453985089320227],[118.01560977779043,28.453999343427256],[118.01493871634158,28.454584647344923],[118.01439615720626,28.455141409430666],[118.01368340752875,28.456074271401697],[118.01341098987552,28.456440540667458],[118.01352521170368,28.456626146674296],[118.01338243330684,28.456968781382809],[118.01321110041503,28.45743990749417],[118.0127113797425,28.457882459774481],[118.01208316051209,28.458396391139448],[118.01089811717414,28.459814496906123],[118.01062208322654,28.4600048413926],[118.01041267967038,28.460014348330965],[118.00899769349203,28.458433029927868],[118.00747477102762,28.457785758973912],[118.00707500556001,28.45739551230713],[118.00701789649779,28.457090937628216],[118.00628418874402,28.457237652428628],[118.00547419708772,28.45739962471005],[118.00443883809767,28.456877180299085],[118.00264194397832,28.456883827359281],[118.00188526328301,28.456369854370124],[118.00145695490157,28.455841607465853],[118.00149776857879,28.455463733539229],[118.00134072263917,28.455406625201647],[118.00106946079623,28.455449453864599],[118.00012920407485,28.455670279778897],[117.99955813046712,28.455527510602977],[117.99821611520862,28.455241979453547],[117.99761649438491,28.455370475277782],[117.99715964230663,28.45538475754503],[117.99664791135731,28.453810181742558],[117.9966579442673,28.453065296634776],[117.99665794438073,28.453065240324658],[117.99650090132512,28.452736875183035],[117.99621738662371,28.452300974218478],[117.99576053767804,28.452172490327957],[117.99511809381447,28.451815581232729],[117.99448992823541,28.451758487229686],[117.99448623361506,28.451756376051062],[117.99389031833002,28.451415858223537],[117.99366189632474,28.451230264738101],[117.99337636833592,28.450830521036647],[117.99323360534892,28.449602718494411],[117.99393294289254,28.448088872162252],[117.99448496501783,28.447194178339601],[117.99499891915703,28.446470808153801],[117.99579840461335,28.446032970099154],[117.99604586506645,28.445138285243306],[117.99617911233051,28.444738531946761],[117.99618427376524,28.444001778943569],[117.99637462833145,28.443373595236615],[117.99667919558499,28.44295480381173],[117.99728826207333,28.442391511143651],[117.99792595449159,28.442401022961757],[117.99845895097737,28.442315357806592],[117.99880159212717,28.442210660301622],[117.99923941372859,28.442001265372276],[117.99984855786323,28.441506334450565],[118.00008650449867,28.441049477186091],[118.00026734497705,28.440640208748054],[118.00039107835192,28.440021545743662],[118.00042915065804,28.439659866682561],[118.0003625249514,28.439355294500281],[118.00024831043739,28.439069756452724],[117.99987711266182,28.438498683973897],[117.99948687940825,28.438298807945849],[117.99935362934113,28.438146521666646],[117.99929652238174,28.437937129025336],[117.99950591584238,28.437204251033492],[117.99977241546989,28.437232804553762],[117.99983904116866,28.437080519039771],[118.00049577674896,28.436804501056567],[118.00095263709795,28.436775949463364],[118.00133335475978,28.436547523055157],[118.00162841153737,28.436442827593819],[118.00210431065753,28.436347653668474],[118.00271346215479,28.436338143191861],[118.0027134621055,28.436461875137894],[118.00282886858511,28.437060313251237],[118.00254332776541,28.437197129423122],[118.00233512129077,28.437316100587076],[118.0021388123201,28.437482661687572],[118.00201388914031,28.437690865136329],[118.00200793988593,28.438071579381305],[118.00230537812863,28.438077531557816],[118.00252548094988,28.438107277527223],[118.00267419994245,28.438107279379199],[118.00287050934747,28.438131076332574],[118.00298948472282,28.43815487234647],[118.00305492067669,28.438148925139338],[118.00306681809717,28.438012105476286],[118.00307871553514,28.437833645229183],[118.0031084603562,28.437702774868281],[118.00316794725191,28.437595699315647],[118.00328097462074,28.437464831132651],[118.00364979911814,28.43739940125554],[118.00374498013522,28.43741130007276],[118.00389964737111,28.437399405632704],[118.00407811228145,28.437357768339492],[118.00422683150498,28.437333975925164],[118.00452427296263,28.437310187543808],[118.00457186269531,28.43750054613616],[118.00486930375186,28.437476758196919],[118.00480386732096,28.437232860486201],[118.0051845910818,28.437298305004408],[118.00535115960639,28.437256668410456],[118.0053571079837,28.437060361016162],[118.00527977388899,28.436852156224948],[118.00520556089127,28.436560339521481],[118.00516674569238,28.436304876002463],[118.00512510411977,28.436102618447432],[118.00510725750887,28.435936055694054],[118.0051429509042,28.435834929137023],[118.00533926178585,28.435799241374976],[118.00550582949316,28.435864681323665],[118.0057497315869,28.43611453195097],[118.00592224785309,28.436406022395147],[118.00614830446158,28.43693546077106],[118.00626728173887,28.43693546410336],[118.00636841208262,28.437482744517776],[118.00634461783412,28.437571974944213],[118.00611856080573,28.437560070509459],[118.00611856069746,28.437833709276777],[118.006065020352,28.437988373859056],[118.0058925037757,28.438178726797204],[118.00616615061558,28.438488065460611],[118.00621969082751,28.438737911361169],[118.00648738900122,28.438714124662734],[118.0065647244231,28.438987765701373],[118.00621374149532,28.439011549961691],[118.00631487198459,28.439124578288805],[118.00635056460523,28.439237603878784],[118.0063505645183,28.439457704880528],[118.00642195163093,28.439546937142971],[118.00665395817721,28.43968971284243],[118.00671939527349,28.439737303534713],[118.00671939527349,28.439737303534653]]]},"properties":{"FID":82,"name":"王村村民委员会","name_t":"朝阳镇","民警姓":"郑俊屹","电话":"18870932325","派出所":"朝阳派出所"}},{"type":"Feature","id":83,"geometry":{"type":"Polygon","coordinates":[[[117.98727574382279,28.428247219353882],[117.98590525625187,28.426886237108913],[117.98545520829263,28.426277301240304],[117.98583863566485,28.425211092719977],[117.98583863578014,28.424916038284834],[117.98538504279897,28.424968405853434],[117.98533422222798,28.423831029655215],[117.98523905068821,28.423183819338561],[117.98444004387386,28.422958249753908],[117.98431588130616,28.422755572134097],[117.98434443289452,28.422536658189387],[117.98464898289716,28.422270138887288],[117.98522953330085,28.422108298097562],[117.98536824854654,28.417000041357102],[117.98576797393731,28.416257622370264],[117.98588218067768,28.416390866142972],[117.98616769789768,28.416447956955849],[117.98651031999631,28.416409866574501],[117.98685294261243,28.416428883864654],[117.9870432884961,28.416562124077092],[117.98742398088412,28.416524032051143],[117.98780467493111,28.416257511847991],[117.98786177900485,28.415876794675157],[117.98776660533298,28.415553190515045],[117.98744301547225,28.415039241356695],[117.98706232410559,28.414677581201492],[117.98679583980939,28.414239773993781],[117.98675777116797,28.413840023912147],[117.98700522098713,28.413154723369825],[117.98736687857253,28.412697845898794],[117.98729074015949,28.411993525720614],[117.98706232534018,28.411517644176651],[117.98687197957226,28.411041759891305],[117.98757422978333,28.409211675860988],[117.98809285173519,28.410202184543042],[117.98935998615126,28.411841970166055],[117.99001999610174,28.412395839740618],[117.99069200385533,28.412500774396392],[117.99159234976982,28.412419055994789],[117.99312694258988,28.410806757981948],[117.99345098283823,28.410823767101597],[117.99389963859022,28.41101835623833],[117.99493032948548,28.414165489670182],[117.99493036441118,28.414165553104674],[117.99455739977074,28.414580528317011],[117.99324525788185,28.414897448926066],[117.9917007558027,28.414904106619616],[117.99121526054296,28.414911621899851],[117.98945640472687,28.415486828465035],[117.98907449456215,28.415918885039108],[117.98913828757378,28.416156635165756],[117.98934067953496,28.416298987706561],[117.99157402942494,28.416984042748705],[117.99271663181202,28.417207511839539],[117.99369374962779,28.417091565483094],[117.99566598713402,28.416177775001714],[117.99566602654284,28.416177780006063],[117.9976630676022,28.41630566569437],[117.99766314999738,28.416305742309156],[117.99867405704148,28.416606519582025],[117.99887047867068,28.416587927948669],[117.99901005696955,28.416706474834125],[118.00131014701229,28.417391780184854],[118.00052446278414,28.41835154554192],[118.00018181779245,28.418684669237184],[117.99919195832105,28.419274778971179],[117.99841149663429,28.419636462011265],[117.99721225431426,28.420854760491306],[117.99559423947699,28.422986788948485],[117.99543256918673,28.423167186708586],[117.99469006123513,28.423995701740314],[117.99369070969206,28.42465246060636],[117.99254860069853,28.425537654966682],[117.99181575065707,28.426070680044027],[117.99084870622764,28.426516586665763],[117.98861788840433,28.427669812588405],[117.98727574382279,28.428247219353882]]]},"properties":{"FID":83,"name":"车头村民委员会","name_t":"茅家岭街道","民警姓":"矢裕忠","电话":"13870338359","派出所":"茅家岭派出所"}},{"type":"Feature","id":84,"geometry":{"type":"Polygon","coordinates":[[[117.98727574382293,28.428247219353914],[117.98671422362636,28.428646999738103],[117.98608283999947,28.428815833112143],[117.9857529782403,28.428904037398677],[117.98513502526744,28.428882198241386],[117.98467753277615,28.428866030626974],[117.98441881634569,28.428837822586107],[117.98310720058264,28.428694811833072],[117.98225505473982,28.428613451745516],[117.97956685461261,28.428314367092366],[117.97875791160254,28.428171666659306],[117.97727327229875,28.42798144119687],[117.97628351679035,28.427905390716109],[117.975388934837,28.4279054777064],[117.974836960738,28.427915051331354],[117.97413893475033,28.4279041958862],[117.97415083127183,28.425893541963568],[117.97423137753479,28.425168539350192],[117.97423410384124,28.425144000945181],[117.97418161364396,28.422716449557015],[117.97420540652334,28.419147239191108],[117.97423157755163,28.418825532315115],[117.97464555837527,28.418668445143837],[117.97553062018137,28.418596972665206],[117.97554489638377,28.418325711179321],[117.97521656514624,28.418325743647255],[117.97448268250834,28.418256574898912],[117.97445998076167,28.418254435088812],[117.97454563175184,28.417854675963714],[117.9747454848021,28.417683334067856],[117.97475976003119,28.417483456535706],[117.97473120886373,28.417369245032766],[117.97458845744765,28.417140830742817],[117.97448853164734,28.416598321667781],[117.97458845820216,28.415084966272115],[117.97473120996523,28.41437111092355],[117.9744028818799,28.413714410714512],[117.97388898075124,28.413029180811616],[117.97336079800513,28.412272559180874],[117.97306102093297,28.411758626434207],[117.97306173539668,28.411725759239893],[117.97307891383436,28.41093550566514],[117.97318949861187,28.405848006170775],[117.97403173059718,28.405933577349536],[117.97517374503428,28.406004846101165],[117.97571620348317,28.405862023735629],[117.97604453454269,28.405804884704505],[117.97621583752118,28.405490778682168],[117.97620156236739,28.405248073570942],[117.97598743410651,28.404477145231141],[117.97593033240504,28.404177337078313],[117.97593033248934,28.403948908298808],[117.97615873716489,28.403834671904686],[117.97641397241087,28.403906039622182],[117.97636614943235,28.404094422378343],[117.97646375791032,28.405054966915895],[117.97692145084523,28.405814428213102],[117.97787367162229,28.406273524200387],[117.97787372626306,28.406273548635568],[117.97887287385812,28.406511565792805],[117.98043540079094,28.406670924961809],[117.98164290587975,28.406601525813503],[117.98292423053707,28.406679525452134],[117.98292426994864,28.4066795273841],[117.98337291111567,28.406922130862597],[117.98348654485952,28.407410697772203],[117.98360615179705,28.407935205708068],[117.98369343564067,28.408133891507468],[117.98407370979771,28.408950576648365],[117.98435386857149,28.409275663041324],[117.98488430396338,28.409507018965208],[117.98521234426202,28.409549023457188],[117.98654752764668,28.408476245513157],[117.98720958312092,28.408515238801151],[117.98757422978345,28.409211675861112],[117.98687197957227,28.411041759891436],[117.9870623253402,28.411517644176762],[117.98729074015958,28.411993525720611],[117.98736687857263,28.412697845898794],[117.9870052209872,28.413154723369864],[117.98675777116793,28.413840023912226],[117.98679583980955,28.414239773993781],[117.98706232410559,28.41467758120152],[117.98744301547221,28.415039241356769],[117.98776660533309,28.415553190515183],[117.9878617790048,28.415876794675263],[117.98780467493123,28.41625751184797],[117.98742398088409,28.416524032051253],[117.98704328849607,28.416562124077092],[117.9868529426124,28.416428883864736],[117.98651031999627,28.416409866574551],[117.9861676978978,28.41644795695597],[117.98588218067783,28.416390866143111],[117.98576797393746,28.416257622370257],[117.98536824854658,28.41700004135711],[117.98522953330091,28.42210829809769],[117.98464898289727,28.42227013888726],[117.98434443289449,28.42253665818934],[117.98431588130627,28.422755572134111],[117.98444004387382,28.422958249753869],[117.98523905068826,28.423183819338639],[117.98533422222795,28.423831029655354],[117.98538504279911,28.42496840585348],[117.98583863578014,28.424916038284959],[117.98583863566481,28.425211092720044],[117.98545520829281,28.42627730124029],[117.98590525625185,28.426886237109031],[117.98727574382293,28.428247219353914]]]},"properties":{"FID":84,"name":"四吉居民委员会","name_t":"茅家岭街道","民警姓":"矢裕忠","电话":"13870338359","派出所":"茅家岭派出所"}},{"type":"Feature","id":85,"geometry":{"type":"MultiPolygon","coordinates":[[[[117.97453945198379,28.43823637922814],[117.97435208359092,28.438247871204162],[117.97431959510862,28.438249863775027],[117.97385327313049,28.438383161693039],[117.97362487158337,28.438468846481197],[117.97332985267448,28.438478396216855],[117.97320613574753,28.438421302225738],[117.97302531782179,28.438211927968162],[117.97292063386202,28.438107242425222],[117.97277788341879,28.438154847512212],[117.97252093189682,28.438335714679326],[117.97213074703255,28.438335757659633],[117.97181669725524,28.438221578252314],[117.97132183121163,28.437859954875758],[117.97132183148972,28.437089005892869],[117.97154071361969,28.437088981084216],[117.97177863047909,28.437003293513346],[117.97252390625479,28.43653207567122],[117.97313173799299,28.436461290425349],[117.97342913509642,28.436443412469515],[117.97379790990414,28.436258964984017],[117.97448192686755,28.436133971477229],[117.97573100707042,28.435979181397578],[117.97597487642297,28.435913721833124],[117.9763020181769,28.435753076159823],[117.97654588724639,28.435616233120893],[117.97668269155163,28.435509143766666],[117.97702767860373,28.43541393316249],[117.97717638002547,28.435300894817939],[117.97717638010616,28.435086741930348],[117.97768196558864,28.434860645706571],[117.97788419971322,28.434813038786725],[117.97793132287276,28.434884354570247],[117.97806264283288,28.435083093142172],[117.97824524763639,28.435657678797401],[117.97845937902154,28.435950335733988],[117.97840227746923,28.436057417172268],[117.97817387062331,28.436164512821055],[117.97835231297074,28.436685600716629],[117.97810098081095,28.437484476139097],[117.97791064241184,28.437686747904934],[117.97540142384489,28.438465175539314],[117.97531885798679,28.438335422676182],[117.97498577022527,28.438230760002053],[117.97478591705213,28.438221261686593],[117.97453945198379,28.43823637922814]]],[[[117.98582095772824,28.437113599121506],[117.98660018384888,28.437333655947882],[117.9862908730547,28.437738182788706],[117.98600535481609,28.437595431968358],[117.98580842989477,28.437517377395743],[117.98487637331033,28.437388485495241],[117.98407692908209,28.436931677084523],[117.98389848204212,28.43686744366213],[117.98379855110124,28.436867450282239],[117.98360582941355,28.436974539603288],[117.9835415882276,28.43716728116339],[117.98340596862067,28.437281504741769],[117.98323466043088,28.437167302062033],[117.98319897086817,28.43694601368491],[117.9830490768805,28.436596241128466],[117.98291007467525,28.436465252308654],[117.98284759538706,28.436508515165283],[117.98201484899536,28.436901187451195],[117.9815270998359,28.436330150032532],[117.98120589846195,28.436044638493406],[117.98044453583906,28.435949518778994],[117.97973075998475,28.435961474736381],[117.97917087042075,28.436000242892881],[117.97895079082757,28.435667135999456],[117.97893046817927,28.435300699293517],[117.97882899381352,28.434899283121212],[117.97894093727515,28.43487243309573],[117.9793906136256,28.43471534934341],[117.97969039898769,28.43450831036585],[117.98000446021986,28.43429770204898],[117.98024357532483,28.434076391862131],[117.98057548014795,28.43383365888684],[117.98165090772689,28.433459999616272],[117.98135944795173,28.433037664904973],[117.98112152160829,28.432645070702069],[117.98107867794157,28.432507608442354],[117.9810937406499,28.431664096227603],[117.98110934022147,28.430790566272954],[117.98111860716105,28.430271689579641],[117.9816578484614,28.430267541389853],[117.98146128145221,28.430851082012012],[117.98140321459712,28.432404233959769],[117.98188863741161,28.432249624127234],[117.98219318402126,28.432040207220616],[117.98344944368658,28.431307242012814],[117.98404902469808,28.430983594932197],[117.98500074499798,28.430231620700923],[117.98680902318675,28.430117301575635],[117.98718971594029,28.430374264493796],[117.98778930702261,28.430526519189694],[117.98852690199628,28.430483652864464],[117.98868393808441,28.431154656827054],[117.98871249094745,28.431440191467498],[117.98876959501634,28.431682895294866],[117.98898373569484,28.431868483875885],[117.98928353309019,28.431911301771457],[117.98951195149971,28.431525817357901],[117.98964043739986,28.431197444590474],[117.98969754191373,28.430940458896028],[117.9899687881073,28.430869064469036],[117.99016865475505,28.431040377892089],[117.990168654659,28.431283083463132],[117.99031141597466,28.431525784209054],[117.99062549131072,28.431797031080489],[117.99095384435719,28.43166852838084],[117.99113943601778,28.431111724633414],[117.99111088280182,28.430897572799989],[117.99086818767042,28.430583491312131],[117.99086091171441,28.430139663474552],[117.99086083444308,28.430134949213841],[117.99123716927451,28.430150839970462],[117.9919652589551,28.430122262220987],[117.99260769333878,28.430050857072931],[117.99309308906392,28.42995090623101],[117.9935213804727,28.429793848888401],[117.99383341753691,28.429649820136447],[117.99426732638447,28.430020448848307],[117.99476700211235,28.430627203059554],[117.99529869165626,28.431167471461915],[117.9953847083147,28.431635789302788],[117.9953609133197,28.432254452187649],[117.9951586629045,28.432539992885125],[117.99463519126763,28.432706566869662],[117.99438535315353,28.433051595175446],[117.9942544857517,28.433289545415033],[117.99314806465901,28.432742295262699],[117.99273167179416,28.432623333635387],[117.99229148442021,28.432587654659454],[117.99199406129419,28.432837509538466],[117.99157766975085,28.432861317912668],[117.99107800135117,28.432861335683498],[117.99088765180412,28.432944624800424],[117.99055454070003,28.433170686648658],[117.99054264388312,28.433587094776595],[117.99061402368048,28.433896423243539],[117.99041177787662,28.434051097190167],[117.99010246083635,28.434110596384627],[117.98984279449103,28.434299972743517],[117.98960485883784,28.434157214814551],[117.98907933901897,28.434060510857886],[117.98832984569529,28.433922595395686],[117.987320689982,28.433740916470537],[117.98653551341802,28.433752854974539],[117.98571464870678,28.433836183876235],[117.98477482279326,28.433967110749386],[117.98387069062592,28.43415752742952],[117.98373982873569,28.434407380547878],[117.98353758925853,28.434788109346869],[117.98328776406618,28.435121252834659],[117.98454208139172,28.43625706726456],[117.98495845922432,28.43649498843418],[117.98582095772824,28.437113599121506]]],[[[117.9761807073273,28.433099287220305],[117.97566460024161,28.433281166894467],[117.97488664105927,28.432614289678401],[117.97454705873795,28.432722913230275],[117.9744162031465,28.432728875656164],[117.97419612801784,28.432342234915978],[117.97373218560118,28.432479102204624],[117.97308980623622,28.432645733686829],[117.97309120721917,28.43263521412063],[117.97318715836387,28.431914969652329],[117.97319447891354,28.431838693437886],[117.97322465668069,28.431681623832489],[117.97324801118432,28.431553151725964],[117.97446901138098,28.431182319200872],[117.97458035659771,28.431148503067263],[117.97445504572927,28.43076486701581],[117.97428890675521,28.43025623071544],[117.97553941301325,28.430170919765892],[117.97586060539193,28.431070328519464],[117.97641020293706,28.432312359914881],[117.97586774292337,28.432490871605058],[117.9761807073273,28.433099287220305]]]]},"properties":{"FID":85,"name":"滩头居民委员会","name_t":"水南街道","民警姓":"柳伟中","电话":"13970339035","派出所":"水南派出所"}},{"type":"Feature","id":86,"geometry":{"type":"Polygon","coordinates":[[[117.97727360574342,28.452290201481308],[117.97647894717306,28.451493152808023],[117.97520845048841,28.449989450597098],[117.97425677172953,28.448599935660351],[117.97405842112907,28.448349593760394],[117.97356680836567,28.44772912116062],[117.97275044420357,28.447092743998606],[117.97214687854772,28.44674093906869],[117.971672714349,28.446498263050021],[117.97133938520837,28.446364421698956],[117.97132635210909,28.446361233086936],[117.97099916496198,28.44628117941112],[117.97111429831962,28.445799522219058],[117.97040649873368,28.445683604924884],[117.97032358528072,28.446166740185753],[117.96997382989946,28.446107608042063],[117.97028989964856,28.444601870377248],[117.97054093047726,28.443868260818874],[117.97063509285539,28.443558259394337],[117.97080169529805,28.44364593785707],[117.97105864489858,28.443838644616193],[117.97149335177313,28.444159757120264],[117.97181521940998,28.444395355840058],[117.97198651923675,28.444452443902996],[117.9727784312593,28.444986234385546],[117.97341216179218,28.445359184322683],[117.97395700165045,28.44572239709499],[117.97458986031816,28.446144287477694],[117.97499521442795,28.446403410606727],[117.97615299655791,28.447143510382869],[117.97661884806332,28.447453324251505],[117.9776447664777,28.448135610922034],[117.97811446876746,28.448473113720361],[117.97883676145025,28.44899211546479],[117.97967187602808,28.449627363912029],[117.97727360574342,28.452290201481308]],[[117.97602277458276,28.448993827913554],[117.97573694145468,28.449375008618567],[117.97575527126241,28.449418720364388],[117.9768021244424,28.450185998822317],[117.97745276450668,28.44931445402564],[117.97769174210079,28.449009907069456],[117.97664264449942,28.44832480712526],[117.97602277458276,28.448993827913554]],[[117.97416240254688,28.447430538914485],[117.97441794961151,28.447617844989317],[117.97422148563972,28.44787715957569],[117.97415565856841,28.447925373724264],[117.97428810298865,28.44796757261204],[117.97448138731711,28.44825658351883],[117.97459263975593,28.448162658041056],[117.97481718731737,28.447910470806679],[117.97522773945745,28.448211389771149],[117.97566129765762,28.447701647595544],[117.97524731624763,28.447401875095807],[117.97544003180352,28.447109181008528],[117.97471913424236,28.446666671540388],[117.97416240254688,28.447430538914485]]]},"properties":{"FID":86,"name":"南门路社区居民委员会","name_t":"东市街道","民警姓":"张欣","电话":"18827717661","派出所":"东市派出所"}},{"type":"Feature","id":87,"geometry":{"type":"Polygon","coordinates":[[[117.98012456698378,28.449939830910321],[117.98045171439203,28.450290775551888],[117.98086808356595,28.45083207214406],[117.98131419507078,28.45176598136036],[117.98177220360134,28.452771272662698],[117.98261089635037,28.455650371950231],[117.98294466491879,28.456156054632853],[117.98352097135738,28.45691142806276],[117.98376168978656,28.457182241192282],[117.98303993578104,28.457825050292556],[117.98233172685578,28.458455787938821],[117.98033611999152,28.455401294306867],[117.97911993547741,28.454219649820772],[117.97727360574365,28.452290201481478],[117.97967187602808,28.449627363912029],[117.98012456698378,28.449939830910321]]]},"properties":{"FID":87,"name":"体育馆路社区居民委员会","name_t":"东市街道","民警姓":"张欣","电话":"18827717661","派出所":"东市派出所"}},{"type":"Feature","id":88,"geometry":{"type":"Polygon","coordinates":[[[117.97553941301325,28.430170919765892],[117.97428890675521,28.43025623071544],[117.97361083772755,28.43045855619555],[117.97279001925278,28.430678745019783],[117.97213574576445,28.430875124309239],[117.97077962235062,28.431386863910056],[117.97002424029593,28.43163679579358],[117.96897741564663,28.431946252766519],[117.96822798712542,28.432219984799307],[117.96782133994971,28.432588730568874],[117.96719536421038,28.433259666726311],[117.9670054299058,28.43344049878349],[117.96680043063901,28.433635673561461],[117.96562176291144,28.435708007554439],[117.96536482025407,28.436193453995863],[117.96457257707171,28.437228631491617],[117.96418002576117,28.437449976233331],[117.96380888634756,28.437764117244871],[117.96353767005701,28.437992584793342],[117.96338778688609,28.438563678720612],[117.96345915852915,28.438806375209666],[117.96380174907948,28.43909186336365],[117.96404441640532,28.439184629346716],[117.96256666247818,28.439198866763636],[117.96046118020915,28.439377635256761],[117.95851440704807,28.439850877679916],[117.95902590362283,28.439006086863813],[117.95962066873544,28.438268359709099],[117.95974703330715,28.438117880507523],[117.96061987609085,28.437078472906965],[117.96232214002079,28.435201651330374],[117.96455848725005,28.433297760420714],[117.96566093558306,28.432022693030007],[117.96628967722322,28.431295508555657],[117.96663593415647,28.430972636209887],[117.96699151853663,28.430641063363407],[117.96749113507099,28.430081822899631],[117.968633118895,28.429272660872254],[117.97040558374214,28.428641887563966],[117.97228497473635,28.428160128191259],[117.97413893475056,28.4279041958862],[117.974836960738,28.427915051331354],[117.975388934837,28.4279054777064],[117.97628351679035,28.427905390716109],[117.97727327229886,28.42798144119687],[117.97875791160254,28.428171666659306],[117.97956685461261,28.428314367092366],[117.98225505473982,28.428613451745516],[117.98310720058264,28.428694811833072],[117.98441881634569,28.428837822586107],[117.98467753277615,28.428866030626974],[117.98513502526744,28.428882198241386],[117.9857529782403,28.428904037398677],[117.98608283999947,28.428815833112143],[117.98671422362636,28.428646999738103],[117.98727574382293,28.428247219353914],[117.98861788840452,28.427669812588523],[117.99084870622772,28.426516586665795],[117.99181575065711,28.426070680044095],[117.99254860069847,28.425537654966664],[117.99369070969206,28.424652460606463],[117.99469006123522,28.423995701740317],[117.99543256918678,28.423167186708564],[117.99559423947697,28.422986788948513],[117.99721225431422,28.420854760491245],[117.99841149663435,28.419636462011244],[117.99919195832103,28.419274778971232],[118.00018181779244,28.418684669237155],[118.00052446278416,28.418351545541896],[118.00131014701233,28.417391780184861],[118.00130326262564,28.417389727875509],[118.00327800761339,28.414968485215422],[118.00637139866923,28.405837333751393],[118.00756117553233,28.404141998098851],[118.00842376771811,28.403101010830746],[118.00982177110772,28.401227234295884],[118.01062488301065,28.399591384586991],[118.01116029346413,28.397985267674379],[118.01249882359677,28.396884832692859],[118.01452150846674,28.394118817514851],[118.01794226852768,28.391590872814103],[118.02273142425925,28.387219015995001],[118.02350219090971,28.388315848979246],[118.02378775883768,28.389162969902458],[118.02439697335696,28.39036228628752],[118.02207699853417,28.391353283623847],[118.01889414048711,28.393821702174016],[118.01590170226183,28.397218170305873],[118.013836058047,28.400916661275971],[118.01221340949751,28.40241004616529],[118.01155901645093,28.402719343012407],[118.01079754323615,28.403278480931515],[118.01014315623603,28.404111265781957],[118.00902475076425,28.405836334484317],[118.0075137236169,28.408560772576362],[118.00710919900756,28.409679110474251],[118.00704952025957,28.409924095710419],[118.00643102507161,28.412463070582255],[118.00616927549315,28.414295255977258],[118.00571716148704,28.415782413007911],[118.0054376512004,28.416201659916617],[118.00455119011816,28.417531297362988],[118.00376214377056,28.418528997598624],[118.00376594769523,28.418530658958534],[118.00068449625162,28.421481170367898],[117.99671080093552,28.425133675075443],[117.99620612356624,28.425581922253947],[117.99490243795663,28.426739848045919],[117.99343910252291,28.428167565039363],[117.99167835481224,28.429309765079172],[117.99084879129954,28.429693961623784],[117.99085391183286,28.429712606255642],[117.99024003590763,28.429883951660855],[117.98972609362164,28.429941080007758],[117.98912649704292,28.43002676686341],[117.98787020503697,28.430041103093604],[117.98722778496047,28.429998305598829],[117.9868566099664,28.429869834191848],[117.98645688469074,28.429827025726144],[117.98604288334211,28.429898434017709],[117.98534336537361,28.429903232570506],[117.98491509037628,28.429893742056105],[117.98465574685554,28.429934208132664],[117.98433454174209,28.429969921014155],[117.98396575012841,28.430017534616422],[117.98340661709331,28.430053264448922],[117.9823716295505,28.430148515299379],[117.98218178133347,28.430180172739078],[117.9816578484614,28.430267541389853],[117.98111860716105,28.430271689579641],[117.9790146217281,28.430275309192339],[117.97821603441528,28.430249191887413],[117.9767028479922,28.43015653105903],[117.97553941301325,28.430170919765892]]]},"properties":{"FID":88,"name":"丰溪河社区","name_t":"丰溪河","民警姓":" ","电话":" ","派出所":""}},{"type":"Feature","id":89,"geometry":{"type":"MultiPolygon","coordinates":[[[[117.94534676636917,28.412615220236656],[117.94491923475145,28.417111444914063],[117.9426105782692,28.41699146653405],[117.93947155389885,28.416394050179978],[117.93962595119126,28.415893986786543],[117.93988066385934,28.414222900799686],[117.93923485831949,28.412585484848492],[117.93897642332958,28.411441259396916],[117.94534676636917,28.412615220236656]]],[[[117.95681456617129,28.423839024898545],[117.95493041271577,28.423644000312734],[117.95290057328685,28.423611348598588],[117.95292921508324,28.422851713576335],[117.95296012545988,28.422031913257783],[117.95308758068191,28.420550317535451],[117.95317455516059,28.419241271635403],[117.95318882976223,28.417309139163279],[117.95097334689787,28.417198225005912],[117.95012022227279,28.417155509344163],[117.94824728292103,28.417087781801214],[117.94824693523324,28.417087731587188],[117.94824908300949,28.41704867877613],[117.94836528988786,28.412852482281217],[117.94848590476364,28.410651399421095],[117.94884275211814,28.407772173916964],[117.94882847928776,28.407241554346363],[117.95179032511771,28.407562258961519],[117.9520936484392,28.404968581675877],[117.94958975496016,28.404927382292229],[117.95062727832173,28.403294755743392],[117.95288385454788,28.404455117005551],[117.95395441025173,28.405440036825116],[117.95456819677995,28.406553527431662],[117.95506779142556,28.40763848335855],[117.95496787149847,28.408159604411061],[117.95472521132947,28.408752133133756],[117.95592763319185,28.409075006018494],[117.95635585933445,28.409089213483359],[117.95686973228489,28.408803594052721],[117.95758344458305,28.408218130967359],[117.95804973852211,28.407513734341681],[117.95811745561417,28.407250348409541],[117.95840421650166,28.40622149868814],[117.95840421653098,28.406126320320435],[117.95858502478741,28.405919278210682],[117.95951761538736,28.40514342768034],[117.96088310652132,28.403991100407069],[117.96136100491769,28.403558282715917],[117.96261152882531,28.403755263755912],[117.96285895365605,28.403717155578413],[117.96351883539623,28.401201107406283],[117.96389949041368,28.401258161610095],[117.96741552127341,28.399979917706911],[117.96760008392478,28.400291389343362],[117.96850992124824,28.40108623397742],[117.96950916060815,28.401716673924582],[117.97034186370941,28.40209728963216],[117.97118646521621,28.402418421395602],[117.97455300367136,28.402846362721927],[117.97557546404413,28.402910455278882],[117.97673322865818,28.403100939260927],[117.97674592876697,28.403101255147959],[117.97654470597129,28.403391058852559],[117.97641397241087,28.403906039622068],[117.97615873716501,28.40383467190463],[117.97593033248923,28.403948908298695],[117.97593033240493,28.404177337078199],[117.97598743410663,28.404477145231198],[117.97620156236751,28.405248073571055],[117.97621583752129,28.405490778682282],[117.97604453454292,28.405804884704619],[117.97571620348329,28.405862023735743],[117.97517374503451,28.406004846101279],[117.97403173059718,28.40593357734965],[117.97318949861199,28.405848006170888],[117.97307891383447,28.410935505665197],[117.97147996867182,28.411204145002632],[117.97122301936726,28.411418327051749],[117.97085187086677,28.411646798374154],[117.97049499691494,28.411903823018058],[117.97030942228064,28.411889567901053],[117.96980980050628,28.411732582082706],[117.96942437844808,28.411646966475125],[117.96835376534742,28.411447222894566],[117.96815885320495,28.411389291851894],[117.96615833279209,28.411315991982626],[117.96570154198044,28.411258945110234],[117.96553024635161,28.411087645413836],[117.96538750010146,28.410873512491143],[117.96501160160392,28.410602302940504],[117.96503063277029,28.411040122828542],[117.9651257981803,28.411544558117992],[117.96521783171447,28.412150985516536],[117.96528757623518,28.412610539814079],[117.96555403710019,28.413781203554461],[117.96606336784093,28.415207273709129],[117.96525479003087,28.415220876517914],[117.96427602187924,28.415237345681849],[117.96426474824987,28.415146920613029],[117.96419355113987,28.415068606107191],[117.96407962762416,28.415040361878859],[117.9637095826497,28.415436693071154],[117.96350314528853,28.415599723086189],[117.96299164095385,28.415790152721694],[117.96245653591187,28.41590236588732],[117.96174262230268,28.416052073631917],[117.9617592226286,28.416169802306847],[117.96157663335586,28.416216752342343],[117.96172968457621,28.416802159093091],[117.96179851749962,28.416825174653244],[117.9618504749135,28.416816959478737],[117.96187347122134,28.416980048429121],[117.96239489368166,28.416871326086817],[117.96253093624814,28.417267957397939],[117.9625756146779,28.417478195511901],[117.96264772161916,28.417817500013278],[117.96247494239176,28.417816623585466],[117.96231792227768,28.417834492335718],[117.96193251182305,28.417952331776892],[117.96159706197409,28.41800591833384],[117.96160271233462,28.418213229238141],[117.96163299734833,28.41872383424165],[117.96168597927065,28.419617105447788],[117.9617526205473,28.420689903527663],[117.96183178102302,28.421964227068695],[117.96185214369326,28.422292021244079],[117.96146081552858,28.422307734657469],[117.96076413524916,28.422335708377098],[117.96012866886251,28.422361225527915],[117.95798805746324,28.422325085944436],[117.9579880575735,28.421968165216835],[117.95743136085603,28.422011083408737],[117.95740281214991,28.422610714754256],[117.95676047110689,28.422610817106978],[117.95681456617129,28.423839024898545]]]]},"properties":{"FID":89,"name":"茅家岭村民委员会","name_t":"茅家岭街道","民警姓":"徐英盛","电话":"15058321931","派出所":"茅家岭派出所"}},{"type":"Feature","id":90,"geometry":{"type":"Polygon","coordinates":[[[117.92892702910707,28.378285548069567],[117.93002970560538,28.378502905374443],[117.92983185951783,28.378559176552958],[117.93002970560529,28.378502906399007],[117.93103461036907,28.378175492015192],[117.93235593308296,28.377847440193062],[117.93307680210491,28.377438399870758],[117.93333349662959,28.377399024126813],[117.93348016884202,28.37748571048785],[117.93384178292521,28.3780710948575],[117.93418724111451,28.378312403694157],[117.93453091260454,28.378348907531162],[117.9349134116664,28.378276281614138],[117.93512982857999,28.378155879532592],[117.93528368223399,28.378193592889104],[117.93554428267024,28.378431155600342],[117.93578904264916,28.378927625035704],[117.93612943017335,28.379269966385792],[117.9364967847292,28.379437327320005],[117.93701688363934,28.379806337691953],[117.93699602809012,28.379905355787471],[117.93629008203784,28.37961162451402],[117.93572611456902,28.37919165404476],[117.93538070565094,28.378637406489716],[117.93525165790847,28.378586604808785],[117.93514272853922,28.378670742951915],[117.93513869019969,28.379721575307123],[117.93523967847283,28.380038324930656],[117.93537051714907,28.380173077236453],[117.93585760132034,28.380168286949324],[117.93665055623481,28.380380893760922],[117.93669332486158,28.380469812079774],[117.9365426954495,28.380691973306853],[117.93685719223618,28.381007353699356],[117.93675115085243,28.381046591875247],[117.93641686700683,28.380914180035777],[117.93605347416296,28.38062182526237],[117.93581982719826,28.380539262478568],[117.93522273654028,28.380609296238376],[117.93516952323945,28.380751379143867],[117.93528957077791,28.380982073621265],[117.93579962902318,28.381386127850398],[117.93675433319082,28.381695453712133],[117.93739918696686,28.38165130394205],[117.93756597654338,28.381543027167034],[117.93800851489178,28.380646452132034],[117.93823317585885,28.380446013835101],[117.93879530345625,28.380613978027974],[117.93924527424142,28.380870140549181],[117.94055311728793,28.381199634484933],[117.94076763641978,28.381673076085995],[117.94071586241587,28.381955181869436],[117.94035927505729,28.382811686695906],[117.94041811314166,28.384081321656836],[117.94058377648859,28.384300924664775],[117.94110093602625,28.384313973826963],[117.94151528486859,28.384558106032838],[117.94199036533158,28.384720140012078],[117.9423917829703,28.384685337565273],[117.9426282559343,28.384545937596929],[117.94267031143687,28.384421858488572],[117.94219600516101,28.383721918997406],[117.94225315812245,28.383562897177622],[117.94278714606317,28.38388470027013],[117.9430016303881,28.384539166843616],[117.9432650268795,28.384669654871612],[117.94354568504367,28.384592066543938],[117.94368943519653,28.384462830855767],[117.94370454215863,28.384288863939698],[117.94358167610231,28.383903176527017],[117.94371644009415,28.383799874945421],[117.94391694162506,28.383950459688506],[117.9441177691792,28.384508933854764],[117.944250359972,28.384565622027896],[117.94454502323214,28.384466038391576],[117.94494993847093,28.38510012230272],[117.94518852293184,28.385198609809756],[117.94546520081383,28.385195064129146],[117.94591831216201,28.385050144608488],[117.94645012373778,28.384639061619659],[117.94679150043218,28.384157468189375],[117.94724676255871,28.383761560998067],[117.94743148257518,28.383230264677344],[117.94769197565113,28.383138730797022],[117.94812418189231,28.383323695805817],[117.94830380724825,28.383502280119867],[117.94839144497912,28.383842043311802],[117.94879666290579,28.384406064599411],[117.94879265826597,28.385062947078548],[117.94895108555453,28.385211519251445],[117.94914796465962,28.385209104550817],[117.94977848824193,28.385029716414767],[117.94984531631924,28.384951641641941],[117.94985755339053,28.384691655466774],[117.94930469777357,28.384070027573951],[117.94938950146879,28.383858828922961],[117.94966901854237,28.383725213333008],[117.94975960946613,28.383014146716903],[117.94989758045359,28.382821904530498],[117.95026870222266,28.382704093646691],[117.95048705788354,28.383566445847688],[117.95034257594483,28.384342602856858],[117.9503572833728,28.384617555828473],[117.95053185120346,28.384972054401928],[117.95067482340751,28.385075750264626],[117.95118566167508,28.385160522789953],[117.95153376631528,28.385145778332316],[117.95189013733531,28.385011965427285],[117.95198999850126,28.3850807524367],[117.95197201895532,28.385287752932459],[117.95206576553834,28.385445455307522],[117.95206072541592,28.385586469451205],[117.95186925368336,28.385604908753749],[117.95093417685436,28.385346099120266],[117.95068880623786,28.385418641827428],[117.95068770198856,28.385739522659094],[117.95105193736407,28.386232608585551],[117.95132817726957,28.38643893807135],[117.95169351858415,28.386472114171539],[117.95232004045346,28.386181734447721],[117.95284886241981,28.385610643455379],[117.9529070467682,28.385718487539542],[117.9527353114574,28.386063791043185],[117.95193382449619,28.386744476759002],[117.95217736703738,28.386926917608474],[117.95312431887641,28.386893717873278],[117.95428080091915,28.386524057506346],[117.95598395427773,28.386647932767918],[117.9581854955418,28.392971254974114],[117.95405454746735,28.398705718508449],[117.95542833501364,28.401352145220017],[117.95967791297082,28.4032091968568],[117.96136100491748,28.403558282715782],[117.96088310652109,28.403991101431799],[117.95951761538723,28.405143427680361],[117.95858502478747,28.405919278210664],[117.95840421653099,28.406126320320322],[117.95840421650163,28.406221498688144],[117.95811745651025,28.40725034943187],[117.9581174546974,28.407250351974788],[117.95804973852209,28.407513734341713],[117.95758344458281,28.408218130967327],[117.95686973228479,28.408803594052721],[117.95635585933429,28.409089213483302],[117.95592763319189,28.409075006018458],[117.95472521132938,28.408752133133671],[117.95496787149828,28.408159604410983],[117.95506779142548,28.407638483358468],[117.95506779142552,28.407638483358426],[117.95456819677995,28.40655352743153],[117.9539544102516,28.405440036825038],[117.95288385454785,28.404455117005572],[117.95062727832172,28.403294755743296],[117.94958975496006,28.404927382292172],[117.95209364843922,28.404968581675956],[117.95179032511776,28.40756225896153],[117.94882847928777,28.407241554346356],[117.94884275211811,28.407772173916936],[117.94848590476367,28.410651399420953],[117.94848590476371,28.410651399420921],[117.94848590476367,28.410651399421006],[117.94836528988778,28.412852482281025],[117.9483652898877,28.412852482281103],[117.94638505181348,28.412806566710575],[117.94534676636906,28.412615220236546],[117.94534676636904,28.412615220236653],[117.94534676636893,28.412615220236503],[117.93897642332961,28.411441259397002],[117.93897651419461,28.411441246779908],[117.93897642332935,28.411441259396938],[117.93897645741501,28.411441198868911],[117.9388450530637,28.411600787379399],[117.93867494408074,28.411364836702059],[117.93859804347127,28.411160993842181],[117.93866492137964,28.410841895742671],[117.93854417030273,28.410663236805298],[117.93864985539244,28.410477055490734],[117.9394129360507,28.410005776440116],[117.93943667045755,28.409834771855717],[117.93932598819119,28.409630004370559],[117.93901834488778,28.40942361934788],[117.93850330467119,28.409292563596932],[117.93823879651008,28.408915128790909],[117.93761665288245,28.408455372635657],[117.9368920377952,28.408130751037596],[117.93547798450967,28.407230338311749],[117.93438481687829,28.406994268196357],[117.93330527941252,28.406473159340532],[117.93319347707731,28.406398386090711],[117.93319636079359,28.406303362811126],[117.93344623789757,28.40608304797761],[117.93325824830134,28.405659365188185],[117.93281712636991,28.405645135400515],[117.93201720668399,28.405366467856119],[117.93183423279331,28.405025817756414],[117.93180442515234,28.404608895822836],[117.93164769223688,28.404291238469192],[117.93150686111353,28.402947779151773],[117.9308237589764,28.402531851377724],[117.93069185730339,28.401863224554575],[117.9304344687031,28.401203783435118],[117.9301907014582,28.401023194890321],[117.93016662099291,28.400899237130925],[117.93025078090376,28.400623141002946],[117.93014364350289,28.40046934329991],[117.92991496752335,28.400383748852708],[117.9292429276817,28.40036970093626],[117.92910414433186,28.400199927734093],[117.92923288405817,28.400074758885147],[117.92977117333712,28.39996401989054],[117.93036553021227,28.399999133751802],[117.93055826089807,28.399885830375492],[117.93081716981004,28.399525518436437],[117.93097288588307,28.399129366535284],[117.93084311222289,28.398831636447955],[117.93138859844419,28.398146951374013],[117.93142853389766,28.397814950366879],[117.93130055412205,28.397602251312293],[117.93103305589486,28.397561627015232],[117.92984825869713,28.398251300748313],[117.92942969162085,28.398582771315812],[117.92925889399955,28.398574021287697],[117.92916505469201,28.398439184481994],[117.93021397932503,28.397718794177592],[117.93026794329126,28.397340793225933],[117.93041285672828,28.397198677613307],[117.93069330058164,28.397326209983429],[117.93091011244726,28.39728089272289],[117.93093206491481,28.397045918526537],[117.93059053586499,28.396465514635679],[117.93034604819233,28.396328928373226],[117.92998647606183,28.396467402523839],[117.92854486014151,28.397335371409667],[117.92818128462206,28.397678800561074],[117.92795650204206,28.398099954910403],[117.92777885955668,28.398099210819755],[117.92771198128726,28.397983317556513],[117.92778467298278,28.39734237217235],[117.92839313800151,28.397026591002959],[117.92907855730323,28.396424723144214],[117.9299653109933,28.395844583870872],[117.93030693018147,28.395404160218938],[117.93043784467909,28.394976103235205],[117.93065252515332,28.394656798368217],[117.9306248610019,28.394385905233893],[117.93040914446117,28.394173241307243],[117.93016537057484,28.394082632517915],[117.92994243567044,28.394149009305881],[117.92844613772928,28.395280880787638],[117.92812138175805,28.395814204529106],[117.9279825759662,28.395820427052545],[117.92789378151328,28.395489598181921],[117.92795564959042,28.395279585692908],[117.92914164414195,28.394422097481648],[117.9291643169057,28.394190092598414],[117.92906366996847,28.393748339117298],[117.92920031862923,28.393643133560605],[117.92963792669158,28.393574563293793],[117.92981987688054,28.393479275769877],[117.93028914523326,28.393002670738515],[117.93043911259389,28.392613546730388],[117.93038125001512,28.392283670024923],[117.93014647109501,28.392118092867296],[117.92914757915685,28.392166520873499],[117.92861214904539,28.392285251851344],[117.92830648437081,28.392432712569164],[117.9282068801332,28.392386870613684],[117.92818279979849,28.392232855228833],[117.92854241171591,28.391993448827215],[117.93024429763854,28.391795993912645],[117.93042517826613,28.391513810597431],[117.93033134903126,28.391328948201039],[117.93020047339253,28.391264175507938],[117.9296442231869,28.391273992478403],[117.92902285931189,28.391477890563273],[117.92871505661364,28.391462311960147],[117.92863236093328,28.391350402000544],[117.93027853613671,28.390792195116287],[117.93044430749677,28.39059893718159],[117.93054609846985,28.390151934898814],[117.9303774866212,28.38989519709634],[117.9299079040881,28.389815898264775],[117.92935847391286,28.389897683670164],[117.92771438136039,28.390475891395869],[117.92737276912584,28.390292435496733],[117.92813407341971,28.390003443004087],[117.92852571631163,28.389435018270675],[117.92860271704275,28.388834008313061],[117.92895909285018,28.388500567430508],[117.92907310775253,28.388148483391387],[117.92908611805109,28.387332596431303],[117.92888158930995,28.386413088630224],[117.92885361889057,28.385456255612848],[117.92868068831257,28.38507659463086],[117.928430066882,28.384930007155759],[117.92788166955724,28.385088693084555],[117.92767598776732,28.384940054672043],[117.92674394503779,28.384026464107425],[117.92669721467981,28.383777634370055],[117.92687382337584,28.383334413463807],[117.92682492368952,28.38322856864669],[117.92631750169664,28.383132241067056],[117.92599889247067,28.382841653886842],[117.92596582502784,28.382594784668004],[117.92621361882256,28.382506456990935],[117.92631756096756,28.382392402459498],[117.92641866227235,28.381820337925131],[117.92634461319443,28.38140048432766],[117.92624466708466,28.381012698586989],[117.92610298809709,28.380813931235114],[117.92573833219475,28.380633450250325],[117.92491515621177,28.379977620576689],[117.92479540590561,28.379806803511439],[117.92483939187643,28.378462038545422],[117.92519802120214,28.37773568880877],[117.92522789013327,28.377505653787164],[117.92510636263074,28.377091883846656],[117.9248434970101,28.376599374006425],[117.92423320386915,28.375979243874724],[117.92376853059862,28.375757818670131],[117.92342972150712,28.375684257723968],[117.92290530078486,28.375708812594503],[117.92262868979482,28.37581918328484],[117.92229882730042,28.376084474730902],[117.9220268501719,28.376622705386779],[117.92140736510177,28.377443236511589],[117.92127354692511,28.377492334862289],[117.92116168479073,28.377368549217913],[117.92120449867991,28.377273479970405],[117.92164447222704,28.376744071941879],[117.92185205361312,28.376365909077133],[117.92186825321197,28.376219936823947],[117.9217873315405,28.376062016699908],[117.92140748338845,28.375965526544885],[117.92104775770342,28.37606490137334],[117.92076391387829,28.376337138061558],[117.92034440666838,28.377110453980048],[117.9202562699443,28.377130523521974],[117.92046532807605,28.376480440552317],[117.92042434045945,28.376202523888558],[117.9198397630401,28.376254156262437],[117.91939904907541,28.376558481935653],[117.91925226836982,28.37658364548582],[117.91918104237466,28.376512719773306],[117.9192490521302,28.37631171789495],[117.91989663281595,28.375878145285121],[117.92084092577961,28.375948146421809],[117.92141361853092,28.375718514355874],[117.92170031074313,28.375698220069328],[117.92183628663523,28.375626080617554],[117.92188126697062,28.375405030299444],[117.9219751525218,28.375376939368174],[117.92221901113039,28.375626639220222],[117.92288049111394,28.375595911283693],[117.92401530972062,28.375177574905774],[117.92419334614669,28.375180416901529],[117.92465259961614,28.375595755279448],[117.92517402847,28.376443915453159],[117.92547571842761,28.377097442425633],[117.92555875782918,28.377579287487897],[117.92566950920792,28.377791055721534],[117.92613198415047,28.377998408260506],[117.9267882645987,28.378466443049394],[117.92699325158141,28.378403179801914],[117.92774955186273,28.377903281419865],[117.92821986159439,28.377983602376641],[117.92892702910707,28.378285548069567]],[[117.92821986159439,28.377983602376641],[117.92846441130801,28.378150189185821],[117.92850467505399,28.378280157773602],[117.9284644113081,28.378150188161257],[117.92821986159439,28.377983602376641]],[[117.92983185951783,28.378559176552958],[117.92945781308318,28.378453290026087],[117.92898687358679,28.378365406864358],[117.92945781308309,28.378453291050658],[117.92983185951783,28.378559176552958]],[[117.9287800595376,28.379033648496836],[117.92840968537297,28.378999169032504],[117.9278310785149,28.379187950805719],[117.9284096853729,28.378999170057075],[117.9287800595376,28.379033648496836]]]},"properties":{"FID":90,"name":"周田村民委员会","name_t":"茅家岭街道","民警姓":"任圣日","电话":"13576382589","派出所":"茅家岭派出所"}},{"type":"Feature","id":91,"geometry":{"type":"Polygon","coordinates":[[[117.9581854955418,28.392971254974114],[117.95598395427773,28.386647932767918],[117.95617357213465,28.386023593573089],[117.95609788760538,28.384259119299998],[117.95582662037582,28.382854048357089],[117.95597130788171,28.382627740055167],[117.95618183465902,28.382544243116566],[117.95732220917654,28.382481454021498],[117.95763549887279,28.382226726210668],[117.95780414466252,28.381739399923312],[117.95777431432334,28.380505705692194],[117.9577224003022,28.380459883992174],[117.95790020786313,28.380161417772261],[117.95794584204549,28.379896393104762],[117.95786905009456,28.37906073026199],[117.95799081321042,28.37895046704099],[117.95817146965389,28.378924011759196],[117.95838297563803,28.379378437933727],[117.95847491806472,28.379373168805497],[117.95883699749156,28.378679388460196],[117.95896952951347,28.378585112136516],[117.95917100368277,28.378673506641967],[117.95957104048006,28.379257385484298],[117.95970383872638,28.380279887572009],[117.96015380239714,28.380687716196736],[117.96045691090895,28.38065292705674],[117.96066847856017,28.380157477701704],[117.9610085799815,28.38003359629769],[117.961349776974,28.379649837426562],[117.96159614254935,28.379517193499396],[117.96265948313798,28.379396455748996],[117.96321429609617,28.379421003465769],[117.96353532041267,28.379541094582137],[117.96390156844814,28.379916075526186],[117.9640010061626,28.380292750624974],[117.96390542552412,28.381063799866897],[117.96370968653255,28.381462313644388],[117.96354628913402,28.381570725193701],[117.96330889766871,28.381896279653187],[117.96325896394413,28.382132346786147],[117.96363092678484,28.382922223643508],[117.96484289214891,28.382483035023228],[117.96538550959569,28.381938713713232],[117.96559090982362,28.381847188765182],[117.96572451219603,28.381527929723262],[117.96585530982296,28.380374714382178],[117.96587149216985,28.380069807779773],[117.96574586656433,28.379447192462706],[117.96589345309476,28.37935186259536],[117.96634515037491,28.379565611532001],[117.96683599016949,28.379642204387135],[117.96702054915762,28.379642692793357],[117.96731463638486,28.379469932152325],[117.96738252283214,28.379177840638295],[117.96710428228199,28.378764676524021],[117.96690895887183,28.378670186969771],[117.96651398788848,28.378635266017874],[117.96646982712127,28.37856843848872],[117.9666615774242,28.378477934518983],[117.96726695595677,28.37854224374491],[117.9675700100172,28.378458452255007],[117.96766195106889,28.378198237612175],[117.96754530204389,28.377636700369852],[117.96768786191068,28.377462281609073],[117.96800413869921,28.378113345516482],[117.96839295306917,28.378629140998502],[117.96873116247978,28.378838229483993],[117.96907297556248,28.378845202226184],[117.96910490574849,28.379145118388031],[117.96947901409582,28.379351042566846],[117.96958168685856,28.37951173741925],[117.96945707169485,28.379851949917082],[117.96884664458155,28.380459586925841],[117.96897336769257,28.380708130415261],[117.96942897376962,28.381000841945944],[117.96946486419839,28.381172699879389],[117.96930038000808,28.381687049950127],[117.96934525090973,28.381797964727404],[117.96946373638295,28.381790616372331],[117.96967415990636,28.381491107860487],[117.9698569168616,28.381429591014257],[117.97056773596965,28.382349391775563],[117.97079320424155,28.382418766842743],[117.9710793569421,28.382352996042513],[117.97152744480695,28.382103742878996],[117.97172173069278,28.381455316993197],[117.9716919636935,28.381050478236524],[117.97147549334591,28.380785187797557],[117.97150745541236,28.380670099374022],[117.9717609381248,28.380548446785244],[117.97208081646316,28.380693496031174],[117.97273423991098,28.380624607454529],[117.97277587731394,28.380731478332084],[117.97250081977366,28.381334155015779],[117.97254566673303,28.381701968775396],[117.97274812213075,28.382085351535675],[117.97303423562798,28.382381481636632],[117.97338928295243,28.382606416759327],[117.97411914754871,28.382660299188526],[117.97429864416225,28.382748778437431],[117.97504061866876,28.383828418351058],[117.97546739251597,28.384803050430268],[117.97536247427377,28.385917066568904],[117.97501238561419,28.38668094660224],[117.97445982365714,28.387359382113935],[117.97446878369949,28.387537341351116],[117.97478899318905,28.387817345025105],[117.97483960261771,28.387944164973337],[117.97397398625772,28.388593531586313],[117.9739969500296,28.388751473917331],[117.97413767311141,28.38884204239837],[117.97466109414196,28.388982532409809],[117.97494040233414,28.38893475796721],[117.97499816742176,28.389360477392191],[117.97491343323632,28.389478687838242],[117.97467397476625,28.389519327913586],[117.97452749116995,28.389637805585735],[117.97427004483355,28.390103391081311],[117.97420037530544,28.390381544676352],[117.97442150368481,28.390625840984868],[117.97449327380576,28.391008597899088],[117.97401363344268,28.391091946581277],[117.9739052039283,28.391194206372894],[117.97382220135503,28.392076265134541],[117.97397869624407,28.392486763578646],[117.97414419284594,28.392567273166577],[117.9743926278995,28.392529578026906],[117.97453408597623,28.392414176219134],[117.97478759933256,28.391726616115452],[117.97493228673963,28.391622181102626],[117.97516563774251,28.391619530297437],[117.97527835804676,28.391687231297144],[117.97529808987265,28.391858139222922],[117.9748992069696,28.392246210443467],[117.97481335587403,28.392857253100388],[117.97491709551856,28.393011002447484],[117.97527501862169,28.393031927092885],[117.97624541426339,28.392722193364673],[117.97653547575619,28.392775340128306],[117.97649058626313,28.392973430027006],[117.97623533702306,28.393024110619919],[117.97585657648268,28.39327616643056],[117.97551947461507,28.393315202901363],[117.97530693532362,28.393446739631081],[117.97527317213213,28.393663783061708],[117.97550253252673,28.394170075985055],[117.97561700314938,28.394782608833747],[117.97567582497039,28.395435253387241],[117.97579535872146,28.395601914081382],[117.97615543299715,28.395582873629301],[117.97661317413144,28.39528955709585],[117.9768106151422,28.395337032544628],[117.97702314391969,28.395256420730217],[117.97716350584025,28.395288945887206],[117.97737313316105,28.395557288827359],[117.97682349206792,28.395901807529729],[117.9760785915206,28.395792033798799],[117.97577846376748,28.395876854742486],[117.97566788073081,28.396011156058822],[117.9755310904691,28.396645438875506],[117.97556497046958,28.396962275255824],[117.97624397006915,28.397238271285755],[117.97655122040207,28.397829274780904],[117.97700999519796,28.398028868681738],[117.97751541628945,28.398451296113066],[117.97769882096321,28.398918660547796],[117.97794902793386,28.398978936644358],[117.97836581149181,28.398930746840719],[117.97863503569111,28.399080854396018],[117.97855947607924,28.399302902261613],[117.97901157630079,28.399487425681887],[117.97909486325867,28.399390477910142],[117.9795065924889,28.399602250536596],[117.97960528892553,28.399868842666745],[117.98031426993425,28.399779828744531],[117.9804757983817,28.399893266307284],[117.98054255038862,28.400103084336678],[117.98046388781101,28.400684142901756],[117.9803163335112,28.400895583824486],[117.97999412708714,28.400988474527598],[117.97970893694924,28.401051302285925],[117.97897603478167,28.400940484910191],[117.97835678841231,28.401013286678388],[117.97776841244132,28.401507901558119],[117.97674592876682,28.403101255147945],[117.97673322865823,28.403100939260806],[117.97557546404416,28.402910455278885],[117.97455300367135,28.402846362721913],[117.97118646521616,28.402418421395463],[117.97034186370938,28.402097289632046],[117.96950916060801,28.401716673924508],[117.96850992124804,28.401086233977431],[117.96760008392478,28.400291389343337],[117.96741552127337,28.399979917706879],[117.96389949041355,28.401258161610098],[117.96351883539602,28.401201107406276],[117.96351883539613,28.401201107406333],[117.96285895365595,28.403717155578384],[117.96261152882536,28.40375526375583],[117.96136100491759,28.403558282715839],[117.96136100491755,28.403558282715696],[117.96136100491748,28.403558282715782],[117.95967791297082,28.4032091968568],[117.95542833501364,28.401352145220017],[117.95405454746735,28.398705718508449],[117.9581854955418,28.392971254974114]]]},"properties":{"FID":91,"name":"塔水村民委员会","name_t":"茅家岭街道","民警姓":"任圣日","电话":"13576382589","派出所":"茅家岭派出所"}},{"type":"Feature","id":92,"geometry":{"type":"Polygon","coordinates":[[[118.02286919324067,28.422378232527535],[118.02287468732727,28.4223850272421],[118.0228686698877,28.422389515925563],[118.02286919324067,28.422378232527535]]]},"properties":{"FID":92,"name":"狮山居民委员会","name_t":"朝阳镇","民警姓":"詹舟捷","电话":"18827717892","派出所":"朝阳派出所"}},{"type":"Feature","id":93,"geometry":{"type":"Polygon","coordinates":[[[118.02413431488431,28.433038428722547],[118.02393439683942,28.433381041388433],[118.02363425279965,28.433569554985173],[118.02357640574544,28.433630996337225],[118.02355240063906,28.433750982471725],[118.02342150964144,28.434000819084915],[118.02308830368513,28.434262495054853],[118.0229038495475,28.434440938161643],[118.02280270830478,28.434637223177972],[118.02273130834115,28.434875167007615],[118.0224219049462,28.434857265599913],[118.02219580639836,28.434869138400924],[118.02145799944753,28.434803602673206],[118.02044651560918,28.434654762782671],[118.02040486271308,28.434970040244718],[118.02038106941825,28.435487571358909],[118.02040487590131,28.435796907350706],[118.02041716549854,28.435797922873505],[118.02041816834078,28.435810955091888],[118.02169379976486,28.435916387350794],[118.02159485907504,28.436064746199634],[118.02144611937464,28.436320516853488],[118.02124381673632,28.436588179868625],[118.02113077155224,28.436832066696809],[118.02106532448464,28.437040255561666],[118.02097607708602,28.437206808002859],[118.02083922634975,28.437296017772407],[118.02076782886923,28.437409046722564],[118.02082271746215,28.437583697117027],[118.0209466569832,28.437713023235968],[118.02102367848521,28.437849272666444],[118.02098797789226,28.437962294898401],[118.02085112532532,28.438116943202711],[118.02071428270544,28.438360819091756],[118.02076783388058,28.438461956666078],[118.02077822572817,28.438470616306155],[118.02078107327695,28.4384759945296],[118.02088815952517,28.438565234359366],[118.02099435000491,28.438660806307787],[118.02102963135222,28.438872443344451],[118.02088683073798,28.439520835334566],[118.0208094872433,28.439520824781535],[118.02067859237445,28.440062142436627],[118.02093444202849,28.440115701366427],[118.02060912935873,28.440800801978096],[118.02043658641979,28.441068475508235],[118.02038303067386,28.441389696469134],[118.02025808409793,28.441348044021474],[118.0202759436675,28.441591934644194],[118.02031758826816,28.441758514115094],[118.02083523370096,28.442597327973431],[118.02072813752503,28.442668696960272],[118.02036657187038,28.442540385961522],[118.02028922052051,28.442391216096539],[118.02028922052051,28.442391216096333],[118.02008694611658,28.442171097461753],[118.0196823978176,28.441891474886784],[118.01934924000429,28.441683242939771],[118.01916481434809,28.441486921830023],[118.0189506417549,28.441463108887866],[118.01868292673201,28.441516625716798],[118.01852229802827,28.441629638225766],[118.0183200251591,28.441748594769354],[118.01825458346028,28.441897306585524],[118.01791547989123,28.442260149823284],[118.01771915537476,28.442307723351252],[118.01771915092301,28.442307347619757],[118.01771915537466,28.442307723351234],[118.0172015773984,28.442301735021193],[118.01677323725188,28.442271959950158],[118.01630325409332,28.442206491141739],[118.01602959295963,28.442075601061546],[118.01556556100368,28.441849519034591],[118.01522051153937,28.441700778823272],[118.01476837932132,28.441682902961258],[118.01423890960886,28.441795894816433],[118.01426270576277,28.441438975475261],[118.01232925978314,28.44155188720266],[118.01240064934009,28.440647692734061],[118.01262671266501,28.439773249328102],[118.01250178324254,28.439743499022384],[118.01154398983152,28.439672064320494],[118.01141311170528,28.439588776527252],[118.01099073182456,28.439564960380448],[118.01055645583136,28.439725553896093],[118.01041962891729,28.439808829615071],[118.01033039413259,28.439880209504672],[118.01008648571204,28.439677943703796],[118.00997940396579,28.439767168253187],[118.00985447703468,28.439731470320289],[118.00971765065336,28.439636286035523],[118.00953323164717,28.439422125303015],[118.00937261095274,28.439231761866321],[118.0089621340625,28.438619030872356],[118.00875987045404,28.438613074758592],[118.00867658388243,28.438678506473021],[118.00855165769596,28.438749886567109],[118.00850406608417,28.438714192316201],[118.00850406614964,28.438547629081288],[118.00842673003329,28.438190705332026],[118.00802220399143,28.43835725372745],[118.00741541463114,28.438565436607345],[118.0070346857712,28.438702244110999],[118.00715366342658,28.439041322509311],[118.00702873726135,28.439112702522909],[118.00715961249226,28.439511267206058],[118.00681457686343,28.439612383777167],[118.00671939527359,28.439737303534809],[118.00671939527349,28.43973730353466],[118.00671939527349,28.439737303534713],[118.00665395817721,28.43968971284243],[118.00642195163093,28.439546937142971],[118.0063505645183,28.439457704880528],[118.00635056460523,28.439237603878784],[118.00631487198459,28.439124578288816],[118.00621374149532,28.439011549961691],[118.0065647244231,28.438987765701373],[118.00648738900122,28.438714124662734],[118.00621969082751,28.438737911361169],[118.00616615061558,28.438488065460611],[118.0058925037757,28.438178726797204],[118.006065020352,28.437988373859056],[118.00611856069746,28.437833709276777],[118.00611856080573,28.437560070509459],[118.00634461783412,28.437571974944213],[118.00636841208262,28.437482744517776],[118.00626728173887,28.43693546410336],[118.00614830446158,28.43693546077106],[118.00592224785309,28.436406022395147],[118.0057497315869,28.43611453195097],[118.00550582949316,28.435864681323665],[118.00533926178585,28.435799241374976],[118.0051429509042,28.435834929137023],[118.00510725750887,28.435936055694054],[118.00512510411977,28.436102618447432],[118.00516674569238,28.436304876002463],[118.00520556089127,28.436560339521481],[118.00527977388899,28.436852156224948],[118.0053571079837,28.437060361016162],[118.00535115960639,28.437256668410456],[118.0051845910818,28.437298305004408],[118.00480386732096,28.437232860486201],[118.00486930375186,28.437476758196919],[118.00457186269531,28.43750054613616],[118.00452427296263,28.437310187543808],[118.00422683150498,28.437333975925164],[118.00407811228145,28.437357768339492],[118.00389964737111,28.437399405632704],[118.00374498013522,28.43741130007276],[118.00364979911814,28.43739940125554],[118.00328097462074,28.437464831132651],[118.00316794725191,28.437595699315647],[118.0031084603562,28.437702774868281],[118.00307871553514,28.437833645229183],[118.00306681809717,28.438012105476286],[118.00305492067669,28.438148925139338],[118.00298948472282,28.43815487234647],[118.00287050934747,28.438131076332574],[118.00267419994245,28.438107279379199],[118.00252548094988,28.438107277527223],[118.00230537812863,28.438077531557816],[118.00200793988593,28.438071579381305],[118.00201388914031,28.437690865136329],[118.0021388123201,28.437482661687572],[118.00233512129077,28.437316100587076],[118.00254332776541,28.437197129423122],[118.00282886858511,28.437060313251237],[118.0027134621055,28.436461875137894],[118.00271346215479,28.436338143191861],[118.00210431065753,28.436347653668474],[118.00162841153737,28.436442827593819],[118.00133335475978,28.436547523055157],[118.00095263709795,28.436775949463364],[118.00049577674896,28.436804501056567],[117.99983904116866,28.437080519039771],[117.99977241546989,28.437232804553762],[117.99950591584238,28.437204251033492],[117.99929652238174,28.437937129025336],[117.99935362934113,28.438146521666646],[117.99948687940825,28.438298807945849],[117.99987711266182,28.438498683973897],[118.00024831043739,28.439069756452724],[118.0003625249514,28.439355294500281],[118.00042915065804,28.439659866682561],[118.00039107835192,28.440021545743662],[118.00026734497705,28.440640208748054],[118.00008650449867,28.441049477186091],[117.99984855786323,28.441506334450565],[117.99923941372859,28.442001265372276],[117.99880159212717,28.442210660301622],[117.99845895097737,28.442315357806592],[117.99792595449159,28.442401022961757],[117.99728826207333,28.442391511143651],[117.99699321153987,28.442362959895906],[117.99670767981046,28.442172605786396],[117.99652684272891,28.441858518624834],[117.99652684293498,28.441344552098631],[117.99679809790528,28.441344548560476],[117.99723591536834,28.440901961876634],[117.99731205766295,28.440840094658363],[117.99729778107391,28.440759193250134],[117.9972692269458,28.440730639950885],[117.99717880899082,28.440697328984253],[117.99717880902317,28.440616426529786],[117.99721212054202,28.440568836544994],[117.99728350364532,28.440530763731644],[117.99729302201104,28.440483174906184],[117.99728826286436,28.440416549298742],[117.99712170279298,28.440083425499729],[117.99774987633747,28.440078660151737],[117.99780222375725,28.440107213313986],[117.9978593303976,28.44008341849106],[117.99797354373332,28.440016792856909],[117.9980306504285,28.439973961146308],[117.99812582800833,28.439854986865623],[117.99819245317518,28.43970746011157],[117.99821148910019,28.439588486373349],[117.99844967212671,28.439245126597861],[117.99844967223409,28.43924512654171],[117.99852819453443,28.439016696778978],[117.99850677915275,28.438702606436056],[117.99816413863903,28.438438487240379],[117.99804992515656,28.438609809598258],[117.99752882597936,28.438424215507684],[117.99707974605731,28.438204119119593],[117.99691318503965,28.438406376739295],[117.99679421305204,28.438656222606671],[117.9966157551676,28.43910832500103],[117.99649721336422,28.439227626147126],[117.99649678340275,28.439227300221905],[117.99635401689238,28.439227302227156],[117.99605658903816,28.439132126531838],[117.9957829555408,28.43894177335785],[117.99555691006042,28.438941777260037],[117.9953189678461,28.439084550482146],[117.99515240913597,28.43928680845395],[117.99500964337973,28.439703218935524],[117.99491446622176,28.440083936979331],[117.99479549530398,28.440512243388042],[117.99474790755325,28.440988138860348],[117.99460018501743,28.4416474540159],[117.99423393739121,28.442840310133448],[117.99414947053864,28.442782645549741],[117.99391153021165,28.442211579390086],[117.99380445710804,28.441616713974476],[117.99360220848702,28.441176517128643],[117.99348323879985,28.4403912945583],[117.99329288738451,28.439725047606029],[117.99311443388821,28.438927930570429],[117.99300736117594,28.438368757057823],[117.99248389504098,28.43820221022683],[117.99179387434448,28.437773927591188],[117.99200801818557,28.437654946866168],[117.99262665843521,28.437143341399352],[117.99437551786843,28.434347416046453],[117.994185165405,28.43427603556194],[117.992424410941,28.43671504273459],[117.99171059688021,28.43659609230231],[117.99103247444242,28.436274887896019],[117.9908302283584,28.436132126544937],[117.9903900460796,28.435489685802718],[117.99028297473986,28.434942411586718],[117.98984279449103,28.434299972743517],[117.99010246083635,28.434110596384627],[117.99041177787662,28.434051097190167],[117.99061402368048,28.433896423243539],[117.99054264388312,28.433587094776595],[117.99055454070003,28.433170686648658],[117.99088765180412,28.432944624800424],[117.99107800135117,28.432861335683498],[117.99157766975085,28.432861317912668],[117.99199406129419,28.432837509538466],[117.99229148442021,28.432587654659454],[117.99273167179416,28.432623333635387],[117.99314806465901,28.432742295262699],[117.9942544857517,28.433289545415033],[117.99438535315353,28.433051595175446],[117.99463519126763,28.432706566869662],[117.9951586629045,28.432539992885125],[117.9953609133197,28.432254452187649],[117.9953847083147,28.431635789302788],[117.99529869165626,28.431167471461915],[117.99476700211235,28.430627203059554],[117.99426732638447,28.430020448848307],[117.99383341753691,28.429649820136447],[117.9935213804727,28.429793848888401],[117.99309308906392,28.42995090623101],[117.99260769333878,28.430050857072931],[117.9919652589551,28.430122262220987],[117.99123716927451,28.430150839970462],[117.99086083444308,28.430134949213841],[117.99085391183318,28.429712606255809],[117.99084879129954,28.429693961623784],[117.99167835481224,28.429309765079172],[117.99343910252291,28.428167565039363],[117.99490243795663,28.426739848045919],[117.99490243795665,28.426739848045848],[117.99620612356624,28.425581922253816],[117.99680766641538,28.426027218837771],[117.99780370098556,28.425218189506396],[117.99862461134806,28.426027203433808],[117.99933844968866,28.426800529738617],[117.9997310613517,28.427062271058119],[117.99995711039979,28.427264525985514],[118.00021885318256,28.427252630144395],[118.00038541584074,28.427347808929401],[118.00051628785718,28.427478681048008],[118.00064953875926,28.427416815133082],[118.00067095424993,28.428016441620915],[118.00049249225556,28.428144932120659],[118.00029975539132,28.42825914592245],[118.00014984827313,28.428330530469864],[118.00006418645422,28.428409052256391],[117.99998566441991,28.428494712931602],[117.99982148073998,28.428551819976541],[117.99982861952748,28.42870172680567],[118.00014187180048,28.429185949405127],[118.00045715274842,28.42913241245418],[118.00055233129505,28.429388206233096],[118.00030843612188,28.429465537594751],[118.00048094783457,28.429751074963516],[118.00021920465295,28.429929533751395],[117.99989797615348,28.429411999113253],[117.9997730543828,28.429489332068218],[117.99970761862801,28.429352512220422],[117.99980874598644,28.429310870762357],[117.99964813195658,28.429144308401309],[117.99953510759418,28.428983694253681],[117.99913654712951,28.429108616627339],[117.99851788685764,28.429185951966453],[117.9985178868576,28.429185951966414],[117.99837512073232,28.429245439539606],[117.9983513256135,28.429316823664696],[117.99834537650271,28.429602359654442],[117.99854168149484,28.4303697389512],[117.99870229466576,28.430536301449525],[117.99932095446364,28.430774245954282],[117.99947561925977,28.430815887239],[117.99945182576101,28.431018142047368],[117.99967192642528,28.431077628724619],[117.99982659158825,28.430857527751936],[118.00013592296411,28.430911065893305],[118.00033222907201,28.430887271082277],[118.00057017700169,28.430833734984141],[118.00067725388909,28.430685017493353],[118.00067725388895,28.430685017493253],[118.00064751042454,28.430548198434103],[118.00061776788985,28.430345943531588],[118.00056422908912,28.430209123490794],[118.00056422909387,28.430197226309364],[118.00070699761368,28.430179380662327],[118.00084976619917,28.430244816272758],[118.00101633026325,28.43034594544752],[118.00114125359315,28.430500611346272],[118.0012840224222,28.430708816098655],[118.00146248408687,28.430869431581257],[118.00181940698987,28.431166868594278],[118.00222392250494,28.431386973638862],[118.00270577113176,28.43151785106463],[118.00319951830393,28.431535703298497],[118.00367542101306,28.431535710954584],[118.00388957705583,28.431523816637409],[118.00405019449762,28.431416743159144],[118.00428219761393,28.431202595658508],[118.00445471280798,28.431095522695617],[118.00462128075317,28.431024142178476],[118.00480569366957,28.430988455515248],[118.00497226094495,28.431053894184167],[118.00509718579485,28.431155024444166],[118.00510313495599,28.431232356710552],[118.0050317489743,28.431714198547471],[118.0059062285618,28.431922424092178],[118.00587648343819,28.431797500647416],[118.00588243269472,28.431690424375766],[118.00603888762284,28.431743966359502],[118.00606744217851,28.431483415363743],[118.00613169020832,28.431365633331282],[118.00614596657805,28.431272834994097],[118.00634228028824,28.431044410870044],[118.0064493601146,28.431044413958105],[118.00649576050952,28.431072968906282],[118.00653145406423,28.431176476959237],[118.00652074529495,28.431558381647953],[118.00666351885786,28.431494140747503],[118.00671705843573,28.43139777330282],[118.00674204348982,28.431269282883182],[118.006752752168,28.431147929981218],[118.00672776720539,28.431040853693297],[118.00673847405602,28.430990884777234],[118.00684912365847,28.430926643019589],[118.00691694144859,28.430883813826373],[118.00695977332316,28.430855261567029],[118.00705971349942,28.430787450151072],[118.00716322505808,28.43075889986066],[118.00734883002728,28.430905242398747],[118.00736310824185,28.430908813193152],[118.00743449397,28.430833862149367],[118.0075272970665,28.430751773000452],[118.00775930409361,28.430537628978215],[118.00789493932312,28.430634001882328],[118.00777715090891,28.430769627778886],[118.00767720857844,28.430858854531788],[118.00763437743908,28.430926668525828],[118.00756656025659,28.431112263683762],[118.00755585155453,28.431187216731956],[118.00754157420072,28.431247893761963],[118.00752015773416,28.431308568753831],[118.00746661794389,28.43141564338616],[118.00733812202557,28.431515576705145],[118.00726673454187,28.43156554360796],[118.00740593901963,28.431619086850368],[118.00734169057765,28.431776128598198],[118.0074523404602,28.431822532981343],[118.00753086625217,28.431697612965216],[118.00758440692911,28.431665491758153],[118.0077057638495,28.431644080264746],[118.00789493893284,28.431629810066422],[118.00801272736119,28.431629814253053],[118.00805912901515,28.431636954766834],[118.00813765413426,28.431522742329246],[118.00826972013463,28.431383548616584],[118.00853742287208,28.431080176482816],[118.00867248391323,28.430968765075058],[118.00874444575642,28.430937415581042],[118.00892291306889,28.430866038613434],[118.00933339014937,28.430780394491673],[118.00897288446301,28.430990963253297],[118.00883724931106,28.431187263614941],[118.00869804280377,28.431558455807579],[118.00866234960749,28.431879683714687],[118.00866948867984,28.432086698000113],[118.00869090430612,28.432179497560611],[118.00981882435654,28.432500772338688],[118.00981882440657,28.43237228116385],[118.00994732279251,28.432200965228869],[118.01013293036159,28.432086759110526],[118.0102400121817,28.432008241108399],[118.01039706494937,28.431915449552346],[118.01059695134036,28.431851211901972],[118.01073972680526,28.431815527096202],[118.01105383423575,28.431315852527142],[118.01108952863407,28.431273024781124],[118.01119660998404,28.43135869083455],[118.01142505239085,28.431151688234571],[118.01133938686766,28.431044607502471],[118.0116178006306,28.430787639257698],[118.01173202151637,28.430859029124836],[118.01196760288562,28.430630612678286],[118.01212465697085,28.430502128941473],[118.01231740574678,28.430423617381749],[118.01255298771657,28.430352245392179],[118.01264579310235,28.430266589754595],[118.01292420858067,28.430081006148054],[118.01308126338726,28.429945386002071],[118.01325973536332,28.429759797068943],[118.01338823588114,28.429559929430468],[118.01355956881916,28.429317233117541],[118.0136024020877,28.429224436040588],[118.01369520707742,28.429038843238619],[118.01380229073646,28.428931773271184],[118.0139379299801,28.428838981893193],[118.01406642970902,28.429438617054618],[118.01425204179442,28.429445767422209],[118.01465895969758,28.429331577911505],[118.01475890446922,28.429267338310659],[118.01483743389991,28.429181683514106],[118.01489454525924,28.429096025548397],[118.01500162862978,28.428988957023908],[118.01505874093817,28.428889022300872],[118.01506587944613,28.428796223141521],[118.01490882233202,28.428731967707581],[118.01478746123085,28.428710545076058],[118.01474462779133,28.428617742677897],[118.01480887757326,28.428574915543187],[118.01482315543146,28.428496394535525],[118.01482315545843,28.428425010550797],[118.01480887766263,28.428339348843323],[118.01481601705878,28.428253687625215],[118.01492310037013,28.428196587405299],[118.01494451759592,28.428139481616956],[118.01493023996778,28.427589822653154],[118.01496593507819,28.427411365475848],[118.01503018500314,28.427168663244636],[118.01510157514464,28.427125837558531],[118.01522293642098,28.427161537148244],[118.01529432567696,28.427254341540419],[118.01539427160564,28.427304317483035],[118.015551328238,28.427218667321164],[118.01567268985913,28.427025938390631],[118.01574407933721,28.426933143659067],[118.01587258137299,28.426726138525176],[118.01595824972557,28.426626206899378],[118.01687917779972,28.427104545975045],[118.01687917779984,28.427104545975158],[118.01707193091387,28.427061729833845],[118.01720043281912,28.426947525045104],[118.01720043281918,28.426947525044994],[118.01728610083195,28.426783347860955],[118.01737176976785,28.426647725200599],[118.01742174236843,28.426533513709106],[118.01742888186016,28.42642643782456],[118.01755738402828,28.426183742056537],[118.01760735668022,28.426048115858407],[118.01779297201789,28.425655517780907],[118.01788577888352,28.425362850193022],[118.01788577891537,28.425277188513057],[118.01787150090222,28.425220080216693],[118.01733607489803,28.425098686904313],[118.01741460444747,28.424841709599676],[118.01740032554781,28.424834570569594],[118.01727896296678,28.424955913735403],[118.01725754551079,28.424998742516244],[118.01689345658022,28.424934470310713],[118.01687204008101,28.424927330786968],[118.01665961466963,28.424791446028518],[118.01655253055506,28.424648671208459],[118.01650969586106,28.424548729644311],[118.01661503609274,28.424499007232164],[118.01676669987162,28.424577301875726],[118.01685236762638,28.424634415336968],[118.01679525613784,28.423656448321847],[118.01528893353226,28.423249454590358],[118.01539601719823,28.42288540210496],[118.01541743538728,28.42278546596971],[118.0154602690465,28.422656977688835],[118.01557449209967,28.422528493364293],[118.01565302001225,28.422499945128063],[118.01578866130984,28.422499954442966],[118.01611705310576,28.422549946553477],[118.01632408338851,28.422685590325514],[118.01660030906626,28.422839647574069],[118.01681667402256,28.422342982787772],[118.01695231432987,28.422171671203866],[118.0170950950501,28.422036051770775],[118.01725929151297,28.421879018386072],[118.01755913144608,28.421679165045823],[118.01777330178921,28.421564967125473],[118.01802316699616,28.421472187833761],[118.01820164398151,28.421436509435381],[118.01848720534079,28.421293764212709],[118.0187442117619,28.421236677785249],[118.01893696557667,28.42140801509457],[118.01894410501551,28.421579338140212],[118.01874421160909,28.421650705788267],[118.01849434467221,28.421714930737661],[118.01815167019414,28.421836256697102],[118.01799461163755,28.421936181942254],[118.01754485229517,28.422321621607367],[118.01745918420606,28.422414414713334],[118.01727356918946,28.422728491114192],[118.0172235965735,28.42297833175531],[118.01745918396406,28.423064010314597],[118.01766621556224,28.423178240503468],[118.01785182993073,28.423106870850376],[118.01802316650351,28.422799932626699],[118.01818736458769,28.422621485132137],[118.01855145667751,28.422535852488078],[118.01906546906011,28.422485926077073],[118.01966515248148,28.422407453543233],[118.02023627937061,28.422371811282492],[118.02123575772347,28.422364761899672],[118.0218211679195,28.42236481619673],[118.02286840992092,28.422377263770642],[118.02286919324067,28.422378232527535],[118.0228686698877,28.422389515925563],[118.02287468732727,28.4223850272421],[118.02340872906163,28.423144862150362],[118.0243368285043,28.423537569377821],[118.02516974208183,28.423751810295478],[118.02638342034885,28.424251632322054],[118.02838243543731,28.42522744754978],[118.02873940313431,28.426310149325854],[118.02910827206644,28.427178702003342],[118.02920304789278,28.427343777701253],[118.02890843774597,28.427704417099608],[118.02863711741807,28.427897084479302],[118.02805161203382,28.42804685100338],[118.027530369733,28.428203773282121],[118.02690917826123,28.428332136982235],[118.02598808890322,28.428745975991724],[118.02670591801161,28.429046040007321],[118.02776897080403,28.430003374564745],[118.02655052924445,28.431048930631579],[118.02612805776231,28.430674074014828],[118.0257769977169,28.430513396763963],[118.02566394846328,28.43065614155255],[118.0254794922957,28.430560935014096],[118.02499752611695,28.430459718872999],[118.02485473307283,28.430453735752248],[118.0247595245738,28.430435878545968],[118.02464647228599,28.430429906784234],[118.02453341825866,28.430417989630563],[118.02444417404949,28.430322792951536],[118.02434896483855,28.430269248855584],[118.02424780860305,28.430310862738278],[118.02409311736562,28.430643965103247],[118.02410848231567,28.430652571436706],[118.0241060313685,28.430657850226172],[118.02423915683636,28.430732404609127],[118.02412882191236,28.430941405497453],[118.02380156995268,28.431369652445827],[118.0238180807541,28.431378888406261],[118.02381451182104,28.431383559140333],[118.02416331661146,28.431578666807034],[118.0242628169018,28.431696440224844],[118.02447703326619,28.431996285167216],[118.02447702775351,28.432324652388886],[118.0242771147886,28.432695810280165],[118.02413431488431,28.433038428722547]]]},"properties":{"FID":93,"name":"十里村民委员会","name_t":"朝阳镇","民警姓":"周浩","电话":"18879381835","派出所":"朝阳派出所"}},{"type":"Feature","id":94,"geometry":{"type":"Polygon","coordinates":[[[118.01288074575174,28.419482763636754],[118.01285694904402,28.420791471288485],[118.01296403183747,28.421207884778571],[118.01301162422835,28.421338758396839],[118.01424903171264,28.420743964721687],[118.01436801351429,28.420874843083396],[118.01439180985233,28.420981920773524],[118.01457028264063,28.421338852732003],[118.01482014485335,28.42169578944581],[118.01501051627912,28.421921851608552],[118.01518898973632,28.421898068689202],[118.01497999213144,28.42143244891259],[118.01559037230771,28.421182646216607],[118.01574029058369,28.421107703069396],[118.01607939147021,28.421004218726523],[118.01643277079633,28.421007814113789],[118.0162471573998,28.4193919022152],[118.01651368034899,28.419334814072048],[118.01683731460477,28.419220622323802],[118.01715143100985,28.419068360044609],[118.01731324860002,28.418906568188465],[118.01746554706706,28.418678150067588],[118.01759880890515,28.418402141863115],[118.01812233819676,28.418621093692867],[118.01851260552117,28.418735339108682],[118.0190742117416,28.4188781528551],[118.02017231147798,28.419384994621538],[118.02132646930697,28.420182219894116],[118.02286840992092,28.422377263770642],[118.0218211679195,28.42236481619673],[118.02123575772347,28.422364761899672],[118.02023627937061,28.422371811282492],[118.01966515248148,28.422407453543233],[118.01906546906011,28.422485926077073],[118.01855145667751,28.422535852488078],[118.01818736458769,28.422621485132137],[118.01802316650351,28.422799932626699],[118.01785182993073,28.423106870850376],[118.01766621556224,28.423178240503468],[118.01745918396406,28.423064010314597],[118.0172235965735,28.42297833175531],[118.01727356918946,28.422728491114192],[118.01745918420606,28.422414414713334],[118.01754485229517,28.422321621607367],[118.01799461163755,28.421936181942254],[118.01815167019414,28.421836256697102],[118.01849434467221,28.421714930737661],[118.01874421160909,28.421650705788267],[118.01894410501551,28.421579338140212],[118.01893696557667,28.42140801509457],[118.0187442117619,28.421236677785249],[118.01848720534079,28.421293764212709],[118.01820164398151,28.421436509435381],[118.01802316699616,28.421472187833761],[118.01777330178921,28.421564967125473],[118.01755913144608,28.421679165045823],[118.01725929151297,28.421879018386072],[118.0170950950501,28.422036051770775],[118.01695231432987,28.422171671203866],[118.01681667402256,28.422342982787772],[118.01660030906626,28.422839647574069],[118.01632408338851,28.422685590325514],[118.01611705310576,28.422549946553477],[118.01578866130984,28.422499954442966],[118.01565302001225,28.422499945128063],[118.01557449209967,28.422528493364293],[118.0154602690465,28.422656977688835],[118.01541743538728,28.42278546596971],[118.01539601719823,28.42288540210496],[118.01528893353226,28.423249454590358],[118.01679525613784,28.423656448321847],[118.01685236762638,28.424634415336968],[118.01676669987162,28.424577301875726],[118.01661503609274,28.424499007232164],[118.01650969586106,28.424548729644311],[118.01655253055506,28.424648671208459],[118.01665961466963,28.424791446028518],[118.01687204008101,28.424927330786968],[118.01689345658022,28.424934470310713],[118.01725754551079,28.424998742516244],[118.01727896296678,28.424955913735403],[118.01740032554781,28.424834570569594],[118.01741460444747,28.424841709599676],[118.01733607489803,28.425098686904313],[118.01787150090222,28.425220080216693],[118.01788577891537,28.425277188513057],[118.01788577888352,28.425362850193022],[118.01779297201789,28.425655517780907],[118.01760735668022,28.426048115858407],[118.01755738402828,28.426183742056537],[118.01742888186016,28.42642643782456],[118.01742174236843,28.426533513709106],[118.01737176976785,28.426647725200599],[118.01728610083195,28.426783347860955],[118.01720043281918,28.426947525044994],[118.01720043281912,28.426947525045048],[118.01707193091387,28.427061729833788],[118.01687917779972,28.427104545975045],[118.01595824972557,28.426626206899378],[118.01587258137299,28.426726138525176],[118.01574407933721,28.426933143659067],[118.01567268985913,28.427025938390631],[118.015551328238,28.427218667321164],[118.01539427160564,28.427304317483035],[118.01529432567696,28.427254341540419],[118.01522293642098,28.427161537148244],[118.01510157514464,28.427125837558531],[118.01503018500314,28.427168663244636],[118.01496593507819,28.427411365475848],[118.01493023996778,28.427589822653154],[118.01494451759592,28.428139481616956],[118.01492310037013,28.428196587405299],[118.01481601705878,28.428253687625215],[118.01480887766263,28.428339348843323],[118.01482315545843,28.428425010550797],[118.01482315543146,28.428496394535525],[118.01480887757326,28.428574915543187],[118.01474462779133,28.428617742677897],[118.01478746123085,28.428710545076058],[118.01490882233202,28.428731967707581],[118.01506587944613,28.428796223141521],[118.01505874093817,28.428889022300872],[118.01500162862978,28.428988957023908],[118.01489454525924,28.429096025548397],[118.01483743389991,28.429181683514106],[118.01475890446922,28.429267338310659],[118.01465895969758,28.429331577911505],[118.01425204179442,28.429445767422209],[118.01406642970902,28.429438617054618],[118.0139379299801,28.428838981893193],[118.01380229073646,28.428931773271184],[118.01369520707742,28.429038843238619],[118.0136024020877,28.429224436040588],[118.01355956881916,28.429317233117541],[118.01338823588114,28.429559929430468],[118.01325973536332,28.429759797068943],[118.01308126338726,28.429945386002071],[118.01292420858067,28.430081006148054],[118.01264579310235,28.430266589754595],[118.01255298771657,28.430352245392179],[118.01231740574678,28.430423617381749],[118.01212465697085,28.430502128941473],[118.01196760288562,28.430630612678286],[118.01173202151637,28.430859029124836],[118.0116178006306,28.430787639257698],[118.01133938686766,28.431044607502471],[118.01142505239085,28.431151688234571],[118.01119660998404,28.43135869083455],[118.01108952863407,28.431273024781124],[118.01105383423575,28.431315852527142],[118.01073972680526,28.431815527096202],[118.01059695134036,28.431851211901972],[118.01039706494937,28.431915449552346],[118.0102400121817,28.432008241108399],[118.01013293036159,28.432086759110526],[118.00994732279251,28.432200965228869],[118.00981882440657,28.43237228116385],[118.00981882435654,28.432500772338688],[118.00869090430612,28.432179497560611],[118.00866948867984,28.432086698000113],[118.00866234960749,28.431879683714687],[118.00869804280377,28.431558455807579],[118.00883724931106,28.431187263614941],[118.00897288446301,28.430990963253297],[118.00933339014937,28.430780394491673],[118.00892291306889,28.430866038613434],[118.00874444575642,28.430937415581042],[118.00867248391323,28.430968765075058],[118.00853742287208,28.431080176482816],[118.00826972013463,28.431383548616584],[118.00813765413426,28.431522742329246],[118.00805912901515,28.431636954766834],[118.00801272736119,28.431629814253053],[118.00789493893284,28.431629810066422],[118.0077057638495,28.431644080264746],[118.00758440692911,28.431665491758153],[118.00753086625217,28.431697612965216],[118.0074523404602,28.431822532981343],[118.00734169057765,28.431776128598198],[118.00740593901963,28.431619086850368],[118.00726673454187,28.43156554360796],[118.00733812202557,28.431515576705145],[118.00746661794389,28.43141564338616],[118.00752015773416,28.431308568753831],[118.00754157420072,28.431247893761963],[118.00755585155453,28.431187216731956],[118.00756656025659,28.431112263683762],[118.00763437743908,28.430926668525828],[118.00767720857844,28.430858854531788],[118.00777715090891,28.430769627778886],[118.00789493932312,28.430634001882328],[118.00775930409361,28.430537628978215],[118.0075272970665,28.430751773000452],[118.00743449397,28.430833862149367],[118.00736310824185,28.430908813193152],[118.00734883002728,28.430905242398747],[118.00716322505808,28.43075889986066],[118.00705971349942,28.430787450151072],[118.00695977332316,28.430855261567029],[118.00691694144859,28.430883813826373],[118.00684912365847,28.430926643019589],[118.00673847405602,28.430990884777234],[118.00672776720539,28.431040853693297],[118.006752752168,28.431147929981218],[118.00674204348982,28.431269282883182],[118.00671705843573,28.43139777330282],[118.00666351885786,28.431494140747503],[118.00652074529495,28.431558381647953],[118.00653145406423,28.431176476959237],[118.00649576050952,28.431072968906282],[118.0064493601146,28.431044413958105],[118.00634228028824,28.431044410870044],[118.00614596657805,28.431272834994097],[118.00613169020832,28.431365633331282],[118.00606744217851,28.431483415363743],[118.00603888762284,28.431743966359502],[118.00588243269472,28.431690424375766],[118.00587648343819,28.431797500647416],[118.0059062285618,28.431922424092178],[118.0050317489743,28.431714198547471],[118.00510313495599,28.431232356710552],[118.00509718579485,28.431155024444166],[118.00497226094495,28.431053894184167],[118.00480569366957,28.430988455515248],[118.00462128075317,28.431024142178476],[118.00445471280798,28.431095522695617],[118.00428219761393,28.431202595658508],[118.00405019449762,28.431416743159144],[118.00388957705583,28.431523816637409],[118.00367542101306,28.431535710954584],[118.00319951830393,28.431535703298497],[118.00270577113176,28.43151785106463],[118.00222392250494,28.431386973638862],[118.00181940698987,28.431166868594278],[118.00146248408687,28.430869431581257],[118.0012840224222,28.430708816098655],[118.00114125359315,28.430500611346272],[118.00101633026325,28.43034594544752],[118.00084976619917,28.430244816272758],[118.00070699761368,28.430179380662327],[118.00056422909387,28.430197226309364],[118.00056422908912,28.430209123490794],[118.00061776788985,28.430345943531588],[118.00064751042454,28.430548198434103],[118.00067725388895,28.430685017493253],[118.00052818044959,28.430581528423918],[118.00067725388909,28.430685017493353],[118.00057017700169,28.430833734984141],[118.00033222907201,28.430887271082277],[118.00013592296411,28.430911065893305],[117.99982659158825,28.430857527751936],[117.99967192642528,28.431077628724619],[117.99945182576101,28.431018142047368],[117.99947561925977,28.430815887239],[117.99932095446364,28.430774245954282],[117.99870229466576,28.430536301449525],[117.99854168149484,28.4303697389512],[117.99834537650271,28.429602359654442],[117.9983513256135,28.429316823664696],[117.99837512073232,28.429245439539606],[117.99851788685764,28.429185951966396],[117.99851788685771,28.429185951966446],[117.99913654712951,28.429108616627339],[117.99953510759418,28.428983694253681],[117.99964813195658,28.429144308401309],[117.99980874598644,28.429310870762357],[117.99970761862801,28.429352512220422],[117.9997730543828,28.429489332068218],[117.99989797615348,28.429411999113253],[118.00021920465295,28.429929533751395],[118.00048094783457,28.429751074963516],[118.00030843612188,28.429465537594751],[118.00055233129505,28.429388206233096],[118.00045715274842,28.42913241245418],[118.00014187180048,28.429185949405127],[117.99982861952748,28.42870172680567],[117.99982148073998,28.428551819976541],[117.99998566441991,28.428494712931602],[118.00006418645422,28.428409052256391],[118.00014984827313,28.428330530469864],[118.00029975539132,28.42825914592245],[118.00049249225556,28.428144932120659],[118.00067095424993,28.428016441620915],[118.00064953875926,28.427416815133082],[118.00051628785718,28.427478681048008],[118.00038541584074,28.427347808929401],[118.00021885318256,28.427252630144395],[117.99995711039979,28.427264525985514],[117.9997310613517,28.427062271058119],[117.99933844968866,28.426800529738617],[117.99862461134806,28.426027203433808],[117.99780370098556,28.425218189506396],[117.99680766641538,28.426027218837771],[117.99620612356624,28.425581922253816],[117.99671080093546,28.425133675075369],[118.00068449625154,28.421481170367819],[118.00376594769509,28.418530658958634],[118.00376214377037,28.41852899759871],[118.00455119011814,28.417531297362931],[118.00543441645252,28.416206511811229],[118.00595617387314,28.416476134081449],[118.00613606685866,28.416627473956432],[118.00592666770871,28.41701770099079],[118.00581245001148,28.416989144355874],[118.00565064035055,28.417369856234391],[118.00582196762363,28.417569735857061],[118.00551738590903,28.418216944016674],[118.00741150571055,28.418711929749382],[118.0073543963815,28.418854694929063],[118.00771608892246,28.419083137701378],[118.00798260107995,28.418788091760021],[118.00914383154554,28.419178369775409],[118.00998144452909,28.419216476526874],[118.01028603171146,28.4191022758393],[118.01050495497671,28.419102285923277],[118.01061917525841,28.419149880888813],[118.01075099606912,28.419268500233947],[118.0112388138338,28.419506471045956],[118.01139348800845,28.419554068197506],[118.01158385640892,28.419542180501089],[118.01186940936054,28.419458913796362],[118.01211926854974,28.419292364048051],[118.01223824924563,28.419149602180255],[118.01247621074955,28.419102025716359],[118.01261730049583,28.419094469398651],[118.01279745915762,28.419173427714362],[118.01288074581996,28.419304303318885],[118.01288074575174,28.419482763636754]],[[118.00181940698987,28.431166868594278],[118.00253148806814,28.431410166215073],[118.00278873938274,28.431334408053004],[118.00278873938275,28.431334408052987],[118.00253148806814,28.431410166215066],[118.00181940698987,28.431166868594278]]]},"properties":{"FID":94,"name":"狮山居民委员会","name_t":"朝阳镇","民警姓":"詹舟捷","电话":"18827717892","派出所":"朝阳派出所"}},{"type":"Feature","id":95,"geometry":{"type":"Polygon","coordinates":[[[118.02148427467756,28.438346915407632],[118.02078107327695,28.4384759945296],[118.02077822572817,28.438470616306155],[118.02076783388058,28.438461956666078],[118.02148427467756,28.438346915407632]]]},"properties":{"FID":95,"name":"溪边村民委员会","name_t":"朝阳镇","民警姓":"郑俊屹","电话":"18870932325","派出所":"朝阳派出所"}},{"type":"Feature","id":96,"geometry":{"type":"Polygon","coordinates":[[[118.022383921155,28.438118601232265],[118.02282659926637,28.438375649935157],[118.02312648641765,28.438375702882936],[118.02361199777366,28.4382901069242],[118.02421177019195,28.438061774636704],[118.0247401392117,28.437804879941833],[118.02499718003749,28.437547943777226],[118.02529706566955,28.437390957264693],[118.02579687377322,28.437333943157828],[118.02606820689394,28.4372768866059],[118.02666798489676,28.437248446109823],[118.02682505676768,28.43736268911465],[118.02695357883705,28.4370629090409],[118.02716779348,28.436734587096737],[118.02741055475813,28.436620425092102],[118.02753908860269,28.437034480647334],[118.02762476767568,28.437320031985674],[118.02808174732299,28.437776989213237],[118.02812459410843,28.438048262434304],[118.02838165022366,28.438448062324728],[118.02893859185838,28.438048445956706],[118.0294526930459,28.437777311233777],[118.02985255032898,28.438091499218903],[118.0304809064797,28.438477134199587],[118.03052375101848,28.438719843426554],[118.03066655830223,28.438948308487404],[118.03095217686285,28.438991214437369],[118.03126634369714,28.438877093155565],[118.03143771659475,28.438563050395448],[118.03182329744374,28.438763036784977],[118.031466278701,28.43913411971926],[118.03185186857274,28.439391209739536],[118.03190899138488,28.439633930980499],[118.03182330237743,28.440176420756583],[118.0322374632207,28.440690499263699],[118.03262304161115,28.441333065686894],[118.03349418491199,28.44234696481481],[118.0338512109189,28.442646891278375],[118.03456526273823,28.443075407840979],[118.0346081153522,28.44283272641572],[118.03490801308284,28.443075526292837],[118.03563634356956,28.443189986905363],[118.03590768878483,28.443190071822933],[118.03617904143741,28.443347214352642],[118.03629329006215,28.443575679889197],[118.0363932549901,28.444018288089413],[118.03650750648009,28.444018328565619],[118.03677885629179,28.443789994562149],[118.03682169306589,28.443618687559653],[118.03697878595659,28.443732966150684],[118.03709303683782,28.443633064787683],[118.03739294294053,28.443747392305063],[118.03763572437541,28.443533325241695],[118.03797848158237,28.443404964305945],[118.03827838158529,28.443262307699161],[118.03846404759179,28.44287690996693],[118.03879251408716,28.442348794745612],[118.0388781963776,28.442063294820787],[118.04016353701184,28.442349317116836],[118.04082049664488,28.442649392712205],[118.04072051277082,28.442806392275131],[118.04037776635917,28.443206010994047],[118.04006357288428,28.443477136357902],[118.03994932158143,28.443705520544817],[118.0399778829493,28.444005338783892],[118.0401064207003,28.444276650193576],[118.04037776960116,28.444433793004656],[118.04062056176491,28.444519557291009],[118.04106327878503,28.444548277219265],[118.04134892518745,28.44466261174907],[118.0412917973859,28.445048050588049],[118.04139176684389,28.445704815114599],[118.04143461586595,28.44617596551597],[118.04170596869875,28.44661865082503],[118.04197731914253,28.446904291609265],[118.04224866994214,28.446861570807457],[118.04244862326286,28.447518382260661],[118.04254859597296,28.447689745971324],[118.04276281769839,28.447047388660685],[118.04290563732035,28.446790466695973],[118.04314842721604,28.446776296273637],[118.04340549770467,28.447004831341413],[118.04334838107339,28.447790015612597],[118.04346263272986,28.448061320546667],[118.04350547675638,28.448232655805008],[118.04366258334704,28.448575357601623],[118.04383395698673,28.448989460327155],[118.04397678420014,28.449232217721146],[118.04409104513979,28.449360767505059],[118.04419100853249,28.449517845036393],[118.04427670224031,28.449732033577533],[118.04436240132412,28.450117541900312],[118.04444809868819,28.450303165202822],[118.04459091636605,28.450331788004529],[118.04486227415876,28.450174867627581],[118.04491939725111,28.449860799918039],[118.04497652304504,28.449575296603548],[118.04519074822319,28.449418345679391],[118.04564778438237,28.449361436203777],[118.04581916643255,28.449547104923052],[118.0460476780582,28.449889844092269],[118.04623334452359,28.450075520098132],[118.04565859344605,28.450516275839622],[118.04516347666306,28.450801600967822],[118.04510635344013,28.4514297455658],[118.04562051164331,28.451658392035771],[118.0459823202164,28.451906011825194],[118.04674403478664,28.45200153529753],[118.04706776933283,28.452134921423401],[118.04739150591335,28.452668058151058],[118.04739150672064,28.453029732796704],[118.04733437583864,28.453867273331017],[118.04737247418691,28.455656635541629],[118.04740020878862,28.455798357311],[118.04788664908155,28.458283770121323],[118.04895308891115,28.462700529108705],[118.0481723135738,28.462871491773722],[118.04788666593002,28.46279522158958],[118.04792475654389,28.463442450936061],[118.04832466831364,28.464622852840595],[118.04881980419256,28.465803280328011],[118.04889597949453,28.466545707892195],[118.04840086367868,28.467383066917719],[118.0480390369617,28.467154468039094],[118.04813425067189,28.46635500858488],[118.04786762717882,28.465003350560227],[118.04722016235152,28.463822847769816],[118.04685833884103,28.46342294204101],[118.04607757065229,28.463003803290658],[118.04491175167178,28.46249170651388],[118.04301937989901,28.462455215618391],[118.04205535879976,28.461526826256243],[118.04076999307306,28.460776777179564],[118.03905619604431,28.460490562656581],[118.03905619539456,28.46049056357333],[118.037628044961,28.460133127526451],[118.03666405110236,28.45966878769671],[118.03377210372642,28.459382315533091],[118.0318798705253,28.458632245084491],[118.02984484512463,28.458274798500462],[118.02802405631509,28.457846088088662],[118.02560702277977,28.457399959683638],[118.02559899441853,28.457398478517987],[118.02538857087193,28.456837466137227],[118.02506434113712,28.456698492627631],[118.02465978361501,28.456531886474],[118.02426712539963,28.456329589764817],[118.02381497337643,28.45613918568063],[118.02325573476618,28.455984464160753],[118.02275599084032,28.455901132787915],[118.02238713201739,28.455710739450396],[118.0219349856737,28.455437057628576],[118.02162562117759,28.455365644656581],[118.02143524386788,28.455318037389205],[118.02142587732725,28.455304924354966],[118.02142204760332,28.455303967119004],[118.02136254300805,28.455220684969131],[118.02148154512393,28.455101716943506],[118.02160055270545,28.45497085988934],[118.02169353657769,28.454738447695465],[118.02160182458788,28.454687493244975],[118.02129246138088,28.454842129825835],[118.02104259142901,28.455032465527204],[118.02074512742617,28.455080027454031],[118.02063804121937,28.455056223534516],[118.02043576553731,28.454961026363694],[118.02019635599576,28.4547565688279],[118.02003702952484,28.454551749723279],[118.01982894152967,28.45438990172088],[118.01969805911209,28.454461273623536],[118.0194823623802,28.454435278323444],[118.01944666936025,28.454209229780918],[118.01951676679663,28.453998975117766],[118.01922211923792,28.453794981534738],[118.01893655692056,28.45381875320448],[118.01815126058105,28.454223199618742],[118.01778071911468,28.452995578423142],[118.01806629970477,28.452900413305773],[118.01854230033733,28.45259112169915],[118.01870889223981,28.45218662110636],[118.0189706964681,28.451924907194869],[118.01925629850071,28.451639393094357],[118.0192800834768,28.451401445165406],[118.01928009623654,28.450949337004889],[118.01918489929011,28.450544827627613],[118.01918490481043,28.450211699369031],[118.01950857576381,28.449421743407942],[118.01964186408298,28.44909814669818],[118.01974658274622,28.44857467336373],[118.01978466482846,28.448327214537088],[118.01993697945156,28.448098798863867],[118.02015594246937,28.447946535894271],[118.02047962007391,28.44768959094224],[118.0204796165568,28.447470675260238],[118.02052722627225,28.447213697130131],[118.02060337978726,28.447089980942678],[118.02076522607015,28.446928187791585],[118.02106986389998,28.446728341912422],[118.0214411319982,28.4464714106578],[118.02145065515062,28.446176349942007],[118.02146970136624,28.445833715772878],[118.02150778101624,28.445681429266916],[118.02169817469463,28.445395925426592],[118.02166190390211,28.445114888130391],[118.02161610636331,28.445114883864367],[118.02157803121945,28.445191022641033],[118.02154947370695,28.445343306422036],[118.02129246476611,28.445590747488577],[118.0209878608909,28.445552647677477],[118.02079748506412,28.445447933714501],[118.02067001723238,28.44528159110909],[118.02046058943013,28.445053135676719],[118.02036538829725,28.44483421520183],[118.02038919051272,28.444515368533089],[118.02051295377277,28.443910992062346],[118.02062242449996,28.443292348377565],[118.02081282374176,28.442892624078677],[118.02028922671609,28.442664132694837],[118.02035923804814,28.442537782667795],[118.02036657187038,28.442540385961522],[118.02072813752503,28.442668696960272],[118.02083523370096,28.442597327973431],[118.02031758826816,28.441758514115094],[118.0202759436675,28.441591934644194],[118.02025808409793,28.441348044021474],[118.02038303067386,28.441389696469134],[118.02043658641979,28.441068475508235],[118.02060912935873,28.440800801978096],[118.02093444202849,28.440115701366427],[118.02067859237445,28.440062142436627],[118.0208094872433,28.439520824781535],[118.02088683073798,28.439520835334566],[118.02102963135222,28.438872443344451],[118.02099435000491,28.438660806307787],[118.02088815952517,28.438565234359366],[118.02078107327695,28.4384759945296],[118.02148427467756,28.438346915407632],[118.0220554730374,28.438004349187381],[118.022383921155,28.438118601232265]]]},"properties":{"FID":96,"name":"西园村民委员会","name_t":"朝阳镇","民警姓":"陈龙","电话":"18879381720","派出所":"朝阳派出所"}},{"type":"Feature","id":97,"geometry":{"type":"Polygon","coordinates":[[[118.0367907371768,28.421249515031096],[118.03700495502854,28.421235308394959],[118.03731915465846,28.421235432630041],[118.03843894057363,28.420848587176117],[118.0389506867841,28.420658431522469],[118.03932557806323,28.420325456355751],[118.03956954858785,28.420045957938161],[118.03992659488003,28.419724881441411],[118.03992659487994,28.419724881441336],[118.03992659488003,28.419724881441297],[118.04042049625384,28.419510915767347],[118.04069424084939,28.419421801380413],[118.04091442278863,28.419362404724758],[118.04103342557305,28.419213731628112],[118.04117624966865,28.41904128254891],[118.04136071674718,28.418904536489293],[118.04155709231583,28.41886297626256],[118.04177727762439,28.418857126076755],[118.04254491962912,28.41890503676289],[118.04256277919538,28.418690889654723],[118.04263418682781,28.418054413900471],[118.04254491728177,28.417632016894569],[118.04264013537318,28.417429799012119],[118.04264013537328,28.417429799012108],[118.04264013537329,28.417429799012233],[118.04290078183747,28.417412066516849],[118.04317214155954,28.417426452797148],[118.04342921656,28.417540778909302],[118.04382911534873,28.417755108979208],[118.04397194078092,28.417840828804202],[118.04414332185013,28.417969394865327],[118.04432898714961,28.417969477753356],[118.0451145047666,28.417384460338578],[118.0454715652474,28.416970593172309],[118.04547156524768,28.416970593172255],[118.04547163430317,28.416970585436282],[118.04547156524775,28.41697059317222],[118.04585718183463,28.416785168358224],[118.04629994375918,28.416599769631631],[118.04671412168761,28.416514281348753],[118.04702834116203,28.416485866205527],[118.04738540107196,28.416471751333138],[118.0474853691756,28.416471803066607],[118.04802751601476,28.416679969870245],[118.0480251606139,28.416684689888822],[118.04802510566127,28.416684668417822],[118.04802512690675,28.416684757435394],[118.04707881125994,28.41858113716723],[118.04699092090307,28.418997188697659],[118.04725739411572,28.42032040494475],[118.04725739337762,28.420320405734152],[118.0484574202099,28.4219979602927],[118.04845739868344,28.421998000306143],[118.04845745966159,28.421998049384598],[118.0493288611576,28.4250697340789],[118.04932881631143,28.425069789510946],[118.04932886115266,28.42506979352564],[118.04932882015642,28.425069798261323],[118.0490552290624,28.425498076029069],[118.048501062917,28.425399028693612],[118.04784903606188,28.425571078352665],[118.04707325144989,28.425452433595787],[118.04707321020118,28.425452415228495],[118.04707320930441,28.425452415230271],[118.04707325055315,28.425452433597563],[118.04707325121194,28.425452433698307],[118.04680066839217,28.425569876067062],[118.04678068751103,28.425859832123034],[118.04698727319379,28.426877216905222],[118.04722488423813,28.427127742561002],[118.04748046053415,28.427279267624197],[118.04748041480576,28.427279190841901],[118.04884539681127,28.427200986140146],[118.04914794086739,28.427261469924694],[118.05028128551149,28.427935942361682],[118.0493628987187,28.429455510306706],[118.04841073964351,28.430425900053905],[118.04770614193087,28.430292338445085],[118.04742049206945,28.430177994783694],[118.04717293856453,28.429987534031561],[118.04702059654178,28.430063598901299],[118.04700154125791,28.430292018750894],[118.04703963368682,28.430425288728415],[118.04747762537305,28.430463555650732],[118.04780135787608,28.430863445052154],[118.04793465481359,28.431091930046232],[118.04757283471325,28.431986448316312],[118.04690633907302,28.433166348032763],[118.04614462393056,28.434022612120469],[118.04545908267332,28.434669517703615],[118.04509726832966,28.434935861347249],[118.04582089646746,28.434726783333229],[118.04650643476521,28.434765162907198],[118.04692538755532,28.434898588721854],[118.0472300696851,28.43516522280779],[118.04757284372273,28.435508009218889],[118.04806796871878,28.435660517113917],[118.04795370889124,28.435926966050907],[118.04774424555706,28.436345646005002],[118.04734432712026,28.436212224511163],[118.04667782869473,28.43605964315935],[118.04623984270665,28.435697783657069],[118.04591610818161,28.435488247905205],[118.04524961011043,28.435564093587395],[118.04464024629632,28.435906477553353],[118.04420227026293,28.436344098828869],[118.04420227816341,28.437067448119304],[118.0442784487999,28.437429158591737],[118.04444983182783,28.437695724554029],[118.04260271346105,28.437447487897959],[118.04066039779006,28.43729440405416],[118.03879427322065,28.437160422838883],[118.03915607734736,28.437998134598327],[118.03938458354577,28.438474111270093],[118.04020340487415,28.43992111615896],[118.04102221360905,28.440606719892248],[118.04149827452885,28.440835342685109],[118.04142210179998,28.440968565116592],[118.040946044538,28.440987405414148],[118.04128880409505,28.441120801522075],[118.04130784722406,28.441235015456019],[118.04079371104893,28.441425155040523],[118.04039382105155,28.441139470934917],[118.04035574209087,28.441006206237237],[118.03999393875075,28.441153589288515],[118.04016532453629,28.441524850624468],[118.04030813188491,28.441767608144193],[118.04076514934825,28.44198193371847],[118.04080798845455,28.44218183299288],[118.04009391488783,28.441938850855514],[118.03991648803127,28.442294338982311],[118.0388781963776,28.442063294820787],[118.03879251408716,28.442348794745612],[118.03846404759179,28.44287690996693],[118.03827838158529,28.443262307699161],[118.03797848158237,28.443404964305945],[118.03763572437541,28.443533325241695],[118.03739294294053,28.443747392305063],[118.03709303683782,28.443633064787683],[118.03697878595659,28.443732966150684],[118.03682169306589,28.443618687559653],[118.03677885629179,28.443789994562149],[118.03650750648009,28.444018328565619],[118.0363932549901,28.444018288089413],[118.03629329006215,28.443575679889197],[118.03617904143741,28.443347214352642],[118.03590768878483,28.443190071822933],[118.03563634356956,28.443189986905363],[118.03490801308284,28.443075526292837],[118.0346081153522,28.44283272641572],[118.03456526273823,28.443075407840979],[118.0338512109189,28.442646891278375],[118.03349418491199,28.44234696481481],[118.03262304161115,28.441333065686894],[118.0322374632207,28.440690499263699],[118.03182330237743,28.440176420756583],[118.03190899138488,28.439633930980499],[118.03185186857274,28.439391209739536],[118.031466278701,28.43913411971926],[118.03182329744374,28.438763036784977],[118.03143771659475,28.438563050395448],[118.03126634369714,28.438877093155565],[118.03095217686285,28.438991214437369],[118.03066655830223,28.438948308487404],[118.03052375101848,28.438719843426554],[118.0304809064797,28.438477134199587],[118.02985255032898,28.438091499218903],[118.0294526930459,28.437777311233777],[118.02893859185838,28.438048445956706],[118.02838165022366,28.438448062324728],[118.02812459410843,28.438048262434304],[118.02808174732299,28.437776989213237],[118.02762476767568,28.437320031985674],[118.02753908860269,28.437034480647334],[118.02741055475813,28.436620425092102],[118.02716779348,28.436734587096737],[118.02695357883705,28.4370629090409],[118.02682505676768,28.43736268911465],[118.02666798489676,28.437248446109823],[118.02606820689394,28.4372768866059],[118.02579687377322,28.437333943157828],[118.02529706566955,28.437390957264693],[118.02499718003749,28.437547943777226],[118.0247401392117,28.437804879941833],[118.02421177019195,28.438061774636704],[118.02361199777366,28.4382901069242],[118.02312648641765,28.438375702882936],[118.02282659926637,28.438375649935157],[118.022383921155,28.438118601232265],[118.0220554730374,28.438004349187381],[118.02148427467756,28.438346915407632],[118.02076783388058,28.438461956666078],[118.02071428270544,28.438360819091756],[118.02085112532532,28.438116943202711],[118.02098797789226,28.437962294898401],[118.02102367848521,28.437849272666444],[118.0209466569832,28.437713023235968],[118.02082271746215,28.437583697117027],[118.02076782886923,28.437409046722564],[118.02083922634975,28.437296017772407],[118.02097607708602,28.437206808002859],[118.02106532448464,28.437040255561666],[118.02113077155224,28.436832066696809],[118.02124381673632,28.436588179868625],[118.02144611937464,28.436320516853488],[118.02159485907504,28.436064746199634],[118.02169379976486,28.435916387350794],[118.02041816834078,28.435810955091888],[118.02041716549854,28.435797922873505],[118.02040487590131,28.435796907350706],[118.02038106941825,28.435487571358909],[118.02040486271308,28.434970040244718],[118.02044651560918,28.434654762782671],[118.02145799944753,28.434803602673206],[118.02219580639836,28.434869138400924],[118.0224219049462,28.434857265599913],[118.02273130834115,28.434875167007615],[118.02280270830478,28.434637223177972],[118.0229038495475,28.434440938161643],[118.02308830368513,28.434262495054853],[118.02342150964144,28.434000819084915],[118.02355240063906,28.433750982471725],[118.02358215104863,28.4336022792608],[118.02393439683942,28.433381041388433],[118.02413431488431,28.433038428722547],[118.0242771147886,28.432695810280165],[118.02447702775351,28.432324652388886],[118.02447703326619,28.431996285167216],[118.0242628169018,28.431696440224844],[118.02416331661146,28.431578666807034],[118.02381451182104,28.431383559140333],[118.0238180807541,28.431378888406261],[118.02380156995268,28.431369652445827],[118.02412882191236,28.430941405497453],[118.02423915683636,28.430732404609127],[118.0241060313685,28.430657850226172],[118.02410848231567,28.430652571436706],[118.02409311736562,28.430643965103247],[118.02424780860305,28.430310862738278],[118.02434896483855,28.430269248855584],[118.02444417404949,28.430322792951536],[118.02453341825866,28.430417989630563],[118.02464647228599,28.430429906784234],[118.0247595245738,28.430435878545968],[118.02485473307283,28.430453735752248],[118.02499752611695,28.430459718872999],[118.0254794922957,28.430560935014096],[118.02566394846328,28.43065614155255],[118.0257769977169,28.430513396763963],[118.02612805776231,28.430674074014828],[118.02655052924445,28.431048930631579],[118.02776897080403,28.430003374564745],[118.02670591801161,28.429046040007321],[118.02598808890322,28.428745975991724],[118.02690917826123,28.428332136982235],[118.027530369733,28.428203773282121],[118.02805161203382,28.42804685100338],[118.02863711741807,28.427897084479302],[118.02890843774597,28.427704417099608],[118.02920304789278,28.427343777701253],[118.02954816424307,28.427367659736507],[118.02954816424318,28.427367659736507],[118.02991709236086,28.427213087512126],[118.03026220714064,28.426999039463844],[118.03073822908087,28.426939680148237],[118.03123805879036,28.426939816094528],[118.03179739412904,28.427082744125965],[118.03179739412916,28.427082744126022],[118.0319878124276,28.427189871995477],[118.03224962472702,28.427189947561221],[118.03276135572587,28.427035438979047],[118.03304697857568,28.427023634871507],[118.03313027449218,28.426607250415138],[118.03313027449219,28.426607250415096],[118.03297556584349,28.426381158435007],[118.03283274370388,28.426143161093741],[118.03308267143537,28.426012368651907],[118.03328498354327,28.42588156265284],[118.03340398910147,28.425810214045118],[118.03341588907027,28.425679346712172],[118.03354680452323,28.425596104438],[118.03386812361181,28.425655698235538],[118.03427275457514,28.425727212188928],[118.0344750792767,28.425834351571307],[118.03455806963932,28.426096766891028],[118.03456983011192,28.426390699705145],[118.03456983011189,28.426390699705209],[118.03456983011181,28.426390699705202],[118.03478450476388,28.426560199426532],[118.0348678083205,28.426584012069362],[118.03509393264679,28.426607881361214],[118.03532004817095,28.426667444173656],[118.03541525012552,28.426703172080437],[118.0355342728493,28.426774596845839],[118.03570088767938,28.426834141365489],[118.03573659412834,28.426703288424136],[118.03573659057092,28.426572412244663],[118.03586750185569,28.426453478617244],[118.03604600712141,28.426322686396457],[118.0363435419447,28.426156223185927],[118.03642683616474,28.426037271920396],[118.0364863383664,28.425894529949176],[118.03655774517746,28.425680398599628],[118.03656965701295,28.425466259233993],[118.03656965439804,28.425192618689117],[118.03658154738858,28.424835704163584],[118.03660534491534,28.424609659510843],[118.03648632714976,28.424335990325968],[118.03636628129499,28.424205029644568],[118.03636628129487,28.424205029644497],[118.03622397256649,28.424110152044037],[118.03591459011113,28.423943542939835],[118.03574799943172,28.423872134392429],[118.03551001406974,28.423848304208306],[118.03531962449655,28.423848276413125],[118.0350935377291,28.423883936013901],[118.03497454574912,28.423967199965166],[118.0349400375484,28.423954405671797],[118.03471157199087,28.424097140759823],[118.03442598940663,28.424375497906464],[118.03428319875785,28.42428981682275],[118.03428101754876,28.424282909691353],[118.03427154884534,28.424277228206126],[118.03422871170341,28.424141584921106],[118.03422870722403,28.424084476835763],[118.03431438608909,28.424113056976193],[118.03439294034412,28.423970318170301],[118.03457859444507,28.423841892163125],[118.03485707133358,28.423727764521669],[118.03514269661966,28.423656474878094],[118.03546402679881,28.423592343078877],[118.0356925235771,28.423592421535783],[118.03584961130331,28.423571067693928],[118.03592103055497,28.423271269114576],[118.03596386731773,28.422657392093893],[118.03637801727146,28.422529047030377],[118.03648512335729,28.422350619734413],[118.03649226525475,28.422172157703194],[118.03624947167923,28.421565306787119],[118.0361195164371,28.421377767251546],[118.03650510921723,28.421063814387328],[118.0367907371768,28.421249515031096]]]},"properties":{"FID":97,"name":"溪边村民委员会","name_t":"朝阳镇","民警姓":"郑俊屹","电话":"18870932325","派出所":"朝阳派出所"}},{"type":"Feature","id":98,"geometry":{"type":"Polygon","coordinates":[[[118.03253028292185,28.412975498967356],[118.03252797580176,28.41297523515216],[118.0294811769985,28.413162128429487],[118.02846024433956,28.413162003647127],[118.02751070951969,28.412954877193144],[118.02646836713639,28.413254570495205],[118.02541889165383,28.413440053812341],[118.02376972382238,28.413832492797805],[118.02355316797116,28.413166218843937],[118.02334317584739,28.411368859238493],[118.02315578143491,28.411135255971072],[118.01918401160914,28.411471633306213],[118.01760390201463,28.411690418273974],[118.01569065165751,28.412708693882397],[118.01504470484882,28.413198120211952],[118.01435611853067,28.412415823338581],[118.01167904351325,28.41214203088597],[118.01144108313184,28.411642329848856],[118.01139349146088,28.410571565549176],[118.01087667182352,28.41056541571179],[118.0100057417439,28.410336946652812],[118.00983441093231,28.410322662308282],[118.00960597116266,28.410579634783215],[118.00706096819562,28.409877102703962],[118.00706096783571,28.409877102637562],[118.00710919900757,28.409679110474144],[118.00751372361685,28.40856077257633],[118.00902475076413,28.405836334484249],[118.01014315623597,28.404111265781818],[118.01079754323605,28.403278480931547],[118.01155901645095,28.402719343012375],[118.01221340949738,28.402410046165272],[118.01383605804686,28.400916661276145],[118.01383605804686,28.400916661275968],[118.01388931628061,28.400895344493918],[118.01388931523415,28.400895346001789],[118.01330023712147,28.401975866889973],[118.01282431203327,28.402713473713909],[118.01308607015731,28.402784873524048],[118.01341921819484,28.402761098583813],[118.01370477309545,28.402618346741285],[118.01415690384202,28.402761143262236],[118.01410931081242,28.403094265859917],[118.014466256459,28.403213261836843],[118.01484699893601,28.402951544728356],[118.01484699893604,28.402951544728339],[118.01484699893601,28.402951544728413],[118.01563228271645,28.403239512650128],[118.01711957010059,28.403596539761448],[118.01758360638263,28.403632266364056],[118.01732184170336,28.40377501533786],[118.01769069188423,28.403846427426831],[118.01909470400118,28.403810848051993],[118.01909470400167,28.403810848052096],[118.01924938323377,28.404489009181596],[118.01938664482562,28.404555455665058],[118.01917961129598,28.405205034841313],[118.01919388840496,28.405511986699761],[118.01915105394377,28.405790381117235],[118.01897257782332,28.406240086797865],[118.0186798755237,28.406147263263005],[118.01858706835921,28.406332855008273],[118.01943661614816,28.406754090995697],[118.01954370270384,28.406618470921156],[118.01978643216304,28.406704151467991],[118.01993635347144,28.406368659191841],[118.02026475248297,28.406518594554363],[118.02008627433331,28.407546510115868],[118.02071451605886,28.40758939679673],[118.02075735059107,28.407967736184474],[118.02153551748923,28.407889285241993],[118.02156407407,28.40781076506476],[118.02142129067587,28.407168294205995],[118.02141177215661,28.407096116140529],[118.02158311141396,28.40714372163719],[118.0217163756781,28.40716752842858],[118.02200194251533,28.407143760948458],[118.02219708005921,28.407110466683051],[118.02233510358006,28.40702005989386],[118.02236366116162,28.40694867865755],[118.02248740645943,28.406829716988405],[118.02266826611151,28.406720278502657],[118.02304109098205,28.406724281127033],[118.02314222951657,28.406837315713712],[118.02326716601463,28.406932507395108],[118.02342184842948,28.40699795872511],[118.02351108776689,28.40697417244504],[118.02355273399553,28.406813562464631],[118.02358248090299,28.406385260684726],[118.02436184676371,28.406480519931364],[118.02424880803956,28.406867172380984],[118.02427260594378,28.40719435225515],[118.02433804929683,28.407444203443479],[118.02664046703758,28.407123225310048],[118.02675350582351,28.407420671235794],[118.0269022408679,28.407402841963982],[118.0270033811242,28.407569416759276],[118.02728300579656,28.407557550886448],[118.02745553929212,28.408265464375059],[118.027283005521,28.408366571732376],[118.02741389316115,28.408669969055072],[118.02759832655012,28.408907937759778],[118.02727705544024,28.409163693811394],[118.02741984255262,28.409907294479183],[118.02708072416519,28.409907255280025],[118.02700338028215,28.410032169043621],[118.02828251465444,28.410478469852475],[118.02830631116707,28.410865136004151],[118.02850859292822,28.411299414116243],[118.02860973394826,28.411299426319076],[118.02860973394826,28.411299426318962],[118.02872277472285,28.411245902243071],[118.02889531044994,28.411204281745079],[118.02910354272812,28.41119835907946],[118.02935342057773,28.411341157829558],[118.02944266402976,28.411353066962814],[118.02965089681113,28.411299554212331],[118.02979963371911,28.411281726599853],[118.02996027136982,28.411281746790575],[118.03049572767411,28.411353199677503],[118.03072776006277,28.411329434223035],[118.03094789199081,28.411252130565508],[118.03115017707147,28.411252156881538],[118.03123347039211,28.411264064942277],[118.03129296589877,28.411264072729782],[118.03140005803753,28.411234343380581],[118.03151309925676,28.411157025238133],[118.03160829166727,28.411091601963697],[118.03183437520602,28.411085682902577],[118.03191171970445,28.411198718662185],[118.03194027748683,28.411408115180453],[118.03202595180308,28.411884021027227],[118.03215922203637,28.412274272508796],[118.03232104932728,28.41270259906085],[118.03253028292185,28.412975498967356]]]},"properties":{"FID":98,"name":"中潭村民委员会","name_t":"朝阳镇","民警姓":"郑俊屹","电话":"18870932325","派出所":"朝阳派出所"}},{"type":"Feature","id":99,"geometry":{"type":"Polygon","coordinates":[[[118.03349918061903,28.413210633203807],[118.03348866365447,28.413208193848185],[118.03350493742815,28.413211968466982],[118.03381729148346,28.413216743388684],[118.03381729147664,28.413216743460445],[118.03392855100768,28.41335479479968],[118.0341427365981,28.413792648261751],[118.03399518506187,28.414263762600957],[118.03406182111326,28.41460165677454],[118.0341474954199,28.414630222474219],[118.03431408502141,28.414725425332559],[118.03455682924064,28.414720700693618],[118.03473293823414,28.414735002718867],[118.03489476916489,28.414711231639838],[118.03506611841613,28.414654149207905],[118.03519463043443,28.414601818988803],[118.03523746780048,28.414544718028537],[118.03539453908746,28.414392454480964],[118.03554209042709,28.414311574506563],[118.035637285283,28.414287793204302],[118.03571819922774,28.414273528296849],[118.03585147248695,28.414244995236174],[118.03591810825512,28.414192656223708],[118.03599426408447,28.414126042739259],[118.03639527184387,28.413940503139898],[118.03639527184389,28.413940503139813],[118.03639527184399,28.413940503139841],[118.03747216456573,28.414131023678713],[118.03798978869136,28.414273871390744],[118.03840626787792,28.414333423921786],[118.03948911901631,28.41439308112739],[118.04142279197983,28.414559959920609],[118.04235452897919,28.414379277189301],[118.04235452897922,28.414379277189358],[118.04272579711596,28.414393616170116],[118.04269723890131,28.414679148122815],[118.04295427031123,28.414736299211736],[118.04299710899046,28.414422217036069],[118.04371108828643,28.414422340172599],[118.04372536791588,28.414193913015275],[118.04416803574603,28.414279650947854],[118.04470304546463,28.414302587872765],[118.04553126609308,28.414483575190658],[118.04623573108562,28.414616952486362],[118.04708299495762,28.414712285374858],[118.04798247517807,28.414730903173314],[118.0479824922119,28.414730963606935],[118.04815082694049,28.41568030777341],[118.04803693751292,28.416689291338542],[118.0480251606139,28.416684689888822],[118.04802751601476,28.416679969870245],[118.0474853691756,28.416471803066607],[118.04738540107196,28.416471751333138],[118.04702834116203,28.416485866205527],[118.04671412168761,28.416514281348753],[118.04629994375918,28.416599769631631],[118.04585718183463,28.416785168358224],[118.04547156524775,28.41697059317222],[118.04547156524744,28.416970593172255],[118.0454715652474,28.416970593172309],[118.0451145047666,28.417384460338578],[118.04432898714961,28.417969477753356],[118.04414332185013,28.417969394865327],[118.04397194078092,28.417840828804202],[118.04382911534873,28.417755108979208],[118.04342921656,28.417540778909302],[118.04317214155954,28.417426452797148],[118.04290078183747,28.417412066516849],[118.04264013537329,28.417429799012233],[118.04264013537328,28.417429799012108],[118.0427065888573,28.417422446657945],[118.04264013537318,28.417429799012119],[118.04254491728177,28.417632016894569],[118.04263418682781,28.418054413900471],[118.04256277919549,28.41869088965478],[118.04254491962912,28.41890503676289],[118.04177727762439,28.418857126076755],[118.04155709231583,28.41886297626256],[118.04136071674718,28.418904536489293],[118.04117624966865,28.41904128254891],[118.04103342557305,28.419213731628112],[118.04091442278863,28.419362404724758],[118.04069424084939,28.419421801380413],[118.04042049625384,28.419510915767347],[118.03992659488003,28.419724881441297],[118.03992659487994,28.419724881441336],[118.03992659488003,28.419724881441411],[118.03956954858785,28.420045957938161],[118.03932557806323,28.420325456355751],[118.0389506867841,28.420658431522469],[118.03843894057363,28.420848587176117],[118.03731915465846,28.421235432630041],[118.03700495502854,28.421235308394959],[118.0367907371768,28.421249515031096],[118.03650510921723,28.421063814387328],[118.0361195164371,28.421377767251546],[118.03624947167923,28.421565306787119],[118.03649226525475,28.422172157703194],[118.03648512335729,28.422350619734413],[118.03637801727146,28.422529047030377],[118.03596386731773,28.422657392093893],[118.03592103055497,28.423271269114576],[118.03584961130331,28.423571067693928],[118.0356925235771,28.423592421535783],[118.03546402679881,28.423592343078877],[118.03514269661966,28.423656474878094],[118.03485707133358,28.423727764521669],[118.03457859444507,28.423841892163125],[118.03439294034412,28.423970318170301],[118.03431438608909,28.424113056976193],[118.03422870722403,28.424084476835763],[118.03422871170341,28.424141584921106],[118.03427154884534,28.424277228206126],[118.03428101754876,28.424282909691353],[118.03428319875785,28.42428981682275],[118.03442598940663,28.424375497906464],[118.03471157199087,28.424097140759823],[118.0349400375484,28.423954405671797],[118.03497454574912,28.423967199965166],[118.0350935377291,28.423883936013901],[118.03531962449655,28.423848276413125],[118.03551001406974,28.423848304208306],[118.03574799943172,28.423872134392429],[118.03591459011113,28.423943542939835],[118.03622397256649,28.424110152044037],[118.03636628129487,28.424205029644497],[118.03636628129487,28.424205029644568],[118.03636628129499,28.424205029644568],[118.03648632714976,28.424335990325968],[118.03660534491534,28.424609659510843],[118.03658154738858,28.424835704163584],[118.03656965439804,28.425192618689117],[118.03656965701295,28.425466259233993],[118.03655774517746,28.425680398599628],[118.0364863383664,28.425894529949176],[118.03642683616474,28.426037271920396],[118.0363435419447,28.426156223185927],[118.03604600712141,28.426322686396457],[118.03586750185569,28.426453478617244],[118.03573659057092,28.426572412244663],[118.03573659412834,28.426703288424136],[118.03570088767938,28.426834141365489],[118.0355342728493,28.426774596845839],[118.03541525012552,28.426703172080437],[118.03532004817095,28.426667444173656],[118.03509393264679,28.426607881361214],[118.0348678083205,28.426584012069362],[118.03478450476388,28.426560199426532],[118.03456983011181,28.426390699705202],[118.03456983011185,28.426390699705156],[118.03456983011192,28.426390699705145],[118.03455806963932,28.426096766891028],[118.0344750792767,28.425834351571307],[118.03427275457514,28.425727212188928],[118.03386812361181,28.425655698235538],[118.03354680452323,28.425596104438],[118.03341588907027,28.425679346712172],[118.03340398910147,28.425810214045118],[118.03328498354327,28.42588156265284],[118.03308267143537,28.426012368651907],[118.03283274370388,28.426143161093741],[118.03297556584349,28.426381158435007],[118.03313027449219,28.426607250415096],[118.03313027449209,28.426607250415152],[118.03313027449218,28.426607250415138],[118.03304697857568,28.427023634871507],[118.03276135572587,28.427035438979047],[118.03224962472702,28.427189947561221],[118.0319878124276,28.427189871995477],[118.03179739412916,28.427082744126022],[118.03179739412904,28.427082744125965],[118.03123805879036,28.426939816094528],[118.03073822908087,28.426939680148237],[118.03026220714064,28.426999039463844],[118.02991709236086,28.427213087512126],[118.02954816424318,28.427367659736507],[118.02920304789278,28.427343777701253],[118.02910827206655,28.427178702003346],[118.02873940313431,28.426310149325854],[118.02838243543731,28.425227447549894],[118.02638342034885,28.424251632321941],[118.02516974208183,28.423751810295478],[118.0243368285043,28.423537569377764],[118.02340872906163,28.423144862150362],[118.02287468732727,28.4223850272421],[118.02132646930697,28.420182219894116],[118.02017231147798,28.419384994621538],[118.0190742117416,28.4188781528551],[118.01851260552117,28.418735339108682],[118.01812233819676,28.418621093692867],[118.01759880890515,28.418402141863115],[118.01746554706706,28.418678150067588],[118.01731324860002,28.418906568188465],[118.01715143100985,28.419068360044609],[118.01683731460477,28.419220622323802],[118.01651368034899,28.419334814072048],[118.0162471573998,28.4193919022152],[118.01643277079633,28.421007814113789],[118.01607939147021,28.421004218726523],[118.01574029058369,28.421107703069396],[118.01559037230771,28.421182646216607],[118.01497999213144,28.42143244891259],[118.01518898973632,28.421898068689202],[118.01501051627912,28.421921851608552],[118.01482014485335,28.42169578944581],[118.01457028264063,28.421338852732003],[118.01439180985233,28.420981920773524],[118.01436801351429,28.420874843083396],[118.01424903171264,28.420743964721687],[118.01301162422835,28.421338758396839],[118.01296403183747,28.421207884778571],[118.01285694904402,28.420791471288485],[118.01288074575174,28.419482763636754],[118.01288074581996,28.419304303318885],[118.01279745915762,28.419173427714362],[118.01261730049583,28.419094469398651],[118.01247621074955,28.419102025716359],[118.01223824924563,28.419149602180255],[118.01211926854974,28.419292364048051],[118.01186940936054,28.419458913796362],[118.01158385640892,28.419542180501089],[118.01139348800845,28.419554068197506],[118.0112388138338,28.419506471045956],[118.01075099606912,28.419268500233947],[118.01061917525841,28.419149880888813],[118.01050495497671,28.419102285923277],[118.01028603171146,28.4191022758393],[118.00998144452909,28.419216476526874],[118.00914383154554,28.419178369775409],[118.00798260107995,28.418788091760021],[118.00771608892246,28.419083137701378],[118.0073543963815,28.418854694929063],[118.00741150571055,28.418711929749382],[118.00551738590903,28.418216944016674],[118.00582196762363,28.417569735857061],[118.00565064035055,28.417369856234391],[118.00581245001148,28.416989144355874],[118.00592666770871,28.41701770099079],[118.00613606685866,28.416627473956432],[118.00595617387314,28.416476134081449],[118.00543441645252,28.416206511811229],[118.00543765120031,28.416201659916542],[118.00571716148707,28.415782413007893],[118.00616927549294,28.414295255977216],[118.00643102507162,28.412463070582191],[118.00704952025951,28.409924095710345],[118.00706096783571,28.409877102637562],[118.00706096819562,28.409877102703962],[118.00960597116266,28.410579634783215],[118.00983441093231,28.410322662308282],[118.0100057417439,28.410336946652812],[118.01087667182352,28.41056541571179],[118.01139349146088,28.410571565549176],[118.01144108313184,28.411642329848856],[118.01167904351325,28.41214203088597],[118.01435611853067,28.412415823338581],[118.01504470484882,28.413198120211952],[118.01569065165751,28.412708693882397],[118.01760390201463,28.411690418273974],[118.01918401160914,28.411471633306213],[118.02315578143491,28.411135255971072],[118.02334317584739,28.411368859238493],[118.02355316797116,28.413166218843937],[118.02376972382238,28.413832492797805],[118.02541889165383,28.413440053812341],[118.02646836713639,28.413254570495205],[118.02751070951969,28.412954877193144],[118.02846024433956,28.413162003647127],[118.0294811769985,28.413162128429487],[118.03252797580176,28.41297523515216],[118.03253028292185,28.412975498967413],[118.03253999351081,28.412988164589251],[118.03287317069186,28.41302628203519],[118.03304451860529,28.412769322307234],[118.03313971260864,28.412417174738948],[118.03320634776513,28.412007914276586],[118.03322538678434,28.411846112916805],[118.03360489196241,28.411665325584348],[118.03366200801635,28.411812861650859],[118.03354777557325,28.412617105527822],[118.03350584319406,28.413199405012438],[118.03349918061903,28.413210633203807]]]},"properties":{"FID":99,"name":"下潭居民委员会","name_t":"朝阳镇","民警姓":"詹舟捷","电话":"18827717892","派出所":"朝阳派出所"}},{"type":"Feature","id":100,"geometry":{"type":"Polygon","coordinates":[[[118.01388931628061,28.400895344493918],[118.01614152962267,28.399993949714624],[118.0161415292165,28.399993950642607],[118.02219546407787,28.398766646410838],[118.02354486872102,28.39855038861608],[118.02431391156124,28.396382476403311],[118.02461754332936,28.391485570509015],[118.02462954707526,28.391072721326996],[118.02439697335691,28.390362286287488],[118.02378775883756,28.389162969902486],[118.02350219090971,28.388315848979246],[118.02346411564442,28.387830433193869],[118.02428575997472,28.386993458159651],[118.02546068601475,28.386943324885689],[118.02604740422163,28.38704664800893],[118.02666028821093,28.387278241801461],[118.02691212516801,28.387373401355728],[118.02691216459586,28.387373405350818],[118.02700536147799,28.38749061542465],[118.02705973734291,28.387559002948805],[118.02696887257032,28.38774920160747],[118.02673938428903,28.387961711751675],[118.02664888001357,28.388310823275823],[118.02719434154818,28.388394462414738],[118.02730693526374,28.388480559118133],[118.02741984476251,28.388566852115062],[118.02771893362402,28.388613045341927],[118.02793441474367,28.388489414337762],[118.02835642607985,28.387981519830635],[118.02835648522414,28.387981525825509],[118.02865669671952,28.388033741038274],[118.02871380076762,28.388184587694784],[118.02832050731323,28.388773456642358],[118.02838044612992,28.389098176900671],[118.02879655381426,28.38932951536146],[118.02901966560883,28.389453530518285],[118.02971491560339,28.389555617466929],[118.03005030409402,28.389680738308254],[118.03032475036321,28.389692139164087],[118.03092126236061,28.389414588269641],[118.03103303655527,28.3889554996295],[118.03092532297627,28.388569747522396],[118.03095905721129,28.388404794584162],[118.03113973318641,28.388399241922517],[118.03113977171677,28.388399322773001],[118.03125757321901,28.388673022591185],[118.03128384878606,28.38896148530894],[118.03128843056257,28.389011748425922],[118.03137694412165,28.389167471857178],[118.03142811880139,28.389257465242228],[118.03173625857752,28.38935155924359],[118.03203467224624,28.389267933130832],[118.03302644820226,28.388534628427507],[118.03337376454461,28.388430698660091],[118.03358883315687,28.388505994371563],[118.03366906618591,28.388534066808774],[118.03371786720746,28.388631127774367],[118.03373082807404,28.38865690613229],[118.03365288174145,28.388786056512714],[118.03313924468097,28.388845260345672],[118.03258140261022,28.389347563709567],[118.03228002355723,28.389753228127748],[118.03146795400181,28.389723215686114],[118.03076865491686,28.389982949169287],[118.03059696771142,28.390145350639486],[118.03057684635445,28.390275415811811],[118.03090112262237,28.390469427767265],[118.0319139412473,28.390602865127306],[118.03238746752193,28.391039713127146],[118.03244257896394,28.391090554126038],[118.03286354321438,28.390682500054471],[118.03301732433204,28.39027830253589],[118.0333653346003,28.390235457913533],[118.03336541347134,28.390235473090605],[118.03410165398472,28.390401631245791],[118.03429742267153,28.390311176497768],[118.03440410645311,28.39002887524223],[118.03457871557804,28.390031552717826],[118.03457871288576,28.3900315926861],[118.03457877562765,28.390031593559616],[118.0345589978315,28.390299516704108],[118.03462866734009,28.39048435206379],[118.0357809080829,28.391571368420088],[118.03606430465918,28.391750660097721],[118.03675967227223,28.39190489423094],[118.03706719380915,28.392102135342963],[118.03706718663481,28.392102174297467],[118.03704423721534,28.392221265761712],[118.03688356954102,28.39233861621695],[118.03664928781855,28.392269398250594],[118.03629270956775,28.392164052844521],[118.03617311749304,28.392217318902187],[118.03623987971929,28.392844063780618],[118.03630741411386,28.392958947024695],[118.03640653411051,28.393127472314518],[118.03731750025733,28.392801410059441],[118.03762684081485,28.392800692980689],[118.03851089429416,28.39259370163948],[118.03925636995736,28.392285070915595],[118.03953990333183,28.392081573847708],[118.04004791472815,28.391490454454946],[118.04023653173024,28.391481035192491],[118.04023659178817,28.391481125230019],[118.04070251408233,28.392172951874265],[118.04051712750855,28.392170391764243],[118.04051710689029,28.392170374390407],[118.04025266527501,28.391966007809089],[118.03993009048585,28.392025749068374],[118.03976840462724,28.392213993170504],[118.03969257955045,28.39245018506314],[118.03914685052507,28.39260339393957],[118.0389650511861,28.392802755350559],[118.03887628826604,28.39312383197943],[118.03879257970489,28.393154076356993],[118.03933138612044,28.394028643923399],[118.03950381705637,28.394014158521678],[118.03981130262041,28.393821507002642],[118.04003767379172,28.393431180579253],[118.0400377544744,28.393431198843469],[118.04052777410712,28.39351597340319],[118.04052772569095,28.393516030893142],[118.03971644212079,28.39448368289219],[118.03958458325383,28.394834906737692],[118.03958460745675,28.394834930251378],[118.03966142006534,28.394902620483624],[118.03980333285803,28.394871407354689],[118.04085609458012,28.393752298374853],[118.0412513253531,28.393526474893697],[118.04146909556576,28.393487906551851],[118.04166848672716,28.393642545221194],[118.04166851003527,28.393642570787708],[118.04168250337572,28.393869473677402],[118.04145791613877,28.394239877055906],[118.04162264852957,28.394383451568537],[118.0416307016224,28.394390469589396],[118.04202776900316,28.393816623595608],[118.04221350951759,28.393780229748323],[118.04230526472976,28.393894501249182],[118.04250778700904,28.394146629960193],[118.04260149281042,28.395035257416737],[118.04271423093749,28.395088978693298],[118.04311666026608,28.395009160493611],[118.04306171620055,28.395621135550467],[118.04339296359763,28.395890369117193],[118.04338397600624,28.396052361953174],[118.04323629383019,28.396208615540807],[118.04332211569208,28.396871325263412],[118.04301156166881,28.398127673386988],[118.04320016325842,28.398362274102158],[118.04331190723657,28.39840291344456],[118.04360936544492,28.398119444107373],[118.04406651705786,28.397955518283368],[118.04525626988143,28.397286094397629],[118.04552907063679,28.397323628503287],[118.04552909394845,28.397323655098461],[118.04605189168588,28.397743378506494],[118.04605191589204,28.397743437891567],[118.04630449543173,28.398281755365208],[118.04630448287419,28.398281797404334],[118.04630449542594,28.398281825046745],[118.04609384677585,28.398965118068556],[118.04623756167527,28.399408790919807],[118.04623141678017,28.399837594144078],[118.04656197709758,28.400216825012325],[118.04656199951081,28.400216884402603],[118.04672763038961,28.400620478381565],[118.04670353372623,28.400854476495034],[118.04673447421114,28.401388327808672],[118.04778367094956,28.401073322629951],[118.04801625970701,28.401224835715482],[118.04801627046587,28.401224866437119],[118.04801633951307,28.401224925738308],[118.048193922472,28.401636401203259],[118.04819394757553,28.401636480060773],[118.04817791553032,28.402042344848496],[118.04777253661996,28.402442048538674],[118.04742099209307,28.40331851758279],[118.04717767322404,28.403588938788687],[118.04683117000215,28.403681100077559],[118.04665155104063,28.403718995579123],[118.04669145345942,28.403516931364607],[118.04704880657978,28.403114421634488],[118.04702499607704,28.402917448176535],[118.04702493420375,28.402917424729704],[118.04690496024735,28.402883668528478],[118.0466584940152,28.403171457401065],[118.0462102758477,28.403424946780238],[118.04614234825607,28.403532069743488],[118.04629414085436,28.403934805921139],[118.04633096626313,28.40403251276674],[118.04638243719205,28.404324142179217],[118.04651053435178,28.404518274256251],[118.04689007958608,28.404776256404499],[118.0469178599503,28.404896196723421],[118.04680299890315,28.405645258332989],[118.04689280380565,28.406091980457912],[118.04711711095854,28.406473770978355],[118.04763619970102,28.407402119096989],[118.04739080577468,28.407502942282093],[118.04722053012968,28.407531075987844],[118.04715875980811,28.407621874166303],[118.04712521271287,28.407821162181666],[118.04704432526434,28.408168193994072],[118.04733571367757,28.408702516289104],[118.04732881096675,28.408858394761854],[118.04719810487146,28.40934011874468],[118.0471929883941,28.409581599226655],[118.04710312272543,28.409847717474189],[118.04660596268465,28.410274610298114],[118.04632740089242,28.410944015918641],[118.04640423500446,28.41129477936828],[118.04707814795907,28.411643303124706],[118.04707817665393,28.411643315365851],[118.0475381170865,28.412357292248362],[118.04729322633698,28.412986414537073],[118.04731702548133,28.41346231332248],[118.04729322609285,28.413961997697353],[118.04708299495762,28.414712285374858],[118.04623573108562,28.414616952486362],[118.04553126609308,28.414483575190658],[118.04470304546463,28.414302587872765],[118.04416803574603,28.414279650947854],[118.04372536791588,28.414193913015275],[118.04371108828643,28.414422340172599],[118.04299710899046,28.414422217036069],[118.04295427031123,28.414736299211736],[118.04269723890131,28.414679148122815],[118.04272579711596,28.414393616170116],[118.04235452897922,28.414379277189358],[118.04235452897919,28.414379277189301],[118.04142279197983,28.414559959920609],[118.03948911901631,28.41439308112739],[118.03840626787792,28.414333423921786],[118.03798978869136,28.414273871390744],[118.03747216456573,28.414131023678713],[118.03639527184399,28.413940503139841],[118.03639527184389,28.413940503139813],[118.03639527184387,28.413940503139898],[118.03599426408447,28.414126042739259],[118.03591810825512,28.414192656223708],[118.03585147248695,28.414244995236174],[118.03571819922774,28.414273528296849],[118.035637285283,28.414287793204302],[118.03554209042709,28.414311574506563],[118.03539453908746,28.414392454480964],[118.03523746780048,28.414544718028537],[118.03519463043443,28.414601818988803],[118.03506611841613,28.414654149207905],[118.03489476916489,28.414711231639838],[118.03473293823414,28.414735002718867],[118.03455682924064,28.414720700693618],[118.03431408502141,28.414725425332559],[118.0341474954199,28.414630222474219],[118.03406182111326,28.41460165677454],[118.03399518506187,28.414263762600957],[118.0341427365981,28.413792648261751],[118.03392855100768,28.41335479479968],[118.03381729147664,28.413216743460445],[118.03350493742815,28.413211968466982],[118.03349918061903,28.413210633203807],[118.03350584319406,28.413199405012438],[118.03354777557325,28.412617105527822],[118.03366200801635,28.411812861650859],[118.03360489196241,28.411665325584348],[118.03322538678434,28.411846112916805],[118.03320634776513,28.412007914276586],[118.03313971260864,28.412417174738948],[118.03304451860529,28.412769322307234],[118.03287317069186,28.41302628203519],[118.03253999351081,28.412988164589251],[118.03253999351082,28.412988164589368],[118.03253999351081,28.412988164589365],[118.03253028292185,28.412975498967356],[118.03232104932728,28.41270259906085],[118.03215922203637,28.412274272508796],[118.03202595180308,28.411884021027227],[118.03194027748683,28.411408115180453],[118.03191171970445,28.411198718662185],[118.03183437520602,28.411085682902577],[118.03160829166727,28.411091601963697],[118.03151309925676,28.411157025238133],[118.03140005803753,28.411234343380581],[118.03129296589877,28.411264072729782],[118.03123347039211,28.411264064942277],[118.03115017707147,28.411252156881538],[118.03094789199081,28.411252130565508],[118.03072776006277,28.411329434223035],[118.03049572767411,28.411353199677503],[118.02996027136982,28.411281746790575],[118.02979963371911,28.411281726599853],[118.02965089681113,28.411299554212331],[118.02944266402976,28.411353066962814],[118.02935342057773,28.411341157829558],[118.02910354272812,28.41119835907946],[118.02889531044994,28.411204281745079],[118.02872277472285,28.411245902243071],[118.02860973394826,28.411299426318962],[118.02850859292822,28.411299414116243],[118.02830631116707,28.410865136004151],[118.02828251465455,28.410478469852514],[118.02828251465444,28.410478469852457],[118.02828251465444,28.410478469852475],[118.02700338028215,28.410032169043621],[118.02708072416519,28.409907255280025],[118.02741984255262,28.409907294479183],[118.02727705544024,28.409163693811394],[118.02759832655012,28.408907937759778],[118.02741389316115,28.408669969055072],[118.027283005521,28.408366571732376],[118.02745553929212,28.408265464375059],[118.02728300579656,28.407557550886448],[118.0270033811242,28.407569416759276],[118.0269022408679,28.407402841963982],[118.02675350582351,28.407420671235794],[118.02664046703759,28.40712322531008],[118.02664046703751,28.407123225310059],[118.02433804929683,28.407444203443479],[118.02427260594378,28.40719435225515],[118.02424880803956,28.406867172380984],[118.02436184676371,28.406480519931478],[118.02358248090299,28.406385260684726],[118.02355273399553,28.406813562464631],[118.02351108776689,28.40697417244504],[118.02342184842948,28.40699795872511],[118.02326716601475,28.406932507395108],[118.02314222951657,28.406837315713712],[118.02304109098205,28.406724281127033],[118.02266826611151,28.406720278502657],[118.02248740645943,28.406829716988405],[118.02236366116162,28.40694867865755],[118.02233510358006,28.40702005989386],[118.02219708005921,28.407110466683051],[118.02200194251533,28.407143760948458],[118.0217163756781,28.40716752842858],[118.02158311141396,28.40714372163719],[118.02141177215661,28.407096116140529],[118.02142129067587,28.407168294205995],[118.02156407407,28.40781076506476],[118.02153551748923,28.407889285241993],[118.02075735059107,28.407967736184474],[118.02071451605886,28.40758939679673],[118.02008627433331,28.407546510115868],[118.02026475248297,28.406518594554363],[118.01993635347144,28.406368659191841],[118.01978643216304,28.406704151467991],[118.01954370270384,28.406618470921156],[118.01943661614816,28.406754090995697],[118.01858706835921,28.406332855008273],[118.0186798755237,28.406147263263005],[118.01897257782332,28.406240086797865],[118.01915105394377,28.405790381117235],[118.01919388840496,28.405511986699761],[118.01917961129598,28.405205034841313],[118.01938664482562,28.404555455665058],[118.01924938323377,28.404489009181596],[118.0190947040017,28.403810848052203],[118.01909470400157,28.403810848051982],[118.01909470400118,28.403810848051993],[118.01769069188423,28.403846427426831],[118.01732184170336,28.40377501533786],[118.01758360638263,28.403632266364056],[118.01711957010059,28.403596539761448],[118.01563228271645,28.403239512650128],[118.01484699893601,28.402951544728413],[118.01484699893601,28.402951544728356],[118.014466256459,28.403213261836843],[118.01410931081242,28.403094265859917],[118.01415690384202,28.402761143262236],[118.01370477309545,28.402618346741285],[118.01341921819484,28.402761098583813],[118.01308607015731,28.402784873524048],[118.01282431203327,28.402713473713909],[118.01330023712147,28.401975866889973],[118.01388931523415,28.400895346001789],[118.01388931628061,28.400895344493918]]]},"properties":{"FID":100,"name":"盘石村民委员会","name_t":"朝阳镇","民警姓":"周浩","电话":"18879381835","派出所":"朝阳派出所"}},{"type":"Feature","id":101,"geometry":{"type":"Polygon","coordinates":[[[118.05776750233042,28.446712741906417],[118.05786273005911,28.446769886233319],[118.05808174321997,28.446855643568789],[118.05835788618111,28.446979494147794],[118.05849119781833,28.447036664651787],[118.05839597979669,28.447236494444212],[118.05856737789475,28.447474513059621],[118.05875783105283,28.447455560643327],[118.05901492491293,28.447417599058667],[118.05918632690661,28.447351051329697],[118.05934820462555,28.447303534954532],[118.05954817165376,28.447332172699664],[118.0597767199083,28.447322758090181],[118.05995763934703,28.447227653678233],[118.05996716191945,28.447103924687873],[118.05973862007454,28.445971210780698],[118.05901492068423,28.445970895070605],[118.05877686204032,28.445694777474415],[118.0585292827885,28.445504317854731],[118.05851737657072,28.445079575463069],[118.05862450449531,28.444990394069727],[118.05886850279242,28.444859634497497],[118.05912441835494,28.444603954944668],[118.05949935860541,28.444354270711585],[118.06005879705909,28.443765594097009],[118.06010640980016,28.443884577947227],[118.06007665023509,28.44396190726296],[118.06012426382874,28.444354537059287],[118.06013616563301,28.444568686173376],[118.06014211785265,28.444854230579818],[118.06008856175083,28.445193276555688],[118.06004094986173,28.445347917067728],[118.06004095701962,28.445562073513575],[118.06004690206505,28.445716738139538],[118.0602492558757,28.445776306285577],[118.0603266174483,28.445669272621529],[118.06038019063237,28.445532478743186],[118.0604218529874,28.445336183805953],[118.06040398898531,28.445241002505824],[118.06043375217689,28.445122042520733],[118.06055872569668,28.444967426852145],[118.06070751193016,28.44497344314216],[118.06086225498852,28.444973508127756],[118.06101104311634,28.444973570967026],[118.06116578987022,28.444973632444363],[118.06126695800218,28.445027221873772],[118.06132767357458,28.445465058339071],[118.06147050498204,28.445921981096312],[118.06107056750483,28.446307277700832],[118.06088487823787,28.446535624798074],[118.06078489033898,28.446749737997042],[118.06079917864474,28.446992445733013],[118.06095630095083,28.447435086558254],[118.06117055697553,28.447749262161725],[118.06137053014666,28.447949222168365],[118.061627636171,28.44830626015408],[118.06192759482765,28.448963108665552],[118.06211329698601,28.449305823896196],[118.0620561596011,28.449505678444051],[118.06181334164192,28.449676902837307],[118.06158480314426,28.450033722510295],[118.06167050094959,28.450319296019348],[118.061913335817,28.450833357801681],[118.06219187383921,28.451011934935302],[118.06172052696687,28.452596460932057],[118.06173480178904,28.452953375867857],[118.06190621009472,28.453338918299167],[118.06247756219517,28.453096464768819],[118.06304891228866,28.452468523015792],[118.06317745948826,28.452183038843224],[118.06317746403413,28.451883232411571],[118.06313461145012,28.451454902863993],[118.0631346034093,28.451112259744562],[118.06319173555113,28.450683990947027],[118.06350597736966,28.450584177722533],[118.06396306140648,28.450684302110425],[118.06414875798393,28.451041308275002],[118.06432017599622,28.451897981209285],[118.06443445113101,28.452283497269423],[118.06477727225732,28.45291181579158],[118.0658057333407,28.45419715779013],[118.06729129900339,28.455111474001377],[118.06810551349949,28.45638244270458],[118.06864833656647,28.457396314689163],[118.06899116895462,28.457938975379793],[118.06910542702283,28.457624939048543],[118.06910543516084,28.457282279742113],[118.06919113319893,28.457225212913148],[118.06950539414304,28.457510881320751],[118.06957681711394,28.457824997170402],[118.06953397119506,28.458067684763432],[118.06947683583218,28.458210434193635],[118.06944826588607,28.458424573279224],[118.0697053879843,28.458638830253378],[118.07023391833863,28.458767533199531],[118.07104812446843,28.458696479616794],[118.07151951119832,28.458596722428016],[118.07189090406021,28.458482651017086],[118.07250514394272,28.458911206771269],[118.07230517538672,28.459225222715965],[118.07234802944191,28.459881975243977],[118.07293370678551,28.460210573523273],[118.0732051077393,28.460039359444785],[118.0735765137496,28.460610584752629],[118.07364794334194,28.460910436691936],[118.073819363637,28.461096102181124],[118.0724787802589,28.461754151979143],[118.07201452030391,28.461325651810128],[118.07155027492213,28.461325471943237],[118.07112176108471,28.461789294219717],[118.0709074907186,28.462288900085525],[118.07101463886013,28.46275294732704],[118.07137176355677,28.463288469816014],[118.07187171678102,28.464038220760209],[118.0717288928068,28.464644929381731],[118.07108609321,28.465251443775092],[118.07069327496272,28.465572509243174],[118.0702290392226,28.465822162713966],[118.06930056492148,28.466392870556113],[118.06887205856586,28.467320690931423],[118.06770293074941,28.467010004615659],[118.06678873746588,28.466838301849801],[118.06549363481764,28.466342833765694],[118.0643699441534,28.465733223502593],[118.06313198077102,28.465085477500576],[118.06229399968281,28.46495187451065],[118.06115129025424,28.464913302080525],[118.06084658312362,28.465560392582866],[118.06012288176208,28.466378616410495],[118.05957059001179,28.466930414017813],[118.05968487745051,28.4679393525102],[118.05976105775602,28.468301074074628],[118.05863741300149,28.468091183390264],[118.05616160838794,28.467062136826868],[118.05553314143221,28.466624023852432],[118.05473327620838,28.465957408523472],[118.0549046569394,28.464567878157098],[118.05458090954349,28.464472553818734],[118.05408577382889,28.466014220629067],[118.05370489347443,28.466432835699806],[118.05334306288542,28.466470732575718],[118.05284791573716,28.466127871845952],[118.05227659306826,28.465518467082831],[118.0518385851161,28.465251756725156],[118.05138152673803,28.46492793774901],[118.05101970040231,28.464566098141507],[118.05056265303385,28.464128064872671],[118.05035316928547,28.463823393134593],[118.05012464109417,28.463328367464658],[118.04993420313195,28.463004673484395],[118.04895308891115,28.462700529108705],[118.04788664908155,28.458283770121323],[118.04740020878862,28.455798357311],[118.04737247418691,28.455656635541629],[118.04733437583864,28.453867273331017],[118.04739150672064,28.453029732796704],[118.04739150591335,28.452668058151058],[118.04706776933283,28.452134921423401],[118.04674403478664,28.45200153529753],[118.0459823202164,28.451906011825194],[118.04562051164331,28.451658392035771],[118.04510635344013,28.4514297455658],[118.04516347666306,28.450801600967822],[118.04565859344605,28.450516275839622],[118.04623334452359,28.450075520098132],[118.04657612026516,28.450104223196472],[118.04684748519527,28.450104349179956],[118.04703315668203,28.450132987154458],[118.04704743015448,28.449975953107241],[118.04683319385197,28.449833081138472],[118.04686175961389,28.449733166776383],[118.04721881667723,28.44980469992003],[118.04771869246592,28.449619325215963],[118.04874702486607,28.449391363864315],[118.04924690481009,28.449320203876695],[118.04931831844398,28.448920499508009],[118.04951825901914,28.447264493001363],[118.04977534665747,28.446993353070287],[118.05006100034934,28.447407509523764],[118.05028952044547,28.447636037952503],[118.0505323233451,28.447579038746941],[118.05063229435349,28.447050841786044],[118.05067515024022,28.446908102798925],[118.05086081493256,28.446865353357879],[118.05097508202402,28.446779747145225],[118.05083225701821,28.4465369779025],[118.05100363567335,28.446165858543388],[118.05118931498164,28.44592324850446],[118.05136070904226,28.445823385742067],[118.05157494651262,28.445923423683777],[118.05170349732794,28.446009136646936],[118.05187488442532,28.445994941184455],[118.05204627341834,28.445923637712461],[118.0522462385766,28.445909440851757],[118.05253188990477,28.445952408733213],[118.05276042067084,28.44596678038436],[118.05291751757578,28.445624218011837],[118.05290324129983,28.44515308268328],[118.05281754533914,28.444739013338687],[118.05267471413519,28.444724678459078],[118.05244619063755,28.444638913883196],[118.05201770398691,28.444381738068461],[118.05171776245835,28.443867642466532],[118.05161777968949,28.443339366999087],[118.05164634953746,28.442911074103698],[118.05196056657638,28.442854118590873],[118.05223193587042,28.443111225496988],[118.05238905575636,28.443539585645748],[118.05257473027686,28.443825202443996],[118.05270326981407,28.443668215587746],[118.05258901933395,28.443396904984471],[118.05233191355327,28.44303987656971],[118.05228907913411,28.442825710755741],[118.05263186392732,28.442526045996086],[118.05230335113126,28.44221182122455],[118.05294608017189,28.441855195314719],[118.05303177170235,28.442097932336448],[118.05323173375872,28.442297896907572],[118.05344597595867,28.442340823278101],[118.05363165202483,28.442141025886702],[118.05393159523629,28.442226822622477],[118.05410299310294,28.443026391117716],[118.05437437123094,28.443083626107548],[118.05480285536166,28.44271262534987],[118.0549314109913,28.44239859892631],[118.05523134817132,28.441827662151397],[118.05538846862778,28.441299496964888],[118.05555985923867,28.441213907364624],[118.05564555856695,28.441428093127868],[118.05554557091686,28.441927733457256],[118.05541703306159,28.442313149978947],[118.05534561465544,28.442570099673528],[118.05503138833996,28.443098187770271],[118.05493140450547,28.443298020013533],[118.05533133260437,28.443440972334141],[118.05555986336185,28.443027045225257],[118.05592018851935,28.442314718557874],[118.05651057151366,28.442648103968853],[118.05664387631484,28.442457798378818],[118.05680574587375,28.442410289227809],[118.05701523333445,28.44228664416535],[118.05732946655138,28.441953666192276],[118.05759608928827,28.441706318520264],[118.05816742427167,28.441925473300508],[118.05767227004021,28.442458244614894],[118.05754848477014,28.442334460584977],[118.05728186206795,28.442553261885809],[118.05692001288027,28.442819598008477],[118.05695810189222,28.442943343289738],[118.057043800644,28.443038562012802],[118.05711998863241,28.443067145019533],[118.05735803832201,28.443010148823422],[118.05751991715525,28.442962621040273],[118.05756752244601,28.442972170186003],[118.05772940851726,28.443124519426252],[118.0579674612766,28.442924751080135],[118.05812933853915,28.442896269427433],[118.05814837813861,28.443029522950756],[118.0581864690033,28.443457846586021],[118.05828169142237,28.443534026124627],[118.05806268708466,28.443838503235252],[118.05733899484525,28.44448539881196],[118.0565391321755,28.444960930245351],[118.05649152607029,28.445113195991098],[118.05651057728235,28.445275004841001],[118.05665340897316,28.445522529886428],[118.05693780110302,28.445532131403034],[118.056938578486,28.44553323757712],[118.05693907530032,28.445532174429122],[118.05715808709066,28.445560823244854],[118.0572437831734,28.445722666755362],[118.05767228375535,28.44595127803921],[118.05788177881671,28.44599895672685],[118.05796746784749,28.446179831001295],[118.05791986514531,28.446503422655031],[118.05776750233042,28.446712741906417]]]},"properties":{"FID":101,"name":"石垅孔团结村村民委员会","name_t":"朝阳镇","民警姓":"徐博文","电话":"18870938869","派出所":"朝阳派出所"}},{"type":"Feature","id":102,"geometry":{"type":"Polygon","coordinates":[[[118.07766209832991,28.483359642054783],[118.07933812410268,28.481494819048912],[118.07933812410276,28.48149481802351],[118.07971902383497,28.480638370983112],[118.07981425082595,28.479896013672018],[118.07975711682423,28.479705623618955],[118.07922856366763,28.478782160283401],[118.07858575337025,28.478746201059021],[118.07797866038322,28.478995789994332],[118.07769297699878,28.47956675461278],[118.07769299943482,28.48035198293168],[118.07733587641376,28.480351840825925],[118.07694302918499,28.479352289391009],[118.07651449184785,28.478959504709028],[118.07615735919923,28.478566733386472],[118.07547883016251,28.477745536634416],[118.07483600773941,28.477138499636823],[118.07380036082468,28.476103013875083],[118.07294326941282,28.475460196529042],[118.07187192969332,28.475245605103257],[118.07162197268231,28.47613782115241],[118.07090775002439,28.476280293935336],[118.07012210041199,28.476137216644226],[118.06915787715528,28.474637744006003],[118.0688364541446,28.473638226163377],[118.06897930008994,28.473388429818062],[118.06926497135264,28.473031634839955],[118.06951494112521,28.472532043096155],[118.06972920219188,28.471746889283803],[118.06962204793822,28.471104390783051],[118.06908636743586,28.47049739004521],[118.06915778417653,28.469997734747512],[118.06930062656248,28.469890712716303],[118.06976487076922,28.469748137883684],[118.06926489722518,28.468677158811488],[118.06887205936501,28.467320691143808],[118.06887205856586,28.467320690931423],[118.06930056492148,28.466392870556113],[118.0702290392226,28.465822162713966],[118.07069327496272,28.465572509243174],[118.07108609321,28.465251443775092],[118.0717288928068,28.464644929381731],[118.07187171678102,28.464038220760209],[118.07137176355677,28.463288469816014],[118.07101463886013,28.46275294732704],[118.0709074907186,28.462288900085525],[118.07112176108471,28.461789294219717],[118.07155027492213,28.461325471943237],[118.07201452030391,28.461325651810128],[118.0724787802589,28.461754151979143],[118.073819363637,28.461096102181124],[118.0739907794626,28.461253221294317],[118.0740479240503,28.461567337711774],[118.07391935607525,28.461724329853201],[118.07399078570411,28.461867127155362],[118.07419077521037,28.462095641475731],[118.07444790219131,28.462295615648003],[118.07459075072326,28.46256693981115],[118.0745478964986,28.462752526305184],[118.07484789303234,28.463323727126838],[118.07500502396302,28.463466550030343],[118.07533356735398,28.463409581309385],[118.07547641601214,28.463323974850873],[118.07570496060926,28.462824377679613],[118.07597635137988,28.462524667600878],[118.07606205092088,28.462124944697855],[118.07603347814404,28.461810837634925],[118.07587635341758,28.4614110241872],[118.07544781101397,28.461139588519835],[118.07541922656192,28.460754103776861],[118.0757334885931,28.460697120088593],[118.07627631419849,28.460940051693655],[118.07704769908017,28.461839817829528],[118.07781908338825,28.462839511970365],[118.07804763725126,28.462768228896437],[118.07810477303239,28.462582644075905],[118.0783476173938,28.462439969642148],[118.07851903372541,28.462411495365767],[118.0792618250784,28.462012047219329],[118.07971893127842,28.46171241949046],[118.08034744496962,28.46135576765122],[118.08111882033442,28.460899228501461],[118.08190447901165,28.461741900274152],[118.08250444968397,28.46234179807627],[118.08317583318401,28.4625134143851],[118.0836615007299,28.46242796456044],[118.08396148290838,28.462356714044265],[118.08426145787351,28.462471057386129],[118.08484712807761,28.462642649642689],[118.08557564985507,28.46250020966853],[118.08606131806046,28.462286275711694],[118.08663270289381,28.462257987401323],[118.08713265956722,28.462415264212549],[118.0876183364627,28.462386938285462],[118.08898964978691,28.462087771483873],[118.08978957467305,28.461845448367345],[118.09088948303328,28.462916771526505],[118.09297500853366,28.464217022452683],[118.09503193895866,28.464931921549596],[118.09641046903909,28.465629435450584],[118.09656759538355,28.466414752177634],[118.09709611293944,28.466928994022542],[118.09762462020467,28.467386138233643],[118.09889589336024,28.46692994943206],[118.10287574024768,28.473469859087469],[118.10287341042293,28.473470829843585],[118.10019000416182,28.473890570407292],[118.09807650263927,28.474327913815273],[118.09761952743266,28.47491791721189],[118.09813362442712,28.476174396588728],[118.09910469374705,28.477183512968232],[118.09813362457139,28.478249295070814],[118.09765760851988,28.478744115780444],[118.09579162736165,28.480247512025642],[118.09520136688326,28.480666162626907],[118.09344962298253,28.48169368620588],[118.09274511770596,28.481960022285161],[118.092459506555,28.482645243446278],[118.09176928023143,28.483739637440237],[118.09110285404716,28.484477117644996],[118.09024601910251,28.485262140401975],[118.09024601995176,28.485262140447094],[118.08941298680533,28.485642659769169],[118.0874505957983,28.486830145751629],[118.08630526872685,28.487385579680009],[118.08629064182021,28.4872732288283],[118.08609955107441,28.486980083230041],[118.08581386217371,28.486561161500035],[118.08602334993043,28.485856925914472],[118.08617571716283,28.485457251400913],[118.08552814897322,28.485266600402255],[118.08436634746283,28.485247038745293],[118.08371878259156,28.485189649658967],[118.08314739729937,28.484637360831044],[118.08238554989221,28.484732208460859],[118.0820808233314,28.485074724164217],[118.08192845868523,28.485683806632114],[118.08150945954365,28.486521203113078],[118.08097618697198,28.48705397797913],[118.07983341475631,28.487053500257442],[118.07846207367459,28.486500897781735],[118.07690027698631,28.485738817852827],[118.07648125614892,28.484920106649767],[118.07693834213238,28.483873312248008],[118.07766209832991,28.483359642054783]]]},"properties":{"FID":102,"name":"石垅孔光明村村民委员会","name_t":"朝阳镇","民警姓":"徐博文","电话":"18870938869","派出所":"朝阳派出所"}},{"type":"Feature","id":103,"geometry":{"type":"Polygon","coordinates":[[[118.05862450449531,28.444990394069727],[118.05851737657072,28.445079575463069],[118.0585292827885,28.445504317854731],[118.05877686204032,28.445694777474415],[118.05901492068423,28.445970895070605],[118.05973862007454,28.445971210780698],[118.05996716191945,28.447103924687873],[118.05995763934703,28.447227653678233],[118.0597767199083,28.447322758090181],[118.05954817165376,28.447332172699664],[118.05934820462555,28.447303534954532],[118.05918632690661,28.447351051329697],[118.05901492491293,28.447417599058667],[118.05875783105283,28.447455560643327],[118.05856737789475,28.447474513059621],[118.05839597979669,28.447236494444212],[118.05849119781833,28.447036664651787],[118.05835788618111,28.446979494147794],[118.05808174321997,28.446855643568789],[118.05786273005911,28.446769886233319],[118.05776750233042,28.446712741906417],[118.05791986514531,28.446503422655031],[118.05796746784749,28.446179831001295],[118.05788177881671,28.44599895672685],[118.05767228375535,28.44595127803921],[118.0572437831734,28.445722666755362],[118.05715808709066,28.445560823244854],[118.05693907530032,28.445532174429122],[118.056938578486,28.445533237577123],[118.05693780110302,28.445532131403034],[118.05665340897316,28.445522529886428],[118.05651057728235,28.445275004841001],[118.05649152607029,28.445113195991098],[118.0565391321755,28.444960930245351],[118.05733899484525,28.44448539881196],[118.05806268708466,28.443838503235252],[118.05828169142237,28.443534026124627],[118.0581864690033,28.443457846586021],[118.05814837813861,28.443029522950756],[118.05812933853915,28.442896269427433],[118.0579674612766,28.442924751080135],[118.05772940851726,28.443124519426252],[118.05756752244601,28.442972170186003],[118.05751991715525,28.442962621040273],[118.05735803832201,28.443010148823422],[118.05711998863241,28.443067145019533],[118.057043800644,28.443038562012802],[118.05695810189222,28.442943343289738],[118.05692001288027,28.442819598008477],[118.05728186206795,28.442553261885809],[118.05754848477014,28.442334460584977],[118.05767227004021,28.442458244614894],[118.05816742427167,28.441925473300508],[118.05759608928827,28.441706318520264],[118.05732946655138,28.441953666192276],[118.05701523333445,28.44228664416535],[118.05680574587375,28.442410289227809],[118.05664387631484,28.442457798378818],[118.05651057151366,28.442648103968853],[118.05592018851935,28.442314718557874],[118.05609158210025,28.442029257612916],[118.05631059163785,28.442029357820047],[118.05655817146663,28.441782007394313],[118.05684300401471,28.440970842476275],[118.05701523998658,28.440487784001011],[118.05635820614287,28.440259071913555],[118.05558691023549,28.439982715277683],[118.05567261592748,28.439897089221532],[118.05596304950967,28.43989873535029],[118.05650104058883,28.439935524153174],[118.05689145049281,28.43997377640353],[118.05747230163172,28.440097752174854],[118.05768177949363,28.440154960024131],[118.05783414050178,28.439793339027087],[118.05791032057999,28.439593510505038],[118.05784366396959,28.43946022357645],[118.05767226345358,28.439307872296759],[118.05735803905688,28.439250628994984],[118.05718662793146,28.439164886454087],[118.05661529617348,28.438545984381367],[118.0566724409354,28.438517458864975],[118.05710092833863,28.43863185703858],[118.0577198760908,28.438622607772466],[118.05816742130961,28.438584723611186],[118.058357867135,28.438308800388821],[118.05843404284073,28.437928109444911],[118.05823407371244,28.437452146622892],[118.05824359715932,28.437271302320237],[118.05838643580142,28.437147639284028],[118.05859592670822,28.43715724712521],[118.05891016640663,28.437157376864715],[118.0593291407577,28.436967203066803],[118.05956719436526,28.436805500365153],[118.06107174035948,28.436749021593929],[118.0611384020535,28.436235090281034],[118.06100508621306,28.435273736959978],[118.06085273072884,28.433988767064847],[118.06080511892239,28.433246365134021],[118.06086226623678,28.431980514451904],[118.06084322663754,28.431181016920714],[118.06078609770502,28.430200654932953],[118.06061946290436,28.42917762593461],[118.06156132680363,28.428859355778918],[118.0621432849462,28.428764700296831],[118.0650957356572,28.42828445970909],[118.06920446537285,28.428495299004435],[118.07236733618961,28.428635576388675],[118.07607061178028,28.429561743991307],[118.07779955145151,28.429691716639262],[118.07914862030545,28.429681055668251],[118.08106590924612,28.429347326226335],[118.08239418392935,28.429500854072021],[118.08321036921016,28.429726573146052],[118.08360550812218,28.429559517593617],[118.08414372177421,28.429071509613809],[118.08462190657302,28.429020425666771],[118.08515405345183,28.429459224482748],[118.08538511719426,28.429764126594232],[118.08505284170859,28.43128979697391],[118.0850778108957,28.431776663729238],[118.08486624067409,28.432045420091484],[118.08476149545444,28.432207185686011],[118.08428533287685,28.432321196843656],[118.08328540358441,28.43240644069618],[118.08279971813735,28.432349122584434],[118.08234260913495,28.432377493646051],[118.08141884856046,28.4328530207951],[118.08098077255539,28.433309703058779],[118.08117124083051,28.433623870267336],[118.08159025414838,28.434166565570401],[118.08190451505018,28.434556934248715],[118.08237114321659,28.435404222786296],[118.08341869732934,28.435062007046721],[118.08361868840994,28.435300045031717],[118.08364725406287,28.43549041572069],[118.08372343003938,28.435871165228519],[118.08377104036545,28.435937813903767],[118.08376151757807,28.436042504852317],[118.08362819678277,28.436185217710914],[118.08354249171478,28.436175670754427],[118.0833901163539,28.436128010689654],[118.08328536031431,28.436175556494064],[118.08312347025606,28.436313500620525],[118.08289491620042,28.43634195394991],[118.08276635409268,28.436384735755428],[118.08239495194785,28.436470244291176],[118.08193782043406,28.436869807581981],[118.0820949571779,28.437369570644865],[118.08238064705506,28.43725547282132],[118.08279491072702,28.437426967627772],[118.08279491161896,28.43769823486727],[118.08270919304027,28.438112225393798],[118.0842233698819,28.4394834505893],[118.08528043933701,28.441111498874008],[118.08598038807142,28.441954149212574],[118.08693745524319,28.442868310119792],[118.08720885527742,28.443810716006404],[118.08712315568842,28.443939181448005],[118.08706601812945,28.444324630622603],[118.08716599918705,28.444567384188701],[118.08705172676785,28.444710106154272],[118.08613750853425,28.444709696563418],[118.08572325856476,28.444809443049209],[118.08525185588081,28.444709291796148],[118.08525185598518,28.444709292289609],[118.08525185565372,28.444709291747902],[118.08502330526028,28.444537872650095],[118.08470904439764,28.444552002736987],[118.08455190945581,28.444823207408593],[118.08466619005874,28.445223004708485],[118.08486616401989,28.445708518251735],[118.08498045091146,28.446236813019151],[118.08535184574308,28.44727920738454],[118.08615179537685,28.44896425390149],[118.08658033935498,28.449721134795791],[118.08733742715644,28.451406171775695],[118.08758028132273,28.452762610574471],[118.0888516064395,28.453805430060061],[118.08973724882587,28.454191335992018],[118.09072287870083,28.454662959989914],[118.09237987661101,28.455706010610637],[118.09339407511023,28.456591693494289],[118.09470822290469,28.457520378095094],[118.0954367294344,28.458263162636356],[118.09885301755801,28.461276223425855],[118.0974103406523,28.463002985422794],[118.09689611555805,28.463802223249235],[118.09691040321833,28.46420199305766],[118.09672471257413,28.46515844993267],[118.09641046903909,28.465629435450584],[118.09503193901895,28.464931921580103],[118.09503193895857,28.464931922574859],[118.09297500853366,28.464217022452683],[118.09088948303328,28.462916771526505],[118.0897895739875,28.461845448575005],[118.08898964978691,28.462087771483873],[118.0876183364627,28.462386938285462],[118.08713265956722,28.462415264212549],[118.08663270289381,28.462257987401323],[118.08606131806046,28.462286275711694],[118.08557564985507,28.46250020966853],[118.08484712807761,28.462642649642689],[118.08426145787351,28.462471057386129],[118.08396148290838,28.462356714044265],[118.0836615007299,28.46242796456044],[118.08317583318401,28.4625134143851],[118.08250444968397,28.46234179807627],[118.08190447901165,28.461741900274152],[118.08111882033442,28.460899228501461],[118.08034744496962,28.46135576765122],[118.07971893127842,28.46171241949046],[118.0792618250784,28.462012047219329],[118.07851903372541,28.462411495365767],[118.0783476173938,28.462439969642148],[118.07810477303239,28.462582644075905],[118.07804763725126,28.462768228896437],[118.07781908338825,28.462839511970365],[118.07704769908017,28.461839817829528],[118.07627631419849,28.460940051693655],[118.0757334885931,28.460697120088593],[118.07541922656192,28.460754103776861],[118.07544781101397,28.461139588519835],[118.07587635341758,28.4614110241872],[118.07603347814404,28.461810837634925],[118.07606205092088,28.462124944697855],[118.07597635137988,28.462524667600878],[118.07570496060926,28.462824377679613],[118.07547641601214,28.463323974850873],[118.07533356735398,28.463409581309385],[118.07500502396302,28.463466550030343],[118.07484789303234,28.463323727126838],[118.0745478964986,28.462752526305184],[118.07459075072326,28.46256693981115],[118.07444790219131,28.462295615648003],[118.07419077521037,28.462095641475731],[118.07399078570411,28.461867127155362],[118.07391935607525,28.461724329853201],[118.0740479240503,28.461567337711774],[118.0739907794626,28.461253221294317],[118.073819363637,28.461096102181124],[118.07364794334194,28.460910436691936],[118.0735765137496,28.460610584752629],[118.0732051077393,28.460039359444785],[118.07293370678551,28.460210573523273],[118.07234802944191,28.459881975243977],[118.07230517538672,28.459225222715965],[118.07250514394272,28.458911206771269],[118.07189090406021,28.458482651017086],[118.07151951119832,28.458596722428016],[118.07104812446843,28.458696479616794],[118.07023391833863,28.458767533199531],[118.0697053879843,28.458638830253378],[118.06944826588607,28.458424573279224],[118.06947683583218,28.458210434193635],[118.06953397119506,28.458067684763432],[118.06957681711394,28.457824997170402],[118.06950539414304,28.457510881320751],[118.06919113319893,28.457225212913148],[118.06910543516084,28.457282279742113],[118.06910542702283,28.457624939048543],[118.06899116895462,28.457938975379793],[118.06864833656647,28.457396314689163],[118.06810551349949,28.45638244270458],[118.06729129900339,28.455111474001377],[118.0658057333407,28.45419715779013],[118.06477727225732,28.45291181579158],[118.06443445113101,28.452283497269423],[118.06432017599622,28.451897981209285],[118.06414875798393,28.451041308275002],[118.06396306140648,28.450684302110425],[118.06350597736966,28.450584177722533],[118.06319173555113,28.450683990947027],[118.0631346034093,28.451112259744562],[118.06313461145012,28.451454902863993],[118.06317746403413,28.451883232411571],[118.06317745948826,28.452183038843224],[118.06304891228866,28.452468523015792],[118.06247756219517,28.453096464768819],[118.06190621009472,28.453338918299167],[118.06173480178904,28.452953375867857],[118.06172052696687,28.452596460932057],[118.06219187383921,28.451011934935302],[118.061913335817,28.450833357801681],[118.06167050094959,28.450319296019348],[118.06158480314426,28.450033722510295],[118.06181334164192,28.449676902837307],[118.0620561596011,28.449505678444051],[118.06211329698601,28.449305823896196],[118.06192759482765,28.448963108665552],[118.061627636171,28.44830626015408],[118.06137053014666,28.447949222168365],[118.06117055697553,28.447749262161725],[118.06095630095083,28.447435086558254],[118.06079917864474,28.446992445733013],[118.06078489033898,28.446749737997042],[118.06088487823787,28.446535624798074],[118.06107056750483,28.446307277700832],[118.06147050498204,28.445921981096312],[118.06132767357458,28.445465058339071],[118.06126695800218,28.445027221873772],[118.06116578987022,28.444973632444363],[118.06101104311634,28.444973570967026],[118.06086225498852,28.444973508127756],[118.06070751193016,28.44497344314216],[118.06055872569668,28.444967426852145],[118.06043375217689,28.445122042520733],[118.06040398898531,28.445241002505824],[118.0604218529874,28.445336183805953],[118.06038019063237,28.445532478743186],[118.0603266174483,28.445669272621529],[118.0602492558757,28.445776306285577],[118.06004690206505,28.445716738139538],[118.06004095701962,28.445562073513575],[118.06004094986173,28.445347917067728],[118.06008856175083,28.445193276555688],[118.06014211785265,28.444854230579818],[118.06013616563301,28.444568686173376],[118.06012426382874,28.444354537059287],[118.06007665023509,28.44396190726296],[118.06010640980016,28.443884577947227],[118.06005879705909,28.443765594097009],[118.05949935860541,28.444354270711585],[118.05912441835494,28.444603954944668],[118.05886850279242,28.444859634497497],[118.05862450449531,28.444990394069727]]]},"properties":{"FID":103,"name":"朝阳村民委员会","name_t":"朝阳镇","民警姓":"陈龙","电话":"18879381720","派出所":"朝阳派出所"}},{"type":"Feature","id":104,"geometry":{"type":"Polygon","coordinates":[[[118.11809290417797,28.45096323084848],[118.11809290417798,28.45096323084849],[118.11809290417797,28.450963230848423],[118.1184356985263,28.450734930868791],[118.11876420200366,28.450520899314817],[118.11926409917342,28.450549640600638],[118.11964974472801,28.450421297519075],[118.1199782433294,28.450307188938361],[118.12007823137419,28.450050241827437],[118.11972115911584,28.449878793113765],[118.11924982743997,28.449792955935543],[118.11914984444728,28.449678693445961],[118.11876421081365,28.44956434299354],[118.11839285912401,28.4494642589971],[118.11785010962679,28.449392663659779],[118.11756445252394,28.449363998693009],[118.11750731280631,28.449406809305877],[118.11755016023407,28.449692361470348],[118.11780724982874,28.450077948243209],[118.11776440702137,28.450263530473521],[118.11736447936408,28.450349040228168],[118.11712167912634,28.450177619535474],[118.11685030019646,28.449777748265706],[118.11660748602894,28.449320779567405],[118.11630753729663,28.449720408568702],[118.1165646279822,28.4506770834424],[118.11662175987581,28.451205361115413],[118.11637894390057,28.451647849480608],[118.11617898692006,28.451676325070487],[118.11593616872064,28.451576283104018],[118.11592189693039,28.451262179981772],[118.11575049302819,28.451147884779438],[118.11556480566529,28.451433349685185],[118.11563623187587,28.451461931528982],[118.11559337713466,28.451918781677179],[118.11570763841578,28.452247202577649],[118.11603614024395,28.452347282809281],[118.11623610726578,28.452647182663235],[118.11627895844279,28.452847079576458],[118.11643606251954,28.453204078278727],[118.11596472151621,28.453446589730763],[118.11563620971572,28.453317951340267],[118.11550766144879,28.453460668298273],[118.11567905559552,28.453646340407865],[118.11569333991839,28.453560690477328],[118.11635036666956,28.453760839898059],[118.11647890391309,28.454160658096328],[118.11629322595981,28.454488946559248],[118.11603612270508,28.454874320261982],[118.11580759145426,28.454917059745942],[118.1154933701349,28.454759877593002],[118.11532196507552,28.454445719605328],[118.11520770727788,28.454217236182476],[118.11507916153722,28.454317116306548],[118.11509344776185,28.454674049857946],[118.11513629548425,28.454859670098514],[118.11569332494466,28.455359605792555],[118.11567903168182,28.455759347992412],[118.11535052774465,28.455930541915741],[118.11463637502553,28.45591595816521],[118.11432214449997,28.455616007979799],[118.1136365566105,28.455073168526038],[118.11350801291607,28.454773298678504],[118.11359370952256,28.454402128876477],[118.11357942416203,28.454187967756784],[118.11327948884504,28.454030787592902],[118.11312237973304,28.453730901122928],[118.11323663812661,28.453416847905945],[118.11367942037243,28.453259995742449],[118.1138651087826,28.453088754212263],[118.11380797466215,28.452746086213512],[118.11373655254155,28.452560449361336],[118.11360801336852,28.452174909761965],[118.1135937369897,28.451875084255253],[118.11336520683291,28.452060587614547],[118.11336519250401,28.452446071068138],[118.11330806832936,28.452902905525367],[118.112950973476,28.453231116758769],[118.11267959399665,28.453273832357208],[118.11236536175207,28.453059527069666],[118.11197972568176,28.452802366772811],[118.11140838074034,28.452702152756412],[118.11093703742843,28.452530603322074],[118.11066565373623,28.452302043182407],[118.11057995544306,28.452002179477137],[118.1108370591073,28.451873803280325],[118.11180832959569,28.451731501010389],[118.1125939022288,28.451531978216895],[118.11285100898141,28.451317940020594],[118.11292242399269,28.45094677198567],[118.11323666644445,28.450561433321663],[118.11317953853944,28.450332967935221],[118.11290814845707,28.450461343577121],[118.11273674404029,28.450832472621762],[118.11239394478552,28.451132128159625],[118.11179404686327,28.451503060335018],[118.11140839674361,28.451474327399545],[118.1111941406915,28.451345723140388],[118.11103702713956,28.451345644172395],[118.11069422809115,28.451502533961577],[118.11023715861464,28.451687917475315],[118.1098086595039,28.451616324091514],[118.10948014208695,28.451302070781104],[118.10969439801244,28.450202827127399],[118.11030858830136,28.44980336697159],[118.11032287372105,28.449589220645777],[118.11029430279686,28.449446435061603],[118.11039428833428,28.449303717421675],[118.11060854119668,28.449175325305276],[118.1109656292998,28.448732899844654],[118.11077995012393,28.448318783266956],[118.11032287796183,28.447847409861001],[118.10979439595744,28.447704385715209],[118.10926590608184,28.447789786133619],[118.10956584745215,28.449060598919303],[118.10923733351689,28.44930314597482],[118.10913734409354,28.449488707244882],[118.10932302045622,28.449959938883239],[118.10902307011477,28.450159665854294],[118.10628063495379,28.449872741515406],[118.10630918997359,28.450129737222497],[118.10816606529933,28.45037340270639],[118.10886595035896,28.450616463466254],[118.10910876431362,28.450944951788003],[118.10922303303401,28.451430425521163],[118.10848028856275,28.452129640238731],[118.10828032368067,28.452300863876747],[118.10780896681976,28.452557614280501],[118.10785180728048,28.452814623723814],[118.10809462357551,28.452714808612058],[118.10832317400791,28.452700652056571],[118.10850884796638,28.452600799489606],[118.10872311083632,28.452401024265942],[118.10890878460724,28.452258351039461],[118.10902305959746,28.452144180403401],[118.10938014919387,28.451973031558111],[118.10969438657476,28.451987468301677],[118.10992291363304,28.452101801246776],[118.11018001600596,28.45245885276417],[118.11013716325303,28.452601610074215],[118.10978008062717,28.452729917422612],[118.10929445168675,28.452843897459061],[118.10902305881535,28.452986534892503],[118.10910875294149,28.453243561298592],[118.10933729203531,28.453386449933369],[118.109637243075,28.45338659614217],[118.11006575315695,28.453358254801437],[118.11047996292517,28.453287073412039],[118.1109941630842,28.453444366129652],[118.11132267830078,28.453615844050667],[118.11175118294774,28.453887316546197],[118.11150836259213,28.45388719691428],[118.11102272591778,28.453958350228259],[118.11066564321402,28.454129508463129],[118.11049424044764,28.454457793620875],[118.11049423418697,28.454700508187429],[118.11006573270843,28.455014389500633],[118.10968008177663,28.455242637424917],[118.10889448162634,28.455956107174625],[118.10888019887896,28.456370143920786],[118.10873260693461,28.456845972320032],[118.10832789903418,28.45763100575213],[118.10778035873952,28.458487355667799],[118.1073042436479,28.458748863795599],[118.10685193517455,28.458677247374126],[118.10637580913327,28.458676994130833],[118.10566162722795,28.458795604151277],[118.10435229041707,28.459104261057909],[118.10330482125842,28.459198892709768],[118.10278108493817,28.459055842577683],[118.10093847264548,28.459578360018725],[118.09989574914763,28.460205994041903],[118.09885301755801,28.461276223425855],[118.0954367294344,28.458263162636356],[118.09470822290469,28.457520378095094],[118.09339407511023,28.456591693494289],[118.09237987661101,28.455706010610637],[118.09072287870083,28.454662959989914],[118.08973724882587,28.454191335992018],[118.0888516064395,28.453805430060061],[118.08758028132273,28.452762610574471],[118.08733742715644,28.451406171775695],[118.08658033935498,28.449721134795791],[118.08615179537685,28.44896425390149],[118.08535184574308,28.44727920738454],[118.08498045091146,28.446236813019151],[118.08486616401989,28.445708518251735],[118.08466619005874,28.445223004708485],[118.08455190945581,28.444823207408593],[118.08470904439764,28.444552002736987],[118.08502330526028,28.444537872650095],[118.08525185565372,28.444709291747902],[118.08572325856476,28.444809443049209],[118.08613750853425,28.444709696563418],[118.08705172676785,28.444710106154272],[118.08716599918705,28.444567384188701],[118.08706601812945,28.444324630622603],[118.08712315568842,28.443939181448005],[118.08720885527742,28.443810716006404],[118.08693745524319,28.442868310119792],[118.08598038807142,28.441954149212574],[118.08528043933701,28.441111498874008],[118.0842233698819,28.4394834505893],[118.08270919304027,28.438112225393798],[118.08279491161896,28.43769823486727],[118.08279491072702,28.437426967627772],[118.08238064705506,28.43725547282132],[118.0820949571779,28.437369570644865],[118.08193782043406,28.436869807581981],[118.08239495194785,28.436470244291176],[118.08276635409268,28.436384735755428],[118.08289491620042,28.43634195394991],[118.08312347025606,28.436313500620525],[118.08328536031431,28.436175556494064],[118.0833901163539,28.436128010689654],[118.08354249171478,28.436175670754427],[118.08362819678277,28.436185217710914],[118.08376151757807,28.436042504852317],[118.08377104036545,28.435937813903767],[118.08372343003938,28.435871165228519],[118.08364725406287,28.43549041572069],[118.08361868840994,28.435300045031717],[118.08341869732934,28.435062007046721],[118.08237114321659,28.435404222786296],[118.08190451505018,28.434556934248715],[118.08159025414838,28.434166565570401],[118.08117124083051,28.433623870267336],[118.08098077255539,28.433309703058779],[118.08141884856046,28.4328530207951],[118.08234260913495,28.432377493646051],[118.08279971813735,28.432349122584434],[118.08328540358441,28.43240644069618],[118.08428533287685,28.432321196843656],[118.08476149545444,28.432207185686011],[118.08486624067409,28.432045420091484],[118.0850778108957,28.431776663729238],[118.08524185264842,28.4320005881025],[118.08556970358984,28.432100910910037],[118.0855697709693,28.43210093651297],[118.08571993077945,28.432232961347733],[118.08579369994801,28.432297819434122],[118.08590279789473,28.432284832044825],[118.08638386918727,28.431797732121506],[118.08688804529858,28.430724886506464],[118.08747425097124,28.430618743326818],[118.08776449343867,28.430405789691033],[118.08818256184979,28.430307712813892],[118.0886445902172,28.429984693084485],[118.08868782251409,28.429728790557522],[118.08845775619091,28.429271932543553],[118.09036233193122,28.429281615688023],[118.09036239213957,28.429281620806051],[118.09067247082395,28.429224631481038],[118.09097248574457,28.428972667931944],[118.0913647244558,28.42848073234542],[118.0920861570734,28.427952795630969],[118.09304459869932,28.427552920167276],[118.09389680714564,28.427434979165678],[118.09434418186866,28.42729904660133],[118.09481749614019,28.427237086243554],[118.09503578075034,28.427289019324657],[118.09550186576003,28.427706022826623],[118.09552489120858,28.42804991946392],[118.09559584603416,28.428147912524395],[118.09639839250357,28.428670882293279],[118.09664838905503,28.428751891885561],[118.09748519418139,28.428725051170346],[118.09748525171453,28.428725049131675],[118.09839561039938,28.429049163071404],[118.09886494417071,28.429331298571221],[118.09929734281144,28.429591233837822],[118.09929739136014,28.429591221551291],[118.10053123512986,28.430373322345233],[118.10051209023301,28.430716228317429],[118.10029916471419,28.431261120268537],[118.10031714274982,28.431712009715334],[118.10082941926039,28.432451885683864],[118.10121853407195,28.432768937446049],[118.10137775545405,28.433009932619999],[118.10177518710769,28.43334109168163],[118.10237371436506,28.4336622415805],[118.10268387025246,28.434128146594524],[118.10264780146156,28.434541023990846],[118.10338533544783,28.435516182456972],[118.10422530495963,28.436425328981759],[118.10464754764962,28.437560232960326],[118.1050950811221,28.438031333148917],[118.10610413314834,28.438577723538792],[118.10681489139263,28.439095888134208],[118.10769389078315,28.439360442323675],[118.10819056120731,28.439612685105644],[118.10884505753565,28.439627005605995],[118.10940096075585,28.439490514340495],[118.10957718053952,28.43951462968586],[118.10988755030667,28.439805766166401],[118.11036290030263,28.440562898962334],[118.11165990750499,28.440702725891157],[118.11231959455131,28.440881191756837],[118.1126681389165,28.44135344305009],[118.11347701644121,28.442132794580417],[118.11435845163444,28.442614512247953],[118.11473377946164,28.442919756631408],[118.1149122010018,28.443435773925398],[118.11491105896376,28.443915540947128],[118.11525962835007,28.44453378221986],[118.11565509663605,28.444882044379639],[118.11620783802802,28.444920544127299],[118.11694810296046,28.444753190993385],[118.11746701071897,28.444888656565912],[118.11830630978106,28.445465329465144],[118.11938417594142,28.445510521589899],[118.12096957125878,28.446074124797626],[118.12347067363669,28.44641870041459],[118.12144513917548,28.452913773992773],[118.11903556874749,28.452177145455593],[118.11800719891319,28.451691333327243],[118.11779296312444,28.451348600444032],[118.11809290417797,28.45096323084848]],[[118.11992057942017,28.452171188076676],[118.1199206055189,28.452171144022323],[118.11992060503904,28.452171143826146],[118.11992057942017,28.452171188076676]]]},"properties":{"FID":104,"name":"青金村民委员会","name_t":"朝阳镇","民警姓":"高光亮","电话":"18879381630","派出所":"朝阳派出所"}},{"type":"Feature","id":105,"geometry":{"type":"Polygon","coordinates":[[[118.11750192282761,28.468225687740379],[118.11688313161467,28.469748432091254],[118.11628813853206,28.47086666948783],[118.11567553260126,28.471362909851123],[118.11439034257552,28.471541118076019],[118.1126410468563,28.471612153359342],[118.11096314377286,28.471897348856757],[118.10818566188262,28.472044297065491],[118.10685284541101,28.472272442210947],[118.10481553054264,28.472633682031312],[118.10401583643815,28.472995186299727],[118.10287574024781,28.473469859087537],[118.09889589336028,28.466929949432121],[118.09762462020481,28.467386138233639],[118.09709611293941,28.466928994022574],[118.09656759538365,28.466414752177627],[118.09641046903923,28.465629435450531],[118.09672471257417,28.465158449932737],[118.09691040321843,28.464201993057685],[118.09689611555804,28.463802223249289],[118.0974103406523,28.463002985422715],[118.09885301755804,28.461276223425941],[118.09989574914768,28.460205994041988],[118.10093847264545,28.459578360018824],[118.10278108493833,28.459055842577772],[118.1033048212585,28.459198892709768],[118.1043522904171,28.459104261057984],[118.1056616272281,28.458795604151302],[118.1063758091334,28.45867699413089],[118.10685193517455,28.458677247374158],[118.10730424364785,28.458748863795691],[118.1077803587395,28.458487355667916],[118.10832789903417,28.457631005752145],[118.10873260693462,28.45684597232016],[118.10888019887898,28.456370143920832],[118.10889448162632,28.455956107174664],[118.10968008177662,28.455242637424977],[118.11006573270839,28.455014389500647],[118.11049423418697,28.4547005081875],[118.11049424044769,28.454457793620946],[118.11066564321406,28.454129508463161],[118.11102272591792,28.453958350228291],[118.11150836259223,28.453887196914362],[118.11175118294787,28.453887316546311],[118.11132267830088,28.453615844050759],[118.11099416308427,28.453444366129627],[118.11047996292533,28.453287073412071],[118.11006575315697,28.453358254801564],[118.10963724307497,28.453386596142238],[118.10933729203543,28.453386449933351],[118.10910875294148,28.453243561298581],[118.10902305881537,28.452986534892624],[118.10929445168675,28.452843897459054],[118.10978008062732,28.452729917422648],[118.11013716325314,28.452601610074314],[118.11018001600603,28.45245885276411],[118.10992291363314,28.452101801246879],[118.10969438657489,28.451987468301656],[118.10938014919402,28.451973031558218],[118.10902305959743,28.45214418040349],[118.10890878460728,28.452258351039479],[118.10872311083641,28.452401024265985],[118.10850884796641,28.45260079948973],[118.10832317400789,28.452700652056631],[118.10809462357567,28.452714808612129],[118.10785180728054,28.452814623723945],[118.10780896681973,28.452557614280519],[118.10828032368072,28.45230086387685],[118.10848028856282,28.452129640238859],[118.10922303303411,28.451430425521188],[118.10910876431362,28.450944951788109],[118.10886595035895,28.450616463466382],[118.10816606529937,28.450373402706504],[118.10630918997356,28.450129737222525],[118.10628063495373,28.449872741515463],[118.10902307011474,28.450159665854404],[118.10932302045639,28.449959938883215],[118.10913734409353,28.4494887072449],[118.10923733351689,28.449303145974898],[118.10956584745215,28.449060598919434],[118.10926590608189,28.447789786133601],[118.10979439595738,28.447704385715291],[118.11032287796196,28.447847409861073],[118.1107799501241,28.448318783267087],[118.11096562929988,28.448732899844789],[118.11060854119685,28.449175325305344],[118.11039428833426,28.449303717421753],[118.11029430279687,28.44944643506166],[118.11032287372112,28.449589220645763],[118.11030858830144,28.449803366971633],[118.10969439801261,28.450202827127526],[118.10948014208695,28.4513020707811],[118.10980865950407,28.451616324091614],[118.11023715861467,28.451687917475443],[118.11069422809129,28.451502533961591],[118.11103702713953,28.45134564417237],[118.11119414069158,28.451345723140328],[118.11140839674377,28.451474327399666],[118.1117940468633,28.451503060335153],[118.11239394478564,28.451132128159607],[118.11273674404035,28.450832472621762],[118.11290814845705,28.450461343577238],[118.11317953853947,28.450332967935342],[118.11323666644451,28.450561433321752],[118.1129224239928,28.450946771985699],[118.11285100898155,28.451317940020662],[118.11259390222882,28.451531978217012],[118.11180832959566,28.451731501010514],[118.1108370591074,28.45187380328035],[118.110579955443,28.452002179477276],[118.11066565373631,28.452302043182446],[118.1109370374284,28.452530603322153],[118.11140838074031,28.452702152756522],[118.11197972568185,28.452802366772751],[118.1123653617521,28.453059527069637],[118.11267959399669,28.453273832357219],[118.11295097347613,28.453231116758761],[118.11330806832937,28.452902905525466],[118.11336519250399,28.452446071068223],[118.11336520683305,28.452060587614643],[118.11359373698977,28.451875084255363],[118.11360801336869,28.452174909762043],[118.1137365525416,28.452560449361471],[118.11380797466225,28.452746086213537],[118.11386510878259,28.453088754212263],[118.11367942037242,28.453259995742439],[118.11323663812666,28.453416847906045],[118.11312237973299,28.453730901122928],[118.11327948884505,28.454030787592934],[118.11357942416207,28.454187967756923],[118.11359370952258,28.454402128876495],[118.11350801291603,28.454773298678443],[118.11363655661056,28.45507316852612],[118.11432214450005,28.455616007979888],[118.11463637502557,28.455915958165193],[118.11535052774472,28.455930541915752],[118.11567903168179,28.45575934799238],[118.11569332494474,28.455359605792683],[118.11513629548419,28.45485967009861],[118.11509344776196,28.454674049857889],[118.11507916153721,28.454317116306623],[118.11520770727788,28.454217236182409],[118.11532196507567,28.454445719605424],[118.11549337013494,28.454759877592981],[118.11580759145438,28.454917059745934],[118.11603612270505,28.454874320262],[118.11629322595996,28.454488946559369],[118.11647890391323,28.454160658096356],[118.11635036666961,28.45376083989812],[118.11569333991847,28.453560690477378],[118.11567905559566,28.453646340407822],[118.11550766144876,28.453460668298337],[118.11563620971577,28.453317951340349],[118.11596472151632,28.453446589730707],[118.11643606251964,28.453204078278748],[118.11627895844278,28.452847079576582],[118.11623610726581,28.452647182663306],[118.11603614024402,28.452347282809395],[118.11570763841577,28.452247202577681],[118.11559337713474,28.451918781677154],[118.11563623187591,28.451461931528961],[118.11556480566529,28.451433349685182],[118.11575049302833,28.451147884779562],[118.11592189693043,28.451262179981853],[118.11593616872074,28.451576283104011],[118.11617898692023,28.451676325070423],[118.11637894390067,28.451647849480722],[118.11662175987585,28.451205361115495],[118.11656462798234,28.45067708344245],[118.11630753729658,28.449720408568812],[118.11660748602888,28.449320779567486],[118.11685030019662,28.449777748265845],[118.1171216791263,28.450177619535513],[118.11736447936407,28.450349040228293],[118.11776440702131,28.450263530473624],[118.11780724982889,28.450077948243212],[118.1175501602341,28.449692361470362],[118.11750731280634,28.449406809305984],[118.11756445252405,28.449363998693016],[118.11785010962689,28.449392663659815],[118.11839285912414,28.449464258997185],[118.11876421081362,28.44956434299359],[118.11914984444729,28.449678693446081],[118.11924982744002,28.449792955935621],[118.11972115911593,28.449878793113836],[118.12007823137415,28.450050241827501],[118.11997824332943,28.450307188938403],[118.11964974472798,28.450421297519146],[118.11926409917351,28.450549640600652],[118.1187642020037,28.450520899314757],[118.11843569852624,28.450734930868872],[118.1180929041781,28.450963230848465],[118.1177929631244,28.451348600444028],[118.11800719891326,28.451691333327268],[118.11903556874751,28.452177145455636],[118.12144513927549,28.452913773480159],[118.12061013903332,28.455591269468105],[118.12165241556644,28.455323592683332],[118.12262342644456,28.455285691731028],[118.12367059138197,28.455342979804577],[118.12467967394355,28.455514472721816],[118.12566971363992,28.45566692352984],[118.12705957107993,28.456295329791494],[118.12801152412172,28.456961732807528],[118.12854461636792,28.457513853431703],[118.12890635708287,28.458579912560609],[118.12765467997225,28.463111592640722],[118.12685503878899,28.464453486843475],[118.1259839977056,28.466366441036815],[118.12582692590502,28.467137363335411],[118.1254556615127,28.46725151652204],[118.12495588114648,28.467437032722852],[118.12465601358031,28.467594028180667],[118.12438470457541,28.467850963974179],[118.12401343826882,28.468093608457938],[118.12354221427779,28.468379063987769],[118.12331374267809,28.468750222409707],[118.12301387246573,28.46896432263069],[118.12265054593971,28.46883851579237],[118.12255692796464,28.468436000757887],[118.12261404597773,28.468079090741607],[118.12274256154171,28.467636530546358],[118.1227425614512,28.467208226573621],[118.12271400237913,28.46700834551919],[118.12248552908171,28.466737046505411],[118.12211426022211,28.466637042950993],[118.12161447481748,28.466679786011511],[118.12110040899171,28.466851016067785],[118.12086525116369,28.466754162400886],[118.12078625766378,28.466465485276128],[118.12077197707663,28.466080007337883],[118.12077197701306,28.465765918659191],[118.12085765459676,28.4654375667746],[118.1212289249578,28.465094989147236],[118.12104328918834,28.464295453429848],[118.12065773971378,28.463809972143814],[118.12030074904942,28.463524370785514],[118.11890609748575,28.463371829822567],[118.11821591109697,28.46380000626014],[118.11802551444684,28.464347249087457],[118.1179779151674,28.465156260256592],[118.11750192282761,28.468225687740379]]]},"properties":{"FID":105,"name":"青石村民委员会","name_t":"朝阳镇","民警姓":"高光亮","电话":"18879381630","派出所":"朝阳派出所"}},{"type":"Feature","id":106,"geometry":{"type":"Polygon","coordinates":[[[118.10313997792522,28.478686688252665],[118.10338750315813,28.478363134878308],[118.10369214936416,28.478001522807965],[118.10382543217742,28.477735051290729],[118.10397775466693,28.477068833580788],[118.10401583674758,28.475888623347167],[118.10380639125374,28.475241362207122],[118.10304477406191,28.474498799006316],[118.10256876376309,28.474137013486974],[118.10287341042293,28.473470829843585],[118.10287574024768,28.473469859087469],[118.10287574024763,28.473469859087384],[118.1028757402478,28.473469859087412],[118.10401583643808,28.472995186299617],[118.1048155305426,28.472633682031312],[118.10685284541086,28.472272442210848],[118.1081856618826,28.472044297065352],[118.11096314377292,28.471897348856661],[118.1126410468563,28.471612153359338],[118.11439034257555,28.471541118075937],[118.11567553260123,28.471362909851091],[118.11628813853211,28.470866669487737],[118.11688313161466,28.469748432091247],[118.11750192282766,28.468225687740304],[118.11797791516743,28.465156260256471],[118.11802551444688,28.464347249087453],[118.1182159110969,28.463800006260165],[118.11890609748581,28.463371829822481],[118.12030074904936,28.463524370785585],[118.12065773971369,28.463809972143785],[118.12104328918835,28.464295453429795],[118.12122892495763,28.465094989147261],[118.12085765459678,28.465437566774515],[118.12077197701309,28.465765918659134],[118.12077197707649,28.466080007337784],[118.12078625766362,28.466465485276132],[118.12086525116371,28.466754162400889],[118.12110040899168,28.466851016067753],[118.12161447481732,28.466679786011539],[118.12211426022201,28.466637042950907],[118.12248552908157,28.466737046505418],[118.12271400237901,28.46700834551925],[118.12274256145109,28.467208226573682],[118.12274256154157,28.467636530546365],[118.12261404597764,28.468079090741636],[118.12255692796458,28.468436000757887],[118.12265054593956,28.468838515792449],[118.12301387246575,28.468964322630704],[118.12331374267799,28.468750222409575],[118.12354221427771,28.46837906398774],[118.12401343826878,28.468093608457998],[118.12438470457526,28.467850963974136],[118.12465601358026,28.467594028180603],[118.12495588114643,28.467437032722859],[118.1254556615127,28.467251516522023],[118.12582692590497,28.467137363335286],[118.12598399770565,28.466366441036822],[118.12685503878902,28.46445348684335],[118.1276546799721,28.463111592640651],[118.12890635708285,28.458579912560484],[118.1285446163679,28.457513853431614],[118.12801152412155,28.456961732807464],[118.12705957107983,28.456295329791477],[118.12566971363992,28.455666923529702],[118.12467967394359,28.455514472721791],[118.12367059138192,28.455342979804577],[118.12262342644456,28.455285691731035],[118.12165241556644,28.455323592683218],[118.1206101390332,28.455591269468169],[118.12144513917548,28.452913773992773],[118.12347067363669,28.44641870041459],[118.12480439867653,28.447042227734457],[118.12535941298384,28.44732073042718],[118.12568346095799,28.447326127161354],[118.12569013455659,28.447326237971588],[118.12569021465785,28.447326238071192],[118.12607977061063,28.447119783061783],[118.12622405915529,28.446941004829082],[118.12657285194064,28.446875483465476],[118.12837119042342,28.447636491553123],[118.12997859950354,28.447723728495458],[118.12997862290408,28.447723765432016],[118.13063977347593,28.448591399436953],[118.13073495671662,28.44892138722529],[118.13073498191395,28.448921473371769],[118.13065268156778,28.449536156069534],[118.13074284939341,28.449733235584603],[118.13109455197679,28.449980614766091],[118.13170168872976,28.449976519089947],[118.1320155168938,28.450274868243479],[118.13176974145409,28.45153218285537],[118.13177476701723,28.451827035028639],[118.13189019612092,28.45196117061618],[118.13232380721058,28.452144795534853],[118.13261672072649,28.452404071099661],[118.13347822417779,28.452398389675693],[118.13452658155977,28.452994750300132],[118.13561902378245,28.453130356854775],[118.13667105162185,28.453693756180801],[118.13760118549565,28.453892146777918],[118.13896422713394,28.455227880062701],[118.14083141831669,28.456295535112368],[118.14082022347162,28.456406544748408],[118.14046550791639,28.456610930070259],[118.13948943836131,28.456971237022117],[118.13896006659168,28.457540197622102],[118.13872946257744,28.458040715856285],[118.13886981647468,28.458082864796658],[118.13917359759934,28.458437302143391],[118.14000018885659,28.459136366735816],[118.14082501034632,28.459595573553656],[118.14235667663684,28.460835752773505],[118.14240574000138,28.460977811299649],[118.14227941219804,28.461364487616777],[118.14242553656472,28.461578594774462],[118.14250593276452,28.46245353550859],[118.14249869436257,28.462712374857052],[118.1422861311726,28.463015951496477],[118.14230018736795,28.463215894640989],[118.14210279566146,28.463320567228198],[118.14189315197505,28.463250223097084],[118.14135628207615,28.46250059038794],[118.14074757853631,28.462173717449048],[118.14082987450739,28.461862904078384],[118.14058745007453,28.461190771770518],[118.14037601883959,28.460990421076396],[118.13978753396097,28.460664581592884],[118.13935057596552,28.460665862324205],[118.13920443250215,28.460791592883545],[118.13927946244341,28.461054703149401],[118.13965430963265,28.46163409775458],[118.13981158985753,28.462113185475719],[118.14005114876593,28.462479491099593],[118.1400431967386,28.462651416351633],[118.13985374400924,28.462870016161272],[118.13938757006545,28.462720365927098],[118.13925010798894,28.462583207803107],[118.13891742677619,28.462649620237265],[118.13878430200772,28.462440491963076],[118.13875907385449,28.462095496215067],[118.13850580273493,28.4618262576493],[118.13813093361749,28.461634656269155],[118.13788738626269,28.461627346768971],[118.13783324830057,28.461832129895097],[118.1376849560651,28.461822902274662],[118.13738731556477,28.461530567360654],[118.13717155850296,28.461478229178805],[118.13700920862254,28.461336990936505],[118.13694536451915,28.46113103328349],[118.13700925183745,28.460816225915785],[118.13694828486324,28.460722110946673],[118.13670763856501,28.460624748826838],[118.13619570288166,28.460208110229928],[118.13580677857173,28.460082546345191],[118.1355982539278,28.459935304862178],[118.13509135739999,28.459845559388302],[118.13474028752991,28.460190892307036],[118.13418534610491,28.460972836828841],[118.13406299420113,28.461570527372238],[118.13297342434856,28.462158711063584],[118.13292326223774,28.462355589123629],[118.13342325236668,28.462709278025667],[118.13402965278178,28.463368946994972],[118.13364182140732,28.46339635934941],[118.13367100967872,28.463809287799901],[118.13357863058259,28.464065035695914],[118.13377488562239,28.464121285551059],[118.13413093673122,28.46449771470121],[118.13424493903406,28.464528923766338],[118.13462190568794,28.465093250974132],[118.13488237024049,28.465316590647241],[118.13505660144938,28.465636792861876],[118.13516080897189,28.466350701139998],[118.13635136813122,28.466945330680289],[118.13667714833699,28.467180746356593],[118.13661687836371,28.467383631670508],[118.13614599034806,28.467972681778942],[118.13582306765619,28.468138190227403],[118.13556868220797,28.4684816788482],[118.1350603136534,28.468721860485047],[118.13497908782723,28.469316544777726],[118.13471964738507,28.4697939984508],[118.13447613382878,28.46963762634331],[118.13370336029057,28.469578545005625],[118.13322535526825,28.469438932012803],[118.13277442740866,28.469121308131587],[118.13272034504497,28.468734350316875],[118.13256920554319,28.46851226114876],[118.13239965513867,28.468437971434692],[118.13209012440065,28.468476578209518],[118.13202299544119,28.46881837701477],[118.13207420988934,28.468963395191775],[118.13241762549136,28.469244777291717],[118.13268419802847,28.469589032772284],[118.13295692532367,28.469687404956566],[118.13294681832159,28.469755410104057],[118.13244170177433,28.470389435267794],[118.1322984475712,28.47079410456724],[118.13200587031325,28.47085271006657],[118.13135941085352,28.47081283844112],[118.13094349519687,28.470548280022715],[118.13076132073174,28.470563052740516],[118.1307212413447,28.471014835368912],[118.13089032145847,28.472292669706636],[118.13106670162585,28.472566878666097],[118.13102841908702,28.473088659739723],[118.1309172895218,28.473353381260072],[118.13096012136783,28.474499048841295],[118.1309171875409,28.474579963534289],[118.13020688571433,28.474687935880173],[118.12990313502746,28.474868542927318],[118.12982592764165,28.47499835732868],[118.12985909254044,28.475265346882306],[118.12997811874018,28.475448421571564],[118.13015343162517,28.475476641320171],[118.13036592642709,28.47520900005949],[118.13055350272124,28.47529823966893],[118.13022047473474,28.476122547337646],[118.12990005555784,28.477196724902527],[118.12996497446532,28.477347784283534],[118.13033686702845,28.477621176262794],[118.13057420764355,28.477912470768789],[118.13059732329032,28.477559636168881],[118.13070340040704,28.477323788642398],[118.13103134192031,28.476986403309791],[118.13133690706154,28.47681489586623],[118.13152131070147,28.476065335567213],[118.13190016673101,28.475231207051138],[118.13231108548491,28.47499678706863],[118.13229692191199,28.476131483890711],[118.13248627732618,28.476627586353004],[118.13256625740384,28.47793524959306],[118.13280792872875,28.478395439964086],[118.13272959274217,28.479005149787124],[118.13300807760099,28.47929543695852],[118.1332808040499,28.479434837260378],[118.13377577879383,28.479419545078695],[118.13421880181902,28.479508186879357],[118.13463369929917,28.479461747641576],[118.1351366611929,28.479083630940202],[118.13550067248526,28.479350131140311],[118.13546529466366,28.479592999385854],[118.13522571525421,28.479800561704906],[118.13499117740758,28.480145068755157],[118.13500735298346,28.480865847003003],[118.13514551965034,28.481026021668505],[118.13570868335016,28.481330791004385],[118.13613260447609,28.481440387821131],[118.13673008862565,28.481392356863914],[118.13733951283609,28.481042411993638],[118.13775731928098,28.481131951843352],[118.138300714156,28.480976883331437],[118.13997452532311,28.481419407483507],[118.14022890118521,28.481523822872433],[118.14224440822753,28.483137580421019],[118.14345938210015,28.483254491596927],[118.14445675994598,28.483681097771772],[118.14547798842355,28.483930700827074],[118.14570676466944,28.484106083874465],[118.1454501573233,28.484461478125102],[118.14545301808923,28.484777367196621],[118.14564028374072,28.485081606371274],[118.14559840688081,28.485274431378585],[118.1448163655517,28.485781969437816],[118.14455179689477,28.486452337524543],[118.14430314290266,28.486705812415298],[118.1445015494153,28.48751182739176],[118.14418858401159,28.488706906576535],[118.14415964907045,28.489504617346622],[118.1442967502347,28.48982577004633],[118.14474092755837,28.49035527154334],[118.14483398949974,28.490844322667328],[118.14424461622382,28.49186591622983],[118.14413524586421,28.492227678820917],[118.14404275238891,28.493596041969329],[118.14372408176747,28.493987322022708],[118.14350244847529,28.495289519279257],[118.14470212328801,28.497489774456859],[118.14693446704081,28.499620080243254],[118.14693446704088,28.499620080243357],[118.14537888055675,28.501262179121927],[118.14460547526191,28.50277901948137],[118.14424851902577,28.503701030423855],[118.14326688346419,28.504533746967287],[118.14222575093211,28.505039276878716],[118.14053018130569,28.505485243100036],[118.13972701188754,28.505574380995505],[118.13871561022908,28.505514776467248],[118.13700454612818,28.506154644277931],[118.1361922425377,28.507050490888957],[118.13532833000278,28.50785703240145],[118.13167491221213,28.504511374610725],[118.13167491221201,28.504511374610619],[118.12924745917034,28.502476565087335],[118.12617741226296,28.50158377710807],[118.12357141522388,28.500976575528799],[118.12214346154137,28.501404632364256],[118.12103679148808,28.50154720391193],[118.12046560684547,28.501118796266418],[118.1199658174086,28.49979809945545],[118.11996581717254,28.498584568904764],[118.12003721597193,28.496799978522606],[118.11921613325627,28.494087231917849],[118.11849619539457,28.490440855416207],[118.11793095518722,28.488804864157121],[118.11761661488792,28.488123875946396],[118.11761661439454,28.488123875903135],[118.11739546275898,28.487644771238372],[118.11665172275632,28.486335919824324],[118.11513448617809,28.484045385156968],[118.1140337416867,28.482528256882144],[118.11403373408351,28.482528251898323],[118.11373426006975,28.48237234144058],[118.1134010605131,28.482574529837997],[118.11296076142129,28.482645825676169],[118.11271086257038,28.482681467879992],[118.11255616217585,28.482764717875622],[118.11235386239802,28.482919343082973],[118.11231816203677,28.483169179382372],[118.11229436239176,28.483323840631058],[118.11218726207761,28.483418998200595],[118.11205636204593,28.483502252833315],[118.1116993612025,28.483537872690604],[118.11137806052086,28.483644882644228],[118.11119955983368,28.483775717805102],[118.11106865946967,28.483966048572441],[118.11097345869152,28.484144488553991],[118.11084255823356,28.484227742817833],[118.1106521573906,28.484251498871139],[118.11028325619452,28.484120552770367],[118.10990245295412,28.48409667853031],[118.10973585146961,28.484037156169418],[118.109414549108,28.483870526823015],[118.1090337450263,28.483799062234414],[118.10827213759862,28.483715620739392],[118.10727252553656,28.483822484922815],[118.10616739584701,28.482627753447225],[118.1054248230203,28.482246877676985],[118.10494881410253,28.481827987840607],[118.10464416859021,28.481371062074786],[118.10428240188128,28.481123518169852],[118.10399679569538,28.480590453899062],[118.1039587143253,28.480019372725664],[118.10390159320728,28.479562501750348],[118.10376831124854,28.479219828410123],[118.10365406815288,28.479162696085979],[118.10319709910917,28.478953202597122],[118.10313997792522,28.478686688252665]]]},"properties":{"FID":106,"name":"霍村村民委员会","name_t":"秦峰镇","民警姓":"曹相","电话":"18270361151","派出所":"秦峰派出所"}},{"type":"Feature","id":107,"geometry":{"type":"Polygon","coordinates":[[[118.11058662184759,28.494954297644419],[118.10967269581162,28.494249785812222],[118.10898724946,28.493792783155513],[118.10877780722008,28.493526239234416],[118.10866356624152,28.493088391899601],[118.10872068662951,28.492517331109131],[118.10927285126787,28.492289017294535],[118.11009157787061,28.491404024589546],[118.11092233508406,28.490831871879248],[118.11123674429861,28.490714280202532],[118.11149854512666,28.490529924741566],[118.11155804527579,28.490399065979112],[118.11158779535161,28.49036337998367],[118.1116591955164,28.490232523634926],[118.11176629575391,28.490143315289227],[118.11192694606015,28.490066015158927],[118.11202214620808,28.49001844507443],[118.11206974626748,28.489958967957719],[118.11210544628588,28.489768617511359],[118.11210544626765,28.489649643955865],[118.11215304631124,28.489560423440821],[118.11224229638894,28.489471211356257],[118.11235534646426,28.489411747455144],[118.11242674649063,28.489352275110221],[118.11244459648309,28.489263048549741],[118.11245054647426,28.489191665618431],[118.11244459645633,28.489090536894174],[118.11250409646385,28.48903701080955],[118.11255764646387,28.489001329549581],[118.11280159638468,28.48897163530399],[118.11301579619617,28.489054959825324],[118.11323594586658,28.489126388070531],[118.11336684560492,28.489162106310207],[118.11394994383434,28.489221709164536],[118.114408091752,28.489221799775169],[118.11497928829564,28.489180271258668],[118.11538388525364,28.489079222726598],[118.11589558070298,28.488924656396584],[118.11626447693105,28.488805753998875],[118.11659172323414,28.488674945910184],[118.11691896920499,28.488526291502307],[118.11718671565194,28.488347882120117],[118.11761661439462,28.488123874877683],[118.11793095518722,28.488804864157121],[118.11849619539457,28.490440855416207],[118.11921613325627,28.494087231917849],[118.12003721597193,28.496799978522606],[118.11996581717254,28.498584568904764],[118.1199658174086,28.49979809945545],[118.12046560684547,28.501118796266418],[118.12103679148808,28.50154720391193],[118.12214346154137,28.501404632364256],[118.12357141522388,28.500976575528799],[118.12617741226296,28.50158377710807],[118.12924745917034,28.502476565087335],[118.13167491221201,28.504511374610619],[118.13167491221191,28.504511374610722],[118.13167491221213,28.504511374610725],[118.13532833000278,28.50785703240145],[118.13374579698731,28.509334458573203],[118.13297473164182,28.509914941911905],[118.13266059327118,28.509581772081738],[118.13238453333686,28.509277160922426],[118.13212751025335,28.508867855398904],[118.13171817750558,28.508315758765644],[118.13140403751187,28.507830301098046],[118.1314040375118,28.507830301098174],[118.1314040375118,28.507830301097929],[118.13105181996713,28.507620855899926],[118.13021411041234,28.507049657823885],[118.13006180004588,28.507040117393075],[118.12919553029198,28.508600918811116],[118.12928120536165,28.508686592726409],[118.12941780419196,28.508810182776191],[118.12948111374256,28.50886746419982],[118.12963342538195,28.508991218422079],[118.12986189174866,28.509076914716179],[118.12996660572703,28.509095966548003],[118.13013795620286,28.50918165221481],[118.13032834480852,28.509372039248106],[118.13025218928119,28.509619492661901],[118.13003324245862,28.509847888570317],[118.12980477539696,28.50998110451793],[118.12962390647026,28.509933488373346],[118.12950967228281,28.509790702116785],[118.12934784233882,28.509733570236214],[118.12907177703279,28.509619313531076],[118.12867195952558,28.509438411742394],[118.12840541265948,28.509228977538687],[118.12811030802619,28.509352664212404],[118.12777712538966,28.509647666159786],[118.12752009872445,28.509866535727877],[118.12713931648889,28.510047315016649],[118.12676805388556,28.510399416945184],[118.12626351665909,28.510589692710781],[118.12538771489533,28.511198693579452],[118.12451190942699,28.511826727130241],[118.12408352637551,28.512331102673979],[118.12426439910864,28.512626187789643],[118.12459758624226,28.513045031331984],[118.12633015514878,28.515053591151272],[118.12631574044373,28.515060609781212],[118.12633015514869,28.515053591151318],[118.12692988751415,28.515738976332965],[118.12703460366573,28.516176816469102],[118.12660146350679,28.516262406511323],[118.12603028832166,28.516090991898398],[118.12540199521993,28.51550553872891],[118.12540199521985,28.515505538728952],[118.12468802329136,28.514977176207132],[118.12425963943974,28.514705844756328],[118.1238026958835,28.513863435037468],[118.1223319051041,28.512064299415201],[118.1217036028337,28.511407455060578],[118.12136327213933,28.511258677559884],[118.1211431280809,28.511270535437113],[118.12096463262986,28.51127050346334],[118.12075043849475,28.511312105557373],[118.12050054379743,28.511383444470233],[118.12027444979857,28.511514275226748],[118.12009000359807,28.511502343637662],[118.11990555818102,28.511472566627862],[118.11981630921304,28.5115379861798],[118.11984010928488,28.511752143394613],[118.11994289316142,28.511961108822593],[118.11950736302461,28.5122108744381],[118.11890047494521,28.512217900437005],[118.11862202021459,28.512382032348327],[118.11865057968122,28.512589051678965],[118.11872911856614,28.512703280662276],[118.11910039175149,28.512988885407772],[118.11915751048618,28.512824712333092],[118.11948594320229,28.512938988090575],[118.11945024359302,28.513093647590225],[118.11998573237088,28.513272205111704],[118.12044982209117,28.513593517777792],[118.12072351507514,28.513926693661627],[118.12074731506462,28.514081363106868],[118.1206283180118,28.514402570061854],[118.12073541474072,28.514616742229791],[118.12114000491414,28.515318759352535],[118.1214850960631,28.515616254047437],[118.12202058031353,28.515913782905361],[118.12285355525975,28.516425514699392],[118.12285355525982,28.516425514699378],[118.12285355525998,28.51642551469962],[118.12312724694439,28.516996635854174],[118.1229368524039,28.51716316521491],[118.12200868112447,28.517341463281355],[118.1216873905302,28.51732950929626],[118.12168739053014,28.517329509296285],[118.12168739053008,28.517329509296033],[118.12148509638904,28.517246192202936],[118.121306601109,28.517091494347476],[118.12114000521851,28.516853517357013],[118.12065211755241,28.516817738181363],[118.12031192776142,28.516660914282046],[118.11997383333386,28.515984800805739],[118.11966444003406,28.515556439440807],[118.11952164328069,28.515270875503447],[118.11917654990249,28.515104249643407],[118.11883145709463,28.515246953762876],[118.118462562917,28.515663291879033],[118.11858156092826,28.515925056548106],[118.11860536116752,28.516531826225883],[118.1185339626289,28.516793554515154],[118.11823646766246,28.517186111330826],[118.11778427530264,28.517733305737114],[118.11751057891475,28.518006893726231],[118.11726068254318,28.518411355924187],[118.11691558679335,28.518910979048705],[118.11685608845232,28.519184606457962],[118.11690368719609,28.519363075960829],[118.11710598440328,28.519696240981588],[118.11712978467334,28.519874705027217],[118.11711788505049,28.520136444347511],[118.11708218606354,28.520267308345723],[118.1170635274771,28.520453846551455],[118.11705838586377,28.520505251935322],[118.11704648628663,28.521040630017655],[118.11702268607986,28.521254778342573],[118.11689178788727,28.521457008158553],[118.11642000573171,28.521852986293425],[118.11607490903643,28.522090867051237],[118.1156941137112,28.522293048127722],[118.11527761694204,28.522483324680213],[118.11473022056256,28.522602191097718],[118.11236212624212,28.523363149125526],[118.11069612222612,28.523886292831911],[118.10998211727829,28.522577435361143],[118.10964891512198,28.522387008412558],[118.10917291077099,28.522006194628737],[118.10805429912192,28.521515787678524],[118.10705468540422,28.521487020347433],[118.10625499313109,28.521529679032302],[118.10544102012079,28.521786486233285],[118.1047724433444,28.522128774288046],[118.10419536357777,28.521649493556311],[118.10338614731245,28.520923577614731],[118.10260072808971,28.51937674779294],[118.101949473548,28.518223149213892],[118.10194947354788,28.518223149213853],[118.10025299584997,28.515218096892422],[118.09794432660051,28.513432969087294],[118.09656388197676,28.512195326438277],[118.09584676731167,28.511176763495733],[118.09435921477971,28.510581551223424],[118.09371180826697,28.510135219779389],[118.09538850949279,28.507621207504123],[118.09660235098104,28.506550726082601],[118.09731637444315,28.50587274107464],[118.09795899492606,28.505230431177413],[118.09913713086948,28.504445474347271],[118.10113638665743,28.503125319320681],[118.10327843851972,28.502519031005367],[118.10552662787211,28.502186408692136],[118.10733035389343,28.501915898978162],[118.10744023285361,28.499783964391742],[118.10766871526089,28.499136796999707],[118.10828752241386,28.497880567280014],[118.1082875224142,28.497880567279577],[118.10900153007087,28.497547592055103],[118.10982025643608,28.497205119073957],[118.11030577958171,28.49690064694089],[118.11077226174926,28.496500992907489],[118.11109594395522,28.495910950598585],[118.11096742269845,28.495392199354139],[118.11058662184759,28.494954297644419]]]},"properties":{"FID":107,"name":"占村村民委员会","name_t":"秦峰镇","民警姓":"李豪华","电话":"19907013356","派出所":"秦峰派出所"}},{"type":"Feature","id":108,"geometry":{"type":"Polygon","coordinates":[[[118.1082875224142,28.497880567279577],[118.10828752241386,28.497880567280014],[118.10766871526089,28.499136796999707],[118.10744023285361,28.499783964391742],[118.10733035389343,28.501915898978162],[118.10552662787211,28.502186408692136],[118.10327843851972,28.502519031005367],[118.10113638665743,28.503125319320681],[118.09913713086948,28.504445474347271],[118.09795899492606,28.505230431177413],[118.09731637444315,28.50587274107464],[118.09660235098104,28.506550726082601],[118.09538850949279,28.507621207504123],[118.09371180826697,28.510135219779389],[118.08470810860821,28.503927933871143],[118.08506512413143,28.501750803375163],[118.08554709540563,28.497164487992535],[118.08480331240141,28.494546893469284],[118.08394052591771,28.492315932942503],[118.08325624619867,28.490917831914842],[118.08362359149766,28.488461352592036],[118.08462323417116,28.487938107474964],[118.08614649930719,28.48746257638156],[118.08630526872662,28.487385579679895],[118.08630526872679,28.487385579679597],[118.08630526872685,28.487385579680009],[118.0874505957983,28.486830145751629],[118.08941298680533,28.485642659769169],[118.09024601995176,28.485262140447094],[118.09110285404716,28.484477117644996],[118.09176928023143,28.483739637440237],[118.092459506555,28.482645243446278],[118.09274511770596,28.481960022285048],[118.09344962298242,28.481693686205823],[118.09520136688326,28.480666162626907],[118.09579162736165,28.480247512025642],[118.09765760851988,28.478744115780444],[118.09813362457139,28.478249295070814],[118.09910469374705,28.477183512968232],[118.09813362442712,28.476174396588728],[118.09761952743266,28.47491791721189],[118.09807650263927,28.474327913815273],[118.10019000416182,28.473890570407292],[118.10287341042293,28.473470829843585],[118.10256876376309,28.474137013486974],[118.10304477406191,28.474498799006316],[118.10380639125374,28.475241362207122],[118.10401583674758,28.475888623347167],[118.10397775466693,28.477068833580788],[118.10382543217742,28.477735051290729],[118.10369214936416,28.478001522807965],[118.10338750315813,28.478363134878308],[118.10313997792522,28.478686688252665],[118.10319709910917,28.478953202597122],[118.10365406815288,28.479162696085979],[118.10376831124854,28.479219828410123],[118.10390159320728,28.479562501750348],[118.1039587143253,28.480019372725664],[118.10399679569538,28.480590453899062],[118.10428240188128,28.481123518169852],[118.10464416859021,28.481371062074786],[118.10494881410253,28.481827987840607],[118.1054248230203,28.482246877676985],[118.10616739584701,28.482627753447225],[118.10727252553656,28.483822484922815],[118.10827213759862,28.483715620739392],[118.1090337450263,28.483799062234414],[118.109414549108,28.483870526823015],[118.10973585146961,28.484037156169418],[118.10990245295412,28.48409667853031],[118.11028325619452,28.484120552770367],[118.1106521573906,28.484251498871139],[118.11084255823356,28.484227742817833],[118.11097345869152,28.484144488553991],[118.11106865946967,28.483966048572441],[118.11119955983368,28.483775717805102],[118.11137806052086,28.483644882644228],[118.1116993612025,28.483537872690604],[118.11205636204593,28.483502252833315],[118.11218726207761,28.483418998200595],[118.11229436239176,28.483323840631058],[118.11231816203677,28.483169179382372],[118.11235386239802,28.482919343082973],[118.11255616217585,28.482764717875622],[118.11271086257038,28.482681467879992],[118.11296076142129,28.482645825676169],[118.1134010605131,28.482574529837997],[118.11373426006975,28.48237234144058],[118.11403374168678,28.482528255856714],[118.11513448617809,28.484045385156797],[118.11665172275599,28.486335919824324],[118.11739546275898,28.487644771238372],[118.11761661439462,28.488123874877683],[118.11718671565194,28.488347882120117],[118.11691896920499,28.488526291502307],[118.11659172323414,28.488674945910184],[118.11626447693105,28.488805753998875],[118.11589558070298,28.488924656396584],[118.11538388525364,28.489079222726598],[118.11497928829564,28.489180271258668],[118.114408091752,28.489221799775169],[118.11394994383434,28.489221709164536],[118.11336684560492,28.489162106310207],[118.11323594586658,28.489126388070531],[118.11301579619617,28.489054959825324],[118.11280159638468,28.48897163530399],[118.11255764646387,28.489001329549581],[118.11250409646385,28.48903701080955],[118.11244459645633,28.489090536894174],[118.11245054647426,28.489191665618431],[118.11244459648309,28.489263048549741],[118.11242674649063,28.489352275110221],[118.11235534646426,28.489411747455144],[118.11224229638894,28.489471211356257],[118.11215304631124,28.489560423440821],[118.11210544626765,28.489649643955865],[118.11210544628588,28.489768617511359],[118.11206974626748,28.489958967957719],[118.11202214620808,28.49001844507443],[118.11192694606015,28.490066015158927],[118.11176629575391,28.490143315289227],[118.1116591955164,28.490232523634926],[118.11158779535161,28.49036337998367],[118.11155804527579,28.490399065979112],[118.11149854512666,28.490529924741566],[118.11123674429861,28.490714280202532],[118.11092233508406,28.490831871879248],[118.11009157787061,28.491404024589546],[118.10927285126787,28.492289017294535],[118.10872068662951,28.492517331109131],[118.10866356624152,28.493088391899601],[118.10877780722008,28.493526239234416],[118.10898724946,28.493792783155513],[118.10967269581162,28.494249785812222],[118.11058662184759,28.494954297644419],[118.11096742269845,28.495392199354139],[118.11109594395522,28.495910950598585],[118.11077226174926,28.496500992907489],[118.11030577958171,28.49690064694089],[118.10982025643608,28.497205119073957],[118.10900153007087,28.497547592055103],[118.1082875224142,28.497880567279577]]]},"properties":{"FID":108,"name":"路底村民委员会","name_t":"秦峰镇","民警姓":"曹相","电话":"18270361151","派出所":"秦峰派出所"}},{"type":"Feature","id":109,"geometry":{"type":"Polygon","coordinates":[[[118.10053751348859,28.522468785235493],[118.10053751348858,28.522468785235322],[118.1005375134887,28.522468785235443],[118.10053751348859,28.522468785235493]]]},"properties":{"FID":109,"name":"秦峰村民委员会","name_t":"秦峰镇","民警姓":"钟清","电话":"18870938508","派出所":"秦峰派出所"}},{"type":"Feature","id":110,"geometry":{"type":"Polygon","coordinates":[[[118.1314040375118,28.507830301097929],[118.13171817750558,28.508315758765644],[118.13212751025335,28.508867855398904],[118.13238453333686,28.509277160922426],[118.13266059327118,28.509581772081738],[118.13297473164182,28.509914941911905],[118.13374579698731,28.509334458573203],[118.13532833000278,28.50785703240145],[118.1361922425377,28.507050490888957],[118.13700454612818,28.506154644277931],[118.13871561022908,28.505514776467248],[118.13972701188754,28.505574380995505],[118.14053018130569,28.505485243100036],[118.14222575093211,28.505039276878716],[118.14326688346419,28.504533746967287],[118.14424851902577,28.503701030423855],[118.14460547526191,28.50277901948137],[118.14537888055675,28.501262179121927],[118.14693446704088,28.499620080243357],[118.14737844444234,28.500266350964662],[118.1475967652399,28.500430741965555],[118.14827450177866,28.500471872211655],[118.14851410952947,28.500726181207565],[118.14864255881238,28.501060278483163],[118.14933609324562,28.502218127468414],[118.15004161558323,28.50253129549516],[118.15053093225985,28.503262883609494],[118.15142014918557,28.503768290946002],[118.15164460729582,28.504048583560898],[118.15235626566691,28.504626645715785],[118.15240460945985,28.504835637806138],[118.15230606691598,28.505013415231328],[118.15231218103418,28.505273342691918],[118.15304908695262,28.506112361091471],[118.15338468092656,28.50674678948052],[118.15353297367523,28.507261851004245],[118.15388301142175,28.50784223560624],[118.15429587135523,28.508144917679946],[118.15534069943165,28.508474667503705],[118.15590188880057,28.508967547388618],[118.15577049659994,28.509185205669173],[118.15510094828187,28.509698770308063],[118.15478181704174,28.510667849258382],[118.15475181848701,28.511183574104404],[118.1551870387398,28.511738205343043],[118.15517401689044,28.512086083449816],[118.15468674578032,28.512474027928697],[118.15444886260249,28.512964361947361],[118.15419944788165,28.513225889259157],[118.15380532594847,28.513273124525128],[118.15272940498917,28.513808004291853],[118.15232334422342,28.514293091078688],[118.15148238222422,28.514921343372723],[118.15143400811023,28.515085176238173],[118.15155344325595,28.51538029876885],[118.15151734482315,28.515478118196139],[118.15045266540058,28.51574512481552],[118.14914942849001,28.516297637820621],[118.14878456064753,28.516384982673767],[118.1479224181966,28.516191484755065],[118.14714760353976,28.516198144459189],[118.1469000361021,28.516258712930526],[118.14594656081978,28.516775903966888],[118.14559471753859,28.516708277208988],[118.14516676250085,28.51627274097245],[118.1448589470439,28.516243249521548],[118.14454316765179,28.516519630057818],[118.14433169748339,28.51658620776065],[118.14392176367129,28.516551509713704],[118.14387159890326,28.516609453444218],[118.14358792457641,28.517105770393158],[118.14398378236434,28.51714143127306],[118.14439481430817,28.516992151173753],[118.14438073130641,28.517108093610926],[118.14432442291803,28.517276955022925],[118.14369216405665,28.517675700357781],[118.1434734846061,28.517690357420094],[118.14296832436398,28.517265684990363],[118.14285900449579,28.517062540092756],[118.1424260005229,28.51687289394194],[118.14215536813515,28.516849504549182],[118.14209726605752,28.516908337509463],[118.14216652198314,28.517236378213351],[118.14213150524147,28.517411213836795],[118.14192905671952,28.517586854198061],[118.14137153690614,28.517821831203339],[118.14080212878045,28.517903853061863],[118.14042646545138,28.518333101745245],[118.1400555178093,28.518503438738222],[118.13974881255884,28.518531915525234],[118.13949227073527,28.518476536209075],[118.1391455400114,28.518236045792236],[118.1391043956755,28.518359953390203],[118.13924870442162,28.518598142750392],[118.1398490804968,28.519040923407335],[118.13952830063783,28.519108334343439],[118.13888279671227,28.519023369707895],[118.13835851083486,28.519253485097352],[118.1379316374037,28.51964461653715],[118.13886759557221,28.519591119705819],[118.1392024438761,28.519504654447598],[118.14020479441675,28.519793159141816],[118.14031484956089,28.51977336389],[118.14079013054405,28.519003395614334],[118.14107482255483,28.519095893559861],[118.14135845658949,28.518906348701332],[118.14233778918988,28.518866032969882],[118.14242583397106,28.518878144334131],[118.14242798663753,28.519033068965037],[118.1423265256328,28.519788612825476],[118.14219624210168,28.520003326087625],[118.14199271853811,28.520088007892653],[118.14099750811833,28.520249307999414],[118.14052226272395,28.520564406051161],[118.13947801686753,28.52065467496438],[118.13913413308181,28.520892085725482],[118.13899372819264,28.52143957299629],[118.13836838005989,28.522073382477593],[118.13900876896189,28.522812109324754],[118.13903365396531,28.522954114517859],[118.13894452332991,28.523043937385964],[118.13845851605736,28.522882221865835],[118.13810458459302,28.522557792011085],[118.13754461691336,28.522450938838958],[118.13726177566083,28.522083621460368],[118.13708751441801,28.521991407955309],[118.13637278655482,28.521791396456024],[118.1361274431242,28.521823049661322],[118.13611444771988,28.521904989502982],[118.13630962592211,28.522050220072128],[118.13684895428261,28.522841752516406],[118.13694199614474,28.523375660107135],[118.13691780222517,28.523610522262413],[118.13683192702349,28.523681371351589],[118.13653809973093,28.523870846830331],[118.1351532027784,28.525405308031356],[118.13482171489117,28.525019340709001],[118.134440943494,28.524562432010004],[118.13417440449857,28.524200716702044],[118.13362228505261,28.523819924949031],[118.13320343494317,28.523610473202854],[118.13206111445871,28.523629347592099],[118.13110917657201,28.523077171700578],[118.1304618557031,28.522829611127296],[118.12981096532422,28.524066838255024],[118.12865078093107,28.527070742394496],[118.12865078103447,28.527516893445664],[118.12814505648022,28.527843991945293],[118.12659813177028,28.528141179264829],[118.12445622174205,28.527902877643687],[118.12400998810489,28.528289466219107],[118.12371249865629,28.528735565575044],[118.12368274977187,28.529151969017988],[118.12249278838198,28.529330222556517],[118.12176056817282,28.529244967993478],[118.12119538084443,28.528374767904399],[118.12098594602107,28.527879800828185],[118.12077651197998,28.527537118261321],[118.12030052319604,28.527270532336171],[118.11866311612948,28.527060837868227],[118.11866311612926,28.52706083786817],[118.11709051666642,28.526508663408379],[118.11637652570403,28.526318169217802],[118.1158172304649,28.526246676388389],[118.11559113215642,28.526199043794978],[118.115257935118,28.525782571276046],[118.11550783293019,28.524771344301335],[118.11561493224868,28.524676186773693],[118.11588862938004,28.524604855858119],[118.11620992600571,28.52456922546483],[118.11632892478123,28.52439078796359],[118.11665022155988,28.52254675959205],[118.11689178788737,28.521457008158723],[118.11689178788744,28.521457008158706],[118.11702268608009,28.521254778342801],[118.11704648628663,28.521040630017655],[118.117058385864,28.520505251935493],[118.11708218606366,28.52026730834595],[118.11711788505049,28.520136444347511],[118.11712978467334,28.519874705027217],[118.11710598440328,28.519696240981588],[118.11690368719606,28.519363075960783],[118.11685608845232,28.519184606457962],[118.11691558679335,28.518910979048705],[118.11726068254318,28.518411355924187],[118.11751057891475,28.518006893726231],[118.11778427530264,28.517733305737114],[118.11823646766246,28.517186111330826],[118.1185339626289,28.516793554515154],[118.11860536116752,28.516531826225883],[118.11858156092826,28.515925056548106],[118.118462562917,28.515663291879033],[118.11883145709463,28.515246953762876],[118.11917654990249,28.515104249643407],[118.11952164328069,28.515270875503447],[118.11966444003406,28.515556439440807],[118.11997383333386,28.515984800805739],[118.12031192776142,28.516660914282046],[118.12065211755241,28.516817738181363],[118.12114000521851,28.516853517357013],[118.121306601109,28.517091494347476],[118.12148509638904,28.517246192202936],[118.12168739053008,28.517329509296033],[118.12200868112447,28.517341463281355],[118.1229368524039,28.51716316521491],[118.12312724694416,28.51699663585406],[118.12285355525975,28.516425514699392],[118.12202058031353,28.515913782905361],[118.1214850960631,28.515616254047437],[118.12114000491414,28.515318759352535],[118.12073541474072,28.514616742229791],[118.1206283180118,28.514402570061854],[118.12074731506462,28.514081363106868],[118.12072351507514,28.513926693661627],[118.12044982209117,28.513593517777792],[118.11998573237088,28.513272205111704],[118.11945024359302,28.513093647590225],[118.11948594320229,28.512938988090575],[118.11915751048618,28.512824712333092],[118.11910039175149,28.512988885407772],[118.11872911856614,28.512703280662276],[118.11865057968122,28.512589051678965],[118.11862202021459,28.512382032348327],[118.11890047494521,28.512217900437005],[118.11950736302461,28.5122108744381],[118.11994289316142,28.511961108822593],[118.11984010928488,28.511752143394613],[118.11981630921304,28.5115379861798],[118.11990555818102,28.511472566627862],[118.12009000359807,28.511502343637662],[118.12027444979857,28.511514275226748],[118.12050054379743,28.511383444470233],[118.12075043849475,28.511312105557373],[118.12096463262986,28.51127050346334],[118.1211431280809,28.511270535437113],[118.12136327213933,28.511258677559884],[118.1217036028337,28.511407455060578],[118.1223319051041,28.512064299415201],[118.1238026958835,28.513863435037468],[118.12425963943974,28.514705844756328],[118.12425963943954,28.514705844756197],[118.12425963943977,28.514705844756367],[118.12468802329136,28.514977176207132],[118.12540199521973,28.515505538728725],[118.12603028832166,28.516090991898398],[118.12660146350679,28.516262406511323],[118.12703460366573,28.516176816469102],[118.12692988751415,28.515738976332965],[118.12633015514869,28.515053591151318],[118.12633015514878,28.515053591151272],[118.12459758624226,28.513045031331984],[118.12426439910864,28.512626187789643],[118.12408352637551,28.512331102673979],[118.12451190942699,28.511826727130241],[118.12538771489533,28.511198693579452],[118.12626351665909,28.510589692710781],[118.12676805388556,28.510399416945184],[118.12713931648889,28.510047315016649],[118.12752009872445,28.509866535727877],[118.12777712538966,28.509647666159786],[118.12811030802619,28.509352664212404],[118.12840541265948,28.509228977538687],[118.12867195952558,28.509438411742394],[118.12907177703279,28.509619313531076],[118.12934784233882,28.509733570236214],[118.12950967228281,28.509790702116785],[118.12962390647026,28.509933488373346],[118.12980477539696,28.50998110451793],[118.13003324245862,28.509847888570317],[118.13025218928119,28.509619492661901],[118.13032834480852,28.509372039248106],[118.13013795620286,28.50918165221481],[118.12996660572703,28.509095966548003],[118.12986189174866,28.509076914716179],[118.12963342538195,28.508991218422079],[118.12948111374256,28.50886746419982],[118.12941780419196,28.508810182776191],[118.12928120536165,28.508686592726409],[118.12919553029198,28.508600918811116],[118.13006180004588,28.507040117393075],[118.13021411041234,28.507049657823885],[118.13105181996713,28.507620855899926],[118.1314040375118,28.507830301097929]]]},"properties":{"FID":110,"name":"岩坑村民委员会","name_t":"秦峰镇","民警姓":"李豪华","电话":"19907013356","派出所":"秦峰派出所"}},{"type":"Feature","id":111,"geometry":{"type":"Polygon","coordinates":[[[118.12501768858512,28.541218195514617],[118.12468450284977,28.540968295257823],[118.12460120544482,28.540863584427814],[118.12296649654425,28.540629657363741],[118.1223239170839,28.540743759612099],[118.12192408972264,28.540929287571984],[118.12102447338647,28.541000512319513],[118.12055324517675,28.540914765809308],[118.12019625336688,28.540700549164793],[118.1198107018097,28.54047204923582],[118.11948226941547,28.540457712230506],[118.11893043748266,28.540694764379431],[118.11829974893915,28.540754133725709],[118.11778805740143,28.540801626342667],[118.11620537724987,28.540920298188841],[118.11511772599309,28.541108065837797],[118.11443943007824,28.541136486166788],[118.11377541273107,28.541029279065103],[118.11389875427932,28.540266248180778],[118.11506033061225,28.537226959471031],[118.1154409853354,28.5362309693589],[118.11603121977906,28.5342513638697],[118.11648817491805,28.533889772733481],[118.11748776191953,28.53337599683562],[118.11774955755391,28.531710417612771],[118.1177626469932,28.53025140698449],[118.11927987101758,28.529686565229909],[118.12121357612962,28.529181279344986],[118.12176056817282,28.529244967993478],[118.12249278838198,28.529330222556517],[118.12368274977187,28.529151969017988],[118.12371249865629,28.528735565575044],[118.12400998810489,28.528289466219107],[118.12445622174205,28.527902877643687],[118.12659813177028,28.528141179264829],[118.12814505648022,28.527843991945293],[118.12865078103447,28.527516893445664],[118.12865078093107,28.527070742394496],[118.12981096532422,28.524066838255024],[118.1304618557031,28.522829611127296],[118.13110917657201,28.523077171700578],[118.13206111445871,28.523629347592099],[118.13320343494317,28.523610473202854],[118.13362228505261,28.523819924949031],[118.13417440449857,28.524200716702044],[118.134440943494,28.524562432010004],[118.13482171489117,28.525019340709001],[118.1351532027784,28.525405308031356],[118.13514288018089,28.525778952396934],[118.1352319661929,28.526111956121088],[118.13516880885187,28.526353776969923],[118.13508365336634,28.526477620020735],[118.13480296703177,28.526439236193756],[118.13463665416575,28.526351992674552],[118.13422083058092,28.526438363569941],[118.13357337338164,28.527280123011391],[118.13356723267825,28.527368998069214],[118.13373858507326,28.527538203445189],[118.13382587088633,28.527794280217201],[118.1337295133859,28.528164973317754],[118.13429878536091,28.528518653045488],[118.13432691883261,28.528598672683586],[118.13433591700465,28.528856614695798],[118.13417348739249,28.529827000779203],[118.13390288575344,28.53007544517714],[118.13418137040244,28.53047070893458],[118.13389886345917,28.53072417167785],[118.13382057408981,28.530743039182862],[118.13376934890664,28.530685027034483],[118.13370440980594,28.530688890489643],[118.13341686262919,28.530866420000031],[118.13278727978384,28.531448296588056],[118.13280025162091,28.531635260970322],[118.1331028853342,28.532190417974498],[118.13312307766346,28.532316396216512],[118.13289756447175,28.532744929472905],[118.13267605390384,28.532787613545533],[118.13250975197141,28.532687423569126],[118.13201883114634,28.531858064035468],[118.13187634094552,28.531775903991953],[118.13186624538422,28.531720831590366],[118.13212203857486,28.531492326465383],[118.13214693778511,28.531398438299938],[118.13188545665342,28.530615378180531],[118.13177327456143,28.530479193604467],[118.13148757654993,28.530283927460275],[118.1314345621356,28.530111930921972],[118.13139167764011,28.529571094302295],[118.13118718761955,28.528941056099107],[118.1310310059141,28.528694874783632],[118.1309076347534,28.528657727590925],[118.13045884314708,28.529044942942612],[118.12930838204512,28.53015092626595],[118.12924704943903,28.530260870274976],[118.12985118540746,28.531240231383073],[118.12983923825287,28.531765065786431],[118.12964694340688,28.532079678992798],[118.12968802877027,28.532525506989199],[118.12963786210507,28.532823309535782],[118.12947226125169,28.533153973498042],[118.12984704529724,28.533307420571308],[118.12998627842138,28.533419616728647],[118.13023082126615,28.533821730097326],[118.13035310428454,28.533891890161076],[118.13116079699839,28.533935023451136],[118.13193419481209,28.534505854617262],[118.13209251554642,28.535102809526713],[118.13231001447794,28.535548979363888],[118.13265558436423,28.535992275763444],[118.13282405020858,28.536103443464953],[118.13362961512391,28.536409500518854],[118.13488434687245,28.536990179582439],[118.13505679186216,28.53710837918177],[118.13513074372987,28.537218426172583],[118.13514804734632,28.5373764270295],[118.135100778786,28.537448326918991],[118.1348222374238,28.537649788353438],[118.13461765465422,28.537893375740889],[118.13435824376722,28.538018939580784],[118.1343322614044,28.538095910202809],[118.13450758480016,28.538277085151687],[118.13491020391258,28.538433591423647],[118.13527926516038,28.538675065577856],[118.13537630309604,28.538842093697912],[118.13536330984805,28.538901090057173],[118.1352770780896,28.538948910391195],[118.1347618682674,28.53907714849716],[118.13479108438995,28.539155099362024],[118.13508077447105,28.539386468107946],[118.1351226156478,28.539504471808105],[118.13503742577399,28.54004214497288],[118.1350373748264,28.540653893185393],[118.13500742734341,28.540685786042442],[118.13469571140884,28.540677404365216],[118.13479381670508,28.541003396593979],[118.13494604536474,28.541266495822043],[118.13491104113017,28.541363423415493],[118.13473352725843,28.54147408355324],[118.13430959778266,28.541648432737933],[118.13415446208178,28.541667185640286],[118.13367786716296,28.541681000603475],[118.13321633585204,28.541362222727216],[118.13264517617112,28.541005221641388],[118.13209781325359,28.540743402964473],[118.13155044912254,28.540445889893881],[118.13109827738968,28.540398234182106],[118.13090788940444,28.540481487309759],[118.13064610670573,28.540612319341495],[118.13051521391814,28.540731273482276],[118.13022963172077,28.541040562004639],[118.12969416291783,28.541754322874294],[118.12953947133802,28.541861374883229],[118.12927768722045,28.541944616063279],[118.12850422882318,28.541968291832781],[118.12843283180537,28.541873102355229],[118.12831383884296,28.541766007339049],[118.12801635309707,28.541694576673283],[118.12749277971328,28.541765877785796],[118.12719529394776,28.541730138754026],[118.12706440026737,28.541634937622252],[118.12688590853337,28.54149214184385],[118.12671931686889,28.541396935709727],[118.12630283459842,28.541349278469411],[118.12577925782691,28.541301603946046],[118.12550556973068,28.541277763484796],[118.12501768858512,28.541218195514617]]]},"properties":{"FID":111,"name":"老坞村民委员会","name_t":"秦峰镇","民警姓":"钟清","电话":"18870938508","派出所":"秦峰派出所"}},{"type":"Feature","id":112,"geometry":{"type":"Polygon","coordinates":[[[118.11022560011222,28.533485686216103],[118.10989715786165,28.533673596206675],[118.10945049375991,28.533645318876697],[118.10896942661347,28.53318191208793],[118.10850224795864,28.533159076612456],[118.10766576092411,28.533213659864241],[118.10729685508774,28.532951838782289],[118.10534522452893,28.532035322941177],[118.10365539029068,28.530512091679462],[118.10239396182368,28.529774176503704],[118.10010910202489,28.528679107523448],[118.09939508197816,28.528274435446576],[118.09849065435485,28.526442036953277],[118.09849065435458,28.526442036953195],[118.0984906542693,28.52515712260881],[118.09855015516264,28.524157759551333],[118.09883576501181,28.523027575412797],[118.09915707443662,28.522849188086429],[118.09962118757032,28.522801704669394],[118.10009720140246,28.522670941577204],[118.10053751348859,28.522468785235496],[118.10053751348859,28.522468785235493],[118.1005375134887,28.522468785235443],[118.1007755200684,28.522266584039329],[118.10103732682748,28.522004900400617],[118.10194175037152,28.522088384872401],[118.10182274724959,28.521100877044834],[118.1012515318439,28.519696862167102],[118.10120393121498,28.518768857024483],[118.10165614253692,28.518340653470741],[118.101949473548,28.518223149213881],[118.10260072808971,28.51937674779294],[118.10338614731245,28.520923577614731],[118.10419536357777,28.521649493556311],[118.1047724433444,28.522128774288046],[118.10544102012079,28.521786486233285],[118.10625499313109,28.521529679032302],[118.10705468540422,28.521487020347433],[118.10805429912192,28.521515787678524],[118.10917291077099,28.522006194628737],[118.10964891512198,28.522387008412558],[118.10998211727829,28.522577435361143],[118.11069612222612,28.523886292831911],[118.11236212624212,28.523363149125526],[118.11473022056256,28.522602191097718],[118.11527761694204,28.522483324680213],[118.1156941137112,28.522293048127722],[118.11607490903643,28.522090867051237],[118.11642000573171,28.521852986293425],[118.11689178788727,28.521457008158553],[118.11689178788737,28.521457008158723],[118.11665022155988,28.52254675959205],[118.11632892478123,28.52439078796359],[118.11620992600571,28.52456922546483],[118.11588862938004,28.524604855858119],[118.11561493224868,28.524676186773693],[118.11550783293019,28.524771344301335],[118.115257935118,28.525782571276046],[118.11559113215642,28.526199043794978],[118.1158172304649,28.526246676388389],[118.11637652570403,28.526318169217802],[118.11709051666642,28.526508663408379],[118.11866311612926,28.52706083786817],[118.12030052319592,28.527270532336058],[118.12030052319606,28.527270532336086],[118.12030052319604,28.527270532336171],[118.12077651197998,28.527537118261321],[118.12098594602107,28.527879800828185],[118.12119538084443,28.528374767904399],[118.12176056817282,28.529244967993478],[118.12121357612962,28.529181279344986],[118.11927987101758,28.529686565229909],[118.1177626469932,28.53025140698449],[118.11774955755391,28.531710417612771],[118.11748776191953,28.53337599683562],[118.11648817491785,28.533889772733414],[118.11648817491805,28.533889772733481],[118.11603121977906,28.5342513638697],[118.11544098533528,28.536230969358787],[118.11506033061225,28.537226959471031],[118.11389875427932,28.540266248180778],[118.11377541273085,28.54102927906516],[118.11262587536434,28.540967182293759],[118.11262587536363,28.540967182293823],[118.112625875364,28.540967182293361],[118.11269176576374,28.539516829786507],[118.11290596543162,28.537832207597315],[118.11342004433382,28.535333866299592],[118.11306304488582,28.535176749728425],[118.11257752504476,28.534819731374544],[118.11150652325044,28.535005112535739],[118.11112096169866,28.534034209467329],[118.1111209616987,28.534034209467322],[118.11112096169859,28.534034209467151],[118.1108412982631,28.534071192993821],[118.1109742995778,28.533816121244158],[118.1106920828834,28.533604756212366],[118.11062544250926,28.533495286805312],[118.11058736228962,28.533428653761231],[118.11040172121204,28.533438133273823],[118.11022560011222,28.533485686216103]]]},"properties":{"FID":112,"name":"秦峰村民委员会","name_t":"秦峰镇","民警姓":"钟清","电话":"18870938508","派出所":"秦峰派出所"}},{"type":"Feature","id":113,"geometry":{"type":"Polygon","coordinates":[[[118.11740778147971,28.56271404092853],[118.11643675363212,28.562785240382947],[118.11645103339505,28.56247115273986],[118.1161327579932,28.559982720252684],[118.11595968638103,28.559778190936658],[118.11559079051581,28.559635351428689],[118.11498389488321,28.559682822555313],[118.11481729562918,28.559492432296143],[118.11463879645339,28.558802349997194],[118.11434129848988,28.557445993974859],[118.11423419870435,28.557255615224836],[118.1145888736834,28.557169421040317],[118.11520630459896,28.559030494344562],[118.1175624790356,28.558709719231214],[118.11818126946663,28.558519478216809],[118.11878815910681,28.558543386761684],[118.11934744830441,28.558519694990981],[118.1198234377499,28.558698242759203],[118.12009713222554,28.558829163481636],[118.1204303250519,28.558805428737884],[118.1231601070134,28.554755439108959],[118.12362657082943,28.554546124958453],[118.124093033856,28.554260668722186],[118.12455949699765,28.553956175779017],[118.12476099552684,28.553519398193991],[118.12499898623129,28.553119686898949],[118.12516081877992,28.552824659538697],[118.12522269639453,28.552524857131907],[118.12520841695685,28.55232021947705],[118.12527981373019,28.551439827435029],[118.12533217203176,28.551168576113884],[118.12540832899919,28.550906847197218],[118.12532741177048,28.550397627428364],[118.12526553406698,28.550169187499527],[118.12629522233406,28.549923525541161],[118.12397617884369,28.545398151549815],[118.12350019529832,28.545245783651438],[118.12330980180653,28.54504587571768],[118.12291949422155,28.544912557763766],[118.1219580034055,28.544649695423352],[118.12202940204264,28.544421278381698],[118.12211507832247,28.543736006353477],[118.12254882053705,28.54128840010814],[118.12264401795929,28.541183719925449],[118.12278205297548,28.540931519976805],[118.1230057658852,28.540736442023654],[118.12296649654425,28.540629657363741],[118.12460120544482,28.540863584427814],[118.12468450284977,28.540968295257823],[118.12501768858512,28.541218195514617],[118.12550556973068,28.541277763484796],[118.12577925782691,28.541301603946046],[118.12630283459842,28.541349278469411],[118.12671931686889,28.541396935709727],[118.12688590853337,28.54149214184385],[118.12706440026737,28.541634937622252],[118.12719529394776,28.541730138754026],[118.12749277971328,28.541765877785796],[118.12801635309707,28.541694576673283],[118.12831383884296,28.541766007339049],[118.12843283180537,28.541873102355229],[118.12850422882318,28.541968291832781],[118.12927768722045,28.541944616063279],[118.12953947133802,28.541861374883229],[118.12969416291783,28.541754322874294],[118.13022963172077,28.541040562004639],[118.13051521391814,28.540731273482276],[118.13064610670573,28.540612319341495],[118.13090788940444,28.540481487309759],[118.13109827738968,28.540398234182106],[118.13155044912254,28.540445889893881],[118.13209781325359,28.540743402964473],[118.13264517617112,28.541005221641388],[118.13321633585204,28.541362222727216],[118.13367786716296,28.541681000603475],[118.13431459700062,28.542263156922662],[118.13465048616243,28.542218672699576],[118.13576271235867,28.543123927765208],[118.13579191608694,28.54337092033451],[118.13547006306568,28.543715261439427],[118.13547294145803,28.54381026650643],[118.13584090487942,28.544317581057417],[118.13622476904808,28.544569070980142],[118.13638207466806,28.544575338227485],[118.13703443135111,28.5442054244132],[118.13731115763149,28.544348802123459],[118.13742048351554,28.544325042261363],[118.13761173866624,28.543990407424175],[118.13750856799729,28.54375238597704],[118.13750750768392,28.543489513232561],[118.13790043291627,28.543427151274308],[118.13816600491077,28.543251599277308],[118.13835543536108,28.543214922174418],[118.13857300382266,28.543251250102522],[118.13902400183964,28.543555857568524],[118.1396023384014,28.544301488871564],[118.13966330697664,28.544435450991102],[118.13975170882271,28.544444588652926],[118.14027386446334,28.544011627691816],[118.1404311891604,28.543984893025613],[118.14083423833408,28.544011544075634],[118.1410305090851,28.54430073374601],[118.14101750541229,28.544463634062669],[118.14047333616379,28.544822603342023],[118.13972351142678,28.545086336466216],[118.13956401023431,28.545276982697921],[118.1395170556722,28.545840702095592],[118.14011244219581,28.545591740134803],[118.14079803351977,28.5454698698769],[118.14111556462625,28.545527420885936],[118.14133529610942,28.545759613283945],[118.14129198013748,28.545932540469778],[118.14064140004756,28.545841519844181],[118.14030473571415,28.545931927835142],[118.14037794554622,28.546407856785887],[118.14029961051746,28.546821557476306],[118.14041902328387,28.547088578012978],[118.14032772876023,28.547146456301657],[118.13949671176626,28.547495976516394],[118.13983262699404,28.547666451630555],[118.14022553689932,28.548060847827848],[118.14025438453834,28.548286789755657],[118.14011112234139,28.548436525001545],[118.13983545139595,28.548414132335751],[118.13955798865531,28.548272717963194],[118.1388392338433,28.548235590556956],[118.13877101140335,28.548566363109519],[118.13885937396626,28.549025309349638],[118.13895534046422,28.549157345762673],[118.13890229132664,28.549264227061951],[118.13885033047734,28.5492991399183],[118.13850541485358,28.548989755526701],[118.13806845988741,28.549104040072944],[118.13876693313821,28.549881781017785],[118.13874489397668,28.550230619028593],[118.13908552182833,28.550058252139991],[118.13950046073437,28.550148873443597],[118.14070341532324,28.550760480605163],[118.14050559244825,28.551795709667484],[118.14015299193896,28.552614872222737],[118.14023704305521,28.552874815620633],[118.14060000313997,28.553334206417297],[118.14099578910512,28.55393866976457],[118.1410105526257,28.554300518625951],[118.14071716191243,28.554685885604648],[118.14035915729282,28.555375939934276],[118.13956532396421,28.555499621817017],[118.1392135041314,28.555705972481817],[118.13901606623101,28.556534291672932],[118.13837046390009,28.557729753498599],[118.13774591628997,28.55751691793748],[118.1375204094717,28.557523583993341],[118.13732411578627,28.557704190790915],[118.13678284659788,28.558480978372504],[118.13624450760537,28.558821015144979],[118.13631482591911,28.559260941569047],[118.13657132445026,28.559599226320579],[118.13654207539173,28.559900009457873],[118.13613328206475,28.560029288639871],[118.13538356175526,28.559984253184723],[118.13492640579734,28.560480332252652],[118.13406954755229,28.56056497279522],[118.13398439910095,28.560644823254364],[118.13394251638036,28.56104058736765],[118.13417194897299,28.561279860312279],[118.13433715368136,28.561644894039205],[118.13461276937852,28.561885228054823],[118.13474297489734,28.562312194034511],[118.13460371315848,28.562323051872692],[118.13380501305765,28.561625129481399],[118.13311668986755,28.561349296219618],[118.13314156237774,28.561595194847204],[118.1336325114769,28.562255589789327],[118.13377787614252,28.56257570097587],[118.13393330131073,28.563385572470786],[118.13392424767355,28.563794338321461],[118.13427992671042,28.564339660837867],[118.13430191806285,28.564534637762812],[118.13466158924412,28.564838965887965],[118.13479000470412,28.565110026815375],[118.13478493737439,28.565311980177864],[118.13466947946327,28.565396730728231],[118.13416330893185,28.565386984353211],[118.13391975727089,28.565737469637497],[118.13362535215533,28.565922986065623],[118.13357228913866,28.566272762620983],[118.13385362107715,28.567105753296136],[118.13384856039131,28.567218734220798],[118.13374645393259,28.567317540108572],[118.13398091083234,28.56786564997255],[118.13405590257088,28.56845652533384],[118.13456598180979,28.56917488784601],[118.13463411517863,28.569814690545709],[118.13484441135718,28.570293857895543],[118.13440352341975,28.570464125567696],[118.13440060602564,28.570837902798296],[118.13422307264716,28.571210522019275],[118.13436340571931,28.571322638923558],[118.13446764861614,28.571588712624465],[118.13407365524225,28.5718919228277],[118.13393433377198,28.572638379370304],[118.13373698907628,28.572657160675885],[118.13359375233684,28.572794859181503],[118.13359661606597,28.573063750309633],[118.13395048275402,28.573669963076597],[118.13388516917389,28.573830804057028],[118.13360555666155,28.574009323132636],[118.13328483313278,28.574011824430432],[118.13228773747294,28.573407662886428],[118.13200238137816,28.573397270063829],[118.13184400138471,28.573504007743168],[118.13185805569908,28.573691951010495],[118.13215565311424,28.573985191409353],[118.13257627943194,28.574179743490443],[118.13236880473025,28.574645254175877],[118.13274180578435,28.574938605076909],[118.13276270729942,28.575204553917075],[118.1324408756103,28.575611875005055],[118.13180271432444,28.575443103862035],[118.1311371367601,28.575403125368464],[118.13088461265069,28.575451800183014],[118.13038353462977,28.575600978598352],[118.13030454784976,28.575432016924086],[118.12975447949496,28.574851480412107],[118.12953807605361,28.574452398109351],[118.12914029103536,28.57331738917965],[118.12916233155092,28.572883546217493],[118.12955013818238,28.572550230449611],[118.12959127361448,28.572405362751685],[118.12876886296064,28.571961477674062],[118.12854415856228,28.571688332353435],[118.12811246433337,28.570737162143363],[118.12767676107393,28.57034373939182],[118.12758841476644,28.57003578266858],[118.12725297520923,28.569866405440017],[118.12691832495045,28.568933454761918],[118.12727220701416,28.568496076965772],[118.12752543637542,28.568304520067414],[118.12763690691996,28.568141747475455],[118.12760589520043,28.568040683328636],[118.12704576124177,28.56761714819676],[118.1266951790485,28.567446765936001],[118.12648561829403,28.567424549458451],[118.12595251176263,28.567532819775039],[118.12569210149032,28.567490484423011],[118.12526719847673,28.567770902260065],[118.12519613537678,28.567886772328251],[118.1254687666729,28.568374870171741],[118.1254918138948,28.568808683900095],[118.12536735785292,28.569079398165112],[118.12511775130167,28.569291036318127],[118.12373243878099,28.56921641024897],[118.12318642793558,28.568980793463709],[118.12275462215723,28.568862385765065],[118.1210868906302,28.568130100114637],[118.12059424332723,28.567309093497627],[118.12038718812737,28.566787952559256],[118.12019441240801,28.566145460886712],[118.12022446212561,28.565872906821479],[118.11952829741644,28.565783208550524],[118.11914564236292,28.566005710335443],[118.11810749187748,28.565355385416591],[118.11806465258999,28.565027010190345],[118.11817889046813,28.564727218940096],[118.11822172964351,28.564513075048058],[118.11785045529578,28.564113253217212],[118.11756486002112,28.563699172234724],[118.11743634203948,28.563370780711068],[118.11740778147971,28.56271404092853]]]},"properties":{"FID":113,"name":"新塘村民委员会","name_t":"秦峰镇","民警姓":"徐斐","电话":"13507030100","派出所":"秦峰派出所"}},{"type":"Feature","id":114,"geometry":{"type":"Polygon","coordinates":[[[118.1219580034055,28.544649695423352],[118.12291949422155,28.544912557763766],[118.12330980180653,28.54504587571768],[118.12350019529832,28.545245783651438],[118.12397617884369,28.545398151549815],[118.12629522233406,28.549923525541161],[118.12526553406698,28.550169187499527],[118.12532741177048,28.550397627428364],[118.12540832899919,28.550906847197218],[118.12533217203176,28.551168576113884],[118.12527981373019,28.551439827435029],[118.12520841695685,28.55232021947705],[118.12522269639453,28.552524857131907],[118.12516081877992,28.552824659538697],[118.12499898623129,28.553119686898949],[118.12476099552684,28.553519398193991],[118.12455949699765,28.553956175779017],[118.124093033856,28.554260668722186],[118.12362657082943,28.554546124958453],[118.1231601070134,28.554755439108959],[118.1204303250519,28.558805428737884],[118.12009713222554,28.558829163481636],[118.1198234377499,28.558698242759203],[118.11934744830441,28.558519694990981],[118.11878815910681,28.558543386761684],[118.11818126946663,28.558519478216809],[118.1175624790356,28.558709719231214],[118.11520630459896,28.559030494344562],[118.1145888736834,28.557169421040317],[118.11423419870435,28.557255615224836],[118.11386530008173,28.557184157172752],[118.11347260148875,28.557243565700521],[118.11332980114872,28.557219742786305],[118.11304420207368,28.557029327958581],[118.11291330139571,28.557100685623805],[118.11280620212638,28.557243432017653],[118.11263960189162,28.557409961637937],[118.11248490138884,28.557409930388928],[118.11223500203347,28.556969676959703],[118.11199700144283,28.556422350288749],[118.11185322896699,28.555967148923795],[118.11178280039427,28.555744158463568],[118.11169950047216,28.555613270704423],[118.11153289968973,28.555470467830911],[118.11111639783955,28.554970693764471],[118.11108069727585,28.554756534504037],[118.11108069721411,28.554316331670812],[118.1110925979519,28.554030798211716],[118.11124729895967,28.55349544879271],[118.11147339912462,28.553090985599344],[118.11160430027577,28.552734091572106],[118.11162809906168,28.552472354884628],[118.11156859970889,28.552174908746476],[118.11156131352632,28.552165196338926],[118.11191255044923,28.551993425710396],[118.11222671033379,28.551793613495136],[118.11244091094115,28.551265414544417],[118.11244091089453,28.550951324145029],[118.11222671016151,28.55062291357104],[118.11171262923014,28.550365825803379],[118.11106098343895,28.550178139818197],[118.11114019774442,28.549652582055675],[118.11132786112555,28.549479969791911],[118.11150041136922,28.548873240847069],[118.11157181139845,28.548504436572369],[118.11158966156722,28.5479869052546],[118.11162536193881,28.547207636925872],[118.11172651200167,28.546588994321112],[118.11178006178048,28.546410544842129],[118.11158966131116,28.546208251240436],[118.11161346191059,28.546047642823687],[118.11174436213808,28.545904900675371],[118.11245241315262,28.54500084528053],[118.11282131314856,28.544584512118462],[118.11294626336317,28.543662492762948],[118.11256546270373,28.543650518859565],[118.11256546266806,28.54341257166146],[118.11337466279825,28.543448425818937],[118.1134222619965,28.543377052254456],[118.11569514995811,28.543686831241512],[118.11589744782361,28.543353744017271],[118.12008618159074,28.544282524746738],[118.1219580034055,28.544649695423352]]]},"properties":{"FID":114,"name":"东塘村民委员会","name_t":"秦峰镇","民警姓":"徐斐","电话":"13507030100","派出所":"秦峰派出所"}},{"type":"Feature","id":115,"geometry":{"type":"Polygon","coordinates":[[[118.00863639497501,28.472689281439639],[118.00966018550473,28.475701066216551],[118.00968112095443,28.475757986287864],[118.00811967322666,28.474800917826904],[118.0064505582055,28.473976156053375],[118.00550913631042,28.475826384651882],[118.0039906293804,28.474983216820569],[118.00360569056781,28.475757129357149],[118.00123075575696,28.474538694675836],[117.99936903070002,28.477108519684364],[117.99714369593836,28.476040629854189],[117.99477248694258,28.476411631466139],[117.99428009070797,28.475861308275288],[117.99443984987785,28.475468946932956],[117.99497107751283,28.47545143438559],[117.99555056297274,28.47421706217197],[117.99531110376071,28.473826815551753],[117.99380823086197,28.472202899028797],[117.99489538217317,28.47116084673635],[117.99521660329938,28.4707563307336],[117.99550871435873,28.470332283236427],[117.99558541271234,28.470220942623296],[117.99569248718697,28.469673662293385],[117.99564283964465,28.468740398377811],[117.995587974454,28.467860837313747],[117.99557351781543,28.467401270292171],[117.99563300372841,28.466592248291253],[117.99563300393022,28.466092559462719],[117.99563300393029,28.466092559462666],[118.00404387302297,28.469714812289233],[118.00863639497501,28.472689281439639]]]},"properties":{"FID":115,"name":"丁洲居民委员会","name_t":"灵溪街道","民警姓":"何洪","电话":"13707935405","派出所":"灵溪派出所"}},{"type":"Feature","id":116,"geometry":{"type":"Polygon","coordinates":[[[118.06627101395121,28.516867512148092],[118.06629808354511,28.515947381646356],[118.06566728624996,28.513138029277645],[118.06562675382659,28.513071916433098],[118.06564356511117,28.513032381969353],[118.06487004283095,28.511961447009178],[118.06293624257907,28.509782314602134],[118.06870791229417,28.506928248989851],[118.07040373357677,28.505998147274177],[118.07073874629188,28.505184145550462],[118.07077045307156,28.504623346603463],[118.07070458484839,28.504449694351283],[118.0706647105693,28.504344544023393],[118.07122637146621,28.503633253719499],[118.07117545556203,28.503580225585146],[118.07108535055843,28.503486383114005],[118.0708907034093,28.503586529645833],[118.07064443804019,28.503504435011347],[118.07053197263626,28.503466966500447],[118.07006108657227,28.50354337128174],[118.07006106054328,28.503543314901666],[118.0700373310188,28.5035036883747],[118.06992835347646,28.50332164683925],[118.07014712463469,28.502876532118531],[118.07039788594342,28.502808346367477],[118.0720678858177,28.502984672499746],[118.07206796931278,28.502984681651725],[118.07224784029118,28.503312357372479],[118.07232663741148,28.503897438384925],[118.07232874417598,28.503913075519044],[118.0735330140113,28.504125947248689],[118.07410298269633,28.504105395869502],[118.07470753199046,28.503844977063792],[118.07503426891068,28.503908766952069],[118.07561715053197,28.50440608958062],[118.07561718824526,28.504406104935089],[118.07601977977711,28.504637694148386],[118.07601985879703,28.504637726907212],[118.07630266914161,28.505124318071498],[118.07703970069436,28.505225724345053],[118.07737654477306,28.505371414269202],[118.07767346683315,28.505270265257128],[118.07799909745768,28.505268061425305],[118.07799917558943,28.505268071628912],[118.07849116026742,28.505404672616542],[118.07945288052801,28.505298089560725],[118.08021882518436,28.505324631002399],[118.08065365999968,28.505131496637411],[118.08146754484152,28.50493916428567],[118.08211661525927,28.504487923101088],[118.08269875587993,28.503947843805317],[118.0847081077098,28.503927933871473],[118.09371180736817,28.510135219779361],[118.09371180826697,28.510135219779389],[118.09435921477971,28.510581551223424],[118.09584676731167,28.511176763495733],[118.09656388197676,28.512195326438277],[118.09794432660051,28.513432969087294],[118.10025299584997,28.515218096892422],[118.10194947354786,28.518223149213824],[118.101949473548,28.518223149213881],[118.10165614253692,28.518340653470741],[118.10120393121498,28.518768857024483],[118.1012515318439,28.519696862167102],[118.10182274724959,28.521100877044834],[118.10194175037152,28.522088384872401],[118.10103732682748,28.522004900400617],[118.1007755200684,28.522266584039329],[118.1005375134887,28.522468785235443],[118.10053751348858,28.522468785235322],[118.10053751348859,28.522468785235496],[118.10009720140246,28.522670941577204],[118.09962118757032,28.522801704669394],[118.09915707443662,28.522849188086429],[118.09883576501181,28.523027575412797],[118.09855015516264,28.524157759551333],[118.0984906542693,28.52515712260881],[118.09849065435458,28.526442036953195],[118.09849065435485,28.526442036953277],[118.09939508197806,28.528274435446374],[118.09939508197805,28.528274435446463],[118.09564013363433,28.528335807724538],[118.09359325999669,28.528501894001828],[118.09256982187551,28.528739601712758],[118.0920938032841,28.528882258884021],[118.09083235318793,28.529096114928908],[118.09040393598916,28.52938154979352],[118.08926149003841,28.529357484532412],[118.08864266365286,28.52921457092862],[118.08816664451386,28.528881331648225],[118.08695279322977,28.528904838703685],[118.08747641487113,28.52978536607694],[118.08833325082,28.530951510088371],[118.08888067363046,28.533021779639963],[118.08895372803508,28.533544431071551],[118.08943331733978,28.536975517929182],[118.08938221948996,28.538401172652762],[118.0840550670388,28.538218925457787],[118.0830084316148,28.537900795912943],[118.0812346456182,28.537361644890471],[118.07802150726263,28.534791052674219],[118.07736780072776,28.533519156862734],[118.07670752221513,28.532234474000024],[118.07520109061134,28.526616904323163],[118.07384443643036,28.524831982552019],[118.07234497863753,28.523582409242895],[118.0712739379031,28.52322524022598],[118.06945317309714,28.522546670354842],[118.06820363097164,28.522082387562438],[118.06666848102478,28.521082660005323],[118.06616866596674,28.520689934705995],[118.06627101395121,28.516867512148092]]]},"properties":{"FID":116,"name":"管家村民委员会","name_t":"秦峰镇","民警姓":"李豪华","电话":"19907013356","派出所":"秦峰派出所"}},{"type":"Feature","id":117,"geometry":{"type":"Polygon","coordinates":[[[118.1108412982631,28.534071192993821],[118.1108412982631,28.534071192993991],[118.11112096169866,28.534034209467329],[118.11150652325044,28.535005112535739],[118.11257752504476,28.534819731374544],[118.11306304488582,28.535176749728425],[118.11342004433382,28.535333866299592],[118.11290596543162,28.537832207597315],[118.11269176576374,28.539516829786507],[118.112625875364,28.540967182293361],[118.11262587536363,28.540967182293823],[118.1123212346087,28.540995673404794],[118.11214987375435,28.540386494770807],[118.11026078131351,28.541256041288754],[118.10847576583032,28.542145591145928],[118.10847576582972,28.542145591146053],[118.1084757658293,28.542145591145932],[118.10574154197083,28.540955390007326],[118.10371612313884,28.540255978214766],[118.10190576819042,28.539737204563028],[118.10126466422477,28.53955348897648],[118.10063394752117,28.53929160570814],[118.10026503728211,28.538994089451993],[118.10012223263398,28.538708519496435],[118.0999794288542,28.53845864374874],[118.09972952172217,28.538220640004074],[118.09732564769406,28.537589532185834],[118.0940708839186,28.538159850648704],[118.09379048598387,28.538186168756479],[118.09154203802504,28.538397205466136],[118.08938221948996,28.538401172652762],[118.08943331733978,28.536975517929182],[118.08895372803508,28.533544431071551],[118.08888067363046,28.533021779639963],[118.08833325082,28.530951510088371],[118.08747641487113,28.52978536607694],[118.08695279322977,28.528904838703685],[118.08816664451386,28.528881331648225],[118.08864266365286,28.52921457092862],[118.08926149003841,28.529357484532412],[118.09040393598916,28.52938154979352],[118.09083235318793,28.529096114928908],[118.0920938032841,28.528882258884021],[118.09256982187551,28.528739601712758],[118.09359325999669,28.528501894001828],[118.09564013363433,28.528335807724538],[118.09939508197805,28.528274435446463],[118.09939508197806,28.528274435446374],[118.09939508197816,28.528274435446576],[118.10010910202489,28.528679107523448],[118.10239396182368,28.529774176503704],[118.10365539029068,28.530512091679462],[118.10534522452893,28.532035322941177],[118.10729685508774,28.532951838782289],[118.10766576092411,28.533213659864241],[118.10850224795864,28.533159076612456],[118.10896942661347,28.53318191208793],[118.10945049375991,28.533645318876697],[118.10989715786165,28.533673596206675],[118.11022560011222,28.533485686216103],[118.11040172121204,28.533438133273823],[118.11058736228962,28.533428653761231],[118.11062544250926,28.533495286805312],[118.1106920828834,28.533604756212366],[118.1109742995778,28.533816121244158],[118.1108412982631,28.534071192993821]]]},"properties":{"FID":117,"name":"五石村民委员会","name_t":"秦峰镇","民警姓":"邹成","电话":"15707939584","派出所":"秦峰派出所"}},{"type":"Feature","id":118,"geometry":{"type":"Polygon","coordinates":[[[118.1161327579932,28.559982720252684],[118.11645103339505,28.56247115273986],[118.11643675363212,28.562785240382947],[118.11740778147971,28.56271404092853],[118.11743634203948,28.563370780711068],[118.11756486002112,28.563699172234724],[118.11785045529578,28.564113253217212],[118.11822172964351,28.564513075048058],[118.11817889046813,28.564727218940096],[118.11806465258999,28.565027010190345],[118.11810749187748,28.565355385416591],[118.11914564236292,28.566005710335443],[118.11879890920444,28.566976901011305],[118.11888613963718,28.567376862428098],[118.11910354964982,28.567716864079134],[118.11903719288782,28.567812782021687],[118.11909848402375,28.567928803821815],[118.11876997773702,28.567982441164791],[118.11847930234205,28.568466939087138],[118.11806966300188,28.568645457543091],[118.11776602284412,28.56903198126103],[118.11747250804626,28.569089626977647],[118.11724821202901,28.569336347303636],[118.11664427320929,28.569224758065261],[118.11636082946234,28.569741307842779],[118.11619569061659,28.569793150668772],[118.1149287218264,28.569883935088569],[118.11438793005691,28.569788462405221],[118.11424482292738,28.569516480750931],[118.11434471192769,28.569257663601615],[118.11422357549439,28.569236599524537],[118.11330747186706,28.569500665403766],[118.11264738618888,28.569434186203715],[118.11208859807697,28.569613661168532],[118.11188525906064,28.569851356074064],[118.1117082226,28.570280055480648],[118.11230300759055,28.570636399149436],[118.11259317033846,28.571116382674759],[118.11231378082195,28.571129114747251],[118.11198032952343,28.571039972689984],[118.11170885729838,28.571315578146283],[118.11116131202945,28.570934364769016],[118.11109932945141,28.570695385431968],[118.11075869487465,28.570498212216574],[118.11056836428941,28.57050814873276],[118.11037227723298,28.570405003933203],[118.11004677727743,28.570397755278353],[118.1097955217693,28.570549519787551],[118.10779508092196,28.57027634530084],[118.10736148474123,28.570344089550673],[118.10703131626131,28.570644717723901],[118.10651446336553,28.570909257801951],[118.1066726388411,28.571431112313039],[118.10663153625003,28.571626030804715],[118.10582679656839,28.571136832838246],[118.10526931564212,28.570600740049159],[118.10490173573031,28.570457605947837],[118.10441126108174,28.570470407416533],[118.10444952119674,28.56975371927388],[118.10398789445098,28.569654543686219],[118.10376088713613,28.569384560496477],[118.10299012084201,28.568967435815118],[118.10273076929265,28.568751404455814],[118.1017248480205,28.568507115961872],[118.10136752015514,28.568575953979948],[118.10113320912136,28.568981029604426],[118.10099813993207,28.569214537031641],[118.10095577384804,28.569492622362187],[118.10064293995967,28.569614179455275],[118.10065315075673,28.569603961819411],[118.09948929662114,28.567426483605374],[118.09869673288574,28.565606008984147],[118.09841826426522,28.563771373392129],[118.09858248943006,28.562979047462619],[118.09868911167541,28.562543000484069],[118.09905374363832,28.561051783128427],[118.09936077168261,28.560095305903037],[118.10027471792844,28.55865355302268],[118.10116010296188,28.557661513770995],[118.10269524059397,28.556533987900394],[118.10282109709647,28.556439798875193],[118.10365792406728,28.555813528026619],[118.1041732543874,28.55542785943172],[118.1052656948508,28.554821333885663],[118.10625103258911,28.554393242527595],[118.10797893714631,28.552887407139071],[118.10933555124249,28.551281550446056],[118.10993531567999,28.550303712863631],[118.11026999003963,28.549464355345538],[118.11034229885536,28.549283005111374],[118.11056701062699,28.548496041778716],[118.11075741141138,28.547239719465839],[118.11071933146417,28.546354549386066],[118.11049085052504,28.545507410232052],[118.10982444476825,28.54407958969351],[118.1090374517931,28.543130809194881],[118.10847576582972,28.542145591146053],[118.11026078131351,28.541256041288754],[118.11214987375446,28.540386494770864],[118.1123212346087,28.540995673404964],[118.112625875364,28.540967182293361],[118.11377541273085,28.54102927906516],[118.11443943007824,28.541136486166788],[118.11511772599309,28.541108065837797],[118.11620537724987,28.540920298188841],[118.11778805740143,28.540801626342667],[118.11829974893915,28.540754133725709],[118.11893043748266,28.540694764379431],[118.11948226941547,28.540457712230506],[118.1198107018097,28.54047204923582],[118.12019625336688,28.540700549164793],[118.12055324517675,28.540914765809308],[118.12102447338647,28.541000512319513],[118.12192408972264,28.540929287571984],[118.1223239170839,28.540743759612099],[118.12296649654425,28.540629657363741],[118.1230057658852,28.540736442023654],[118.12278205297548,28.540931519976805],[118.12264401795929,28.541183719925449],[118.12254882053705,28.54128840010814],[118.12211507832247,28.543736006353477],[118.12202940204264,28.544421278381698],[118.1219580034055,28.544649695423352],[118.12008618159074,28.544282524746738],[118.11589744782361,28.543353744017271],[118.11569514995811,28.543686831241512],[118.1134222619965,28.543377052254456],[118.11337466279825,28.543448425818937],[118.11256546266806,28.54341257166146],[118.11256546270373,28.543650518859565],[118.11294626336317,28.543662492762948],[118.11282131314856,28.544584512118462],[118.11245241315262,28.54500084528053],[118.11174436213808,28.545904900675371],[118.11161346191059,28.546047642823687],[118.11158966131116,28.546208251240436],[118.11178006178048,28.546410544842129],[118.11172651200167,28.546588994321112],[118.11162536193881,28.547207636925872],[118.11158966156722,28.5479869052546],[118.11157181139845,28.548504436572369],[118.11150041136922,28.548873240847069],[118.11132786112555,28.549479969791911],[118.11114019774442,28.549652582055675],[118.11106098343895,28.550178139818197],[118.11171262923014,28.550365825803379],[118.11222671016151,28.55062291357104],[118.11244091089453,28.550951324145029],[118.11244091094115,28.551265414544417],[118.11222671033379,28.551793613495136],[118.11191255044923,28.551993425710396],[118.11156131352632,28.552165196338926],[118.11156859970889,28.552174908746476],[118.11162809906168,28.552472354884628],[118.11160430027577,28.552734091572106],[118.11147339912462,28.553090985599344],[118.11124729895967,28.55349544879271],[118.1110925979519,28.554030798211716],[118.11108069721411,28.554316331670812],[118.11108069727585,28.554756534504037],[118.11111639783955,28.554970693764471],[118.11153289968973,28.555470467830911],[118.11169950047216,28.555613270704423],[118.11178280039427,28.555744158463568],[118.11185322896699,28.555967148923795],[118.11199700144283,28.556422350288749],[118.11223500203347,28.556969676959703],[118.11248490138884,28.557409930388928],[118.11263960189162,28.557409961637937],[118.11280620212638,28.557243432017653],[118.11291330139571,28.557100685623805],[118.11304420207368,28.557029327958581],[118.11332980114872,28.557219742786305],[118.11347260148875,28.557243565700521],[118.11386530008173,28.557184157172752],[118.11423419870435,28.557255615224836],[118.11434129848988,28.557445993974859],[118.11463879645339,28.558802349997194],[118.11481729562918,28.559492432296143],[118.11498389488321,28.559682822555313],[118.11559079051581,28.559635351428689],[118.11595968638103,28.559778190936658],[118.1161327579932,28.559982720252684]]]},"properties":{"FID":118,"name":"下湖村民委员会","name_t":"秦峰镇","民警姓":"钟清","电话":"18870938508","派出所":"秦峰派出所"}},{"type":"Feature","id":119,"geometry":{"type":"Polygon","coordinates":[[[118.1289201473415,28.589569071717815],[118.12891180567658,28.589943988471287],[118.12906116560023,28.589975137184418],[118.1295049587828,28.589756903849914],[118.1295338556728,28.590419927932221],[118.12853352015186,28.591084268553097],[118.12846460685007,28.591287029681332],[118.1287722905756,28.591378384402582],[118.12959872232231,28.591199581686698],[118.12978521679429,28.591217828002698],[118.12990351584389,28.591462941460247],[118.12992441163581,28.591786813989991],[118.12933208107079,28.591965924053891],[118.12914088200195,28.592147558429502],[118.12913365101809,28.592345454088292],[118.12929018085167,28.592638474570276],[118.12956576718173,28.592734829915592],[118.13040331853068,28.593553590903248],[118.13072292672858,28.593628966708092],[118.13205265615927,28.593446962458334],[118.13267709917201,28.59378069491019],[118.13408084686222,28.593788765587675],[118.13423922364066,28.593841893244885],[118.13473634582279,28.594210462281076],[118.13595504024444,28.594766067731761],[118.13690998531767,28.595795009330114],[118.13745623275956,28.595915764874949],[118.13835321781836,28.595823251640294],[118.13831095409782,28.596400885261883],[118.13887126373815,28.596872598921852],[118.1389524582365,28.596754704964173],[118.13892941418082,28.596174001730024],[118.13922025401118,28.595963515470419],[118.13927620329548,28.595688787594764],[118.13937254317943,28.595695956971419],[118.14069628209798,28.597417238345393],[118.14211245632563,28.598912822680742],[118.14270781160856,28.599433573143884],[118.14249454337939,28.599511121378185],[118.14238518446231,28.599776850790942],[118.13990735444702,28.599214097565902],[118.13936828440342,28.599173204721456],[118.13916474954134,28.599542689753839],[118.13920695037308,28.599718711814614],[118.14013277939286,28.600345834741258],[118.1408233845694,28.600686804406866],[118.14092260280329,28.600834942254085],[118.14087242090535,28.601134683126013],[118.14041735998767,28.601719647786066],[118.14040325825702,28.602073419635303],[118.14067094801678,28.602650648435795],[118.14043746417929,28.602948112484679],[118.14046447731661,28.603536825257141],[118.1403089592464,28.603532615437103],[118.14002646994666,28.603045411848743],[118.13950339770371,28.601518297857751],[118.13917472093377,28.601120980467691],[118.13883880109292,28.601063416457098],[118.1386302243569,28.601354003004836],[118.13852588586474,28.602099481778922],[118.13863913890216,28.602615375210966],[118.13889780973412,28.603050538551543],[118.13898907191282,28.603356531650192],[118.138801427793,28.603571138272152],[118.1387595469827,28.603880967899769],[118.13880458200386,28.60469063708284],[118.13897595490528,28.604884761856212],[118.13894058055781,28.605057600388168],[118.13843359301852,28.605515571634445],[118.13824525132232,28.605466339637484],[118.13794940254071,28.60524395692439],[118.1376398278252,28.605256517712331],[118.13715561172569,28.605405632448811],[118.13588879205089,28.60607143016799],[118.13550810800932,28.606670494507966],[118.13513214258771,28.606977845858303],[118.13448381996054,28.606928844014309],[118.13398377482783,28.607040099309906],[118.13376618349875,28.607573482779937],[118.13359987326533,28.607508292422821],[118.13321102596977,28.606785026953702],[118.13310388117364,28.606750958732803],[118.13306563152385,28.606858849734451],[118.13325387027825,28.607822630090947],[118.13259145190392,28.608493275745406],[118.13256148184267,28.608819139848627],[118.1327046750957,28.609164142054162],[118.13232082279534,28.609219542907201],[118.13235901859596,28.609746372998611],[118.13220675175863,28.610080966306711],[118.13216233009641,28.610666597298422],[118.1324541492632,28.611066862356701],[118.13189499937913,28.610807176818543],[118.13159520357328,28.610949690548654],[118.13155730638846,28.611168497582611],[118.1316153768939,28.611292535176119],[118.13235666072661,28.612065217897403],[118.13263841057143,28.612102592820111],[118.13321745135333,28.611919472804388],[118.13298689216492,28.61228399377665],[118.13265642666697,28.612370413750909],[118.13262719599355,28.612476336794774],[118.13277039237448,28.612776451648312],[118.13251099685024,28.612884023347039],[118.13244388007931,28.613065815511586],[118.13255496833952,28.613381803572398],[118.13299003445492,28.613538320690651],[118.13334464782152,28.613768758178484],[118.13327859516254,28.614146469499826],[118.13303504560093,28.61455091004737],[118.13302204407184,28.614707771716052],[118.13387159532942,28.615422704302016],[118.1345992638802,28.615639669334339],[118.13541392586001,28.615509913530531],[118.13565168562624,28.615522236828561],[118.13585588213832,28.615642544636902],[118.13601926734846,28.616303413340169],[118.13622885724074,28.616677581946114],[118.1362638289681,28.616985457288667],[118.13619742050462,28.617249190044951],[118.13601015088817,28.617446804100091],[118.13618256595873,28.617998842384932],[118.13601296167415,28.618362356722297],[118.13622436692907,28.618602585163732],[118.13665443652367,28.618630228827534],[118.13696512238556,28.618201896626619],[118.13729599378411,28.61802645849647],[118.13813772435728,28.618493549933774],[118.13827516885783,28.618791601956435],[118.13799726060842,28.61976968148419],[118.13798244680559,28.62002350700023],[118.13763060799101,28.620610714307645],[118.13762044561823,28.621315303006639],[118.13747211864057,28.621746847492194],[118.13821286417884,28.62173298206822],[118.13856537452642,28.621800552101799],[118.13923392592945,28.622375331984514],[118.1394193590974,28.622741376166708],[118.1396307884588,28.622916672833931],[118.1401889764646,28.623075436704426],[118.14011896590597,28.623194241988141],[118.13991149069726,28.623166922619681],[118.13930820836143,28.622945123378685],[118.13877496293355,28.62236353910804],[118.13839612196624,28.62216504633172],[118.13806237431967,28.622098585657689],[118.13790613625514,28.622163287765776],[118.13813558964402,28.62245149749576],[118.13845128503488,28.622656906671615],[118.13854831457051,28.623019840423311],[118.13866377665934,28.623024070216086],[118.13922589918883,28.623442702542569],[118.13928000662575,28.623639696515639],[118.13920167726673,28.623995425428195],[118.13868964117029,28.624383391614998],[118.13825337663337,28.624833459377818],[118.13794775152272,28.62502386074674],[118.13786655140449,28.625242679653226],[118.13807724716601,28.625472837871008],[118.1384730804173,28.625227618060158],[118.13895224999963,28.625192393571513],[118.1391485279868,28.625307664457804],[118.13921774587429,28.626026317754892],[118.13944215927637,28.626246610191746],[118.13936600016405,28.626551337897869],[118.13946804987272,28.627310072577323],[118.13921359716981,28.628170243261295],[118.13925255100027,28.628350209903637],[118.13941382686568,28.628505365824559],[118.13908908357178,28.628526796851244],[118.13899273781588,28.628607601526756],[118.1387603235604,28.629162960263628],[118.13881730754504,28.629461871208406],[118.1392174057641,28.630100179170203],[118.13999388736197,28.630288340393722],[118.14012521509103,28.630448486494874],[118.1391740790569,28.630424927249319],[118.13908999056243,28.63062574725425],[118.13908886267234,28.631172474588915],[118.13891346969264,28.631585976182862],[118.1387792462904,28.631568763959269],[118.13868185667279,28.63118775210993],[118.13892763826034,28.630426605902752],[118.13889049667074,28.630144635274586],[118.13878118967547,28.629892595909958],[118.13832443221892,28.629447151931583],[118.13829629788495,28.629342133290255],[118.13859183182723,28.629042787118358],[118.13882062515825,28.628623339809014],[118.13894303134785,28.627563083480677],[118.13852702373785,28.627378563140155],[118.1378425364535,28.627660300836084],[118.13739440912512,28.627690637559112],[118.13724285956313,28.627812288968695],[118.13717176639004,28.627995142448849],[118.13811489539201,28.628304427274703],[118.13846559161779,28.628490910017927],[118.13841540999917,28.628820596117759],[118.13818011844462,28.629314965662214],[118.13745016141299,28.629756572366951],[118.13774776983264,28.630460732716209],[118.1380706615104,28.630869978841247],[118.13817381944793,28.631289948480294],[118.13801936365333,28.631623518848539],[118.13821488231747,28.632121530016128],[118.13904076347114,28.632486688659121],[118.13904578153277,28.632892470892639],[118.13937549533512,28.633832452743842],[118.13875882960923,28.634093324475405],[118.13878404824382,28.634551128153245],[118.13893413874084,28.634676308737355],[118.13943243783591,28.63463815173353],[118.1396839154791,28.634853448502067],[118.14041060594667,28.635102433603937],[118.1404347759958,28.635168496645207],[118.14032035145752,28.635664036262675],[118.13982132398809,28.635654238389176],[118.13960551581957,28.636052649127336],[118.13962281677028,28.636276565843239],[118.13976496372297,28.636506619943567],[118.13978407568753,28.636651652509929],[118.13954048950856,28.636983004458479],[118.13932506422744,28.637136657073636],[118.13922764452116,28.637111495474763],[118.1390996772505,28.635622054500633],[118.13850324239185,28.635619132996887],[118.13810742045116,28.635713499634029],[118.13802907359778,28.636326037160028],[118.13759897772611,28.636443293849933],[118.13743262208311,28.636718826224012],[118.13775339320901,28.636573423645139],[118.13797709436807,28.6365927517726],[118.13814017272428,28.636699959848595],[118.13815527381969,28.63734061918144],[118.13798783859633,28.637557319431057],[118.13706665091865,28.638083543592529],[118.13683321141563,28.638088220814865],[118.13680108441606,28.638273021632696],[118.1364644510931,28.638366505040377],[118.13641320756332,28.638483363441445],[118.13654345004232,28.638554534040082],[118.13702151834769,28.638465317202858],[118.13729319912461,28.638528703339706],[118.13688329966313,28.638841910729163],[118.13620388716303,28.639180615552288],[118.13587411321592,28.639271056176064],[118.1352445362204,28.639256162982647],[118.13522862651435,28.639675941664379],[118.13510124356301,28.639978527070689],[118.13534364357371,28.640558625394519],[118.13533280118278,28.640788434475589],[118.13525666255588,28.640930262366155],[118.13504992631691,28.640998945735692],[118.13490093630581,28.640841758012908],[118.13478768683791,28.64040181847168],[118.13467116679193,28.64025574336446],[118.13415130238359,28.640033063786507],[118.1344320355656,28.639459860562809],[118.13436173265136,28.63887804142027],[118.13409837105176,28.63880767072402],[118.13346879614022,28.639141546618003],[118.13352400587715,28.638989789678309],[118.13381661274626,28.638741321969494],[118.13413518473827,28.638638796762116],[118.1345591238277,28.638336646769972],[118.13474062994788,28.637946079086024],[118.13462736384399,28.637711046425171],[118.13440910266733,28.63759378656718],[118.13393610425551,28.637834967978051],[118.1336702097184,28.637894574969515],[118.13363521863957,28.637847568814212],[118.13399926565823,28.637522208798032],[118.13387877895731,28.637376130420513],[118.13319226436987,28.637016312615575],[118.13302200508971,28.63675322690888],[118.13296611237334,28.636437326644234],[118.13303214812373,28.6362555396455],[118.13348421371384,28.635964303380035],[118.13350117959058,28.635845412292817],[118.13336880611551,28.635505381631699],[118.13321764995183,28.635444175536435],[118.13287382898508,28.635575636041086],[118.13252602934311,28.635895004205114],[118.13193692946031,28.635699238539488],[118.13177566676814,28.635777987755556],[118.13152600230237,28.636080412534824],[118.13122440722468,28.636203942961085],[118.13070641160415,28.635831450352633],[118.13075948361455,28.635312773149025],[118.1304557574384,28.635115449060425],[118.13043881605938,28.634959538912707],[118.13127143383092,28.634659898351419],[118.1311152759904,28.634109893355252],[118.13155037894958,28.633609832110224],[118.13158937605995,28.633188102070065],[118.13147322961348,28.632996071635535],[118.1311424349411,28.63288559569591],[118.13095414121238,28.632717482546333],[118.13083404651815,28.632316489047287],[118.13009237788251,28.632227493937236],[118.12970965552806,28.632064067473433],[118.12934171618723,28.632037572978835],[118.1290773153699,28.631932334024015],[118.12880969074359,28.631569108358022],[118.12799411241903,28.631596005031625],[118.12778384413248,28.631303924999916],[118.1272947561762,28.630970466273627],[118.12719484274056,28.630970337425182],[118.12712843197113,28.631472006331609],[118.12609353743649,28.632241220445135],[118.12602640982453,28.632722918505625],[118.12570861104727,28.633159328788114],[118.12561448007602,28.633073217704482],[118.12556545200199,28.632780273542433],[118.12576279177725,28.632218858442513],[118.12624689021658,28.631522875085611],[118.1264553837072,28.631354208900092],[118.12723276855478,28.630348726529579],[118.12737526833446,28.63007500643446],[118.12737204371068,28.62981315114267],[118.12724293034822,28.62960609423823],[118.12644943465999,28.629180324441464],[118.12612881137899,28.628824158316203],[118.125599078359,28.62748212448852],[118.12566618138764,28.627282333138638],[118.12594067814679,28.627086758586593],[118.12577442169646,28.626857710823341],[118.12552700185839,28.626759445761635],[118.12549276056902,28.626494582141259],[118.12557392699871,28.626326741358714],[118.12575138560379,28.626289002094595],[118.12586574719987,28.625994279690889],[118.12620625614613,28.625742838387534],[118.12646490793028,28.625302395691349],[118.12644471599361,28.625221412693083],[118.12622722531403,28.625160150502019],[118.1261904215913,28.625316082321909],[118.12578859387826,28.625605407054366],[118.12494785871482,28.625529348612936],[118.12487682416085,28.625312385229538],[118.12494791169466,28.624896710296461],[118.12545576181482,28.624680457820205],[118.12568232547551,28.624009060515398],[118.12644098841221,28.622356943945746],[118.12694595220763,28.622453476784703],[118.12711044519529,28.622278819722908],[118.12711334702078,28.622084883373141],[118.12684470542131,28.621149024765856],[118.12627270081886,28.620500634583355],[118.12602349995913,28.620093551619998],[118.12569562892335,28.620200097217186],[118.12558559416749,28.6205187546541],[118.12560361820178,28.620643723433993],[118.12595812517684,28.621173900405225],[118.12598335471947,28.621388830525444],[118.12583980866246,28.621316688640078],[118.12558448423007,28.620854640016564],[118.12533418333406,28.620734332739765],[118.12501245028734,28.620856904052179],[118.12474192596733,28.621082445900367],[118.12473469289361,28.621317305760471],[118.12435131081045,28.621224909654597],[118.12428098293105,28.621205845473465],[118.12437729612972,28.621028033742672],[118.12420206508705,28.620401117519041],[118.12440439341387,28.620449396114342],[118.12452736893805,28.62059445996902],[118.12474484587646,28.620680628886927],[118.12516684951639,28.620493320808439],[118.12556760325273,28.620009056317226],[118.12511860358975,28.619477776706578],[118.12442941185232,28.618870202392404],[118.12332654142834,28.618547037721129],[118.1231151835416,28.618735693471901],[118.12284362027378,28.618686443312072],[118.12263011005815,28.618786135839706],[118.1225771218616,28.618463231589896],[118.12247002651837,28.618287249584874],[118.1214072434806,28.618192049914601],[118.12126985719635,28.618039965774575],[118.12120171794739,28.617811048537963],[118.12070987296852,28.617297773649362],[118.12050249631996,28.617561383604396],[118.12045343304619,28.617795210285859],[118.12059478308633,28.617931283237024],[118.11989949730908,28.618224417015806],[118.1195158077648,28.618305960244754],[118.11879788444726,28.617976436447936],[118.11772298260695,28.617950348510611],[118.11701886804032,28.61695117569263],[118.11651122140307,28.616624879445919],[118.11631979737543,28.616236817581047],[118.11561605480448,28.615559532832929],[118.11475084126238,28.614544255316918],[118.11416388836525,28.614654747997015],[118.11388954052995,28.614520571711807],[118.11401253978735,28.613796995326975],[118.11392171274187,28.613501148280065],[118.11375120288915,28.613299056346083],[118.11339898899423,28.613157802743054],[118.11321767728906,28.612843891419537],[118.11329375252404,28.612756968353775],[118.11383163933311,28.612815350063777],[118.11388140684872,28.612635483364009],[118.11295534585382,28.611403326397578],[118.11307365676228,28.610640879128461],[118.11290819332643,28.610523802510183],[118.11274815984584,28.610150810361691],[118.11257691426918,28.610228663941967],[118.11241680244031,28.610816209056118],[118.11236263265073,28.611941586139483],[118.11219535741891,28.611991468155036],[118.1111369657618,28.611945678804592],[118.11012261174636,28.611758013787647],[118.10968506789476,28.611081069731995],[118.10951896597595,28.610260389010563],[118.10934778003434,28.609908460844665],[118.10894010362199,28.610006057338691],[118.1086366319322,28.609737071904053],[118.10788875897494,28.609359774896216],[118.10743642507188,28.609352481266502],[118.10718415201227,28.609088491914932],[118.10712722790475,28.608832536656084],[118.10698487910204,28.608648585290467],[118.10642732975667,28.60856829431437],[118.10590656992233,28.608325126633236],[118.10590766308471,28.608169145693147],[118.10621006669008,28.607835489997537],[118.10623214550722,28.606726087154975],[118.10639651559762,28.606409358378862],[118.10591286371609,28.606327140041593],[118.10561447273187,28.60613105723839],[118.10525017796171,28.605413203668217],[118.10544159703466,28.60478262823483],[118.10558575448019,28.604782704518335],[118.10579479622608,28.604626923669805],[118.10609215404322,28.604282197431644],[118.10610333890584,28.604131348846732],[118.10574585633644,28.603746324355516],[118.10537356770821,28.60378606673018],[118.1050920934979,28.603927871325784],[118.104798773423,28.603553867144065],[118.10429478159294,28.603320165770139],[118.10457001271283,28.601389364465124],[118.1045402618559,28.598890914964109],[118.10465926408739,28.596630444212487],[118.1046592640873,28.596630444212359],[118.10465926408745,28.596630444212288],[118.10504888395714,28.595152329141815],[118.10504888395725,28.595152329141701],[118.10581953502366,28.592228677551471],[118.10706374531377,28.588853022408415],[118.10758954471503,28.584255197204367],[118.10758954471513,28.584255197204275],[118.10758954471514,28.584255197204424],[118.10871894806944,28.585617419216661],[118.10986161276956,28.586588816008064],[118.11059006183972,28.586960362522468],[118.11164221764203,28.587588950069261],[118.11340383224453,28.588646331231509],[118.11391801160407,28.588846446482201],[118.11424652262825,28.589103572174167],[118.11460360303914,28.589417814896279],[118.11504637404082,28.589660716215214],[118.1179886419615,28.590018812841528],[118.1193312206743,28.590119243332119],[118.12124509762035,28.590648146226645],[118.12218773756604,28.591176702361714],[118.12373025222033,28.590991571684683],[118.12648675583995,28.590135714987984],[118.1289201473415,28.589569071717815]]]},"properties":{"FID":119,"name":"向阳村民委员会","name_t":"沙溪镇","民警姓":"董炜","电话":"13677938033","派出所":"沙溪派出所"}},{"type":"Feature","id":120,"geometry":{"type":"Polygon","coordinates":[[[117.9448841828583,28.471511290472492],[117.94505125477249,28.472888152194553],[117.94579136001633,28.473347872958829],[117.94616775020302,28.473743309772001],[117.94618544693688,28.473897271984665],[117.94523706100411,28.474573405530183],[117.94476731606545,28.476312919909283],[117.94441970863582,28.476025812364657],[117.94418514580545,28.475973308372392],[117.9439414897743,28.476026786943663],[117.94381391301685,28.476144008634598],[117.94370209136797,28.476459133730831],[117.94348436275715,28.476757477140854],[117.94342244500875,28.477128583274126],[117.94336463793701,28.477283649138712],[117.94328447996297,28.477312700605278],[117.94318097218348,28.477234933154097],[117.94316591612923,28.477029129014429],[117.94349727396532,28.476326689309975],[117.94346246698355,28.475961875799474],[117.94316890767385,28.475826508125511],[117.94249330779191,28.475906826889872],[117.94219072199256,28.476157243020811],[117.94207774286423,28.47711015868428],[117.94154264631192,28.477475184397882],[117.94133989368792,28.477508466467295],[117.94144993632898,28.477105483700079],[117.94184417158783,28.476855796812089],[117.94189022570778,28.476436741477695],[117.94200304596522,28.476219589529382],[117.94190714493611,28.475832901026582],[117.9422636367234,28.475621369671625],[117.94225577437439,28.475329378122584],[117.94194027035297,28.474804264133596],[117.94159998125895,28.474565903354101],[117.94106560653982,28.474508054276562],[117.93998052273629,28.474701954917098],[117.9398188986487,28.474612287526263],[117.93976600613171,28.474358566548755],[117.93987892763199,28.474258386450362],[117.94079829709908,28.474084700516297],[117.94165282340245,28.474147033514846],[117.9428557511652,28.473583846400384],[117.94324707930721,28.473191188510643],[117.94358929296573,28.472620541500685],[117.94358929296568,28.47262054150066],[117.94389898371541,28.47210411593333],[117.9438839715618,28.471359480067228],[117.94369533677073,28.47109894384878],[117.94312851523098,28.470972201477103],[117.94355672622248,28.471037553741724],[117.94396114754899,28.471120757170123],[117.94435367558266,28.471090938601638],[117.94457967685382,28.470501976278225],[117.94452614979689,28.470371115649836],[117.9450134738612,28.47039754589408],[117.9448841828583,28.471511290472492]]]},"properties":{"FID":120,"name":"吉阳山社区居民委员会","name_t":"北门街道","民警姓":"张黎","电话":"13755390954","派出所":"凤凰派出所"}},{"type":"Feature","id":121,"geometry":{"type":"Polygon","coordinates":[[[117.96706922020148,28.470579773342802],[117.96802562969678,28.470558237140867],[117.96793998130147,28.470001450895897],[117.96954833533442,28.470010380481732],[117.96958056710056,28.47050564891294],[117.97089281312174,28.470473420856838],[117.97100948986078,28.47056606406758],[117.97095578714142,28.471101355358023],[117.97062746298084,28.471215607771981],[117.97012070267282,28.471351298140128],[117.96962108127971,28.471429879553202],[117.96872890209225,28.471358603893073],[117.96843626834685,28.471151625977253],[117.96817932226503,28.471101688694457],[117.9676896587472,28.471117643713196],[117.96702306434638,28.471137527765986],[117.96706922020148,28.470579773342802]]]},"properties":{"FID":121,"name":"王家坝居民委员会","name_t":"石狮乡","民警姓":"许倓嘉","电话":"18079300002","派出所":"石狮派出所"}},{"type":"Feature","id":122,"geometry":{"type":"MultiPolygon","coordinates":[[[[117.98390737057214,28.468343463183988],[117.98411477996689,28.468600658553353],[117.98423600455132,28.468750979282387],[117.98476740165101,28.469409921045642],[117.98458781282538,28.469532242494783],[117.98402538506105,28.469832450415272],[117.98373178444238,28.469989164826263],[117.98334225245641,28.470197084753394],[117.98304017636936,28.470353119767207],[117.98227733441405,28.470747163333439],[117.98182491951538,28.470990999373537],[117.98205764791042,28.471651296912718],[117.98221524237174,28.472098420321011],[117.98235833112702,28.472504389024291],[117.98255459182003,28.473061207823033],[117.98307803267416,28.473965370248063],[117.98366197037618,28.475126453606443],[117.98284647950747,28.475428449400294],[117.98164220452213,28.475874410294139],[117.98030719579421,28.476368785509983],[117.97894767360526,28.476801520081406],[117.97809622855276,28.47706882644199],[117.97775923327546,28.477076591741884],[117.97729192625654,28.477087361491147],[117.97597652130285,28.473684650507707],[117.97601819450406,28.472823318853575],[117.97619320609567,28.471868062242276],[117.9761453482344,28.470568396976944],[117.9776770484023,28.470167355716189],[117.97795349479348,28.470094971311873],[117.97872137315694,28.469883908380964],[117.97978550914286,28.469428561708558],[117.98063014427184,28.469006136747733],[117.98234621171962,28.468396233173021],[117.98293965676017,28.468185316075523],[117.98359267375724,28.46795322622464],[117.98390737057214,28.468343463183988]]],[[[117.99095749188066,28.46317783584858],[117.99210872381602,28.464126303043916],[117.99305134591071,28.464902883597176],[117.99563300393022,28.466092559462719],[117.99563300372841,28.466592248291253],[117.99557351781543,28.467401270292171],[117.99558797445391,28.467860838339114],[117.99564283964457,28.468740399403007],[117.99569248718697,28.469673662293385],[117.99558541271234,28.470220942623296],[117.99550871435873,28.470332283236427],[117.99521660329927,28.4707563307336],[117.99489538217317,28.47116084673635],[117.99438380912639,28.470934808725783],[117.99386814468336,28.47054235886965],[117.99377214267051,28.470469294664557],[117.99371162703548,28.470423238137716],[117.99360210504484,28.470328384583031],[117.99308763231528,28.469882816813254],[117.99238980745642,28.46927844836268],[117.99194057139341,28.468844685593741],[117.99182936415829,28.468737039101313],[117.9911582163686,28.468087386004999],[117.99070765557511,28.46765125048023],[117.99023644457908,28.467186933557084],[117.98948823523607,28.466449668721317],[117.98979340935607,28.46620315674641],[117.99039507990332,28.46571714544794],[117.99088016130069,28.465325311124761],[117.9904671885035,28.464944107258781],[117.99023612002351,28.464730813440866],[117.98964800521338,28.464187933693147],[117.98981869899963,28.463914861447833],[117.98994811578802,28.463717318217817],[117.99007965406713,28.463516533800476],[117.99054705131833,28.462803085308654],[117.99095749188066,28.46317783584858]]],[[[117.98632465171622,28.459627677950547],[117.98739448450397,28.460434770377542],[117.98799345731327,28.460886632346899],[117.98858710177193,28.461334467959816],[117.98973664195489,28.462201644605273],[117.98944106134495,28.462700111368665],[117.98923320327239,28.46305064266916],[117.98910699554104,28.463263479175609],[117.98890410541306,28.463605631517794],[117.98862334157722,28.464043466955786],[117.98855909981744,28.464221929511464],[117.98819505988999,28.464621699130248],[117.98786671186986,28.465050020203591],[117.98731708610865,28.464507528203164],[117.98674366933763,28.462768165473751],[117.98641056500779,28.462151901053211],[117.98621924232781,28.461661435688846],[117.98579326541105,28.460755413689654],[117.98500617889449,28.458632981727135],[117.98632465171622,28.459627677950547]]]]},"properties":{"FID":122,"name":"滨江社区居民委员会","name_t":"北门街道","民警姓":"胡定贤","电话":"18879357651","派出所":"北门派出所"}},{"type":"Feature","id":123,"geometry":{"type":"Polygon","coordinates":[[[117.95442304967109,28.490737834798967],[117.95225474005721,28.491529565453543],[117.95180679667969,28.491576684089384],[117.95133760771061,28.491418815792542],[117.95018020152634,28.490632609040311],[117.94942687824573,28.490354389439386],[117.94917830469372,28.490138114047689],[117.94889707910806,28.488859169254219],[117.94845991997134,28.488155267847318],[117.94887418424445,28.486907875517602],[117.94879341512714,28.486075231927689],[117.94856169266968,28.485957780413177],[117.94819562237858,28.486026658695685],[117.94844716821665,28.485400217398237],[117.9482686474005,28.485150691521881],[117.94757773137464,28.48505822188962],[117.94703198614981,28.485278322934025],[117.94681852991754,28.484947988736774],[117.94699319880526,28.484826556040836],[117.94791727553083,28.484826563905671],[117.94849603077628,28.484656457148592],[117.94888516949973,28.48433860701104],[117.94904187124624,28.484095342317406],[117.94909399579096,28.483719450755515],[117.94871789153424,28.483318413472158],[117.94840851383358,28.483328988443095],[117.94820662483718,28.483258453637408],[117.94821671199651,28.483164562411289],[117.94844127348358,28.483016019770094],[117.94843051869402,28.482719141428642],[117.94818983537471,28.482307802936422],[117.94793046511728,28.482164414140538],[117.94786860300584,28.481971712362416],[117.94775582950277,28.481952962305073],[117.947462300194,28.482074457549071],[117.94735661137427,28.482031798770056],[117.94743932814211,28.48105094154306],[117.94740670565857,28.480893063337142],[117.94711032101722,28.480484833710371],[117.94676680361485,28.480334617344813],[117.94655121656436,28.480393956835016],[117.94580779637577,28.481010424909034],[117.94509481055569,28.481452767244466],[117.94463097938677,28.481438728661036],[117.9441027366521,28.481666634991715],[117.94365356646807,28.481572675535936],[117.94338723352276,28.481766049340692],[117.94270229420692,28.482614137787987],[117.9425415771249,28.482662540428734],[117.94242089463276,28.482607697008152],[117.94312742272055,28.481517651413565],[117.94293309171879,28.481266120812187],[117.94235095042998,28.480963473277512],[117.94230813679023,28.48084149793986],[117.94237792180368,28.480736395245572],[117.94279329222778,28.480645601405321],[117.94330825536484,28.480798624086873],[117.94391624406988,28.480871373637772],[117.94423755686003,28.480827733551962],[117.94536949943668,28.480136526093233],[117.94587360960038,28.479290846986935],[117.94595848944599,28.478774735639227],[117.94577096174693,28.47860318418055],[117.9452618302544,28.47855926128101],[117.94494452185997,28.4786130022135],[117.94413887831442,28.479091499661198],[117.94380470114383,28.478971217434914],[117.94361607474211,28.478610615142383],[117.94330554290542,28.478530265990937],[117.94286143224112,28.478627121895084],[117.94277159693996,28.478579416500857],[117.94284637793142,28.478408322824666],[117.94383850976934,28.478100430574827],[117.94479369561988,28.477489575020627],[117.94511643318391,28.476970075574528],[117.94510927419002,28.476629298868229],[117.94476731606559,28.476312919909297],[117.94611846514468,28.476734989270621],[117.94638966879202,28.475878328660027],[117.94661804936865,28.47543570432925],[117.94776851841799,28.473741625320397],[117.9487424747001,28.473698299740132],[117.94933722009463,28.473448347841643],[117.94922026890254,28.472594447104637],[117.94938480027392,28.472508448213084],[117.95021962438983,28.472450893841273],[117.95296519196118,28.472257975810653],[117.95355994489721,28.473685558365453],[117.95467808336628,28.473697267029738],[117.95479789235655,28.473721214164325],[117.9543305871338,28.475011288892485],[117.95425921639648,28.475986884330062],[117.95428300679846,28.477129026218012],[117.95452851926747,28.483907854895719],[117.95442304967109,28.490737834798967]],[[117.94801958050499,28.480280250015916],[117.95237313476628,28.480250923124327],[117.95245877799691,28.479979648249405],[117.9523874079909,28.479851168437349],[117.95215902400449,28.479665609459616],[117.95180217339865,28.479480072031112],[117.95161661175496,28.479180291516315],[117.95107420079265,28.477138800291634],[117.9463495427551,28.477111102667923],[117.94660647021286,28.479166919554867],[117.94763418663531,28.478952576407313],[117.94801958050499,28.480280250015916]]]},"properties":{"FID":123,"name":"沽塘居民委员会","name_t":"北门街道","民警姓":"胡树保","电话":"18379331911","派出所":"北门派出所"}},{"type":"Feature","id":124,"geometry":{"type":"Polygon","coordinates":[[[118.08279010308677,28.551829735753721],[118.08279010308668,28.551829735753742],[118.08279010308684,28.551829735753415],[118.08279010308677,28.551829735753721]]]},"properties":{"FID":124,"name":"青岩村民委员会","name_t":"沙溪镇","民警姓":"周强华","电话":"18270198902","派出所":"沙溪派出所"}},{"type":"Feature","id":125,"geometry":{"type":"Polygon","coordinates":[[[118.08279010308684,28.551829735753415],[118.08279010308702,28.551829735753653],[118.08279010308677,28.551829735753721],[118.08279010308684,28.551829735753415]]]},"properties":{"FID":125,"name":"青岩村民委员会","name_t":"沙溪镇","民警姓":"周强华","电话":"18270198902","派出所":"沙溪派出所"}},{"type":"Feature","id":126,"geometry":{"type":"Polygon","coordinates":[[[118.06099879096369,28.561470636835747],[118.04929108990673,28.553654664429679],[118.04929108990615,28.553654664429221],[118.04902044151555,28.553384230019876],[118.04848843820399,28.55322516951675],[118.0485370635279,28.55233636081223],[118.04928569842031,28.552795880351123],[118.04973103887743,28.553069235128095],[118.05111143019613,28.553307448570553],[118.05203962772212,28.553283835192129],[118.0529202274831,28.553022268270311],[118.05475283452699,28.552641922652668],[118.05644264913556,28.552166376056817],[118.05758506216557,28.551976257222329],[118.05896548319052,28.551548244694462],[118.06039350875804,28.550977478399314],[118.06213094563918,28.550549551696541],[118.0658914452748,28.551145255702618],[118.07015178550877,28.552026631898112],[118.07148463461803,28.552574218933866],[118.07483580469389,28.553255531426593],[118.07483580469392,28.553255531426679],[118.07562123696805,28.553241439651103],[118.07663515873301,28.553127463842078],[118.07794897409694,28.552956453440874],[118.07794897409768,28.55295645344048],[118.07794897409705,28.552956453440931],[118.07910094333405,28.552661672558767],[118.08062420922521,28.552352703727255],[118.08279010308684,28.551829735753415],[118.08279010308668,28.551829735753739],[118.08279010308729,28.551829735753586],[118.08279010308776,28.551829735754623],[118.08345097445515,28.552689733960229],[118.08521165926169,28.554980930059155],[118.08460870387221,28.55500044461402],[118.08426596903062,28.555266863631815],[118.08369474426139,28.555342870550543],[118.08327584607616,28.55530469918299],[118.08293311119066,28.555190402914985],[118.08266653959569,28.555437804300023],[118.08253325379434,28.555628130164038],[118.08203819226509,28.555932584393151],[118.08201915142575,28.556180044774106],[118.08163833485884,28.556655848110541],[118.0813336816271,28.556750954349656],[118.08074341603252,28.556769849543301],[118.08066725270433,28.557302832768688],[118.08120039578677,28.557816925319546],[118.08152408981344,28.558311932257034],[118.08220955958743,28.558635703554874],[118.082647498583,28.559735123225359],[118.08293311098637,28.56014921913939],[118.08326156525693,28.560406280225543],[118.08367570325886,28.560220780252472],[118.08411840247631,28.560120948010752],[118.08448969856764,28.560121036493115],[118.08498952018459,28.560178262866842],[118.08546078050821,28.560349696976736],[118.08581779586453,28.560406889270567],[118.0856892703186,28.561363405748686],[118.08548934169089,28.56230562839313],[118.08536081613671,28.562919501127123],[118.08532858703437,28.563551885341127],[118.08670966819858,28.565947359950567],[118.08738866279872,28.567931148033644],[118.08767427487979,28.568231029138943],[118.08803128992518,28.568473819875894],[118.08865963623806,28.568459692115244],[118.09051365262901,28.568083431972077],[118.09089494074584,28.569962233720133],[118.09156203933212,28.574911394193766],[118.08526035895045,28.575090345697554],[118.08099149663516,28.575204787382596],[118.08001565447488,28.569993515020247],[118.07073327658141,28.570705171430252],[118.07073327658139,28.570705171430273],[118.07073327658129,28.570705171430252],[118.06523529629024,28.564874214619017],[118.06523529629025,28.564874214619024],[118.06523529629014,28.564874214618911],[118.06099879096369,28.561470636835747]]]},"properties":{"FID":126,"name":"油麻坞村民委员会","name_t":"沙溪镇","民警姓":"周强华","电话":"18270198902","派出所":"沙溪派出所"}},{"type":"Feature","id":127,"geometry":{"type":"Polygon","coordinates":[[[118.10211146502036,28.552781537924421],[118.10315392980044,28.552981644964774],[118.10455339966276,28.553067613805347],[118.10541759999225,28.553371905797199],[118.10541759999249,28.553371905797412],[118.10444829523875,28.55382013319652],[118.1039626420841,28.55406258646412],[118.10344842337314,28.554319299015862],[118.10307309051385,28.554590042576102],[118.10267709208344,28.554875693029366],[118.10189147480529,28.555360705189699],[118.10107729569143,28.556102686859766],[118.10062020013596,28.556616417356619],[118.09992027933014,28.557329906606217],[118.0994203282082,28.558086338399178],[118.09877754294413,28.559113946036696],[118.09827759090368,28.56002742537283],[118.09797761123336,28.560869612972478],[118.09770621389892,28.562083025233662],[118.09748762300823,28.562870991164882],[118.09730624664006,28.563524810486541],[118.09730624575755,28.563838706595885],[118.09730624220383,28.564652699680313],[118.09764905830419,28.567679636698148],[118.09798746720611,28.568621597700496],[118.09805405043066,28.568806933364005],[118.09672337707562,28.568994461320241],[118.09637341013214,28.568041315391923],[118.09563608023328,28.56815494555034],[118.09513031196315,28.565775357563449],[118.09340474858766,28.566012902597478],[118.09278037116346,28.564143682679344],[118.09273074691832,28.564047484579422],[118.09263782493912,28.563556900049925],[118.09385654747008,28.563157787025602],[118.09318552317578,28.561563409706281],[118.08898723669292,28.56281683193891],[118.09006190750338,28.565857451370206],[118.09051365262901,28.568083431972077],[118.08865963623806,28.568459692115244],[118.08803128992518,28.568473819875894],[118.08767427487979,28.568231029138943],[118.08738866279872,28.567931148033644],[118.08670966819858,28.565947359950567],[118.08532858703437,28.563551885341127],[118.08536081613671,28.562919501127123],[118.08548934169089,28.56230562839313],[118.0856892703186,28.561363405748686],[118.08581779586453,28.560406889270567],[118.08546078050821,28.560349696976736],[118.08498952018459,28.560178262866842],[118.08448969856764,28.560121036493115],[118.08411840247631,28.560120948010752],[118.08367570325886,28.560220780252472],[118.08326156525693,28.560406280225543],[118.08293311098637,28.56014921913939],[118.082647498583,28.559735123225359],[118.08220955958743,28.558635703554874],[118.08152408981344,28.558311932257034],[118.08120039578677,28.557816925319546],[118.08066725270433,28.557302832768688],[118.08074341603252,28.556769849543301],[118.0813336816271,28.556750954349656],[118.08163833485884,28.556655848110541],[118.08201915142575,28.556180044774106],[118.08203819226509,28.555932584393151],[118.08253325379434,28.555628130164038],[118.08266653959569,28.555437804300023],[118.08293311119066,28.555190402914985],[118.08327584607616,28.55530469918299],[118.08369474426139,28.555342870550543],[118.08426596903062,28.555266863631815],[118.08460870387221,28.55500044461402],[118.08521165926169,28.554980930059155],[118.08345097445515,28.552689733960229],[118.08728354186971,28.551445597157972],[118.08790236796132,28.551755075281584],[118.08835458690318,28.551802771989568],[118.08864019880662,28.551636276778105],[118.09025271175001,28.551263807249427],[118.09013846646145,28.552848508024287],[118.0927518098449,28.552949060626741],[118.0939799363405,28.553334822147178],[118.09397993634107,28.55333482214726],[118.09424247341242,28.553466187793997],[118.09431613896598,28.553414841625475],[118.09455711101444,28.553065350327365],[118.09481416029828,28.552708489542287],[118.09505692899575,28.552451563134788],[118.09527113660998,28.552251737332206],[118.09572811266578,28.551937753133107],[118.09634217382643,28.551809403681634],[118.09745524143429,28.552258072535004],[118.09745524143429,28.552258072535007],[118.09745524143452,28.552258072535228],[118.09764755997085,28.551526437594504],[118.09821291507942,28.5516527883841],[118.09864132837693,28.551595778893827],[118.09929822822255,28.551738696616642],[118.09975520161029,28.551738800260797],[118.09998368816937,28.551667467856056],[118.10029785706416,28.551853137540494],[118.10211146502036,28.552781537924421]]]},"properties":{"FID":127,"name":"李家村民委员会","name_t":"沙溪镇","民警姓":"郑晨昱","电话":"15270510501","派出所":"沙溪派出所"}},{"type":"Feature","id":128,"geometry":{"type":"Polygon","coordinates":[[[118.10361859211775,28.584781784619111],[118.10361859211783,28.584781784619025],[118.10379688039086,28.582582731916304],[118.10149443057929,28.582541446199741],[118.10169435529447,28.581770543248776],[118.10176575783369,28.581170932122522],[118.10166202627212,28.580102725127151],[118.10054339640124,28.579198275798039],[118.10015068573946,28.579685977722335],[118.09602125490096,28.579423291526705],[118.09398628176821,28.579208666804515],[118.09386469872847,28.578759127788423],[118.09250767552192,28.57901906920333],[118.09264358617138,28.579479494809839],[118.09195930919427,28.579687537881288],[118.09153129660115,28.579606482994024],[118.09160242136836,28.579215356484696],[118.09133823088474,28.579086802895262],[118.09112402234067,28.579001091500125],[118.0909740763362,28.578901118406009],[118.09078128858928,28.578793996779975],[118.09060278138926,28.578644048037198],[118.09036001155553,28.57824423973004],[118.08984591059038,28.578301225513179],[118.08961028091663,28.57839396910969],[118.08836786929888,28.577965370095377],[118.08830360660325,28.578015323721534],[118.08815366030369,28.578029564958712],[118.0878894691751,28.578029502239996],[118.08773238253993,28.578072295396851],[118.08753245407566,28.578215016111432],[118.08743963013848,28.578300654980708],[118.08739678832102,28.578279229568516],[118.08692552827856,28.577522446029594],[118.08526035895045,28.575090345697554],[118.09156203922849,28.574911394351158],[118.0928039246061,28.574804904893181],[118.09536727921868,28.574398612795203],[118.09758075455917,28.574113587681168],[118.09839474065913,28.574035251217893],[118.09811238410674,28.573582452698925],[118.09736265996574,28.571214708269594],[118.09672337679766,28.56899446198263],[118.09805405043066,28.568806933364005],[118.09837754002777,28.569707368021025],[118.09893461832739,28.571663628005812],[118.09984329326127,28.573714352380108],[118.1006058465165,28.575276618054509],[118.10139146324039,28.577118784224375],[118.10237704381242,28.57840424851247],[118.10393397248951,28.580018375199781],[118.10531948761799,28.581975053970947],[118.10758954471503,28.584255197204367],[118.10706374531354,28.588853022408358],[118.10581953502343,28.592228677551244],[118.10504888395725,28.595152329141701],[118.10504888395745,28.595152329142085],[118.10504888395714,28.595152329141815],[118.10443138031971,28.594944680231947],[118.10439329949598,28.594478295752367],[118.1041933753466,28.594345001565426],[118.10446946095364,28.593478935011522],[118.10401249143216,28.593269441345456],[118.10422193578975,28.592736486062126],[118.10418385495623,28.592327208845184],[118.10404105193778,28.592203445024879],[118.10393632970343,28.592165350472001],[118.10368880432924,28.592041563513305],[118.10362216285709,28.591965405775444],[118.10346983946799,28.591889229115285],[118.1033651171149,28.591879688100274],[118.10302238925988,28.591822504974608],[118.10298430836389,28.591717799851235],[118.10289862630691,28.591118154389488],[118.10295574760545,28.590670826675762],[118.10297478802407,28.590375776602819],[118.10174667786654,28.589633108474793],[118.10049000413892,28.588928503056387],[118.10118498296777,28.587072672753614],[118.10164195498086,28.587263132798494],[118.10228933122877,28.586187756840687],[118.10187996096103,28.585816468166129],[118.10223220975733,28.585445349420759],[118.10282053253887,28.585747517382949],[118.10285697484959,28.585638225421093],[118.10310474627644,28.58535679109962],[118.10336979054861,28.585555767065877],[118.10360779585675,28.585615306364655],[118.10409570636851,28.585615413774224],[118.10442891326417,28.585591692185012],[118.10470261875729,28.58559175209356],[118.1048811222722,28.585770251355829],[118.10509532637349,28.585710811322148],[118.10530953036175,28.585508602991958],[118.10545233296031,28.585330173770576],[118.10533333077761,28.58528255849933],[118.10523812902058,28.585353921892828],[118.10511912678413,28.585318203925592],[118.10497632404996,28.585175404581946],[118.10477402009786,28.584925516044276],[118.10455981586065,28.585080134761714],[118.10361859211783,28.584781784619139],[118.10361859211775,28.584781784619111]]]},"properties":{"FID":128,"name":"胜利社区居民委员会","name_t":"沙溪镇","民警姓":"章东旭","电话":"13879360048","派出所":"沙溪派出所"}},{"type":"Feature","id":129,"geometry":{"type":"MultiPolygon","coordinates":[[[[118.10310474627644,28.58535679109962],[118.10361859211775,28.584781784619111],[118.10361859211783,28.584781784619139],[118.10455981586065,28.585080134761714],[118.10477402009786,28.584925516044276],[118.10497632404996,28.585175404581946],[118.10511912678413,28.585318203925592],[118.10523812902058,28.585353921892828],[118.10533333077761,28.58528255849933],[118.10545233296031,28.585330173770576],[118.10530953036175,28.585508602991958],[118.10509532637349,28.585710811322148],[118.1048811222722,28.585770251355829],[118.10470261875729,28.58559175209356],[118.10442891326417,28.585591692185012],[118.10409570636851,28.585615413774224],[118.10360779585675,28.585615306364655],[118.10336979054861,28.585555767065877],[118.10310474627644,28.58535679109962]]],[[[118.09156203933212,28.574911394193766],[118.09089494074584,28.569962233720133],[118.09051365262901,28.568083431972077],[118.09006190750338,28.565857451370206],[118.08898723669292,28.56281683193891],[118.093185523176,28.561563409706451],[118.09385654747031,28.563157787025773],[118.09263782493912,28.563556900049754],[118.09273074691832,28.564047484579422],[118.09278037116346,28.564143682679344],[118.09340474858766,28.566012902597478],[118.09513031196315,28.565775357563449],[118.09563608023328,28.56815494555034],[118.09637341013214,28.568041315391923],[118.09672337714362,28.568994461805016],[118.09736265996574,28.571214708269594],[118.09811238410674,28.573582452698925],[118.09839474065913,28.574035251217893],[118.09758075455917,28.574113587681168],[118.09536727921868,28.574398612795203],[118.0928039246061,28.574804904893181],[118.09156203933212,28.574911394193766]]]]},"properties":{"FID":129,"name":"街道社区居民委员会","name_t":"沙溪镇","民警姓":"章东旭","电话":"13879360048","派出所":"沙溪派出所"}},{"type":"Feature","id":130,"geometry":{"type":"Polygon","coordinates":[[[118.0452667485872,28.528071676877332],[118.04284883996448,28.527442734021424],[118.04274430159548,28.527083402444507],[118.04237712078319,28.526708319881699],[118.04109557157095,28.526191376645915],[118.04034935847129,28.526114029758734],[118.04034929750938,28.526114028868466],[118.03935310787571,28.526179245439831],[118.03935308725895,28.526179221893834],[118.03935302809195,28.526179225104606],[118.03909867806277,28.525884915728991],[118.03907397751792,28.525309196455066],[118.0392116121552,28.525077874217725],[118.03912184899811,28.524461416389556],[118.03918583048653,28.524296236272292],[118.03931546462717,28.5242710526359],[118.03961877187506,28.523881420905123],[118.04006792070591,28.523080823962051],[118.04080456572675,28.521484702405775],[118.04092746271924,28.520950735766615],[118.04144130547398,28.520165908754088],[118.04162318676394,28.519670706359236],[118.0416113372581,28.51946480507511],[118.0414396365139,28.519063304595992],[118.0415413310986,28.518922194122116],[118.04186470183075,28.518689553830612],[118.04274717874765,28.518378804942785],[118.04299655339682,28.518204278417787],[118.04303752517919,28.518084265794851],[118.04334691701251,28.517790679754356],[118.0438578799092,28.517650688425938],[118.04429013026707,28.517626688514181],[118.04431419285204,28.517568755534636],[118.04425007354304,28.517533055680879],[118.04388305885132,28.517328743175945],[118.04388306692616,28.517328680591955],[118.04393879089915,28.516892831226464],[118.04438222947559,28.516532040469411],[118.04433017004669,28.516009355448674],[118.04433009114565,28.516009314585897],[118.04396511154272,28.515815162656342],[118.04397302973076,28.515642230412762],[118.04420662929195,28.515191911112716],[118.04458503472976,28.514823251735066],[118.04473775372658,28.514800892784525],[118.04509240893194,28.514909289604599],[118.04510494943408,28.514913123424535],[118.04510498529956,28.514913138735881],[118.04575573227989,28.515270668848949],[118.0465344592324,28.515248056600822],[118.04805277530473,28.51569794879401],[118.04827128459469,28.515671519604805],[118.04880033018111,28.5154325445463],[118.04922201283397,28.515500195084027],[118.04926852345689,28.515507660803355],[118.04926862210695,28.515507672924091],[118.0494511887395,28.51564227591604],[118.04883120316546,28.515848399836141],[118.04882435695322,28.516095169564238],[118.04950111534568,28.515785117655327],[118.04950113328053,28.515785140186306],[118.04966281031339,28.51603164183652],[118.04966284887276,28.516031700227568],[118.04941339355007,28.516329058512117],[118.04928863637909,28.51686513347358],[118.04948871339134,28.517392730125565],[118.0495469869486,28.517546390468251],[118.04945605266845,28.517744490068836],[118.04956700368292,28.517823704914292],[118.04977445727327,28.517971780228532],[118.05006411795964,28.517978224418556],[118.04999180734187,28.517888350877811],[118.04978060263903,28.517625856824701],[118.04978059726284,28.517625798370375],[118.04976093035415,28.517528320835478],[118.04969294169126,28.517191215432739],[118.04969287891943,28.517191128367461],[118.04965805198322,28.51714572522323],[118.04952295944734,28.51696959068245],[118.04961897366861,28.516352686366876],[118.04981158123539,28.51607142499617],[118.04997840326176,28.515971158807883],[118.04987455499077,28.515807379369068],[118.04987450118581,28.515807305621262],[118.04997555276243,28.515609190546837],[118.05014111678942,28.515508965052554],[118.04994549317529,28.51546581854744],[118.04988968570862,28.515453510431371],[118.04971106988035,28.515306930593709],[118.04962411687087,28.515011195336765],[118.04954498048041,28.514894116755041],[118.04946348149259,28.514773538283148],[118.04946348597949,28.514773505453274],[118.04946346176801,28.514773468575015],[118.04948933444449,28.514592486738994],[118.04986064295429,28.51436787217456],[118.04994252279359,28.514218874233308],[118.04971112237926,28.513957405705764],[118.04987082054733,28.513248376323499],[118.05042892449684,28.513153264297912],[118.05160713265003,28.513490980583637],[118.0516700560113,28.51323506699557],[118.05107202072472,28.513141163823065],[118.05107216602684,28.513141110223202],[118.05168488023077,28.512914144670592],[118.05168484974256,28.512914058570733],[118.05165652324581,28.512858884448779],[118.05160901207392,28.512766388752567],[118.05082941471525,28.51301970455275],[118.05082939229523,28.513019677926952],[118.05065941871469,28.512872023043649],[118.05065943844835,28.512871996340259],[118.05083447944193,28.512632838537382],[118.05139054793645,28.512331874031986],[118.05194049435347,28.512319905441203],[118.05385973627153,28.511416866629954],[118.05427198610472,28.511865954376905],[118.05427202377656,28.511865994312956],[118.0542949861162,28.512400807663386],[118.05413931508166,28.512607992707871],[118.05418026345943,28.512960774955754],[118.05410719670297,28.514064427993375],[118.05422291824596,28.514450096761976],[118.05413622771134,28.515109067413192],[118.05398918955564,28.515233202583488],[118.05407724054884,28.515333862178426],[118.05416813249964,28.515437762552047],[118.05416819438777,28.515437840397681],[118.05414122332687,28.515569863025572],[118.05434684216463,28.515617468323857],[118.05464838402604,28.51596076271656],[118.05464842438914,28.515960808804],[118.05434462061527,28.516300228049872],[118.0546631189095,28.516486635923357],[118.05481032146177,28.516736229280774],[118.05485683864674,28.516815066335582],[118.05526735772258,28.516902346762709],[118.0554066986079,28.516993291987845],[118.05545391990574,28.517024091123051],[118.0554539683453,28.517024121813538],[118.05574373148349,28.51701365827223],[118.05628086696463,28.516729838766182],[118.05656956378341,28.516719386804127],[118.05685612086822,28.516520012860376],[118.05706105219815,28.516493688680978],[118.05726955895865,28.516788265187408],[118.05746000610979,28.516911026975166],[118.05756038246469,28.516975727731769],[118.05756040937871,28.51697573897215],[118.057933905689,28.517055104860223],[118.05844308913122,28.516804414069878],[118.05932522655513,28.515522464141096],[118.05936911089805,28.515250579795882],[118.06001132904866,28.515064749511218],[118.06073148500526,28.515305601773896],[118.06073156037644,28.515305626282007],[118.05953205086018,28.51648272062415],[118.06037792490054,28.5162376451032],[118.06091840940586,28.516274854587895],[118.06140069229869,28.516049256950851],[118.06140067344739,28.516049345185721],[118.06140071203409,28.51604932666929],[118.06116004909497,28.517162256592666],[118.06207988849856,28.516875000320155],[118.06235681816464,28.516593827569356],[118.06267219825263,28.516483441268932],[118.06267227901604,28.516483455519438],[118.0635584095422,28.51658421248688],[118.06388598328361,28.516746689315756],[118.06388603353808,28.516746713866965],[118.06404785101974,28.51704942023909],[118.06438150648924,28.517331610138459],[118.06474703197154,28.517640004705175],[118.06482745449955,28.517665041027804],[118.06452370590027,28.518096156662036],[118.06436657420346,28.51853867438432],[118.0643379891261,28.51900980315051],[118.06433799083533,28.519566605353653],[118.06442368458056,28.520152003632948],[118.0647664968524,28.520766043519387],[118.06533786285596,28.521351622628348],[118.06629490090002,28.522180047818626],[118.06725195033067,28.522794319719598],[118.06825185957912,28.523294390112859],[118.06996598626917,28.524023156579446],[118.07105161359868,28.524237710651651],[118.07155157141239,28.524380667490867],[118.07209437731397,28.524666399813754],[118.0724408877782,28.525023675642785],[118.07375138294665,28.526508727373638],[118.07413704283695,28.527222709737],[118.07426560633064,28.527736719824318],[118.07482264530333,28.531006316805904],[118.07517974798998,28.532205702876006],[118.07545119897917,28.532860147645895],[118.07066473563984,28.534091570914818],[118.07037912592908,28.533663200118852],[118.06797524281237,28.535328277213267],[118.0673292122522,28.534691857165996],[118.06539401326764,28.536112839071802],[118.06479423561559,28.536312579784358],[118.06390885171683,28.535612818596793],[118.06309487165178,28.535569807902643],[118.06072433780376,28.534998216746995],[118.05916778965822,28.534483915658445],[118.05887555325455,28.53440749162014],[118.05791113033798,28.534155282744027],[118.05802537180314,28.533669894943465],[118.05819673490146,28.533213072834563],[118.05862161081753,28.532470846910023],[118.05734472332819,28.532555048420438],[118.05644031288971,28.531864813439057],[118.05396509565402,28.530722161093816],[118.05227529262548,28.52996039227164],[118.04996670272853,28.528841591700239],[118.04829405505883,28.52832921326895],[118.0461235306672,28.528200321874866],[118.0452667485872,28.528071676877332]]]},"properties":{"FID":130,"name":"东风村民委员会","name_t":"沙溪镇","民警姓":"廖远文","电话":"18046734567","派出所":"沙溪派出所"}},{"type":"Feature","id":131,"geometry":{"type":"Polygon","coordinates":[[[118.05644031288971,28.531864813439057],[118.05734472332819,28.532555048420438],[118.05862161081753,28.532470846910023],[118.05819673490146,28.533213072834563],[118.05802537180314,28.533669894943465],[118.05791113033798,28.534155282744027],[118.05887555325455,28.53440749162014],[118.05887893189069,28.534593310100256],[118.0587456495403,28.535583141575504],[118.05859332757595,28.536553933015572],[118.0584410047708,28.537486653348523],[118.05832676310342,28.538419380889177],[118.05794119696714,28.540696452986609],[118.05779862150951,28.542934314641059],[118.05738486353044,28.544765230287574],[118.05731346262701,28.545479056797848],[118.05637362884846,28.547353883560632],[118.05544542032709,28.548198403231634],[118.05476711542067,28.548935900252978],[118.05227564474109,28.550895290204679],[118.05028240129111,28.551965663381679],[118.04928569842031,28.552795880351123],[118.0485370635279,28.55233636081223],[118.04859032588239,28.551362811333746],[118.04872117754923,28.551216678456758],[118.04900696555397,28.551083246385662],[118.04944298486444,28.551204508709823],[118.04984560746176,28.551148897501655],[118.05000846991973,28.55100262462371],[118.05010341343885,28.550421774763077],[118.05026915719782,28.550220631102466],[118.0511538902709,28.549962288629676],[118.05201677172778,28.549453202037181],[118.05208544326342,28.549339124437832],[118.05170007640881,28.548881900742007],[118.05129389867595,28.548214846320644],[118.0512867088312,28.548052921348336],[118.05147368553405,28.547734707255852],[118.05140467327826,28.547526923470055],[118.0503981474458,28.546788846675462],[118.04993884824172,28.5465030591565],[118.04949858223844,28.546365976610449],[118.04858606211015,28.54639569441569],[118.04767966816743,28.546657356866071],[118.04752190848329,28.546573731314147],[118.04827277803678,28.545132867069842],[118.04825697712305,28.544997954090569],[118.04803920899842,28.544753409591575],[118.04796842854074,28.544532689405017],[118.04801338245235,28.544175720195547],[118.0482970012788,28.543424520946608],[118.04829593612665,28.543260610868725],[118.04821509146076,28.543046835900849],[118.04772658238093,28.542409137330974],[118.0477273308567,28.542092291572381],[118.04749480517788,28.541650790271223],[118.04710447474466,28.541423581979334],[118.0469596391526,28.541223935698973],[118.04700564914506,28.541167897266238],[118.0472723596101,28.541168433719363],[118.0473212444884,28.541101325158042],[118.0471864716163,28.540947637074812],[118.04691984152535,28.54003046860856],[118.04633579083411,28.539801631126448],[118.04615429884946,28.539570025496939],[118.0461841581035,28.53929810464324],[118.04655660096165,28.538270887790091],[118.04648766096555,28.537533299644327],[118.04619546636921,28.537296848088296],[118.04591763352457,28.537316325857798],[118.045428450144,28.537534096980544],[118.04517684482033,28.537781492543704],[118.04458600535503,28.537568631737042],[118.04425250835595,28.537350354604396],[118.04437327923934,28.537178210688623],[118.04498320682475,28.536831195619087],[118.04634721731038,28.53643491516728],[118.04633429052237,28.536237015321419],[118.04547349329454,28.536168631983418],[118.04496529611036,28.53602560084131],[118.04428172094875,28.53611581665961],[118.04369561661706,28.535370198694508],[118.04329025872151,28.535119043334941],[118.04271132974063,28.53496314498565],[118.04136370174427,28.535326575704076],[118.04067697974742,28.53568578705779],[118.04025984843278,28.535024841469198],[118.0401829809166,28.534458220574354],[118.04022578507561,28.533971334429829],[118.04060923162574,28.533540819613087],[118.04079504415837,28.533109611748877],[118.04078104634313,28.532869709969873],[118.04069409526085,28.532707942871355],[118.0405223428846,28.532642332344423],[118.03994667299317,28.532925342061809],[118.0398686990179,28.532946451943548],[118.03982270999498,28.532880605804205],[118.04018997142633,28.53255401751542],[118.04046271212113,28.53243346142748],[118.0404997325019,28.532267503347498],[118.03999850729204,28.531752726046733],[118.0396902175806,28.531621361344815],[118.03878186500886,28.531583262728507],[118.0385213554129,28.531693709221859],[118.03935072644036,28.529811748729571],[118.03954661518634,28.528980576514961],[118.03999760520641,28.528450982241534],[118.04056289239595,28.528084894815205],[118.0409352116672,28.528073271874334],[118.04191621188446,28.528330272523959],[118.0421199611463,28.528196929609269],[118.04222672428094,28.527652834023201],[118.04231047910923,28.527561710520125],[118.04284886237259,28.527442812957922],[118.04284883996448,28.527442734021424],[118.0452667485872,28.528071676877332],[118.0461235306672,28.528200321874866],[118.04829405505883,28.52832921326895],[118.04996670272853,28.528841591700239],[118.05227529262548,28.52996039227164],[118.05396509565402,28.530722161093816],[118.05644031288971,28.531864813439057]]]},"properties":{"FID":131,"name":"何家村民委员会","name_t":"沙溪镇","民警姓":"廖远文","电话":"18046734567","派出所":"沙溪派出所"}},{"type":"Feature","id":132,"geometry":{"type":"Polygon","coordinates":[[[118.08809773068822,28.549261171576763],[118.08686007852909,28.549475029522306],[118.08624125219161,28.549522471957061],[118.08279010308729,28.551829735753586],[118.08279010308702,28.551829735753653],[118.08279010308684,28.551829735753415],[118.08062420922521,28.552352703727255],[118.07910094333405,28.552661672558767],[118.07794897409705,28.552956453440931],[118.07794897409765,28.552956453440494],[118.07794897409694,28.552956453440874],[118.07663515873301,28.553127463842078],[118.07562123696805,28.553241439651103],[118.07483580469392,28.553255531426679],[118.07483580469389,28.553255531426593],[118.07148463461803,28.552574218933866],[118.07015178550877,28.552026631898112],[118.0658914452748,28.551145255702618],[118.06213094563918,28.550549551696541],[118.06039350875804,28.550977478399314],[118.05896548319052,28.551548244694462],[118.05758506216557,28.551976257222329],[118.05644264913556,28.552166376056817],[118.05475283452699,28.552641922652668],[118.05292022748299,28.553022268270198],[118.05203962772212,28.553283835192129],[118.05111143019613,28.553307448570667],[118.04973103887743,28.553069235128039],[118.04928569842053,28.552795880351237],[118.05028240129111,28.551965663381679],[118.05227564474109,28.550895290204679],[118.05476711542067,28.548935900252978],[118.05544542032709,28.548198403231634],[118.05637362884846,28.547353883560632],[118.0570706991364,28.546035801828559],[118.05731346262701,28.545479056797848],[118.05738486353044,28.544765230287574],[118.05779862150951,28.542934314641059],[118.05794119696714,28.540696452986609],[118.05832676310342,28.538419380889177],[118.0584410047708,28.537486653348523],[118.05859332757595,28.536553933015572],[118.0587456495403,28.535583141575504],[118.05887893189069,28.534593310100256],[118.05887555325455,28.53440749162014],[118.05916778965822,28.534483915658445],[118.06072433780376,28.534998216746995],[118.06309487165178,28.535569807902643],[118.06390885171683,28.535612818596793],[118.06479423561559,28.536312579784358],[118.06539401326764,28.536112839071802],[118.0673292122522,28.534691857165996],[118.06797524281237,28.535328277213267],[118.07037912592908,28.533663200118852],[118.07066473563984,28.534091570914818],[118.07545119897917,28.532860147645895],[118.07590823336884,28.53396201838202],[118.07739381052174,28.53596132679526],[118.07976506026513,28.537789667357018],[118.08122209303643,28.538475523268797],[118.08360764062878,28.539147489494216],[118.08493002130093,28.539330009719819],[118.08493002130092,28.53933000971994],[118.08493002130093,28.539330009719929],[118.08809773068822,28.549261171576763]]]},"properties":{"FID":132,"name":"青岩村民委员会","name_t":"沙溪镇","民警姓":"周强华","电话":"18270198902","派出所":"沙溪派出所"}},{"type":"Feature","id":133,"geometry":{"type":"Polygon","coordinates":[[[118.08279010308729,28.551829735753586],[118.08624125219161,28.549522471957061],[118.08686007852909,28.549475029522306],[118.08809773068822,28.549261171576763],[118.08493002130093,28.539330009719929],[118.08493002130092,28.53933000971994],[118.08493002130093,28.539330009719819],[118.08557892749599,28.539419575189761],[118.08787874280974,28.539420585986949],[118.08946433337269,28.53947840796345],[118.09172128188493,28.539308147618595],[118.0931925641536,28.539080430010216],[118.09338587142055,28.539065940314874],[118.09418068949385,28.539014042287302],[118.09496381979029,28.538981365829006],[118.09573517324185,28.538996019330327],[118.09649222030239,28.539339049569726],[118.09746354510742,28.539824960157297],[118.09792062321715,28.540082193819476],[118.09852055461822,28.540239536642012],[118.10079169095327,28.540583375985076],[118.10253431560382,28.540926936613769],[118.10285522089488,28.541040826496108],[118.10410552900071,28.541484564333299],[118.10561959396341,28.542084985925666],[118.10645243648457,28.542565895871835],[118.10774783413783,28.543313898449533],[118.1088476583016,28.544756446230728],[118.10939042571202,28.54607019884417],[118.10947612525602,28.546741267523132],[118.10949040818456,28.547783496366517],[118.10934787267007,28.548331966202944],[118.10920474970841,28.54888269587617],[118.10841914922578,28.550666931233948],[118.10759069857711,28.55178013149408],[118.10690509036107,28.552407971538941],[118.10580525422243,28.553192645379614],[118.10541759999225,28.553371905797199],[118.10455339966271,28.55306761380518],[118.10315392980019,28.552981644964593],[118.10211146502009,28.552781537924265],[118.10211146502036,28.552781537924421],[118.10211146502003,28.552781537924254],[118.10211146502002,28.55278153792425],[118.10211146501996,28.552781537924215],[118.10029785706416,28.551853137540494],[118.09998368816937,28.551667467856056],[118.09975520161029,28.551738800260797],[118.09929822822255,28.551738696616642],[118.09864132837693,28.551595778893827],[118.09821291507942,28.5516527883841],[118.09764755997085,28.551526437594504],[118.09745524143452,28.552258072535228],[118.09745524143429,28.552258072535007],[118.09745524143429,28.552258072535004],[118.09634217382643,28.551809403681634],[118.09572811266578,28.551937753133107],[118.09527113660998,28.552251737332206],[118.09505692899575,28.552451563134788],[118.09481416029828,28.552708489542287],[118.09455711101444,28.553065350327365],[118.09427092184329,28.553480422530793],[118.09397993634107,28.55333482214726],[118.0939799363405,28.553334822147178],[118.0927518098449,28.552949060626741],[118.09013846646145,28.552848508024287],[118.09025271175001,28.551263807249427],[118.08864019880662,28.551636276778105],[118.08835458690318,28.551802771989568],[118.08790236796132,28.551755075281584],[118.08728354186971,28.551445597157972],[118.08345097445515,28.552689733960229],[118.0827901030881,28.551829735755064],[118.08279010308729,28.551829735753586]]]},"properties":{"FID":133,"name":"五里村民委员会","name_t":"沙溪镇","民警姓":"刘鸿润","电话":"18827717906","派出所":"沙溪派出所"}},{"type":"Feature","id":134,"geometry":{"type":"Polygon","coordinates":[[[118.09153129660115,28.579606482994024],[118.09195930919427,28.579687537881231],[118.09264358617138,28.579479494809839],[118.09250767552192,28.57901906920333],[118.09386469872847,28.578759127788423],[118.09398628176821,28.579208666804515],[118.09602125490109,28.579423291526819],[118.10015068573946,28.579685977722335],[118.10054339640124,28.579198275798039],[118.10166202627212,28.580102725127151],[118.10176575783369,28.581170932122522],[118.10169435529447,28.581770543248776],[118.10149443057929,28.582541446199741],[118.1037965635728,28.582581984783506],[118.10379688039086,28.582582731916304],[118.10361859211783,28.584781784619025],[118.10311944187988,28.5853400989043],[118.10285697484959,28.585638225421093],[118.10282053253887,28.585747517382949],[118.10223220975733,28.585445349420759],[118.10187996096103,28.585816468166129],[118.10228933122877,28.586187756840687],[118.10164195498086,28.587263132798494],[118.10118498296777,28.587072672753614],[118.10049000413892,28.588928503056387],[118.10174667786654,28.58963310847485],[118.10297478802407,28.590375776602819],[118.10295574760545,28.590670826675705],[118.10289862630668,28.591118154389374],[118.10298430836389,28.591717799851235],[118.10302238925988,28.591822504974608],[118.10336511711502,28.591879688100388],[118.1034698394681,28.591889229115342],[118.10362216285709,28.591965405775444],[118.10368880432901,28.592041563513249],[118.10393632970354,28.592165350472058],[118.10404105193778,28.592203445024936],[118.10418385495623,28.592327208845184],[118.10422193578975,28.592736486062126],[118.10401249143216,28.593269441345456],[118.10446946095364,28.593478935011522],[118.1041933753466,28.594345001565426],[118.10439329949598,28.594478295752367],[118.10443138031971,28.594944680231947],[118.10504888395714,28.595152329141815],[118.10465926408739,28.596630444212487],[118.1045402618559,28.598890914964109],[118.10457001271283,28.601389364465124],[118.10429478159294,28.603320165770139],[118.10428958244999,28.603317754948982],[118.10384199687488,28.603430528303015],[118.10384199674226,28.603430527995553],[118.10342359266457,28.60373618728946],[118.10276488062848,28.603599980631362],[118.10216635282048,28.603623666136265],[118.10178006971911,28.603690534042556],[118.10151664822345,28.603959312480967],[118.10131954644798,28.604016183122074],[118.10100824091346,28.603889147045489],[118.10033164448038,28.603091288078375],[118.10023655200726,28.602755454725628],[118.10020162918302,28.602441589051175],[118.10033496628718,28.602152783701381],[118.10077025692431,28.601702158761277],[118.10065028658079,28.601547215102812],[118.10062113416845,28.601151400299958],[118.1007371882833,28.600745557788581],[118.10064136744418,28.600486724105725],[118.10001271957357,28.599484956374539],[118.09983869636,28.599471950449107],[118.09975545760864,28.599602812044363],[118.0997835479255,28.599748818330017],[118.1000487031791,28.600035767384039],[118.10044497781779,28.600745462079658],[118.10041109556127,28.600898376709647],[118.10018588746991,28.601115277220252],[118.09959214050913,28.600837229603126],[118.09873871017783,28.599828505210045],[118.09857371061403,28.599746425541571],[118.09814030412049,28.599747403931687],[118.09766693371874,28.599564331732264],[118.09670723222983,28.5994761784753],[118.09661430301571,28.599328276858433],[118.09670334891125,28.598534699824842],[118.09654736213754,28.598558603194043],[118.0964140497172,28.598852468687177],[118.09625300995344,28.59902039391061],[118.09609487885312,28.598890384450762],[118.09585573794324,28.598267677440564],[118.09418805618697,28.597031170198775],[118.09404577951646,28.597019108898717],[118.09355550813183,28.597630791839286],[118.09337249108275,28.598143537609808],[118.09322732345559,28.598306445281114],[118.09237401854035,28.598951165964575],[118.09202070769051,28.598844219622361],[118.0916994669272,28.598617365190748],[118.09172582314491,28.597843743047932],[118.09141252975022,28.597390022720816],[118.09122958237103,28.597294052982704],[118.09084240121294,28.597635918375932],[118.0907253545376,28.597659948577455],[118.0902791754655,28.597370067088914],[118.08980993334445,28.597374175664715],[118.08973683798902,28.597271186391563],[118.09021728256484,28.59678437056057],[118.09068150479624,28.596634452096819],[118.09092637014759,28.596971224824198],[118.0910236083074,28.596965189373073],[118.09100456612306,28.596425453966777],[118.09144867455993,28.595841694209696],[118.09142059785907,28.595658814188475],[118.09124556426357,28.595688781970956],[118.09076835204192,28.595979742505843],[118.09015936866821,28.59598781365067],[118.08937000928461,28.595731010314378],[118.08918889708902,28.595461170717094],[118.08894078583431,28.595434225978586],[118.08890873015022,28.59550916550549],[118.08912188323774,28.595864005906755],[118.09000413572355,28.596215693466359],[118.09013700505044,28.596421586911589],[118.09005416068754,28.596600520330629],[118.08946605170487,28.597018359480348],[118.08959891218122,28.597276243677054],[118.08937672463242,28.597243263368252],[118.08864250483822,28.596823656139875],[118.08855252159424,28.596336830296654],[118.08864867947085,28.596191891786152],[118.08857163505701,28.59600002960094],[118.08834982501418,28.595893116094793],[118.0879785611251,28.596023181525272],[118.0871762547427,28.596610066338375],[118.0870113649929,28.596342219843969],[118.08716226056249,28.596039297731313],[118.08684827033399,28.596158392787935],[118.08669236678735,28.596100413322588],[118.08665241659736,28.595905489456563],[118.08674147540115,28.594434227814251],[118.08708535224815,28.594285168679093],[118.08690640773588,28.594168272392643],[118.0864574056791,28.594208426340145],[118.086424269972,28.594328348382952],[118.086488215945,28.596052524310725],[118.08638017753657,28.596305423590191],[118.08617817298374,28.596454359345564],[118.08567014190133,28.596477547102165],[118.08555996458254,28.596527598712964],[118.08557003657039,28.596632484466483],[118.08595096026187,28.596695331617571],[118.08629410806134,28.596495345444144],[118.08669809991785,28.596434239663562],[118.08690116734434,28.596545190322043],[118.08719747577322,28.59688892545099],[118.08718918582018,28.596986889766626],[118.08660622492249,28.597135923698847],[118.08585804268043,28.596990238772459],[118.08501194592266,28.597019485776205],[118.08489390736646,28.596401887979273],[118.08412599135553,28.596237196530311],[118.08391107242045,28.596126365967525],[118.08391107224908,28.596126366150386],[118.08372711181124,28.596069497999935],[118.0830319380883,28.596154712813906],[118.08287390530653,28.596098830694707],[118.08270508956578,28.595864031521309],[118.08246712451322,28.596005013354681],[118.08238503355273,28.596175967747744],[118.0821301553682,28.596306076236882],[118.08057065564763,28.596514691386275],[118.08056901921411,28.596512373066087],[118.08186054191059,28.594671042261073],[118.08226039952856,28.593928742665167],[118.08260313476246,28.593214983939134],[118.08350281414246,28.591744685395199],[118.08385982903378,28.591130867604189],[118.08415972243399,28.590431374537882],[118.08453101878541,28.589574853776448],[118.08453101878541,28.589574853776437],[118.0845310187853,28.589574853776391],[118.08441677409857,28.587975823212119],[118.08441677414129,28.586738498885303],[118.08458338078479,28.585786750094904],[118.08507844283648,28.583983230393322],[118.08540689642476,28.583041038587027],[118.08580675381427,28.582098862857766],[118.08629229464401,28.581699228274541],[118.08624945289468,28.581470788505975],[118.08606594550851,28.581168576958113],[118.08600668295078,28.581070979638724],[118.08575625548463,28.580483534943053],[118.08688982671065,28.58019220303094],[118.08781806614058,28.57997113291821],[118.08802513487427,28.580263856911603],[118.08802513487421,28.580263856911724],[118.08835358868525,28.580135443477985],[118.08831074688793,28.580071187619524],[118.08843213197939,28.580014109135366],[118.08849639467203,28.579878494581525],[118.08922470500185,28.579721622176422],[118.08936751090873,28.579871562611608],[118.09108832092114,28.579729200954521],[118.09102825399627,28.579511219168026],[118.09153129660115,28.579606482994024]]]},"properties":{"FID":134,"name":"龙头村民委员会","name_t":"沙溪镇","民警姓":"董炜","电话":"13677938033","派出所":"沙溪派出所"}},{"type":"Feature","id":135,"geometry":{"type":"Polygon","coordinates":[[[118.05991435229041,28.581182518829518],[118.05989531234172,28.579126652674624],[118.06041890885362,28.577036248418974],[118.06041890885417,28.577036248418995],[118.06168543331206,28.577344033215329],[118.06388698742447,28.577285031519555],[118.06657051475436,28.577528537766224],[118.06774865275432,28.574352212510824],[118.07073327658141,28.570705171430252],[118.08001565447488,28.569993515020247],[118.08099149663516,28.575204787382596],[118.08526035895045,28.575090345697554],[118.08692552827856,28.577522446029594],[118.08739678832102,28.578279229568516],[118.08743963013848,28.578300654980708],[118.08753245407566,28.578215016111432],[118.08773238253993,28.578072295396851],[118.0878894691751,28.578029502239996],[118.08815366030369,28.578029564958712],[118.08830360634568,28.578015323745998],[118.08830360619447,28.578015323390829],[118.08836786929888,28.577965370095377],[118.08961028091663,28.57839396910969],[118.08984591059038,28.578301225513179],[118.09036001155553,28.57824423973004],[118.09060278138926,28.578644048037198],[118.09078128858928,28.578793996779975],[118.0909740763362,28.578901118406009],[118.09112402234067,28.579001091500125],[118.09133823088474,28.579086802895262],[118.09160242136836,28.579215356484696],[118.09153129660115,28.579606482994024],[118.09102825399627,28.579511219168026],[118.09108832092114,28.579729200954521],[118.08936751090873,28.579871562611608],[118.08922470500185,28.579721622176422],[118.08849639467203,28.579878494581525],[118.08843213197939,28.580014109135366],[118.08831074688804,28.580071187619637],[118.08835358868525,28.580135443477985],[118.08802513487427,28.580263856911603],[118.08781806614058,28.57997113291821],[118.08688982671065,28.58019220303094],[118.08575625548463,28.580483534943053],[118.08600668295078,28.581070979638724],[118.08606594550851,28.581168576958113],[118.08624945289468,28.581470788505975],[118.08629229464401,28.581699228274541],[118.08580675381427,28.582098862857766],[118.08540689642476,28.583041038587027],[118.08507844283648,28.583983230393322],[118.08458338078479,28.585786750094904],[118.08441677414129,28.586738498885303],[118.08441677409857,28.587975823212119],[118.0845310187853,28.589574853776391],[118.08453101878541,28.589574853776437],[118.08453101878541,28.589574853776448],[118.08415972243399,28.590431374537882],[118.08385982903378,28.591130867604189],[118.08350281414246,28.591744685395199],[118.08260313476246,28.593214983939134],[118.08226039952856,28.593928742665167],[118.08186054191059,28.594671042261073],[118.08056901921411,28.596512373066087],[118.08057065564763,28.596514691386275],[118.08057004765334,28.596514772742648],[118.08002438488562,28.596332199804042],[118.07989520148041,28.595918476589087],[118.07999746169635,28.595462607698909],[118.07993845359908,28.59521076443248],[118.07915852309843,28.594695511271276],[118.07829581008325,28.594594049103939],[118.07795967360816,28.5944004160229],[118.07767789958018,28.594069747343578],[118.07744400772367,28.593584143617321],[118.07712409580598,28.593214556130171],[118.0770841766557,28.592879765536956],[118.07674053179876,28.592346208930206],[118.0763583621362,28.592115660602555],[118.07571061229018,28.59196322488426],[118.07532090301815,28.591762566161112],[118.07490713904326,28.590990256984565],[118.07400971997741,28.590772135572706],[118.07338288429736,28.591015559945973],[118.0718257071053,28.590311358141413],[118.07157709288789,28.590308536627237],[118.07107518156664,28.590512955019843],[118.07043553942088,28.590137751986322],[118.0701198957406,28.590066872499882],[118.0695171668178,28.589758469938062],[118.06915517056254,28.589725869756396],[118.06555571764544,28.583434822697203],[118.0649489646586,28.583729657554304],[118.06443487023611,28.583900864470515],[118.06374941174982,28.584014926465038],[118.06249274014012,28.584014648818773],[118.06249274013996,28.584014648818773],[118.06142647573793,28.583881165106668],[118.06072198090179,28.58367161869424],[118.05882905302664,28.582781290448793],[118.05938122247778,28.582096120939415],[118.05976202939252,28.581601272812613],[118.05991435229041,28.581182518829518]]]},"properties":{"FID":135,"name":"英塘村民委员会","name_t":"沙溪镇","民警姓":"孙曙光","电话":"13807939862","派出所":"沙溪派出所"}},{"type":"Feature","id":136,"geometry":{"type":"Polygon","coordinates":[[[118.06187216814551,28.61174678286196],[118.06214605244963,28.612104825506137],[118.06188026886987,28.612440992177444],[118.06130775260033,28.612675672805182],[118.06137963589437,28.613121384459486],[118.06043166598488,28.614017241412466],[118.05994614450056,28.615010502008762],[118.05957249918107,28.615558782908746],[118.05945383263636,28.61564684313521],[118.05924276492708,28.615647157969615],[118.05876059900211,28.615557930768141],[118.05834207538898,28.615571612687802],[118.05825109599425,28.615723684411826],[118.05826113464747,28.616066482837638],[118.05847070509787,28.616641867342935],[118.05878134378356,28.616870237417544],[118.05884137395087,28.617062107549931],[118.05826604498434,28.617531733250949],[118.05796619748241,28.617352289542467],[118.05772278453392,28.617374616710073],[118.05722010923508,28.617876178482664],[118.05788221337453,28.619855109052441],[118.05787930666925,28.620216905974651],[118.0575754035619,28.621294841669112],[118.05666249836651,28.621951958368182],[118.05619517506422,28.621332034023908],[118.05629225134267,28.621244892988862],[118.05634405765662,28.620829043748095],[118.05685749572001,28.62035047720358],[118.05698337055057,28.619877481463011],[118.0564121777638,28.618791937466664],[118.05631052408548,28.617710678849335],[118.05653236756196,28.617474462345367],[118.05648925690608,28.617094746563151],[118.05611464603149,28.617015384233198],[118.05607474806175,28.616932510857964],[118.05650438899146,28.61671592667939],[118.05657236719628,28.616365986591834],[118.05675501979375,28.616190733516682],[118.05673024488163,28.615802982168848],[118.05688198922233,28.615516865980215],[118.05687193126131,28.615411995301194],[118.05663825872389,28.615194501100955],[118.0567781263873,28.615034339112629],[118.056752251867,28.614910423115823],[118.05594509298412,28.615392442222308],[118.05559851989599,28.61546398426799],[118.05578542944851,28.615871528766789],[118.05601517273499,28.615678201304501],[118.05624670468701,28.615633837710888],[118.05597305524155,28.616336912819158],[118.05578323144033,28.616365289857477],[118.05520013606331,28.616123376875869],[118.05494165109111,28.616195770757979],[118.05483841344694,28.616959472159635],[118.05458599344416,28.617638599537244],[118.05436128922707,28.617921794487415],[118.0542523603566,28.617985936390607],[118.05410246085498,28.617929251489901],[118.05386370281676,28.618693277482635],[118.05351822622532,28.618952759019589],[118.05313790174901,28.619043374425527],[118.05257283324586,28.618992374843788],[118.05241896484796,28.619252523413891],[118.05225828534677,28.61930777022102],[118.05191574288729,28.619167426306664],[118.05150242831799,28.618640504666132],[118.05107110958986,28.618598291187656],[118.04959240799559,28.619159740056883],[118.04867701604013,28.619126490953295],[118.04834350117245,28.619110133734985],[118.04817675857372,28.618951598861614],[118.04733846741397,28.617261028775211],[118.04789838328055,28.617193005433343],[118.04839076348868,28.61694116795994],[118.04885190867353,28.616417559569978],[118.04909240694758,28.615697469019242],[118.04901663321336,28.614976991881129],[118.04903287120599,28.614203355522665],[118.04922952438748,28.613486315873935],[118.04919865038597,28.613067637803407],[118.04931837859993,28.612509693630159],[118.04923073202339,28.611938109938816],[118.04946618052293,28.611475927567792],[118.04980261148654,28.611199403742443],[118.05008511653878,28.611136895290066],[118.05063933573078,28.611218804845279],[118.05124750590981,28.611039849158356],[118.05135428151651,28.610764753519724],[118.05116165499294,28.610400339187116],[118.05103880510613,28.609498947450209],[118.05084617033158,28.609254444626576],[118.05028800072431,28.609076556074186],[118.04975394781695,28.608616806436633],[118.04923899619816,28.607676222773538],[118.04912509940392,28.607271642511019],[118.04930985668456,28.60697542958107],[118.04929406112944,28.606768563276589],[118.04912012521751,28.606591051784054],[118.0483585999901,28.606187715769764],[118.04825363629941,28.606453736646607],[118.04895146040566,28.607847685019792],[118.04933486286775,28.608797508058544],[118.04953252306574,28.608959052102847],[118.04951022437731,28.609138014476681],[118.04915798633381,28.6093975718201],[118.04916981568715,28.609769332460836],[118.04963593014824,28.610183230815789],[118.05001941887973,28.610228477188581],[118.05028216247895,28.610111046270202],[118.05052980236592,28.610140630978673],[118.05058044385132,28.610577267172211],[118.04940841048352,28.610357541753555],[118.04916474218579,28.610264092583567],[118.04898434282558,28.610024527366651],[118.04878954833445,28.610042891636802],[118.04872163314349,28.609925090651888],[118.04888049407536,28.60982583595937],[118.04887726454719,28.609762873973914],[118.04801996960433,28.607235809259631],[118.04768472349609,28.606554785190461],[118.04740011266313,28.606369496401172],[118.04712879099677,28.60631803820214],[118.04689303741095,28.606400454989917],[118.04661450009897,28.606757862552989],[118.04654370496223,28.606764930450975],[118.0448819150035,28.604368575237242],[118.04459557213129,28.603817381081722],[118.04451759517755,28.603848577933505],[118.04445577273111,28.604047597024412],[118.04383264826544,28.604692529821925],[118.04350347149841,28.605178980758065],[118.04335184396,28.605120380733059],[118.04283880715367,28.604428817245896],[118.04226895592484,28.604387041324856],[118.04150153619956,28.604007925389155],[118.04139374552841,28.604062133883239],[118.0410922828957,28.604341656358468],[118.04038772198687,28.604557126568597],[118.04016101764375,28.604602608824564],[118.03972380595479,28.60441665863469],[118.03925675161071,28.604611564087307],[118.03895743886306,28.605248945012054],[118.03866716183643,28.605287565635507],[118.03815599847029,28.604765015388935],[118.03810643842552,28.604576224273618],[118.03829977993063,28.603756197075509],[118.03830990946012,28.602909602624617],[118.03840982399383,28.602371620636919],[118.03834015593149,28.6020719579057],[118.03848586060511,28.601042510568607],[118.03826919926897,28.601019930654036],[118.03773920978161,28.601144997792524],[118.0370134931202,28.60050585967895],[118.03659349794893,28.600466719798284],[118.0364577021121,28.600322101442401],[118.036472815195,28.600112197573687],[118.03669236696524,28.599775827960723],[118.03652567134242,28.599596267938242],[118.03530416622647,28.599357128829858],[118.03477138738731,28.599356234374167],[118.03468946625205,28.599437381344419],[118.03522844860245,28.596677470060019],[118.0359424076232,28.594595538381025],[118.03662662073059,28.593703339525611],[118.03737033179469,28.592751663706906],[118.03856027519284,28.59177031692311],[118.04040469666667,28.591740868395803],[118.04040469666671,28.591740868396151],[118.04040469666701,28.591740868396027],[118.0404046966668,28.591740868395789],[118.04346884347886,28.591414205597452],[118.04331995421428,28.588431754824594],[118.04358769707957,28.586944632409516],[118.04314146018037,28.585784563893689],[118.04270496857249,28.580671561587369],[118.04270496857268,28.58067156158722],[118.04391493994281,28.580817554220626],[118.04558089993947,28.581620919708133],[118.047306367969,28.583524809284594],[118.04962436012713,28.584589014998929],[118.04958152038782,28.584945927313395],[118.05054313380873,28.585946531093015],[118.05209012843972,28.587820665721068],[118.05247687807795,28.588683300034866],[118.05259587776973,28.590111005550288],[118.05234096661073,28.591616910285314],[118.0542367915413,28.592113806483564],[118.05429748117021,28.595020341124332],[118.05416420024648,28.596124388087599],[118.05395475914878,28.596752525753129],[118.0537453181396,28.597494878068961],[118.05342163694276,28.598084921490027],[118.05310096795237,28.5987984451667],[118.05764508455253,28.600577772045725],[118.05827460025351,28.603802450750209],[118.05842335159025,28.608263987782099],[118.0586316045717,28.609661970352089],[118.05892910918145,28.610822025055903],[118.05946461834517,28.611179059883995],[118.06187216814551,28.61174678286196]]]},"properties":{"FID":136,"name":"西坂村民委员会","name_t":"沙溪镇","民警姓":"郑永琪","电话":"15907009907","派出所":"沙溪派出所"}},{"type":"Feature","id":137,"geometry":{"type":"Polygon","coordinates":[[[118.04270496857268,28.58067156158722],[118.04270496857259,28.580671561587291],[118.04270496857249,28.580671561587199],[118.0424011646073,28.579957706918293],[118.04151500813239,28.577875483336523],[118.04151500813239,28.577875483336395],[118.04151500813218,28.577875483336111],[118.04824413827126,28.576421010107801],[118.04966633601764,28.576032853742721],[118.0520463246371,28.575676395820519],[118.0549618336974,28.575558007678463],[118.05496183369888,28.575558007678694],[118.05752035870889,28.576331865166583],[118.0575203587092,28.57633186516675],[118.06041890885362,28.577036248418974],[118.05989531234172,28.579126652674624],[118.05991435229041,28.581182518829518],[118.05976202939252,28.581601272812613],[118.05938122247778,28.582096120939415],[118.05882905302664,28.582781290448793],[118.06072198090179,28.58367161869424],[118.06142647573793,28.583881165106668],[118.06249274013996,28.584014648818773],[118.06249274014002,28.584014648818876],[118.06249274014012,28.584014648818773],[118.06374941174982,28.584014926465038],[118.06443487023611,28.583900864470515],[118.0649489646586,28.583729657554304],[118.06555571764544,28.583434822697203],[118.06915517056241,28.589725869756169],[118.06915517056254,28.589725869756226],[118.0695171668178,28.589758469938062],[118.0701198957406,28.590066872499882],[118.07043553942093,28.590137751986344],[118.07012398928175,28.590071139571954],[118.06952142694621,28.589762852728942],[118.06915952608843,28.589730310481556],[118.06835797451475,28.590456772388528],[118.06778455149048,28.59075031109764],[118.0672557679931,28.590823868752452],[118.06708416939364,28.591042931979693],[118.067438812483,28.591395424512285],[118.06820606293591,28.591737386443814],[118.06850787949526,28.591676063372262],[118.06885649733054,28.591250908025032],[118.06921553038902,28.591107582684433],[118.069263400466,28.590811663097856],[118.0696922074,28.590974124054608],[118.0694043645789,28.591480163499039],[118.06908847868009,28.591852380835405],[118.06894958630258,28.592238263644209],[118.06926614544598,28.592406864716075],[118.06985073472197,28.592453209357121],[118.0699777185901,28.592564084045666],[118.07011476141993,28.592865748298074],[118.07040148355733,28.592967468311265],[118.07019566543825,28.593369422952382],[118.06972974273201,28.59380970143761],[118.06952612188651,28.593837890466663],[118.06929013376015,28.593769232806117],[118.06881746874569,28.593349911358189],[118.06820200033586,28.592998764065712],[118.06750457538435,28.592159982578437],[118.06704883961788,28.591986530362071],[118.06681723722485,28.591440042528962],[118.066486700689,28.591131609144384],[118.06636871929094,28.591155767398575],[118.06613270230609,28.591874714090835],[118.06594198168244,28.592905398375773],[118.06597177441584,28.593631042860157],[118.06615375001265,28.593944682466578],[118.06616344986517,28.594092559555158],[118.06585263905535,28.594586705067588],[118.06631047175765,28.595171860695292],[118.06636836279661,28.595404689334664],[118.06620432370265,28.595644798944228],[118.06562702371048,28.595726456660859],[118.06564997795689,28.596493036121583],[118.0660642933009,28.596974340352222],[118.06627506499514,28.597049019804444],[118.06702257728043,28.59630951013364],[118.06713552556911,28.596303352731578],[118.06755023636013,28.596704711772933],[118.06805491556302,28.596782045515173],[118.06810562004135,28.596969908285207],[118.06803687080766,28.597464742271971],[118.06773390657604,28.598440656899953],[118.06776877730596,28.598692494341368],[118.06802451378141,28.598977008141283],[118.06777878160466,28.599500106639617],[118.06714316829556,28.59952476040748],[118.06669352818105,28.599670203070627],[118.06621515102127,28.599491847978008],[118.06483036790854,28.599801465156254],[118.06474440024081,28.599888470214491],[118.06479438370874,28.600002381726707],[118.06540579982187,28.600276525098188],[118.06503315251894,28.600603796358691],[118.06479823735872,28.601233781070047],[118.06467234308589,28.601373820085811],[118.06437562548139,28.601355217136589],[118.06370521799614,28.601575034879154],[118.063624287015,28.601704046315241],[118.06367930544243,28.601801935901989],[118.06381811740339,28.6019306618863],[118.06420653135629,28.602030100628678],[118.064248603813,28.602117033369144],[118.06403888154253,28.602643003773927],[118.06343142406848,28.602846734832109],[118.06287395265299,28.60327125593734],[118.06258009305205,28.603801399364915],[118.06347229833639,28.604327976272611],[118.0636240470718,28.604563640610252],[118.06358192966286,28.605038479608485],[118.06364090570347,28.605103349145818],[118.0637948439641,28.604982158862931],[118.06385494890297,28.604456381525143],[118.06410456683737,28.604200226867363],[118.06455122162846,28.604666343156154],[118.06526262134464,28.604897356991369],[118.0653874024021,28.605211055756104],[118.06506363218371,28.605993078457846],[118.06486975830515,28.606143275648353],[118.06494455376239,28.606323091749495],[118.06493262981965,28.606985715514679],[118.06458190976893,28.60755188433599],[118.06474087417888,28.607629674298174],[118.06504444762339,28.607445335849974],[118.06542318524555,28.607410953639562],[118.06559686489418,28.607935447359431],[118.0660245212988,28.608005902809193],[118.06605254329384,28.608410666436892],[118.06600037550565,28.608566620729523],[118.06576081413149,28.608706880337493],[118.06595863381423,28.60878355246663],[118.06599747267769,28.608868511903278],[118.06608949029135,28.609608009717522],[118.06590748702295,28.609631257307843],[118.06572477630851,28.609537476457042],[118.06500224280326,28.608915701084698],[118.06491448471658,28.608907804652318],[118.06491051571662,28.609050748085583],[118.06510218092471,28.609503250423483],[118.0645788412025,28.609830802826988],[118.06437276578355,28.609733104272401],[118.06411415222077,28.60998827815617],[118.06376349282955,28.610010680783112],[118.06352182884632,28.609802121670008],[118.06331573360207,28.610057325038767],[118.06307297894003,28.610065563215258],[118.06234081417966,28.609631799279502],[118.06225594171936,28.609656923446298],[118.06224909234322,28.609846826781641],[118.06269067328682,28.610278998770681],[118.06265469825519,28.61043700737984],[118.06206522198879,28.611109411892148],[118.06195516099369,28.611338497936604],[118.06195526466685,28.611645756457911],[118.06187216814551,28.61174678286196],[118.05946461834517,28.611179059883995],[118.05892910918145,28.610822025055903],[118.0586316045717,28.609661970352089],[118.05842335159025,28.608263987782099],[118.05827460025351,28.603802450750209],[118.05764508455253,28.600577772045725],[118.05310096795237,28.5987984451667],[118.05342163694276,28.598084921490027],[118.0537453181396,28.597494878068961],[118.05395475914878,28.596752525753129],[118.05416420024648,28.596124388087599],[118.05429748117021,28.595020341124332],[118.0542367915413,28.592113806483564],[118.05234096661073,28.591616910285314],[118.05259587776973,28.590111005550288],[118.05247687807795,28.588683300034866],[118.05209012843972,28.587820665721068],[118.05054313380873,28.585946531093015],[118.04958152038782,28.584945927313395],[118.04962436012713,28.584589014998929],[118.047306367969,28.583524809284594],[118.04558089993947,28.581620919708133],[118.04391493994281,28.580817554220626],[118.04270496857268,28.58067156158722]]]},"properties":{"FID":137,"name":"宋宅村民委员会","name_t":"沙溪镇","民警姓":"郑永琪","电话":"15907009907","派出所":"沙溪派出所"}},{"type":"Feature","id":138,"geometry":{"type":"Polygon","coordinates":[[[118.02680089884659,28.573066141360837],[118.0267151759471,28.571810987283254],[118.02634031762112,28.571246220365694],[118.02596221278992,28.57091338113851],[118.02596725202773,28.570765385424647],[118.02620355523828,28.570575845277471],[118.02642799630341,28.570565267812405],[118.02740150303961,28.571006482995923],[118.02896692089195,28.570959516860984],[118.0293709612292,28.570770554352602],[118.02962238106265,28.570477994572332],[118.02943063146309,28.570129710715879],[118.02878530493562,28.569708557760883],[118.02849912877032,28.569138503586792],[118.02809406560371,28.568802743144339],[118.02795655579092,28.568394233032091],[118.02763336536277,28.568205168754812],[118.02762834906623,28.568074290287829],[118.02788190765669,28.56781967389183],[118.02841446676899,28.568038246265115],[118.02891903460673,28.568102885778824],[118.02913770731864,28.568565166347295],[118.03018203184938,28.56917116842078],[118.03024774152033,28.569333918369122],[118.03024482991094,28.569806753510235],[118.03079858271873,28.570442086607652],[118.03115163192601,28.570419158786567],[118.03208261599873,28.569951024320183],[118.03206863071591,28.569687207911869],[118.03185425170533,28.569176950634418],[118.03148615919137,28.568601139079735],[118.03139029155427,28.568260521582211],[118.03149409352294,28.56820133801898],[118.03173544314298,28.568276660912559],[118.03194804631558,28.568545022003299],[118.03228313889984,28.568664106089404],[118.03260640592227,28.568488425712257],[118.03278313767844,28.568277123746604],[118.03282014584524,28.568116094707978],[118.03243480837865,28.567457281441051],[118.03217159431566,28.566775228432821],[118.03201399411395,28.565892033877859],[118.03223242715862,28.565173790768419],[118.03220370347539,28.565056913850238],[118.03170093201081,28.564349548581131],[118.03166107856406,28.56417971339226],[118.03175484845572,28.563837630721533],[118.03225556035422,28.563414562978252],[118.03243522078138,28.562503539974607],[118.03285442575844,28.561895722845655],[118.03291731171798,28.561540763477861],[118.03265811148057,28.560049046829683],[118.0327357043458,28.559911935299972],[118.03330358508143,28.559656581174785],[118.03463471307383,28.559982247476224],[118.03594256451646,28.560152030355066],[118.03611032084652,28.560122665727388],[118.03619115713852,28.559973500753376],[118.03612042594339,28.559557868705543],[118.0358618183563,28.559238669735716],[118.03558057147043,28.559049430709607],[118.03522317041448,28.558937291295027],[118.03512439907347,28.558823547191523],[118.03519446728788,28.558538563499944],[118.03517154558675,28.557729960650786],[118.03502899599758,28.557079522576341],[118.03470752269885,28.556943372910137],[118.03436448169056,28.557054133605657],[118.03416800955652,28.556993704708148],[118.03324783426378,28.556277245416744],[118.03307656353223,28.5555819056163],[118.03283021570515,28.555008829006336],[118.03248473420788,28.554498880464472],[118.03235726210875,28.554101386043698],[118.03240325106135,28.553918291691872],[118.03287812992406,28.553282441052954],[118.03293992351547,28.553098318643659],[118.03287420725376,28.552945545852758],[118.03239041909058,28.552738837442234],[118.03230135590398,28.552609154019059],[118.03264873130894,28.551918560036366],[118.0328563370943,28.551886111217037],[118.03332504754641,28.552093852837672],[118.03430196712044,28.552922092437942],[118.03456023222201,28.552879457471523],[118.03496149288848,28.552441729302391],[118.03509406495613,28.552136531791916],[118.034989570972,28.551721969204909],[118.03509015933081,28.551580758393737],[118.03554312008389,28.551564743665516],[118.03591739013102,28.551891675807287],[118.03622881908956,28.552016886087568],[118.03649100611877,28.552525092850907],[118.03636232893247,28.553448939850501],[118.03658966384127,28.554071118717882],[118.03643801193988,28.554794224192019],[118.03648684649616,28.555027019244339],[118.03732314299312,28.554816086130053],[118.03797375279007,28.554405798213224],[118.03857836324413,28.554380392222907],[118.0388028855636,28.554486844321513],[118.03907337808944,28.554788140698992],[118.03924219067625,28.55523450657963],[118.03980980649514,28.555430154119787],[118.03998655283901,28.555590699850974],[118.04028469910139,28.556150852710889],[118.04044845864479,28.556974082347004],[118.04059000241782,28.557103763180727],[118.04103118542795,28.557235662304148],[118.04126865590455,28.557427117407354],[118.04133367055506,28.557610855404626],[118.04124669286372,28.557983933444877],[118.04129877382942,28.558170668803484],[118.04170076529819,28.558801586435237],[118.04198817657095,28.559078761218483],[118.04209704224364,28.559087520801107],[118.04288648124592,28.558466175200341],[118.04321099948771,28.557730773103238],[118.0438049955717,28.557189752499987],[118.0437999717782,28.557114826210707],[118.04369397360622,28.557091029267429],[118.04290346667705,28.557289629717101],[118.04273100135768,28.5572659793078],[118.04266597472518,28.557172198368196],[118.04268395384676,28.55701122069792],[118.04285464043552,28.556814919513627],[118.04330596238125,28.556482092833424],[118.04437673321725,28.556585817820306],[118.04487190365539,28.556478817405033],[118.04500953984352,28.556358616194501],[118.04507747499329,28.556121518590743],[118.0449017964103,28.555664158309622],[118.0444027261928,28.555133340421381],[118.04405455857506,28.554884245436206],[118.04351559531834,28.55465741641223],[118.0433079694547,28.553962183887602],[118.04251573778021,28.553444076852237],[118.04211228892098,28.552900229922088],[118.04213350221193,28.552731235441225],[118.0424916920055,28.553117298272824],[118.04293793679092,28.553262260970921],[118.04306549605991,28.553207022314485],[118.04313847290271,28.552775052333505],[118.04350966026158,28.552588314838832],[118.04361063934186,28.552461166090055],[118.04372525978286,28.552486923815575],[118.04470435874593,28.553298581988571],[118.0452533506854,28.554233050793421],[118.04562453273385,28.554483103889197],[118.04580352763769,28.554021958318145],[118.04641228417984,28.553921772355167],[118.04752342481008,28.554231462454069],[118.04912155796399,28.555072025544764],[118.04930521358986,28.555059621967313],[118.04948205726019,28.554877385343804],[118.04958596226487,28.554447354868444],[118.04929108990615,28.553654664429221],[118.06099879096369,28.561470636835733],[118.06099879096369,28.561470636835747],[118.06523529629014,28.564874214618911],[118.06523529629024,28.564874214619017],[118.07073327658129,28.570705171430252],[118.07073327658139,28.570705171430273],[118.06774865275432,28.574352212510824],[118.06657051475436,28.577528537766224],[118.06388698742447,28.577285031519555],[118.06168543331206,28.577344033215329],[118.06041890885342,28.577036248418803],[118.06041890885362,28.577036248418974],[118.05752035870889,28.576331865166583],[118.05496183369888,28.575558007678694],[118.0549618336974,28.575558007678463],[118.0520463246371,28.575676395820519],[118.04966633601764,28.576032853742721],[118.04824413827126,28.576421010107801],[118.04151500813222,28.577875483336101],[118.04151500813218,28.577875483336239],[118.04151500813178,28.577875483335944],[118.03568427821976,28.575376125887715],[118.03568427821968,28.575376125887679],[118.03568427821976,28.575376125887658],[118.03116257854469,28.574542684155617],[118.02680089884659,28.573066141360837]]]},"properties":{"FID":138,"name":"白石村民委员会","name_t":"沙溪镇","民警姓":"宋贵平","电话":"18970380169","派出所":"沙溪派出所"}},{"type":"Feature","id":139,"geometry":{"type":"Polygon","coordinates":[[[118.03568427821976,28.575376125887658],[118.03568427821968,28.575376125887683],[118.03568427821976,28.575376125887715],[118.04151500813178,28.577875483335944],[118.04151500813218,28.577875483336239],[118.04151500813239,28.577875483336395],[118.04151500813239,28.577875483336523],[118.0424011646073,28.579957706918293],[118.04270496857249,28.580671561587199],[118.04270496857259,28.580671561587291],[118.04270496857249,28.580671561587369],[118.04314146018037,28.585784563893689],[118.04358769707957,28.586944632409516],[118.04331995421428,28.588431754824594],[118.04346884347886,28.591414205597452],[118.0404046966668,28.591740868395789],[118.04040469666701,28.591740868396027],[118.04040469666671,28.591740868396151],[118.04040469666667,28.591740868395803],[118.03856027519284,28.59177031692311],[118.03737033179469,28.592751663706906],[118.03662662073059,28.593703339525611],[118.0359424076232,28.594595538381025],[118.03522844860245,28.596677470060019],[118.03468946625205,28.599437381344419],[118.03468946625172,28.599437381344739],[118.03461123436118,28.600338546786446],[118.03481991695529,28.60046596197521],[118.0350372358907,28.600436474774003],[118.03529874946011,28.600274918665761],[118.03552723175774,28.599962587680679],[118.03567379251889,28.599920230312662],[118.0355171447726,28.600301385444524],[118.03553724182333,28.600524247797484],[118.03576676017295,28.6007306007834],[118.03603791464755,28.601340667801772],[118.03602605175877,28.60144360518747],[118.03593624474867,28.601491854986772],[118.03578142702548,28.601451200650104],[118.03558102900438,28.600963937318777],[118.03532744744402,28.600735604491248],[118.03508427244887,28.600671236954074],[118.0348737792302,28.600682715287903],[118.03465716763688,28.600854152810999],[118.03461009498051,28.601071238681779],[118.03484066693039,28.601462441514663],[118.03568256926536,28.602350991701496],[118.0360816466538,28.602440001764709],[118.03618654416161,28.602361763518008],[118.03628535505041,28.602055681597555],[118.03637911683587,28.601988533793975],[118.03657272951524,28.602069038628006],[118.03673151144913,28.602006687535891],[118.03732428688207,28.601396574871185],[118.03749276560484,28.601424250239511],[118.03753765947167,28.601540009548302],[118.03713960073252,28.601904803732253],[118.03700774145764,28.602178935585652],[118.03701884348332,28.602583710538006],[118.03694878917588,28.602636856947935],[118.0365866927086,28.602622772516305],[118.03623141685725,28.602716531685495],[118.03619942629626,28.602967493702735],[118.03580535475406,28.603119370076552],[118.03571160220996,28.603109517448093],[118.03529244316792,28.602677739485312],[118.03514194115053,28.602616119814037],[118.03488940959805,28.602762721671873],[118.03461208551425,28.603050256900659],[118.03438932741636,28.603735444323419],[118.03426469295707,28.603661712810126],[118.03423777870621,28.603362945203614],[118.03432759860344,28.603106895543515],[118.03470191911191,28.602633187632279],[118.03473175348546,28.602379260665565],[118.03464412272874,28.602218541058349],[118.0342856636446,28.602007559939665],[118.03397351899764,28.602102229711633],[118.03380901826758,28.602021669607144],[118.03377493212523,28.601586007280648],[118.03362051461319,28.60119552695118],[118.03346786609659,28.601150920706104],[118.03297289735006,28.6013799909101],[118.03264852815575,28.601787658840518],[118.0323094673107,28.601834464099859],[118.03204295236657,28.601997045439653],[118.03203107327515,28.602313897854764],[118.03214849814819,28.602579515255986],[118.03240314625542,28.602606860551525],[118.03298860685494,28.602510423583425],[118.03323320371624,28.602553812361741],[118.03349251521551,28.602766102645663],[118.0335973274933,28.603596405399934],[118.03398519528837,28.60422613909601],[118.03411591002589,28.604588611877844],[118.03390254925809,28.60462412252161],[118.03332899448725,28.603873944565912],[118.03323029710728,28.602951602053317],[118.03307658567465,28.602737075319894],[118.03254678796084,28.602924318407382],[118.03245689146677,28.604163945839407],[118.03263249219511,28.604585312517006],[118.03227832597481,28.604861990156483],[118.03177621697408,28.604821319388456],[118.03209758012788,28.605892965635011],[118.03199772743892,28.605944218058806],[118.03178833796896,28.605901740699043],[118.03163242451423,28.606355863302792],[118.03043018381221,28.608193965511873],[118.03043915678943,28.608264916317051],[118.03081122839626,28.608343947266267],[118.03134211616978,28.607651939841833],[118.03188376067889,28.607281773217405],[118.03209028405487,28.607245277631886],[118.03211541839825,28.607327164767643],[118.0312741576551,28.608583683475445],[118.03127522296506,28.608737593439589],[118.0315944956057,28.60896770873341],[118.03166625322544,28.609850074525763],[118.03155848405474,28.610103206002265],[118.03155126519809,28.610530958807228],[118.0316302559837,28.610823652858777],[118.03153324969047,28.611215646918239],[118.03135364350628,28.611550996808834],[118.03148146801,28.611979400076695],[118.03131691895156,28.612631530806564],[118.03129783942285,28.613159250936153],[118.03131751755545,28.614061801744562],[118.03142631384884,28.614410371134994],[118.03115584526364,28.614692876557761],[118.03115796705289,28.615095684290999],[118.03129369529061,28.615492131799378],[118.03118772853438,28.615673294802431],[118.03091153176202,28.61576196314244],[118.02985781831354,28.615503764019063],[118.02965133551433,28.615241355234676],[118.02957271670677,28.614856822880149],[118.02942010587995,28.614579343933446],[118.02861422336872,28.614495418350572],[118.02826193410984,28.614350421659356],[118.02797970331233,28.6138953559927],[118.02708295871069,28.614301499661075],[118.02687935048212,28.614225122514242],[118.02675975981381,28.61432834420787],[118.02685236569334,28.614837870351096],[118.02681536535763,28.614987831174467],[118.02651225947963,28.61524652687973],[118.02628168634067,28.615578975040489],[118.0262119675824,28.616221789762317],[118.02654195546675,28.616560765868435],[118.02694307485331,28.61659470296977],[118.02708276075074,28.616678264393183],[118.02731687844098,28.616963524998059],[118.02739692528075,28.61738510914288],[118.02770394608365,28.617663165177433],[118.02775780201928,28.617796966828255],[118.02761018749553,28.618001275466007],[118.02785653552688,28.618080603586431],[118.02782454698226,28.618402450028018],[118.02760902693902,28.619002732379762],[118.02725491697126,28.619294476916078],[118.02691376380712,28.61927243188951],[118.02661644284387,28.619039333965514],[118.02629544970175,28.618488404782926],[118.02593852223423,28.618266532467189],[118.02563224837273,28.617835566719727],[118.02520420199897,28.617935655089742],[118.02491687734239,28.618562050466277],[118.02471936908616,28.618691572865739],[118.02443494517796,28.619037127205509],[118.02396022142976,28.619254293732492],[118.02349732593258,28.619790227914802],[118.02303764269045,28.620640095164067],[118.02208890265815,28.621706110966418],[118.02136071498676,28.621906997080231],[118.02024975019108,28.622665677196391],[118.02000133853184,28.622099663117954],[118.02006238986685,28.621937576632117],[118.02002829490749,28.621758754518641],[118.01909301505341,28.621532525193714],[118.01888446781386,28.620913420545449],[118.01869202561578,28.620905955839653],[118.01834805107018,28.621182809602011],[118.01859431392107,28.621566846690154],[118.01836093031611,28.621734456606575],[118.01796487910842,28.622241290174092],[118.01776742317807,28.622133903731324],[118.01728673427463,28.621610568354335],[118.01706737822369,28.621533200509976],[118.01660675078274,28.621628511673933],[118.01595946220458,28.621447394682718],[118.01555058226675,28.621039816898314],[118.01481176454355,28.620829019680063],[118.01450555791179,28.620549068484657],[118.01456945706438,28.620582886028579],[118.01461723088312,28.620255857135305],[118.01459031997368,28.620097077486427],[118.01441586339608,28.619869638420106],[118.01309446114972,28.619054887601873],[118.0130557076255,28.618852155226438],[118.01313149879793,28.618323187609157],[118.01298401048135,28.617619007872964],[118.01258018278206,28.617166366560905],[118.01233179943819,28.616718311666155],[118.01161387909788,28.616087764494345],[118.01149161874108,28.614248022611878],[118.01182446498522,28.613429544975698],[118.01206615301088,28.612342369917869],[118.01215376437021,28.612119206511831],[118.01237815092519,28.611881702170521],[118.01254583507449,28.611453389932922],[118.01233951144174,28.610308600442831],[118.01240527020754,28.609535788471923],[118.01293377686351,28.608659709111347],[118.01391712457549,28.607935149142588],[118.01405896775762,28.607477048846441],[118.01469126033928,28.606379752208795],[118.01475310223999,28.605255134331479],[118.01514313744411,28.603384920603904],[118.01520206299143,28.60279005652437],[118.01619622711183,28.602028613940234],[118.01660914151269,28.601471690787346],[118.01677575637859,28.601101408444386],[118.01668924701576,28.600930739379191],[118.01634891235759,28.600776715179673],[118.01531783228269,28.600758705152909],[118.01539687382181,28.600048818785641],[118.01493525890575,28.599226598852958],[118.01530330164688,28.598480885699576],[118.01652471235154,28.597870638725528],[118.01651008564779,28.596747307562886],[118.0163704664928,28.596286859458324],[118.01641038395714,28.595490182726543],[118.01638526345003,28.595357299200352],[118.01618997062297,28.595222921697633],[118.0162011117733,28.595078959528742],[118.01635551696737,28.594735695194387],[118.01723917011515,28.593425843407775],[118.01738278709576,28.593317489219867],[118.01781075088391,28.593247280563499],[118.01823948074413,28.592640392407265],[118.01885381993145,28.592216857890126],[118.01900069182824,28.591887564132865],[118.0190603244115,28.591488618329095],[118.01852609054673,28.591388106612527],[118.01882520388486,28.590931544613053],[118.01874550374998,28.590861782750263],[118.01826152984751,28.590845152174094],[118.01804829787983,28.590475940734873],[118.01867266464268,28.590316217402563],[118.01921125200838,28.589905943656827],[118.01927912649658,28.589710817323223],[118.0191154343896,28.589353425406131],[118.01974591316161,28.589286714803798],[118.02003315576908,28.589184982844657],[118.0204051594027,28.588793174848856],[118.02071724578575,28.587901734578082],[118.02079731796172,28.587861481585382],[118.0235728792991,28.587798922746785],[118.02491949857927,28.58705468325881],[118.02528579633923,28.58674479178941],[118.02547829611837,28.586443462309436],[118.02544314420327,28.585965790799079],[118.02522484177216,28.58565547927585],[118.02503855835802,28.584630459648768],[118.02481705682312,28.583953401222598],[118.02496755170984,28.583506177869324],[118.02474138120883,28.582863135057458],[118.0246568814398,28.579909677230443],[118.0245032015243,28.579807177142737],[118.02412903736938,28.579803146180424],[118.0239466141022,28.579931647523935],[118.02382305762625,28.580334723992344],[118.02370635160432,28.580403047560399],[118.0211257693143,28.580192216477045],[118.02087264220891,28.58013291375547],[118.02085075206304,28.579986072943527],[118.02096140537755,28.579208076732332],[118.02125659441664,28.578632518166039],[118.02186127211385,28.578336061898064],[118.02204977906783,28.578326549587075],[118.02218334148291,28.578431075383936],[118.02241673200255,28.578447439171221],[118.02277187016044,28.578191617744316],[118.02301208844757,28.578181968691389],[118.02321353764164,28.578050442769946],[118.02395072828402,28.577951473638667],[118.02407856871814,28.57786521829988],[118.02421328243265,28.577160210230801],[118.02434186034353,28.576846989349693],[118.02391997482673,28.576424329953401],[118.02391389941066,28.57607350688426],[118.0240866295716,28.575921101166255],[118.02591580790093,28.576199045963801],[118.02601560080075,28.576644616206647],[118.02662714106174,28.576788915849939],[118.02661420054163,28.57694187936227],[118.02624790338649,28.577068786189518],[118.0261064027887,28.577252047031486],[118.02643244385075,28.577535095523643],[118.02688016480563,28.578544420942027],[118.02681444020277,28.578641569163075],[118.02670670955506,28.578634835178168],[118.02617205739119,28.577991602594388],[118.02555476497511,28.578011229538184],[118.02494213257631,28.578280668397152],[118.02466775741352,28.578660216972406],[118.02435570282127,28.578780069395588],[118.02442140102706,28.578967816851179],[118.0253061579471,28.579397250325886],[118.02584371619979,28.579482720979851],[118.026127048483,28.579447967002714],[118.0269171170789,28.578984130717203],[118.02725939183257,28.57847550830115],[118.02753664421046,28.578264821750814],[118.02755288815554,28.577271278188377],[118.02745489213852,28.576759758395323],[118.02746714996651,28.576177964355054],[118.02736230797733,28.57594641385824],[118.02705708210891,28.575722316217185],[118.02710809754196,28.575455274744581],[118.02705820337603,28.5751804920776],[118.02693363611679,28.574668052274063],[118.02699943117565,28.573726370019031],[118.02680089884659,28.573066141360837],[118.03116257854469,28.574542684155617],[118.03568427821976,28.575376125887658]]]},"properties":{"FID":139,"name":"铅岭村民委员会","name_t":"沙溪镇","民警姓":"宋贵平","电话":"18970380169","派出所":"沙溪派出所"}},{"type":"Feature","id":140,"geometry":{"type":"Polygon","coordinates":[[[118.06482745449955,28.517665041027804],[118.06474703197154,28.517640004705175],[118.06438150648924,28.517331610138459],[118.06404785012232,28.517049420240248],[118.06388603353808,28.516746713866965],[118.06388598328361,28.516746689315756],[118.0635584095422,28.51658421248688],[118.06267227811864,28.51648345552065],[118.06267219735523,28.516483441270143],[118.06235681816464,28.516593827569356],[118.0620798876012,28.516875000321388],[118.06116004999291,28.517162249411573],[118.06140071203409,28.51604932666929],[118.06140067344739,28.516049345185721],[118.06140069229869,28.516049256950851],[118.06091840850857,28.516274854589174],[118.06037792490054,28.5162376451032],[118.05953205086018,28.51648272062415],[118.06073156037644,28.515305626282007],[118.06073149308166,28.515305593556928],[118.06001132904866,28.515064749511218],[118.05936911000079,28.515250579797222],[118.05932522655513,28.515522464141096],[118.05844308913122,28.516804414069878],[118.057933905689,28.517055104860223],[118.05756038784854,28.516975717466465],[118.05746000521265,28.516911026976576],[118.05726955895865,28.516788265187408],[118.05706105219815,28.516493688680978],[118.05685612086822,28.516520012860376],[118.05656956288628,28.516719386805569],[118.05628086696463,28.516729838766182],[118.05574373148349,28.51701365827223],[118.0554539683453,28.517024121813538],[118.05545391990574,28.517024091123051],[118.0554066986079,28.516993291987845],[118.05526735682551,28.516902346764198],[118.05485683864674,28.516815066335582],[118.05481032146177,28.516736229280774],[118.0546631189095,28.516486635923357],[118.05434462061527,28.516300228049872],[118.05464842438914,28.515960808804],[118.05464838402604,28.51596076271656],[118.05434684126759,28.515617468325381],[118.05414122332687,28.515569863025572],[118.05416819438777,28.515437840397681],[118.05416813160262,28.515437762553574],[118.05407724054884,28.515333862178426],[118.05398918955564,28.515233202583488],[118.05413622771134,28.515109067413192],[118.05422291824596,28.514450096761976],[118.05410719670289,28.51406442901904],[118.05418026345943,28.512960774955754],[118.05413931508166,28.512607992707871],[118.05429498521919,28.51240080766491],[118.05427202377648,28.511865995338599],[118.05427198610472,28.511865954376905],[118.05385973627153,28.511416866629954],[118.05194049435347,28.512319905441203],[118.05139054793645,28.512331874031986],[118.05083447944193,28.512632838537382],[118.05065943844835,28.512871996340259],[118.05065941871469,28.512872023043649],[118.05082939229523,28.513019677926952],[118.05082941471525,28.51301970455275],[118.05160901207392,28.512766388752567],[118.05165652324581,28.512858884448779],[118.05168483808224,28.51291406269441],[118.05168488023085,28.512914143644938],[118.05107216602684,28.513141110223202],[118.05107202072463,28.513141164848719],[118.05167005511439,28.51323506699719],[118.05160713265003,28.513490980583637],[118.05042892359992,28.513153264299575],[118.04987082054733,28.513248376323499],[118.04971112148245,28.513957405707451],[118.04994252189671,28.514218874234988],[118.04986064295429,28.51436787217456],[118.04948933444449,28.514592486738994],[118.04946346087118,28.51477346857671],[118.04946348508267,28.514773505454968],[118.04946348059573,28.514773538284846],[118.04954498048041,28.514894116755041],[118.04962411687087,28.515011195336765],[118.04971106988035,28.515306930593709],[118.04988968570862,28.515453510431371],[118.04994549317529,28.51546581854744],[118.05014111589254,28.515508965054227],[118.04997555276243,28.515609190546837],[118.04987450118581,28.515807305621262],[118.04987455499077,28.515807379369068],[118.04997839877733,28.515971160867629],[118.04981158123539,28.51607142499617],[118.04961897366861,28.516352686366876],[118.04952295944743,28.516969589656764],[118.04965805198322,28.51714572522323],[118.04969287891943,28.517191128367461],[118.04969294169126,28.517191215432739],[118.04976093035415,28.517528320835478],[118.04978059726284,28.517625798370375],[118.04978060263903,28.517625856824701],[118.04999180734187,28.517888350877811],[118.05006411078419,28.517978231611814],[118.04977445727327,28.517971780228532],[118.04956700368292,28.517823704914292],[118.04945605356569,28.517744484938692],[118.04954699232826,28.517546406869133],[118.04954698784661,28.517546376106861],[118.04948871339134,28.517392730125565],[118.04928863548228,28.516865133475282],[118.04941339355007,28.516329058512117],[118.04966284797594,28.516031700229259],[118.04966280941653,28.516031641838211],[118.04950113328053,28.515785140186306],[118.04950111534568,28.515785117655327],[118.04882435695322,28.516095169564238],[118.04883120316546,28.515848399836141],[118.0494511887395,28.51564227591604],[118.04926862210695,28.515507672924091],[118.04926852345689,28.515507660803355],[118.04922201283397,28.515500195084027],[118.04880033018111,28.5154325445463],[118.0482712836979,28.515671519606542],[118.04805277530473,28.51569794879401],[118.04805275468006,28.515697933449005],[118.0465344592324,28.515248056600822],[118.04575573227989,28.515270668848949],[118.04510498529956,28.514913138735881],[118.04510494853739,28.514913123426375],[118.04509240893194,28.514909289604599],[118.04473775372658,28.514800892784525],[118.04458503472976,28.514823251735066],[118.04420662929195,28.515191911112716],[118.04397302973076,28.515642230412762],[118.04396510078367,28.51581515652482],[118.04433009114565,28.516009314585897],[118.04433017004669,28.516009355448674],[118.04438222947559,28.516532040469411],[118.04393879089915,28.516892831226464],[118.04388306692616,28.517328680591955],[118.04388305885124,28.517328744201631],[118.04425007264646,28.517533054657058],[118.04431419195541,28.517568755536505],[118.04429012937044,28.517626688516049],[118.0438578799092,28.517650688425938],[118.04334691701251,28.517790679754356],[118.04303752517919,28.518084265794851],[118.04299655250031,28.518204277393981],[118.04274717874765,28.518378804942785],[118.04186470183075,28.518689553830612],[118.04154133020207,28.51892219412407],[118.0414396365139,28.519063304595992],[118.0416113372581,28.51946480507511],[118.04162318676394,28.519670706359236],[118.04144130547398,28.520165908754088],[118.04092746271924,28.520950735766615],[118.04080456572675,28.521484702405775],[118.04006792070591,28.523080823962051],[118.03543890786557,28.522316806830109],[118.03346951522258,28.519984454471658],[118.03501136374024,28.516211152993858],[118.03458339244276,28.515307521360008],[118.03346996638095,28.514556503706267],[118.0330420435772,28.513351002368807],[118.03372759492254,28.511992830984756],[118.03329868246892,28.510636378645959],[118.03321401421755,28.508978195887924],[118.03270027855939,28.507923845228706],[118.03270042262787,28.5061894749395],[118.02824700857886,28.505898843633688],[118.02884665690219,28.504615758222062],[118.02936054206351,28.503105980792011],[118.02944652361057,28.500843567561098],[118.03133021393478,28.498878493472933],[118.03244383624997,28.496311620122892],[118.03526545540332,28.492822095043831],[118.0380975031734,28.492560779306853],[118.03959683567567,28.492299273444011],[118.0419291464966,28.491680993949579],[118.04349989665303,28.492157156045131],[118.04573704056867,28.493466259180664],[118.04671282155861,28.494275456753893],[118.04892618870964,28.499391729827305],[118.04961638160411,28.500200880736479],[118.05370997035652,28.502985664038022],[118.05770840249377,28.506983998332771],[118.06351571489014,28.512243883610253],[118.06420593251971,28.513338593604097],[118.06468194553881,28.514171514030892],[118.06501515425126,28.515385118859623],[118.06499135371755,28.516741411774884],[118.06482745449955,28.517665041027804]]]},"properties":{"FID":140,"name":"灵溪街道社区居民委员会","name_t":"灵溪街道","民警姓":"龚志强","电话":"13755367100","派出所":"灵溪派出所"}},{"type":"Feature","id":141,"geometry":{"type":"Polygon","coordinates":[[[118.0243183568364,28.489156340856077],[118.0242432919521,28.490509823289123],[118.02338637409611,28.491907659509376],[118.02240178339491,28.493606754847605],[118.02056141406419,28.496024984522762],[118.0196628366446,28.495612626634973],[118.01666696961165,28.495169228702387],[118.01362831663906,28.495780749398854],[118.01277189752919,28.493559007453488],[118.01166030860763,28.490168412896903],[118.00973383174528,28.489533294366208],[118.0089642507963,28.486895460506187],[118.00832217419578,28.485917691480108],[118.007980246606,28.484825071945814],[118.00875016332895,28.483276298386226],[118.00905036483172,28.482521657910926],[118.01020508376153,28.48232931018104],[118.01140371618145,28.48191092404554],[118.01243091284127,28.48077629163387],[118.01148964487976,28.479836350072802],[118.00909360297335,28.478146955716184],[118.01063436490705,28.476257016376174],[118.00968112095443,28.475757986287842],[118.0096601855046,28.475701066216491],[118.00863639497501,28.472689281439639],[118.01758377674872,28.481779374504058],[118.01855944413825,28.483135749328085],[118.01951131984764,28.485610477248063],[118.01974928956896,28.485872238999509],[118.02120090969642,28.486372055936751],[118.02260494547536,28.487228797676192],[118.0243183568364,28.489156340856077]]]},"properties":{"FID":141,"name":"胜利居民委员会","name_t":"灵溪街道","民警姓":"齐根明","电话":"18270397597","派出所":"灵溪派出所"}},{"type":"Feature","id":142,"geometry":{"type":"Polygon","coordinates":[[[118.0243183568364,28.489156340856077],[118.02260494547536,28.487228797676192],[118.02120090969642,28.486372055936751],[118.01974928956896,28.485872238999509],[118.01951131984764,28.485610477248063],[118.01855944413825,28.483135749328085],[118.01758377674872,28.481779374504058],[118.00863639497501,28.472689281439639],[118.00404387302297,28.469714812289233],[117.99563300393029,28.466092559462666],[117.99563300393022,28.466092559462719],[117.99305134591071,28.464902883597176],[117.99210872381602,28.464126303043916],[117.99095749188066,28.46317783584858],[117.99054705131833,28.462803085308654],[117.98973664195489,28.462201644605273],[117.98858710177193,28.461334467959816],[117.98799345731327,28.460886632346899],[117.98739448450397,28.460434770377542],[117.98632465171622,28.459627677950547],[117.98500617889449,28.458632981727135],[117.98486527357238,28.45838066389387],[117.98452027477724,28.458035663728435],[117.98376168978656,28.457182241192282],[117.98352097135738,28.45691142806276],[117.98294466491879,28.456156054632853],[117.98261089635037,28.455650371950231],[117.98177220360134,28.452771272662698],[117.98131419507078,28.45176598136036],[117.98086808356595,28.45083207214406],[117.98045171439203,28.450290775551888],[117.98012456698378,28.449939830910321],[117.97967187602808,28.449627363912029],[117.97883676145025,28.44899211546479],[117.97811446876746,28.448473113720361],[117.9776447664777,28.448135610922034],[117.97661884806332,28.447453324251505],[117.97615299655791,28.447143510382869],[117.97499521442795,28.446403410606727],[117.97458986031816,28.446144287477694],[117.97395700165045,28.44572239709499],[117.97341216179218,28.445359184322683],[117.9727784312593,28.444986234385546],[117.97198651923675,28.444452443902996],[117.97181521940998,28.444395355840058],[117.97149335177313,28.444159757120264],[117.97105864489858,28.443838644616193],[117.97080169529805,28.44364593785707],[117.97063509285528,28.443558259394166],[117.97053047193323,28.443503200444152],[117.9699237877777,28.443239150556927],[117.96909584475732,28.442782391512665],[117.96881391732873,28.442637872756489],[117.96691971667947,28.441842991659065],[117.96678745281923,28.442069650344695],[117.96507053477977,28.441505519668141],[117.96381974179033,28.441483173358201],[117.96260425348723,28.441837452389009],[117.96156628306348,28.442374885519261],[117.95991380115146,28.443158507031391],[117.95852750910977,28.444171072958738],[117.95513140976149,28.446068292255568],[117.95468534241256,28.446234929365627],[117.95351962319779,28.446514712722259],[117.95315087707309,28.446502878123244],[117.95098003466332,28.446479458419791],[117.95017117775213,28.446336833374311],[117.94954669188583,28.44616443252329],[117.94818472486071,28.445694734229939],[117.9478501614383,28.445612981017305],[117.94725065931611,28.445299000750968],[117.94685099300892,28.444851733730541],[117.94671777072503,28.444594776034378],[117.94649890487224,28.444413976667292],[117.94645132625895,28.444204591842023],[117.94620391301564,28.444004761904036],[117.94271160552442,28.442044743045543],[117.94166487117444,28.441578571300287],[117.94057055946081,28.44077928449806],[117.93857225740798,28.43922826949462],[117.93776342431441,28.438638323402671],[117.93661202637499,28.43738219807955],[117.93634558778417,28.436620821219126],[117.93588883617929,28.436078395857709],[117.93543208487033,28.435878615873676],[117.93483259958222,28.435707416756831],[117.93444245807355,28.435593283522113],[117.93405231664816,28.436364314967062],[117.93144294531884,28.435220737549564],[117.93144294600317,28.435212219356888],[117.93150686427896,28.432255269278947],[117.93156824867206,28.429327311670367],[117.93157257559474,28.429330235548122],[117.93156824798787,28.429335829932683],[117.93561949712907,28.432026174202424],[117.93849798948386,28.433762601168148],[117.94183360858068,28.436553127268759],[117.9430655474592,28.437545057219868],[117.94373329186416,28.438069010742318],[117.94533234478334,28.439323724688492],[117.94624028315282,28.440042080623215],[117.94663125873701,28.440351412788292],[117.94798209505306,28.441326016004563],[117.94877233663824,28.441835810751115],[117.94970251899423,28.442164010674734],[117.95081588761923,28.44249693871015],[117.95158668421453,28.442496803684314],[117.95246215622697,28.442382437733389],[117.95357553383717,28.442125264551816],[117.95430921150069,28.441927129414001],[117.9547745589464,28.441801456561016],[117.95571090438683,28.441465647898283],[117.95690855098006,28.441017071952537],[117.9577887967191,28.440445859340429],[117.95851440704807,28.439850877679916],[117.96046118020915,28.439377635256761],[117.96256666247818,28.439198866763636],[117.96404441640532,28.439184629346716],[117.9643013594328,28.43922028635361],[117.96452975263892,28.439248807728138],[117.96479383298704,28.439234495815757],[117.96505791359384,28.439213044380548],[117.96589298176082,28.439320008272929],[117.96669950217635,28.439598301564963],[117.96720159835225,28.439810550391812],[117.96792440603787,28.440116100363809],[117.96998950151537,28.441143779795382],[117.97098590955265,28.441782507815457],[117.97124528182299,28.441948771586155],[117.9722590361837,28.44259860069198],[117.97301721410268,28.443084592900117],[117.97320613399168,28.443211177930475],[117.97467216860848,28.44422007139697],[117.97482694721327,28.444320067049716],[117.9764254013093,28.445352740211153],[117.97890515917612,28.446954701079544],[117.98102314513761,28.448397308709627],[117.98185112853905,28.449196748430399],[117.98263628888319,28.450196069076114],[117.98327869494183,28.451623706777596],[117.98372124184134,28.453208405079927],[117.98409241111837,28.454321972653961],[117.9850274745038,28.455920918355961],[117.98609102568427,28.457112970066454],[117.98754300738631,28.458475138773732],[117.98914906165628,28.459748078951261],[117.99041011980843,28.460580840244653],[117.99181394874216,28.461449295752367],[117.99312261094313,28.46198463658493],[117.9934676236205,28.462222573458366],[117.99396729749027,28.462686557932493],[118.00019421310478,28.466175215139039],[118.00216450250652,28.467278879170809],[118.00306648250864,28.467585098218144],[118.00340199317223,28.46765648726403],[118.00611443112675,28.468885418057852],[118.00611443112672,28.468885418057848],[118.00611443112672,28.468885418057916],[118.00942678096381,28.470732002414625],[118.01094971844039,28.472102646177014],[118.01707965264687,28.478460968337227],[118.0198210471474,28.481602089016111],[118.02086811719973,28.481773502470197],[118.0219723054151,28.48223046263179],[118.02248632560807,28.483220371689423],[118.02290515841102,28.483544020450189],[118.0228861201491,28.483924733752104],[118.02301938513237,28.484229319720349],[118.02381897695247,28.485428652591221],[118.02665564745175,28.488113000701976],[118.02751236697183,28.48904585183756],[118.02827389779731,28.489674121588042],[118.02973985285286,28.490397659947782],[118.03206255274669,28.491026141364841],[118.03413777103665,28.491311962768556],[118.03790747900652,28.491274449675448],[118.03946868695091,28.491255659167567],[118.04030641204136,28.49091315027826],[118.04089662919232,28.490494460547737],[118.0413535723105,28.4902851424958],[118.04238169670599,28.490304350981308],[118.04325750985129,28.490494858117803],[118.04506626165261,28.491313712019977],[118.04745060962345,28.493085856253106],[118.05047317640251,28.495870407831116],[118.05278176980887,28.49844068903937],[118.05325776953482,28.499154625622079],[118.0541621724015,28.499844853977883],[118.05461437496852,28.500820528867393],[118.05473337465553,28.501463009796069],[118.05628038699754,28.503533467597158],[118.05927922567081,28.506698794635355],[118.05937442768779,28.506698814986777],[118.06161167044613,28.508721848558572],[118.06293624257907,28.509782314602134],[118.06487004283095,28.511961447009178],[118.06564356511117,28.513032381969353],[118.06629808354511,28.515947381646356],[118.06626911509611,28.51693205668839],[118.06627101395121,28.516867512148092],[118.06616866596674,28.520689934705995],[118.06666848102478,28.521082660005323],[118.06820363097164,28.522082387562438],[118.06945317309714,28.522546670354842],[118.0712739379031,28.52322524022598],[118.07234497863753,28.523582409242895],[118.07384443643036,28.524831982552019],[118.07520109061134,28.526616904323163],[118.07670752221513,28.532234474000024],[118.07736780072776,28.533519156862734],[118.07802150726263,28.534791052674219],[118.0812346456182,28.537361644890471],[118.0830084316148,28.537900795912943],[118.0840550670388,28.538218925457787],[118.08938221948996,28.538401172652762],[118.09154203802504,28.538397205466136],[118.09379048598387,28.538186168756479],[118.0940708839186,28.538159850648704],[118.09732564769406,28.537589532185834],[118.09972952172217,28.538220640004074],[118.0999794288542,28.53845864374874],[118.10012223263398,28.538708519496435],[118.10026503728211,28.538994089451993],[118.10063394752117,28.53929160570814],[118.10126466422477,28.53955348897648],[118.10190576819042,28.539737204563028],[118.10371612313884,28.540255978214766],[118.10574154197083,28.540955390007326],[118.1084757658293,28.542145591145932],[118.10847576582972,28.542145591146053],[118.1090374517931,28.543130809194881],[118.10982444476825,28.54407958969351],[118.11049085052504,28.545507410232052],[118.11071933146417,28.546354549386066],[118.11075741141138,28.547239719465839],[118.11056701062699,28.548496041778716],[118.11034229885536,28.549283005111374],[118.11026999003963,28.549464355345538],[118.10993531567999,28.550303712863631],[118.10933555124249,28.551281550446056],[118.10797893714631,28.552887407139071],[118.10625103258911,28.554393242527595],[118.1052656948508,28.554821333885663],[118.1041732543874,28.55542785943172],[118.10365792406728,28.555813528026619],[118.10282109709647,28.556439798875193],[118.10269524059397,28.556533987900394],[118.10116010296188,28.557661513770995],[118.10027471792844,28.55865355302268],[118.09936077168261,28.560095305903037],[118.09905374363832,28.561051783128427],[118.09868911167541,28.562543000484069],[118.09858248943006,28.562979047462619],[118.09841826426522,28.563771373392129],[118.09869673288574,28.565606008984147],[118.09948929662114,28.567426483605374],[118.10065315075673,28.569603961819411],[118.10064293995967,28.569614179455275],[118.10414379725492,28.576403847560442],[118.1050006145677,28.577332029321386],[118.10521481914158,28.577926942973725],[118.10521481923701,28.578854936329812],[118.10595263258634,28.580354163300303],[118.10926087614078,28.583995457420208],[118.11133149040802,28.585685310200795],[118.11447308946062,28.587851260293764],[118.115425083234,28.588660466857256],[118.11701966731897,28.588874927264534],[118.11959002493201,28.588804024649448],[118.12158917631923,28.588280902144188],[118.12351691747533,28.587591193188899],[118.12427849002258,28.587234402553204],[118.12592062487965,28.587306060851642],[118.12880028527638,28.587663441602135],[118.12893377340031,28.588487021695695],[118.1289201473415,28.589569071717815],[118.12648675583995,28.590135714987984],[118.12373025222033,28.590991571684683],[118.12218773756604,28.591176702361714],[118.12124509762035,28.590648146226645],[118.1193312206743,28.590119243332119],[118.1179886419615,28.590018812841528],[118.11504637404082,28.589660716215214],[118.11460360303914,28.589417814896279],[118.11424652262825,28.589103572174167],[118.11391801160407,28.588846446482201],[118.11340383224453,28.588646331231509],[118.11164221764203,28.587588950069261],[118.11059006183972,28.586960362522468],[118.10986161276956,28.586588816008064],[118.10871894806944,28.585617419216661],[118.10758954471514,28.584255197204424],[118.10758954471513,28.584255197204275],[118.10758954471503,28.584255197204367],[118.10531948761799,28.581975053970947],[118.10393397248951,28.580018375199781],[118.1023770438122,28.578404248512356],[118.10139146324039,28.577118784224432],[118.1006058465165,28.575276618054509],[118.09984329326127,28.573714352380108],[118.09893461832728,28.571663628005698],[118.09837754002788,28.569707368021138],[118.09837754002777,28.569707368021025],[118.09805405043066,28.568806933364005],[118.09798746720611,28.568621597700496],[118.09764905830419,28.567679636698148],[118.09730624220383,28.564652699680313],[118.09730624575755,28.563838706595885],[118.09730624664006,28.563524810486541],[118.09748762300823,28.562870991164882],[118.09770621389892,28.562083025233662],[118.09797761123336,28.560869612972478],[118.09827759090368,28.56002742537283],[118.09877754294413,28.559113946036696],[118.0994203282082,28.558086338399178],[118.09992027933014,28.557329906606217],[118.10062020013596,28.556616417356619],[118.10107729569143,28.556102686859766],[118.10189147480529,28.555360705189699],[118.10267709208344,28.554875693029366],[118.10307309051385,28.554590042576102],[118.10344842337314,28.554319299015862],[118.1039626420841,28.55406258646412],[118.10444829523875,28.55382013319652],[118.10541759999249,28.553371905797412],[118.10545003501855,28.553399742986652],[118.10541759999225,28.553371905797199],[118.10580525422243,28.553192645379614],[118.10690509036107,28.552407971538941],[118.10759069857711,28.55178013149408],[118.10841914922578,28.550666931233948],[118.10920474970841,28.54888269587617],[118.10934787267007,28.548331966202944],[118.10949040818456,28.547783496366517],[118.10947612525602,28.546741267523132],[118.10939042571202,28.54607019884417],[118.1088476583016,28.544756446230728],[118.10774783413783,28.543313898449533],[118.10645243648457,28.542565895871835],[118.10561959396341,28.542084985925666],[118.10410552900071,28.541484564333299],[118.10285522089488,28.541040826496108],[118.10253431560382,28.540926936613769],[118.10079169095327,28.540583375985076],[118.09852055461822,28.540239536642012],[118.09792062321715,28.540082193819476],[118.09746354510742,28.539824960157297],[118.09649222030239,28.539339049569726],[118.09573517324185,28.538996019330327],[118.09496381979029,28.538981365829006],[118.09418068949385,28.539014042287302],[118.09338587142055,28.539065940314874],[118.0931925641536,28.539080430010216],[118.09172128188493,28.539308147618595],[118.08946433337269,28.53947840796345],[118.08787874280974,28.539420585986949],[118.08557892749599,28.539419575189761],[118.08493002130093,28.539330009719819],[118.08360764062878,28.539147489494216],[118.08122209303643,28.538475523268797],[118.07976506026513,28.537789667357018],[118.07739381052174,28.53596132679526],[118.07590823336884,28.53396201838202],[118.07545119897917,28.532860147645895],[118.07517974798998,28.532205702876006],[118.07482264530333,28.531006316805904],[118.07426560633064,28.527736719824318],[118.07413704283695,28.527222709737],[118.07375138294665,28.526508727373638],[118.0724408877782,28.525023675642785],[118.07209437731397,28.524666399813754],[118.07155157141239,28.524380667490867],[118.07105161359868,28.524237710651651],[118.06996598626917,28.524023156579446],[118.06825185957912,28.523294390112859],[118.06725195033067,28.522794319719598],[118.06629490090002,28.522180047818626],[118.06533786285596,28.521351622628348],[118.0647664968524,28.520766043519387],[118.06442368458056,28.520152003632948],[118.06433799083533,28.519566605353653],[118.0643379891261,28.51900980315051],[118.06436657420346,28.51853867438432],[118.06452370590027,28.518096156662036],[118.06482745449955,28.517665041027804],[118.06499135371755,28.516741411774884],[118.06501515425126,28.515385118859623],[118.06468194553881,28.514171514030892],[118.06420593251971,28.513338593604097],[118.06351571489014,28.512243883610253],[118.05770840249377,28.506983998332771],[118.05370997035652,28.502985664038022],[118.04961638160411,28.500200880736479],[118.04892618870964,28.499391729827305],[118.04671282155861,28.494275456753893],[118.04573704056867,28.493466259180664],[118.04349989665303,28.492157156045131],[118.0419291464966,28.491680993949579],[118.03959683567567,28.492299273444011],[118.0380975031734,28.492560779306853],[118.03526545540332,28.492822095043831],[118.03245723859854,28.492536164146372],[118.02972044748482,28.492131298535188],[118.02577000666365,28.490893510236404],[118.0243183568364,28.489156340856077]]]},"properties":{"FID":142,"name":"信江河社区","name_t":"信江河","民警姓":" ","电话":" ","派出所":""}},{"type":"Feature","id":143,"geometry":{"type":"Polygon","coordinates":[[[118.05047317640251,28.495870407831116],[118.05206095382712,28.494085230514884],[118.05548899061053,28.49370245947939],[118.05951839577381,28.486757496422989],[118.06130151692217,28.484783574282662],[118.0625193222683,28.483435336116163],[118.06852197246171,28.483051099639148],[118.07766209832991,28.483359642054783],[118.07693834213238,28.483873312248008],[118.07648125614892,28.484920106649767],[118.07690027698631,28.485738817852827],[118.07846207367459,28.486500897781735],[118.07983341475631,28.487053500257442],[118.08097618697198,28.48705397797913],[118.08150945954365,28.486521203113078],[118.08192845868523,28.485683806632114],[118.0820808233314,28.485074724164217],[118.08238554989221,28.484732208460859],[118.08314739729937,28.484637360831044],[118.08371878259156,28.485189649658967],[118.08436634746283,28.485247038745293],[118.08552814897322,28.485266600402255],[118.08617571716283,28.485457251400913],[118.08602334993043,28.485856925914472],[118.08581386217371,28.486561161500035],[118.08609955107441,28.486980083230041],[118.08629064182021,28.4872732288283],[118.08630526872679,28.487385579679597],[118.08630526872662,28.487385579679895],[118.08614649930719,28.48746257638156],[118.08462323417116,28.487938107474964],[118.08362359149766,28.488461352592036],[118.08325624619867,28.490917831914842],[118.08394052591771,28.492315932942503],[118.08480331240141,28.494546893469284],[118.08554709540563,28.497164487992535],[118.08506512413143,28.501750803375163],[118.08470810860821,28.503927933871143],[118.08269875677823,28.503947843804905],[118.08211661525927,28.504487923101088],[118.08146754484152,28.50493916428567],[118.08065365999968,28.505131496637411],[118.08021882518436,28.505324631002399],[118.07945288052801,28.505298089560725],[118.07849116116554,28.50540467261596],[118.07799917558943,28.505268071628912],[118.07799909745768,28.505268061425305],[118.07767346683315,28.505270265257128],[118.07737654477306,28.505371414269202],[118.07703970069436,28.505225724345053],[118.0763026700396,28.505124318070827],[118.07601985879703,28.504637726907212],[118.07561718824526,28.504406104935089],[118.07503426891068,28.503908766952069],[118.07470753288835,28.503844977063057],[118.07410298269633,28.504105395869502],[118.0735330140113,28.504125947248689],[118.07232874507416,28.50391307141588],[118.07232663741148,28.503897438384925],[118.07224784029127,28.503312356346907],[118.07206797021055,28.502984681650887],[118.07206788671553,28.502984672498904],[118.07039788594342,28.502808346367477],[118.07014712463469,28.502876532118531],[118.06992835437416,28.503321646838323],[118.07003733191654,28.50350368837378],[118.07006106054328,28.503543314901666],[118.07006108657227,28.50354337128174],[118.07053197263635,28.503466965474868],[118.07064443893793,28.503504435010449],[118.07089070430706,28.503586529644949],[118.07108535055843,28.503486383114005],[118.07117545556203,28.503580225585146],[118.07122637146621,28.503633253719499],[118.0706647105693,28.504344544023393],[118.07070458574616,28.504449694350388],[118.07077045307156,28.504623346603463],[118.07073874629188,28.505184145550462],[118.07040373447452,28.505998147273267],[118.06870791229417,28.506928248989851],[118.06293624257907,28.509782314602134],[118.06161167044613,28.508721848558572],[118.05937442768779,28.506698814986777],[118.05927922567081,28.506698794635355],[118.05628038699754,28.503533467597158],[118.05473337465553,28.501463009796069],[118.05461437496852,28.500820528867393],[118.0541621724015,28.499844853977883],[118.05325776953482,28.499154625622079],[118.05278176980887,28.49844068903937],[118.05047317640251,28.495870407831116]]]},"properties":{"FID":143,"name":"日昇村民委员会","name_t":"灵溪街道","民警姓":"齐根明","电话":"18270397597","派出所":"灵溪派出所"}},{"type":"Feature","id":144,"geometry":{"type":"Polygon","coordinates":[[[118.00611443112672,28.468885418057848],[118.00611443112675,28.468885418057852],[118.00340199317223,28.46765648726403],[118.00357331790002,28.467313845994486],[118.00479401262847,28.467942050283686],[118.00497961638011,28.468063406732981],[118.00514142374752,28.467630823035119],[118.006093239157,28.467916384014181],[118.00665481118003,28.468125792811623],[118.00699746758571,28.468449412188985],[118.00764688764913,28.469354622841429],[118.00792053690665,28.469461708761425],[118.00914601720915,28.469140526827552],[118.00951515006034,28.468666383345031],[118.00957226005079,28.468371331349498],[118.01000058558641,28.468171473832935],[118.01037180105004,28.467838364074023],[118.01068590788785,28.467486217076683],[118.01088579376393,28.467181654614528],[118.01094290416849,28.46679142370861],[118.01124749280079,28.46663915306798],[118.01183763595876,28.466610628563899],[118.01202800458795,28.466886657831658],[118.0123611500526,28.466934265311629],[118.01294177729677,28.466905743969523],[118.01294178356336,28.466905792139372],[118.01292260332745,28.467822972556021],[118.01300827615758,28.468878396575434],[118.01266614836761,28.469935064816916],[118.01292231107368,28.471367870488148],[118.01094971844039,28.472102646177014],[118.00942678096381,28.470732002414625],[118.00611443112672,28.468885418057916],[118.00611443112672,28.468885418057848]]]},"properties":{"FID":144,"name":"丁洲居民委员会","name_t":"灵溪街道","民警姓":"何洪","电话":"13707935405","派出所":"灵溪派出所"}},{"type":"Feature","id":145,"geometry":{"type":"Polygon","coordinates":[[[117.98062952065922,28.488599557912799],[117.98115843010437,28.488623720198209],[117.98147360823206,28.48880182439132],[117.98082359296401,28.488629811194631],[117.98045562769259,28.488890812527938],[117.98003982135012,28.488854054214578],[117.97968584745871,28.488687154377399],[117.97949339775738,28.48868572288443],[117.97917129462643,28.488952581252789],[117.97900077981643,28.488963078788444],[117.97891503227687,28.488858366960809],[117.97893300527078,28.48855741557993],[117.978396565888,28.488129134243959],[117.97815328078609,28.48782095157511],[117.97804759849824,28.487605333321788],[117.97780628123972,28.487602039816611],[117.97767464224616,28.487748376434475],[117.97798272833359,28.488261301390153],[117.97805945893764,28.488897862967114],[117.97755585996927,28.489183238303916],[117.97647503668337,28.487553935959109],[117.97524444854686,28.487938367819904],[117.97500314383807,28.48764116424389],[117.97466208995743,28.487667136669423],[117.97438982391532,28.487926832103717],[117.97446458690597,28.488285496715942],[117.97486944334925,28.488527250679514],[117.97512773446027,28.488415544501301],[117.97533215835941,28.488485930795107],[117.97535807152978,28.488674793038633],[117.97504394618305,28.488671699428135],[117.97489336002664,28.488737111038848],[117.97490332543403,28.488811057770096],[117.97543582195681,28.489073433619463],[117.9754487729419,28.489225343711471],[117.9753241203658,28.489231702419573],[117.97461412738261,28.488831882800582],[117.9742840422732,28.488825832652726],[117.97414341889586,28.488984181890963],[117.97422717470766,28.4891328917818],[117.97487633709707,28.489600867891365],[117.97510866572424,28.489904095251006],[117.97523422928583,28.490960374496115],[117.97505570565023,28.491212803196838],[117.97482833326598,28.491274436717578],[117.97464883779132,28.491200978066871],[117.97478548805793,28.490829711995815],[117.97484934955925,28.490358688259771],[117.97462999599873,28.48990047562409],[117.9743388260477,28.489619406324056],[117.97405161926014,28.489638223376954],[117.9738222428404,28.489757839822968],[117.97367263648552,28.490004184382553],[117.97368058795438,28.490324052238439],[117.97317090661926,28.491348158511581],[117.97326562404255,28.49162679313493],[117.97313596944963,28.491752120353507],[117.97272608663957,28.491836257806167],[117.97219557076227,28.491421903513892],[117.97189637903425,28.491498724214363],[117.97151132232401,28.492762377890074],[117.97175763017688,28.49304658588386],[117.97193908193792,28.4937228398278],[117.97178848031011,28.493855220009664],[117.97147035840028,28.493682177487539],[117.97112529292501,28.493687146814153],[117.97059770698297,28.49380858530877],[117.97041917400141,28.493972029314047],[117.97021971678323,28.493876618530741],[117.97013692460689,28.494054789015543],[117.96972302441323,28.494170901926232],[117.96960532722923,28.494314180977671],[117.96909169073879,28.494371586217337],[117.96877154575576,28.494316491646078],[117.96878154145745,28.494033561374316],[117.96816222594278,28.49345846748172],[117.96793682494533,28.493394109317972],[117.96765854422408,28.493545819883352],[117.9674291083965,28.494002290178109],[117.9673372905299,28.494716294238458],[117.96691431306981,28.49571909962161],[117.96669486604445,28.495942619421452],[117.96620012883831,28.496203871510943],[117.96609135047649,28.496928911488112],[117.96534832068802,28.496247153505525],[117.96491941223482,28.496324276600085],[117.96379530438006,28.49461686084857],[117.96408648014388,28.494477037745121],[117.96532463784114,28.494318784413316],[117.96584422002176,28.494089565063348],[117.96608770766808,28.493890976134249],[117.96626796814738,28.493568599541291],[117.96613849444752,28.492448235260628],[117.96602570643282,28.492189729221462],[117.96528286038365,28.491677904704854],[117.96477409991661,28.491200330023194],[117.96454279868296,28.491080988296289],[117.96411588222476,28.491086123722795],[117.96402322257613,28.491012395038737],[117.96403112660123,28.490714475110515],[117.96434147511893,28.490284796587726],[117.9643931787794,28.489849806665809],[117.96422160878404,28.488684757703137],[117.96401842863277,28.488628216394851],[117.96367798169416,28.488702093846047],[117.96253713839542,28.488704095233611],[117.96173204845174,28.488498262635368],[117.96173705303406,28.488290420006788],[117.96207324870214,28.487974551978652],[117.96216194817937,28.487739500256943],[117.96213324876436,28.487376697211769],[117.9618857959539,28.486949484210569],[117.96265900329597,28.486636471102354],[117.96277461215928,28.48666915649645],[117.96291824003097,28.486845820807531],[117.96299295567904,28.486801639289357],[117.96291038822712,28.486485962463124],[117.96308889008928,28.485896589850451],[117.9630289751552,28.485464891067735],[117.96329223659495,28.485204284811868],[117.96348076579919,28.485171897751812],[117.96423594855976,28.485300753789616],[117.96478067553831,28.48515434942485],[117.96532610772648,28.484810002450796],[117.96563245309127,28.484422307239758],[117.96575426579082,28.484098085849116],[117.96573350738862,28.483012600287534],[117.96563975834076,28.482897891082231],[117.96543009638751,28.482903354485941],[117.96484476982786,28.483205924486633],[117.96464326111264,28.483485369844622],[117.96439768895551,28.48344003981126],[117.96408956107403,28.483551822224889],[117.9638500324366,28.483973317951964],[117.96354477578535,28.484290021186411],[117.96347004798641,28.484487153699405],[117.9632574902153,28.484392645384553],[117.9630678642305,28.48439924267992],[117.96242144688981,28.484763717378723],[117.96227600692906,28.484774093002372],[117.96225586498616,28.484669280608273],[117.96234286277,28.484506107743773],[117.96314980365788,28.483847210284573],[117.96332757879897,28.483596824657479],[117.96333836354758,28.483445845034474],[117.96322884658225,28.483353164560928],[117.96268012224569,28.483298525135577],[117.96268622359216,28.483100573996126],[117.96284174026236,28.483032289200604],[117.96337540704818,28.483001893852439],[117.96390000436396,28.482769483219862],[117.96402071312089,28.482603317830794],[117.96406053585075,28.482309309423862],[117.96416038688059,28.482253062316406],[117.96468604038415,28.482392515939186],[117.96552710131385,28.482243409767136],[117.96587323353484,28.481949473672351],[117.96596990270628,28.481725386296475],[117.9659340123561,28.481505455205173],[117.96564955767276,28.481367367954576],[117.96478279482245,28.481154762886632],[117.96377591472454,28.48133378033187],[117.96383539236213,28.480662760642389],[117.96427314711906,28.479967895122016],[117.96454912165512,28.47983460676944],[117.96424459726131,28.479463450924747],[117.96476428296461,28.479430273898483],[117.96508416034352,28.479493397754357],[117.96565304189161,28.478987033337422],[117.96690777162148,28.476784445355378],[117.96732864747096,28.475868591117798],[117.96788853908041,28.475138290422613],[117.96790929873903,28.474958190963807],[117.96785813750607,28.474328292036464],[117.96778676408026,28.473321785295536],[117.96787954960008,28.473186143552727],[117.96801516129976,28.472907728466442],[117.9680579857517,28.472493695003298],[117.9688074135024,28.472722030879275],[117.97009215223444,28.473207288174692],[117.97063459947464,28.472629013706328],[117.97109139813956,28.472314870433948],[117.97123414758973,28.472279161642565],[117.97167970756401,28.473470949118717],[117.9720989475547,28.474478775002183],[117.97255357589289,28.475571647785294],[117.97292589814008,28.476466647014224],[117.97323214297012,28.477202792376655],[117.97377294902981,28.478503230453914],[117.97392811534004,28.478876342602952],[117.9740841819936,28.479251616059731],[117.97525377870515,28.479176167496071],[117.97555355826989,28.479361736541541],[117.97599609072768,28.479561568875674],[117.97798535629967,28.479105714787387],[117.97855275331199,28.48041444606849],[117.9788969701552,28.481208399491511],[117.97830346693848,28.480340988134113],[117.97810710361638,28.48057648709079],[117.97793835634896,28.480880781832798],[117.97766228312813,28.481548470157758],[117.97758646724157,28.481926566786488],[117.97755452763971,28.48228344381852],[117.97766608172527,28.482652996291176],[117.9776801277544,28.482837994238498],[117.9778624816916,28.48320434081554],[117.97786855752302,28.483284296986682],[117.97771665612414,28.483671612173261],[117.97772670802566,28.483909403536785],[117.97777655933704,28.483995330408817],[117.97804976756829,28.484226354089287],[117.97847763845472,28.484428134075298],[117.97831747450621,28.484440762163054],[117.978690640366,28.485067748550104],[117.97899817953565,28.485584470228861],[117.97939489488115,28.486251014255942],[117.97982144143755,28.486967668666022],[117.979821441439,28.486967668670118],[117.98011560126605,28.487800096628106],[117.98062952065922,28.488599557912799]]]},"properties":{"FID":145,"name":"王家坝居民委员会","name_t":"石狮乡","民警姓":"许倓嘉","电话":"18079300002","派出所":"石狮派出所"}},{"type":"Feature","id":146,"geometry":{"type":"Polygon","coordinates":[[[117.96325788689701,28.448171660785256],[117.96374314793387,28.448426520226114],[117.96447430378208,28.448810519518247],[117.96401852630186,28.449498241143885],[117.96312041870007,28.449290162951357],[117.96271088438213,28.449831820693348],[117.96256398801624,28.450102128681696],[117.96181985084024,28.449682234991425],[117.96126824136216,28.449405526838753],[117.96082997060708,28.449176711318085],[117.96029569190399,28.44889323160071],[117.95998295129826,28.448735340187394],[117.95962829958211,28.448589084150505],[117.95945239979693,28.448385273112837],[117.95969834518556,28.448268998525197],[117.9611956234975,28.447407434079622],[117.96133822374341,28.447333343828486],[117.96150758075639,28.447252386455244],[117.96325788689701,28.448171660785256]]]},"properties":{"FID":146,"name":"河中巷社区居民委员会","name_t":"西市街道","民警姓":"游熠鹏","电话":"18270825914","派出所":"西市派出所"}},{"type":"Feature","id":147,"geometry":{"type":"Polygon","coordinates":[[[118.05410299310294,28.443026391117716],[118.05393159523629,28.442226822622477],[118.05363165202483,28.442141025886702],[118.05344597595867,28.442340823278101],[118.05323173375872,28.442297896907572],[118.05303177170235,28.442097932336448],[118.05294608017189,28.441855195314719],[118.05230335113126,28.44221182122455],[118.05263186392732,28.442526045996086],[118.05228907913411,28.442825710755741],[118.05233191355327,28.44303987656971],[118.05258901933395,28.443396904984471],[118.05270326981407,28.443668215587746],[118.05257473027686,28.443825202443996],[118.05238905575636,28.443539585645748],[118.05223193587042,28.443111225496988],[118.05196056657638,28.442854118590873],[118.05164634953746,28.442911074103698],[118.05161777968949,28.443339366999087],[118.05171776245835,28.443867642466532],[118.05201770398691,28.444381738068461],[118.05244619063755,28.444638913883196],[118.05267471413519,28.444724678459078],[118.05281754533914,28.444739013338687],[118.05290324129983,28.44515308268328],[118.05291751757578,28.445624218011837],[118.05276042067084,28.44596678038436],[118.05253188990477,28.445952408733213],[118.0522462385766,28.445909440851757],[118.05204627341834,28.445923637712461],[118.05187488442532,28.445994941184455],[118.05170349732794,28.446009136646936],[118.05157494651262,28.445923423683777],[118.05136070904226,28.445823385742067],[118.05118931498164,28.44592324850446],[118.05100363567335,28.446165858543388],[118.05083225701821,28.4465369779025],[118.05097508202402,28.446779747145225],[118.05086081493256,28.446865353357879],[118.05067515024022,28.446908102798925],[118.05063229435349,28.447050841786044],[118.0505323233451,28.447579038746941],[118.05028952044547,28.447636037952503],[118.05006100034934,28.447407509523764],[118.04977534665747,28.446993353070287],[118.04951825901914,28.447264493001363],[118.04931831844398,28.448920499508009],[118.04924690481009,28.449320203876695],[118.04874702486607,28.449391363864315],[118.04771869246592,28.449619325215963],[118.04721881667723,28.44980469992003],[118.04686175961389,28.449733166776383],[118.04683319385197,28.449833081138472],[118.04704743015448,28.449975953107241],[118.04703315668203,28.450132987154458],[118.04684748519527,28.450104349179956],[118.04657612026516,28.450104223196472],[118.04623334452359,28.450075520098132],[118.0460476780582,28.449889844092269],[118.04581916643255,28.449547104923052],[118.04564778438237,28.449361436203777],[118.04519074822319,28.449418345679391],[118.04497652304504,28.449575296603548],[118.04491939725111,28.449860799918039],[118.04486227415876,28.450174867627581],[118.04459091636605,28.450331788004529],[118.04444809868819,28.450303165202822],[118.04436240132412,28.450117541900312],[118.04427670224031,28.449732033577533],[118.04419100853249,28.449517845036393],[118.04409104513979,28.449360767505059],[118.04397678420014,28.449232217721146],[118.04383395698673,28.448989460327155],[118.04366258334704,28.448575357601623],[118.04350547675638,28.448232655805008],[118.04346263272986,28.448061320546667],[118.04334838107339,28.447790015612597],[118.04340549770467,28.447004831341413],[118.04314842721604,28.446776296273637],[118.04290563732035,28.446790466695973],[118.04276281769839,28.447047388660685],[118.04254859597296,28.447689745971324],[118.04244862326286,28.447518382260661],[118.04224866994214,28.446861570807457],[118.04197731914253,28.446904291609265],[118.04170596869875,28.44661865082503],[118.04143461586595,28.44617596551597],[118.04139176684389,28.445704815114599],[118.0412917973859,28.445048050588049],[118.04134892518745,28.44466261174907],[118.04106327878503,28.444548277219265],[118.04062056176491,28.444519557291009],[118.04037776960116,28.444433793004656],[118.0401064207003,28.444276650193576],[118.0399778829493,28.444005338783892],[118.03994932158143,28.443705520544817],[118.04006357288428,28.443477136357902],[118.04037776635917,28.443206010994047],[118.04072051277082,28.442806392275131],[118.04082049664488,28.442649392712205],[118.04016353701184,28.442349317116836],[118.03991648803127,28.442294338982311],[118.04009391488783,28.441938850855514],[118.04080798845455,28.44218183299288],[118.04076514934825,28.44198193371847],[118.04030813188491,28.441767608144193],[118.04016532453629,28.441524850624468],[118.03999393875075,28.441153589288515],[118.04035574209087,28.441006206237237],[118.04039382105155,28.441139470934917],[118.04079371104893,28.441425155040523],[118.04130784722406,28.441235015456019],[118.04128880409505,28.441120801522075],[118.040946044538,28.440987405414148],[118.04142210179998,28.440968565116592],[118.04149827452885,28.440835342685109],[118.04102221360905,28.440606719892248],[118.04020340487415,28.43992111615896],[118.03938458354577,28.438474111270093],[118.03915607734736,28.437998134598327],[118.03879427322065,28.437160422838883],[118.04066039779006,28.43729440405416],[118.04260271346105,28.437447487897959],[118.04444983182783,28.437695724554029],[118.0442784487999,28.437429158591737],[118.04420227816341,28.437067448119304],[118.04420227026293,28.436344098828869],[118.04464024629632,28.435906477553353],[118.04524961011043,28.435564093587395],[118.04591610818161,28.435488247905205],[118.04623984270665,28.435697783657069],[118.04667782869473,28.43605964315935],[118.04734432712026,28.436212224511163],[118.04774424555706,28.436345646005002],[118.04795370889124,28.435926966050907],[118.04806796871878,28.435660517113917],[118.04757284372273,28.435508009218889],[118.0472300696851,28.43516522280779],[118.04692538755532,28.434898588721854],[118.04650643476521,28.434765162907198],[118.04582089646746,28.434726783333229],[118.04509726832966,28.434935861347249],[118.04545908267332,28.434669517703615],[118.04614462393056,28.434022612120469],[118.04690633907302,28.433166348032763],[118.04757283471325,28.431986448316312],[118.04793465481359,28.431091930046232],[118.04780135787608,28.430863445052154],[118.04747762537305,28.430463555650732],[118.04703963368682,28.430425288728415],[118.04700154125791,28.430292018750894],[118.04702059654178,28.430063598901299],[118.04717293856453,28.429987534031561],[118.04742049206945,28.430177994783694],[118.04770614193087,28.430292338445085],[118.04841073964351,28.430425900053905],[118.0493628987187,28.429455510306706],[118.05028128551149,28.427935942361682],[118.05253905025923,28.429279565335943],[118.05401514439724,28.429551284517906],[118.05430578137985,28.429549857633894],[118.05464238191514,28.429402399690847],[118.05485715119502,28.429135167426733],[118.05518884183748,28.428176938868862],[118.05601392466134,28.427737887774779],[118.05660326615057,28.427717063742627],[118.05710472112202,28.427719378836869],[118.05710474982963,28.4277193921159],[118.05774800844316,28.428096405894237],[118.05774804971077,28.428096434529039],[118.05873889014627,28.42926779837294],[118.05906855340763,28.429463310909266],[118.05954207869576,28.429541685792397],[118.06061947278342,28.429177520347388],[118.06061946290436,28.42917762593461],[118.06078609770502,28.430200654932953],[118.06084322663754,28.431181016920714],[118.06086226623678,28.431980514451904],[118.06080511892239,28.433246365134021],[118.06085273072884,28.433988767064847],[118.06100508621306,28.435273736959978],[118.0611384020535,28.436235090281034],[118.06107174035948,28.436749021593929],[118.05956719436526,28.436805500365153],[118.0593291407577,28.436967203066803],[118.05891016640663,28.437157376864715],[118.05859592670822,28.43715724712521],[118.05838643580142,28.437147639284028],[118.05824359715932,28.437271302320237],[118.05823407371244,28.437452146622892],[118.05843404284073,28.437928109444911],[118.058357867135,28.438308800388821],[118.05816742130961,28.438584723611186],[118.0577198760908,28.438622607772466],[118.05710092833863,28.43863185703858],[118.0566724409354,28.438517458864975],[118.05661529617348,28.438545984381367],[118.05718662793146,28.439164886454087],[118.05735803905688,28.439250628994984],[118.05767226345358,28.439307872296759],[118.05784366396959,28.43946022357645],[118.05791032057999,28.439593510505038],[118.05783414050178,28.439793339027087],[118.05768177949363,28.440154960024131],[118.05747230163172,28.440097752174854],[118.05689145049281,28.43997377640353],[118.05650104058883,28.439935524153174],[118.05596304950967,28.43989873535029],[118.05567261592748,28.439897089221532],[118.05558691023549,28.439982715277683],[118.05635820614287,28.440259071913555],[118.05701523998658,28.440487784001011],[118.05684300401471,28.440970842476275],[118.05655817146663,28.441782007394313],[118.05631059163785,28.442029357820047],[118.05609158210025,28.442029257612916],[118.05592018851935,28.442314718557874],[118.05555986336185,28.443027045225257],[118.05533133260437,28.443440972334141],[118.05493140450547,28.443298020013533],[118.05503138833996,28.443098187770271],[118.05534561465544,28.442570099673528],[118.05541703306159,28.442313149978947],[118.05554557091686,28.441927733457256],[118.05564555856695,28.441428093127868],[118.05555985923867,28.441213907364624],[118.05538846862778,28.441299496964888],[118.05523134817132,28.441827662151397],[118.0549314109913,28.44239859892631],[118.05480285536166,28.44271262534987],[118.05437437123094,28.443083626107548],[118.05410299310294,28.443026391117716]]]},"properties":{"FID":147,"name":"下源村民委员会","name_t":"朝阳镇","民警姓":"徐贵才","电话":"18879381640","派出所":"朝阳派出所"}},{"type":"Feature","id":148,"geometry":{"type":"MultiPolygon","coordinates":[[[[117.9424267262935,28.470984234096317],[117.94221856853672,28.471073505857206],[117.94208772583181,28.47119845322845],[117.94099620493499,28.471045278834634],[117.94112425567926,28.470353929860384],[117.94198662108249,28.470389452739866],[117.94212183463927,28.470383790840256],[117.94254358321372,28.470373025910138],[117.94335654134679,28.470368877723519],[117.94452614979689,28.470371115649836],[117.94457967685382,28.470501976278225],[117.94435367558266,28.471090938601638],[117.94396114754899,28.471120757170123],[117.94355672622248,28.471037553741724],[117.94312851523098,28.470972201477103],[117.94284898888978,28.470972255662229],[117.94274193605385,28.470942533042955],[117.9424267262935,28.470984234096317]]],[[[117.94792093533025,28.469282150510995],[117.94666483748495,28.469444186501331],[117.94665532088362,28.469996226099873],[117.94638717971911,28.470020418487287],[117.94504317676578,28.470141676591943],[117.94508576642224,28.469960254742567],[117.94511889767121,28.469871167406229],[117.94518987850257,28.469516760158015],[117.94399088490077,28.469431326919526],[117.94290608393732,28.469212624925301],[117.94220191541423,28.468984332294607],[117.9410505081318,28.468508664838886],[117.94076474120905,28.469108960406825],[117.93960013295076,28.468585651480257],[117.93793748068681,28.467900944326182],[117.93570818335624,28.466982411829214],[117.937857207039,28.463285217523453],[117.93831830236374,28.462470336324952],[117.93946435484921,28.46040990128785],[117.94022121362212,28.459042734822379],[117.94185701359801,28.456323744328341],[117.94505543490509,28.458450122940679],[117.94426008217224,28.460199092457099],[117.94398132388569,28.460824493770325],[117.9436303890365,28.461785418067354],[117.94332409842229,28.462624056678834],[117.94246979060763,28.464632286301651],[117.94661358042913,28.465851148083111],[117.94664181874366,28.46585945271929],[117.9470375757686,28.464705788492108],[117.94704057397271,28.464696005979178],[117.94715886317151,28.464310051775634],[117.94733015888875,28.463751152820695],[117.94749433080611,28.463215489334864],[117.94763894471915,28.462743641188311],[117.94766586587006,28.462655801969696],[117.94774575886584,28.462395123714796],[117.94790883850797,28.461863015623095],[117.94797449549768,28.461648786824114],[117.94843512416361,28.460520540449703],[117.94895298070902,28.460647333343076],[117.9494435085432,28.460722726327091],[117.94924360289853,28.461492383921801],[117.94886534476548,28.461492452205462],[117.94871546851888,28.462291982038877],[117.94902949448607,28.462377586022676],[117.94885106939532,28.463705363518994],[117.94876775932329,28.464261280835331],[117.94875041803884,28.464375153915274],[117.94871805969591,28.464592358461957],[117.94870404608046,28.464686428105356],[117.9486864748301,28.464803174274689],[117.94849427753577,28.466086146179506],[117.94849120832387,28.466106633941383],[117.94823856036878,28.46755934699388],[117.94792093533025,28.469282150510995]],[[117.94149450968314,28.467295744301779],[117.94175632058182,28.467428205862934],[117.94192760592978,28.4670890975557],[117.94161998629114,28.466952968462518],[117.94149450968314,28.467295744301779]]],[[[117.95347371186327,28.454596142696321],[117.95356527631498,28.455859484446457],[117.95362489698836,28.456836297767509],[117.95364024115975,28.458272397564151],[117.95368748884891,28.458721826880144],[117.9533071794604,28.458700758928266],[117.95278379668018,28.458522387727573],[117.95271242659564,28.458403426311644],[117.95266484630086,28.458141692815182],[117.95266484638381,28.457856155891299],[117.95285516722041,28.457130385146687],[117.95295032813726,28.456737756399153],[117.95297411797587,28.456452214514012],[117.95286706243779,28.455952543864129],[117.95292653876892,28.455417153202916],[117.95267674292489,28.455191145857953],[117.95306927951104,28.454060830030528],[117.95335476130603,28.453989396567447],[117.95347371186327,28.454596142696321]]],[[[117.95682818083534,28.453718053503604],[117.95606563712732,28.453839881250776],[117.95602689424111,28.453423241478088],[117.95474816702493,28.453411553418881],[117.95472386543933,28.453687816027593],[117.95413278035038,28.453485410708534],[117.95324756367027,28.453124847384835],[117.95195984330842,28.452531181670913],[117.95310759988178,28.449923034189649],[117.95521794174931,28.450730089018585],[117.95609739219849,28.451058416904633],[117.95623538143548,28.451081671876711],[117.95648128993503,28.452434734869165],[117.95682818083534,28.453718053503604]]],[[[117.95027565854902,28.452131286029189],[117.95020333878347,28.452306424625224],[117.95004965393402,28.452678604800976],[117.94975228012051,28.45257753044574],[117.9499909849666,28.452002861639379],[117.95027565854902,28.452131286029189]]]]},"properties":{"FID":148,"name":"民主居民委员会","name_t":"北门街道","民警姓":"卢军","电话":"13870381227","派出所":"凤凰派出所"}},{"type":"Feature","id":149,"geometry":{"type":"Polygon","coordinates":[[[117.98336247780647,28.480818509340644],[117.98126139601689,28.481127772361287],[117.97889697015518,28.481208399491688],[117.97855275331216,28.480414446068593],[117.9779853563646,28.479105714567336],[117.97729192645892,28.477087361381226],[117.97775923327569,28.477076591741998],[117.97809622855287,28.477068826442103],[117.97894767360526,28.476801520081519],[117.98030719579421,28.476368785510097],[117.98164220452225,28.475874410294253],[117.98284647950759,28.475428449400351],[117.98383575166544,28.478029316700347],[117.9857303820454,28.477658290746703],[117.98693113648318,28.478866784785563],[117.98727277852137,28.479162366007362],[117.98556903912268,28.480061696356529],[117.98336247780647,28.480818509340644]]]},"properties":{"FID":149,"name":"东都花园社区居民委员会","name_t":"北门街道","民警姓":"吴昊","电话":"15907937377","派出所":"车站派出所"}},{"type":"Feature","id":150,"geometry":{"type":"Polygon","coordinates":[[[117.9779853563646,28.479105714567336],[117.97599609072788,28.479561568875887],[117.97555355827006,28.479361736541669],[117.97525377870527,28.479176167496199],[117.97408418199377,28.479251616059848],[117.97392811534012,28.478876342603026],[117.97377294903004,28.478503230454074],[117.97323214297008,28.477202792376744],[117.97292589814035,28.476466647014469],[117.97255357589316,28.475571647785543],[117.97209894755477,28.474478775002368],[117.97167970756419,28.473470949118848],[117.97123414758981,28.472279161642657],[117.97095578714153,28.471101355358076],[117.97100948986089,28.470566064067693],[117.97126979561419,28.470452367540375],[117.97287840789531,28.47052879380583],[117.97613321192055,28.470568267742244],[117.97619320609567,28.47186806224239],[117.97601934732288,28.47279948390678],[117.97601819432245,28.47282331884535],[117.97597652130297,28.47368465050782],[117.97729192645892,28.477087361381226],[117.9779853563646,28.479105714567336]]]},"properties":{"FID":150,"name":"东都花园社区居民委员会","name_t":"北门街道","民警姓":"罗俊","电话":"15180320897","派出所":"车站派出所"}},{"type":"Feature","id":151,"geometry":{"type":"Polygon","coordinates":[[[117.98652314268769,28.487352188730018],[117.98720523646925,28.486199515101081],[117.98748632560685,28.486011728027261],[117.98735675377502,28.485436311634821],[117.98847859893408,28.484885101274443],[117.9883019730562,28.484226855102108],[117.98856550257341,28.484156079543766],[117.99037811349606,28.484678407285486],[117.99092853602119,28.482860336098465],[117.99081079103351,28.482778721620789],[117.9908287847541,28.482201856463963],[117.99122185756232,28.481772802707241],[117.99099533696362,28.481664526970622],[117.99288211316086,28.479726320121994],[117.99261193824367,28.478203735359038],[117.99181621463278,28.477941141721764],[117.99243935041075,28.476974556623109],[117.99348532149111,28.477365346612377],[117.99414652615975,28.476591481167777],[117.99458332634769,28.476656130961089],[117.99488524320186,28.476537249226443],[117.99477248694227,28.476411632491551],[117.99714369593825,28.476040629854303],[117.99936903069982,28.477108520709603],[118.00123075575699,28.474538695701135],[118.00360569056784,28.475757130382387],[118.00399062938028,28.474983216820512],[118.00550913631034,28.475826385677124],[118.0064505582055,28.473976156053489],[118.00811967322666,28.474800917826848],[118.00968112095454,28.475757986287977],[118.01063436490705,28.476257016376248],[118.00909360297348,28.478146955716269],[118.0114896448799,28.479836350072876],[118.01243091284135,28.480776291633859],[118.01140371618156,28.481910924045586],[118.0102050837616,28.482329310181111],[118.00905036483172,28.482521657911061],[118.00875016332898,28.483276298386304],[118.00798024660607,28.484825071945899],[118.0083221741959,28.485917691480136],[118.00896425079632,28.486895460506229],[118.00973383174541,28.489533294366236],[118.01166030860767,28.490168412896942],[118.00574414902911,28.489423291132749],[118.00158489711316,28.488775425291319],[117.9961001989591,28.488802458081512],[117.99175132632671,28.488669497483716],[117.98652314268769,28.487352188730018]]]},"properties":{"FID":151,"name":"松山居民委员会","name_t":"灵溪街道","民警姓":"汪俊良","电话":"15707038896","派出所":"车站派出所"}},{"type":"Feature","id":152,"geometry":{"type":"Polygon","coordinates":[[[117.96963441922001,28.456252077461201],[117.96975357664657,28.455342585789072],[117.96976578340673,28.454714390369833],[117.96995917367464,28.454702765539142],[117.9711827075096,28.45475097708729],[117.97230740670311,28.454795296351694],[117.97356361245916,28.455273433864136],[117.97417030635593,28.45573022885219],[117.97417129370236,28.455730846417207],[117.97416283743054,28.455738375720202],[117.97378896433254,28.456146190674595],[117.97348450423407,28.456478290813084],[117.97321433255614,28.456772986449412],[117.97302202699636,28.456982747902366],[117.97243588065788,28.457622093819126],[117.97160160802254,28.457132552422678],[117.97128531598578,28.45694695471888],[117.9700399746082,28.456387151618664],[117.96963441922001,28.456252077461201]]]},"properties":{"FID":152,"name":"施家山社区居民委员会","name_t":"东市街道","民警姓":"郑镭","电话":"13707038198","派出所":"东市派出所"}},{"type":"Feature","id":153,"geometry":{"type":"Polygon","coordinates":[[[117.93951798134908,28.458311734166582],[117.93922266426597,28.459006779420008],[117.9372148056423,28.458110717709733],[117.93749943912387,28.457441598124348],[117.93951798134908,28.458311734166582]]]},"properties":{"FID":153,"name":"广平社区居民委员会","name_t":"北门街道","民警姓":"汪亿敏","电话":"13970377771","派出所":"大院派出所"}},{"type":"Feature","id":154,"geometry":{"type":"MultiPolygon","coordinates":[[[[117.95505857329344,28.465039022960404],[117.95424559915189,28.464852120110127],[117.95448047096617,28.464056397154977],[117.95478974408391,28.463271120078254],[117.95492059056453,28.462700025206566],[117.9550395418931,28.462390674223116],[117.95504924717929,28.462232427316231],[117.95549631507858,28.462278763861448],[117.955429702206,28.462545275609848],[117.9557247017851,28.462649924045124],[117.95699300162833,28.46302592378321],[117.95654943825897,28.464175340498038],[117.95626245974357,28.464919670085063],[117.95576276560433,28.464829513797998],[117.95505857329344,28.465039022960404]]],[[[117.95433021281791,28.466917043375936],[117.95539006775716,28.467116742905091],[117.95540434277164,28.467191693090204],[117.95532940328339,28.467345182592975],[117.95527944329208,28.467587896430082],[117.95532583421952,28.468348129569833],[117.95523305188667,28.468419528849235],[117.9537842276163,28.468773121897385],[117.95372356407903,28.466860037193957],[117.95433021281791,28.466917043375936]]],[[[117.95161661175518,28.479180291516315],[117.95180217339887,28.479480072031109],[117.95215902400449,28.479665609459616],[117.95238740799113,28.47985116843752],[117.95245877799714,28.479979648249405],[117.95237313476616,28.480250923124498],[117.94801958050522,28.480280250016087],[117.94763418663531,28.478952576407313],[117.94660647021286,28.479166919554867],[117.94634954275521,28.477111102667923],[117.95107420079299,28.477138800291634],[117.95161661175518,28.479180291516315]]]]},"properties":{"FID":154,"name":"沽塘居民委员会","name_t":"北门街道","民警姓":"胡树保","电话":"18379331911","派出所":"北门派出所"}},{"type":"Feature","id":155,"geometry":{"type":"MultiPolygon","coordinates":[[[[117.96508416034369,28.47949339775445],[117.96476428296457,28.479430273898501],[117.96424459726127,28.479463450924868],[117.96428266261769,28.479035140775757],[117.96460622042306,28.478559201821522],[117.96485364794033,28.478311703247989],[117.96558403476854,28.477290811368359],[117.96579502353343,28.476924009346099],[117.9660836477799,28.476422238067972],[117.96657136725932,28.475399001964156],[117.96666247266587,28.475233321671677],[117.96696392308229,28.474685108381308],[117.96705908765672,28.474328176125013],[117.96785813750634,28.474328292036503],[117.96790929873906,28.474958190963847],[117.96788853908039,28.475138290422723],[117.96732864747095,28.475868591117923],[117.96690777162148,28.476784445355474],[117.96565304189176,28.478987033337397],[117.96508416034369,28.47949339775445]]],[[[117.96011255201017,28.495265218186354],[117.95942509061693,28.495448902667221],[117.95916371591983,28.495445565292947],[117.95889935889006,28.495281189559275],[117.95844327773705,28.494830591086455],[117.95780688018337,28.494778199130348],[117.9573651284143,28.494578363875249],[117.95703474100426,28.494029369729439],[117.95541969752148,28.492122867808455],[117.95538774860441,28.491147377792583],[117.95519809834855,28.490891822562119],[117.95442304967109,28.490737834798967],[117.95452851926747,28.483907854895719],[117.95575116202016,28.484055932068856],[117.9565840002889,28.484250161069948],[117.95832545981104,28.484806680957597],[117.95959587425088,28.48527762030092],[117.96043806276531,28.485405985132097],[117.96102807311992,28.484596430103853],[117.96122826560789,28.48423235426166],[117.96149912903654,28.483739750892365],[117.96196304993151,28.482654644600249],[117.9625554416517,28.48219056179828],[117.96359034472201,28.481740695516006],[117.96377591472452,28.481333780331866],[117.96478279482248,28.481154762886703],[117.96564955767276,28.481367367954537],[117.96593401235614,28.481505455205156],[117.96596990270626,28.481725386296478],[117.96587323353489,28.481949473672369],[117.96552710131382,28.482243409767268],[117.96468604038411,28.482392515939267],[117.96416038688058,28.482253062316424],[117.96406053585072,28.482309309423975],[117.96402071312106,28.482603317830893],[117.96390000436411,28.482769483219851],[117.96337540704818,28.483001893852528],[117.96284174026243,28.483032289200612],[117.96268622359221,28.483100573996229],[117.9626801222458,28.483298525135563],[117.96322884658224,28.483353164560953],[117.96333836354761,28.483445845034471],[117.96332757879904,28.483596824657614],[117.96314980365796,28.483847210284686],[117.96234286276999,28.48450610774379],[117.96225586498626,28.484669280608358],[117.9622760069291,28.484774093002411],[117.96242144689006,28.484763717378769],[117.96306786423048,28.484399242680031],[117.96325749021545,28.484392645384563],[117.96347004798642,28.484487153699426],[117.96354477578538,28.484290021186361],[117.96385003243662,28.483973317952088],[117.96408956107418,28.483551822224999],[117.96439768895556,28.48344003981126],[117.96464326111273,28.483485369844679],[117.96484476982793,28.483205924486615],[117.96543009638746,28.482903354486027],[117.96563975834097,28.482897891082242],[117.96573350738859,28.483012600287626],[117.96575426579078,28.484098085849212],[117.96563245309129,28.484422307239853],[117.96532610772644,28.484810002450843],[117.96478067553842,28.485154349424864],[117.96423594855976,28.485300753789648],[117.96348076579933,28.485171897751879],[117.96329223659491,28.485204284811964],[117.96302897515541,28.485464891067796],[117.96308889008925,28.48589658985048],[117.96291038822709,28.486485962463192],[117.96299295567911,28.486801639289443],[117.96291824003116,28.486845820807542],[117.96277461215941,28.486669156496571],[117.96265900329601,28.486636471102397],[117.96188579595407,28.48694948421068],[117.96213324876443,28.487376697211786],[117.9621619481796,28.487739500256932],[117.96207324870211,28.487974551978727],[117.96173705303421,28.488290420006852],[117.96173204845181,28.488498262635481],[117.96253713839545,28.488704095233604],[117.9636779816941,28.488702093846086],[117.96401842863273,28.488628216394972],[117.96422160878429,28.488684757703126],[117.96439317877936,28.48984980666593],[117.96434147511893,28.490284796587837],[117.96403112660137,28.490714475110561],[117.96402322257609,28.491012395038855],[117.9641158822249,28.491086123722773],[117.96454279868296,28.491080988296364],[117.96477409991677,28.491200330023204],[117.9652828603836,28.491677904704854],[117.96602570643283,28.49218972922155],[117.96613849444756,28.49244823526066],[117.96626796814751,28.493568599541401],[117.96608770766828,28.493890976134246],[117.96584422002179,28.494089565063447],[117.96532463784129,28.494318784413341],[117.96408648014403,28.494477037745174],[117.96379530438001,28.494616860848648],[117.9623929760111,28.495120277302959],[117.96131055062774,28.495071207401896],[117.96011255201017,28.495265218186354]]]]},"properties":{"FID":155,"name":"沽塘居民委员会","name_t":"北门街道","民警姓":"胡树保","电话":"18379331911","派出所":"北门派出所"}},{"type":"Feature","id":156,"geometry":{"type":"MultiPolygon","coordinates":[[[[117.96686892467412,28.457698031792219],[117.96689174587658,28.45868102182968],[117.96689866237047,28.45898889079988],[117.9671960538179,28.459262491370684],[117.96737766868144,28.459660831799845],[117.96657235041002,28.459637721365748],[117.96614410935958,28.459238026224391],[117.9659112186924,28.459061942456518],[117.96604967252728,28.458917798375928],[117.96617937746518,28.45844521605903],[117.96632565015406,28.457766097815998],[117.96642081534753,28.457566209262151],[117.96651696158919,28.457381271905451],[117.96654452996221,28.457328245850896],[117.96675070602517,28.457230030649264],[117.96686892467412,28.457698031792219]]],[[[117.96683623429659,28.460395449633257],[117.96697199342675,28.460458310744247],[117.96715068178359,28.460546493678638],[117.96724584615063,28.460984304854001],[117.967246665307,28.461012992348728],[117.96710470276837,28.46100832860926],[117.96653501163226,28.460983115114846],[117.96608773731734,28.460868959340189],[117.96627806670261,28.460364486174974],[117.96638541241948,28.460204222225464],[117.96683623429659,28.460395449633257]]],[[[117.96557389622494,28.459457791986448],[117.96557389614975,28.459676703360792],[117.96540260018176,28.459819494565121],[117.96512662343103,28.460466747926464],[117.96508018656866,28.460726656413129],[117.96540259983449,28.460828390463391],[117.96523747270115,28.461460936653673],[117.96524239408896,28.46147623364735],[117.96448074995531,28.461408567165254],[117.96448286534522,28.461401463020433],[117.96476499946375,28.460400171747636],[117.96493629507236,28.460124129783626],[117.96501242656123,28.459790993465507],[117.96525033735922,28.459457835354129],[117.96545018253121,28.459353111783781],[117.96557389622494,28.459457791986448]]],[[[117.96501745456713,28.463089387108386],[117.9653172213895,28.463308257919614],[117.96561698949778,28.463370084222312],[117.96567828454668,28.463453274498967],[117.9655598908782,28.463584244745267],[117.96543617675545,28.463727028397457],[117.96521254124282,28.463903140176217],[117.9651744749723,28.463988806107626],[117.96508406875977,28.46409351424624],[117.964993662563,28.464241054610774],[117.96473790849355,28.464318421496099],[117.96458326724465,28.464419570915126],[117.96433346164459,28.464580219406688],[117.96410744697164,28.464538609988555],[117.96423235021727,28.464084113849449],[117.96425614099326,28.463693876830192],[117.96433703093071,28.46335122248702],[117.96443219550382,28.462903868471429],[117.96501745456713,28.463089387108386]]],[[[117.96936631795651,28.464527064808546],[117.97083492776521,28.46472068263218],[117.97077789714295,28.465272051119197],[117.96888938546526,28.465409170558097],[117.96888732726481,28.465409320018285],[117.96805638227488,28.46546965264222],[117.9680062306503,28.464399596466826],[117.96936631795651,28.464527064808546]]],[[[117.96970016984572,28.466422627225526],[117.96969303273418,28.466786687823344],[117.97032112737224,28.46680802903191],[117.97022833992189,28.467343419483676],[117.96992856735744,28.467443393436263],[117.9691291738821,28.467436350661991],[117.96897215118297,28.466394162504496],[117.96970016984572,28.466422627225526]]],[[[117.96705908765706,28.474328176125237],[117.96696392308229,28.474685108381479],[117.96666247266587,28.475233321671848],[117.96657136725932,28.475399001964156],[117.96608364778001,28.476422238067968],[117.96579502353366,28.47692400934627],[117.96558403476854,28.477290811368359],[117.96485364794033,28.47831170324816],[117.96460622042318,28.478559201821522],[117.96428266261769,28.479035140775927],[117.9642445972615,28.479463450924868],[117.96454912165524,28.479834606769625],[117.96427314711924,28.479967895122083],[117.96383539236224,28.480662760642588],[117.96377591472452,28.481333780332037],[117.96359034472223,28.481740695516006],[117.9625554416517,28.48219056179828],[117.96196304993151,28.482654644600249],[117.96149912903654,28.483739750892365],[117.961228265608,28.484232354261888],[117.96102807312015,28.484596430104023],[117.96043806276553,28.485405985132267],[117.95959587425088,28.48527762030109],[117.95832545981104,28.484806680957597],[117.9565840002889,28.484250161070175],[117.95575116202005,28.484055932069026],[117.95452851915813,28.483907854845008],[117.95428300679869,28.477129026218183],[117.95425921639648,28.475986884330062],[117.95433058713402,28.475011288892485],[117.95479789235655,28.473721214164495],[117.95641477500034,28.474044385704701],[117.9579563938379,28.472340437968104],[117.95847978524903,28.471912051213778],[117.95868914135964,28.471141070570177],[117.95903172568465,28.470217782145532],[117.95920831727807,28.469666911518583],[117.95978368908234,28.469786826190521],[117.96168218614187,28.470143464483296],[117.9614915208832,28.470857986200311],[117.96156289287632,28.471286280659164],[117.96183648718629,28.471547982377004],[117.96202681341228,28.471655031193752],[117.96520290294234,28.471440434895044],[117.96608317474754,28.47142841943683],[117.96616681856436,28.471065033054021],[117.96630677327609,28.471077739230154],[117.96641220621652,28.471221837914001],[117.9667619364682,28.47147877567286],[117.96700460724236,28.471814250461453],[117.96710352356754,28.473175221016259],[117.9670904428617,28.473514611234805],[117.96705908765706,28.474328176125237]]]]},"properties":{"FID":156,"name":"沽塘居民委员会","name_t":"北门街道","民警姓":"胡树保","电话":"18379331911","派出所":"北门派出所"}},{"type":"Feature","id":157,"geometry":{"type":"MultiPolygon","coordinates":[[[[117.98366197037629,28.475126453606496],[117.98307803267427,28.473965370248177],[117.98255459182015,28.473061207823147],[117.98235833112713,28.472504389024405],[117.98221524237185,28.472098420321068],[117.98205764791054,28.471651296912832],[117.98182491951549,28.470990999373594],[117.98227733441416,28.470747163333552],[117.98304017636936,28.470353119767321],[117.98334225245652,28.470197084753451],[117.9837317844425,28.46998916482632],[117.98402538506116,28.469832450415385],[117.98458781282538,28.469532242494896],[117.98476740165113,28.469409921045756],[117.98423600455143,28.4687509792825],[117.98411477996689,28.468600658553466],[117.98390737057225,28.468343463184102],[117.98359267375724,28.467953226224754],[117.98565364638881,28.467428248302227],[117.98569058371868,28.467418840071772],[117.98577227661066,28.467405421821681],[117.98655901785543,28.467276203168407],[117.98689733484956,28.46722063688258],[117.9869658979421,28.467209375424179],[117.9876416272559,28.467114159864192],[117.98798641445401,28.466995377544524],[117.98830064928566,28.466887119300754],[117.98849818893291,28.466819064146144],[117.98928567678838,28.466274826159569],[117.98786671186997,28.465050020203648],[117.98819505988999,28.464621699130362],[117.98855909981766,28.46422192951152],[117.98862334157734,28.464043466955843],[117.98890410541317,28.463605631517851],[117.98910699554115,28.463263479175723],[117.98923320327251,28.463050642669273],[117.98944106134518,28.462700111368775],[117.98973664195501,28.462201644605386],[117.99054705131833,28.462803085308767],[117.99007965406724,28.463516533800533],[117.98994811578814,28.463717318217931],[117.98981869899974,28.463914861447947],[117.98964800521361,28.46418793369326],[117.99023612002362,28.464730813440923],[117.99046718850373,28.464944107258837],[117.99088016130081,28.465325311124875],[117.99039507990344,28.465717145448053],[117.98979340935618,28.466203156746523],[117.98948823523607,28.466449668721374],[117.9902364445792,28.467186933557198],[117.99070765557522,28.467651250480344],[117.99115821636872,28.468087386005113],[117.99182936415829,28.468737039101427],[117.99194057139353,28.468844685593854],[117.99238980745653,28.469278448362793],[117.99308763231528,28.469882816813367],[117.99360210504484,28.470328384583144],[117.99371162703559,28.470423238137826],[117.99377214267062,28.470469294664671],[117.99386814468347,28.470542358869707],[117.9943838091265,28.470934808725893],[117.99489538217328,28.471160846736463],[117.99380823086209,28.472202899028911],[117.99295164815418,28.471546188643444],[117.99258072406781,28.471276362329728],[117.99176433563832,28.47068247830715],[117.99148919875749,28.470437654420891],[117.99085362061176,28.469872094205716],[117.9901860122804,28.470505955299654],[117.9894665022132,28.471169129535156],[117.98931682765783,28.471280420474702],[117.98880264197872,28.471662744440515],[117.98792708626772,28.472313759058764],[117.98719423144253,28.472858663183114],[117.98645301141994,28.473371535989664],[117.98573481872953,28.473868470930832],[117.98530267333868,28.474167480321842],[117.98445361952504,28.474663745267993],[117.98409865827601,28.474871215745608],[117.98366197037629,28.475126453606496]]],[[[117.98366197037629,28.475126453606496],[117.98441509999935,28.476205300241443],[117.98471837644513,28.476639730016441],[117.98510159060376,28.477025429762385],[117.9855250658716,28.477451645789259],[117.9857303820454,28.477658290746703],[117.98383575166544,28.478029316700347],[117.98284647950759,28.475428449400351],[117.98366197037629,28.475126453606496]]]]},"properties":{"FID":157,"name":"郭门居民委员会","name_t":"北门街道","民警姓":"胡定贤","电话":"18879357651","派出所":"北门派出所"}},{"type":"Feature","id":158,"geometry":{"type":"Polygon","coordinates":[[[117.9908287854231,28.482201856437268],[117.99081079103362,28.48277872162096],[117.99092853602119,28.482860336098636],[117.99037811439187,28.484678407282992],[117.98856550346925,28.484156079541226],[117.98830197395202,28.484226855099564],[117.98847859893431,28.484885101274443],[117.98735675377502,28.485436311634992],[117.98748632560685,28.486011728027261],[117.98720523646925,28.486199515101251],[117.98652314351527,28.487352188842589],[117.98531460973133,28.486989949475706],[117.98521587586421,28.487265054887086],[117.98542724571928,28.48741536802202],[117.98530844486331,28.488006626462898],[117.98524085825701,28.489024386325148],[117.9831326661446,28.489376587562354],[117.98175787646157,28.488964824368498],[117.9817658475604,28.48903087814605],[117.98147360912796,28.488801824388801],[117.98115843100034,28.488623720195665],[117.98062952065933,28.488599557912888],[117.98123861161758,28.48844722392311],[117.98129571394084,28.488171201135806],[117.98072330175529,28.486938477436219],[117.98162309385771,28.486909355481838],[117.98175854236788,28.486904971892201],[117.98291962839474,28.486919164505196],[117.98496106062093,28.48707607520252],[117.98476973855128,28.485999159689058],[117.98456497542669,28.484846554310025],[117.98453061595251,28.484653142811695],[117.98446140871232,28.484263571115967],[117.98444713393269,28.484063696852296],[117.98582070987925,28.483976751253149],[117.98729478811356,28.483883438092921],[117.98805893695108,28.48383506219777],[117.98888694805586,28.483835022730315],[117.98913742993876,28.483258583938802],[117.98939176283955,28.482673275187921],[117.98974993175467,28.481848997911577],[117.99007186623943,28.481108097574349],[117.9908287854231,28.482201856437268]]]},"properties":{"FID":158,"name":"郭门居民委员会","name_t":"北门街道","民警姓":"胡定贤","电话":"18879357651","派出所":"北门派出所"}},{"type":"Feature","id":159,"geometry":{"type":"MultiPolygon","coordinates":[[[[117.98443506164402,28.483338774158373],[117.98444713393269,28.484063696852125],[117.98148980468341,28.484211549747087],[117.9814295472753,28.483398022317001],[117.98134977271039,28.48232097591432],[117.98126139601689,28.481127772361287],[117.9833624778806,28.48081850936514],[117.98401630612906,28.482158583660233],[117.98326825760068,28.48226761378136],[117.98336818736425,28.482852956837853],[117.98423928639586,28.482762294468337],[117.98443506164402,28.483338774158373]]],[[[117.98129571394084,28.488171201135806],[117.98123861161747,28.48844722392311],[117.98062952065956,28.488599557912888],[117.98011560126614,28.487800096628138],[117.97982144143845,28.486967668667599],[117.98070705062398,28.486939003169965],[117.98072330175519,28.486938477436219],[117.98129571394084,28.488171201135806]]]]},"properties":{"FID":159,"name":"郭门居民委员会","name_t":"北门街道","民警姓":"胡定贤","电话":"18879357651","派出所":"北门派出所"}},{"type":"Feature","id":160,"geometry":{"type":"Polygon","coordinates":[[[117.96427602187924,28.415237345681849],[117.96395517405827,28.41524273925079],[117.9637095826497,28.415436693071154],[117.96407962762416,28.415040361878859],[117.96419355113987,28.415068606107191],[117.96426474824987,28.415146920613029],[117.96427602187924,28.415237345681849]]]},"properties":{"FID":160,"name":"茅家岭村民委员会","name_t":"茅家岭街道","民警姓":" ","电话":" ","派出所":"师院派出所"}},{"type":"Feature","id":161,"geometry":{"type":"Polygon","coordinates":[[[117.9618504749135,28.416816959478737],[117.96179851749962,28.416825174653244],[117.96172968457621,28.416802159093091],[117.96157663335586,28.416216752342343],[117.9617592226286,28.416169802306847],[117.9618504749135,28.416816959478737]]]},"properties":{"FID":161,"name":"茅家岭村民委员会","name_t":"茅家岭街道","民警姓":" ","电话":" ","派出所":"师院派出所"}},{"type":"Feature","id":162,"geometry":{"type":"Polygon","coordinates":[[[117.96239489368166,28.416871326086817],[117.96244445062443,28.416860992465402],[117.96253093624814,28.417267957397939],[117.96239489368166,28.416871326086817]]]},"properties":{"FID":162,"name":"茅家岭村民委员会","name_t":"茅家岭街道","民警姓":" ","电话":" ","派出所":"师院派出所"}},{"type":"Feature","id":163,"geometry":{"type":"Polygon","coordinates":[[[117.96427602187924,28.415237345681849],[117.96427897968601,28.415261070068013],[117.96444273839644,28.415367684773212],[117.96602886285775,28.415420190244109],[117.96615328593622,28.416496274170967],[117.96611943795327,28.416533603525568],[117.96615501332525,28.416836816734637],[117.96623820335918,28.416881494156222],[117.96654297445399,28.417774239985192],[117.96641837396892,28.417797177373927],[117.96647528485856,28.418396504029623],[117.96693438738906,28.418478927953096],[117.96711824980228,28.418733094065281],[117.96707323680063,28.419841243155975],[117.96845634649017,28.41990967560471],[117.96825661540778,28.424629921310419],[117.96269303491501,28.42422531120587],[117.96291261179974,28.420510021998332],[117.96225276282722,28.420511748929144],[117.96179467965139,28.420256021586201],[117.96177818940932,28.418709787098773],[117.9629269957979,28.418744849578644],[117.96297807835879,28.418106696673476],[117.96271461833085,28.418071704577692],[117.96271596716694,28.417807415345617],[117.96253093624814,28.417267957397939],[117.96244445062443,28.416860992465402],[117.96239489368143,28.41687132608665],[117.96234919786268,28.41673810038661],[117.9618504749135,28.416816959478737],[117.9617592226286,28.416169802306847],[117.96302359774606,28.415844657023857],[117.96320255451785,28.415903248328231],[117.96332479476359,28.415848806314216],[117.9637095826497,28.415436693071154],[117.96395517405827,28.41524273925079],[117.96427602187924,28.415237345681849]]]},"properties":{"FID":163,"name":"畴口居民委员会","name_t":"茅家岭街道","民警姓":" ","电话":" ","派出所":"师院派出所"}}]}
src/views/home/components/bottomContainer.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2023-01-13 15:52:59
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2023-01-17 12:01:55
 * @LastEditTime: 2023-01-29 10:18:29
 * @FilePath: \srs-police-affairs\src\views\home\components\bottomContainer.vue
 * @Description: 
 * 
@@ -333,7 +333,7 @@
            //     ZDDWYZB: 25,
            //     JJDWMC: '信州公安局派出所',
            //     JJYXM: '欧阳西门',
            //     : '2022-12-12 12:12:12',
            //     BJSJ: '2022-12-12 12:12:12',
            //     BJRXM: '西门庆祝',
            //     LXDH: 17335843642,
            //     BJNR: '今日在某小区查获私人赌博场所,今日在某小区查获私人赌博场所今日在某小区查获私人赌博场所今日在某小区查获私人赌博场所',
@@ -344,7 +344,7 @@
            // {
            //     JJDWMC: '信州公安局派出所',
            //     JJYXM: '欧阳西门',
            //     : '2022-12-12 12:12:12',
            //     BJSJ: '2022-12-12 12:12:12',
            //     BJRXM: '西门庆祝',
            //     LXDH: 17335843642,
            //     BJNR: '今日在某小区查获私人赌博场所,今日在某小区查获私人赌博场所今日在某小区查获私人赌博场所今日在某小区查获私人赌博场所',
@@ -355,7 +355,7 @@
            // {
            //     JJDWMC: '信州公安局派出所',
            //     JJYXM: '欧阳西门',
            //     : '2022-12-12 12:12:12',
            //     BJSJ: '2022-12-12 12:12:12',
            //     BJRXM: '西门庆祝',
            //     LXDH: 17335843642,
            //     BJNR: '今日在某小区查获私人赌博场所',
@@ -366,7 +366,7 @@
            // {
            //     JJDWMC: '信州公安局派出所',
            //     JJYXM: '欧阳西门',
            //     : '2022-12-12 12:12:12',
            //     BJSJ: '2022-12-12 12:12:12',
            //     BJRXM: '西门庆祝',
            //     LXDH: 17335843642,
            //     BJNR: '今日在某小区查获私人赌博场所',
@@ -377,7 +377,7 @@
            // {
            //     JJDWMC: '信州公安局派出所',
            //     JJYXM: '欧阳西门',
            //     : '2022-12-12 12:12:12',
            //     BJSJ: '2022-12-12 12:12:12',
            //     BJRXM: '西门庆祝',
            //     LXDH: 17335843642,
            //     BJNR: '今日在某小区查获私人赌博场所',
@@ -388,7 +388,7 @@
            // {
            //     JJDWMC: '信州公安局派出所',
            //     JJYXM: '欧阳西门',
            //     : '2022-12-12 12:12:12',
            //     BJSJ: '2022-12-12 12:12:12',
            //     BJRXM: '西门庆祝',
            //     LXDH: 17335843642,
            //     BJNR: '今日在某小区查获私人赌博场所今日在某小区查获私人赌博场所今日在某小区查获私人赌博场所今日在某小区查获私人赌博场所今日在某小区查获私人赌博场所今日在某小区查获私人赌博场所今日在某小区查获私人赌博场所今日在某小区查获私人赌博场所今日在某小区查获私人赌博场所今日在某小区查获私人赌博场所今日在某小区查获私人赌博场所今日在某小区查获私人赌博场所今日在某小区查获私人赌博场所今日在某小区查获私人赌博场所今日在某小区查获私人赌博场所今日在某小区查获私人赌博场所今日在某小区查获私人赌博场所今日在某小区查获私人赌博场所',
@@ -399,7 +399,7 @@
            // {
            //     JJDWMC: '信州公安局派出所',
            //     JJYXM: '欧阳西门',
            //     : '2022-12-12 12:12:12',
            //     BJSJ: '2022-12-12 12:12:12',
            //     BJRXM: '西门庆祝',
            //     LXDH: 17335843642,
            //     BJNR: '今日在某小区查获私人赌博场所',
src/views/home/index.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-08-18 16:18:17
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2023-01-17 15:26:25
 * @LastEditTime: 2023-01-29 15:24:05
 * @FilePath: \srs-police-affairs\src\views\home\index.vue
 * @Description: 小区-栋-层-房屋
 *
@@ -416,19 +416,19 @@
    global.DC.Namespace.Cesium.Color.fromBytes(148, 0, 211, 100),
    global.DC.Namespace.Cesium.Color.fromBytes(255, 20, 147, 100),
    global.DC.Namespace.Cesium.Color.fromBytes(216, 191, 216, 100),
    global.DC.Namespace.Cesium.Color.fromBytes(255, 99, 71, 100),
    global.DC.Namespace.Cesium.Color.fromBytes(64, 224, 208, 100),
    global.DC.Namespace.Cesium.Color.fromBytes(238, 130, 238, 100),
    global.DC.Namespace.Cesium.Color.fromBytes(245, 222, 179, 100),
    global.DC.Namespace.Cesium.Color.fromBytes(154, 205, 50, 100),
    global.DC.Namespace.Cesium.Color.fromBytes(64, 224, 208, 100),
    global.DC.Namespace.Cesium.Color.fromBytes(70, 130, 180, 100),
    global.DC.Namespace.Cesium.Color.fromBytes(255, 99, 71, 100),
]
let timer = []
import flvjs from 'flv.js'
import axios from "axios"
import geoJson from './333.json'
import geoJson from './444.json'
import { getPanoramaList } from "@/api/panorama"
import { getAreaPage, getResidentialQuartersList } from '@/api/dept/index.js'
@@ -573,7 +573,6 @@
    mounted () {
        this.$nextTick(() => {
            this.initPoliceStationLayer()
            circleLayer = new global.DC.VectorLayer('circleLayer')
            global.viewer.addLayer(circleLayer)
@@ -582,13 +581,7 @@
            document.querySelector('.screen-full-btn').classList.add('homebottom')
            document.querySelector('.image-switch-icon-btn').classList.add('iconbottom')
            this.setDomStyle()
            this.$EventBus.$emit('toPosition', {
                siteJd: 118.0404977,
                siteWd: 28.4896891,
                siteGd: 60000,
                siteHeading: -3,
                sitePitch: -90
            })
        })
        window.addEventListener('resize', this.setDomStyle)
@@ -601,12 +594,22 @@
                if (type == 1) {
                    this.policeStationOptions = res.data.data
                    this.policeStationOptions.unshift({
                        name: '全部',
                        id: 1
                    })
                    this.initPoliceStationLayer()
                } else if (type == 2) {
                    this.areaOptions = res.data.data
                    this.areaOptions.unshift({
                        name: '全部',
                        id: 1
                    })
                } else {
                    this.housingOptions = res.data.data
                    res.data.data.forEach(item => {
                    res.data.data.length > 0 && res.data.data.forEach(item => {
                        let itPositionStr = item.position[0].replace(/POINT\(/g, '')
                        itPositionStr = itPositionStr.replace(/\)/g, '')
                        let positionArr = [Number(itPositionStr.split(' ')[0]), Number(itPositionStr.split(' ')[1])]
@@ -709,19 +712,20 @@
        policeStationSelect (item) {
            this.policeStationCheckValue = item.name
            if (item.policeStationName == "全部") {
            if (item.name == "全部") {
                this.clearPolygonLayer()
                cylinderLayer.clear()
                cylinderLayer.remove()
                cylinderLayer = null
                // this.initPoliceStationLayer()
                // this.$EventBus.$emit('toPosition', {
                //     siteJd: 116.112550,
                //     siteWd: 28.196631,
                //     siteGd: 50000,
                //     siteHeading: 0,
                //     sitePitch: -45
                // })
                this.initPoliceStationLayer()
                this.$EventBus.$emit('toPosition', {
                    siteJd: 118.0404977,
                    siteWd: 28.4896891,
                    siteGd: 80000,
                    siteHeading: -3,
                    sitePitch: -90
                })
                this.areaOptions = []
                this.housingOptions = []
                this.areaCheckValue = '请选择责任区'
@@ -744,7 +748,7 @@
        areaSelect (item) {
            this.areaCheckValue = item.name
            if (item.areaCheckName == "全部") {
            if (item.name == "全部") {
                this.initAreaOptionLayer(this.policeStaionChecked)
                this.housingOptions = []
                this.housingCheckValue = '请选择小区'
@@ -752,7 +756,7 @@
                this.housingCheckValue = '请选择小区'
                this.getPoliceStationTree(3, item.id)
                this.areaChecked = item
                this.initHousingLayer(item)
                this.initAreaOptionLayer(item)
            }
            this.$refs.leftContainer.selectAreaChangeData(item.areaCheckName)
        },
@@ -847,6 +851,7 @@
                            this.$EventBus.$emit('layerPointAdd', {
                                layerName: 'cameraLayers',
                                type: "billboard",
                                layerType: 'ClusterLayer',
                                params: {
                                    ...item,
                                    lng: item.longitude,
@@ -1075,6 +1080,7 @@
                    polygonStr = polygonStr.replace(/,/g, ";")
                    polygonStr = polygonStr.replace(/ /g, ",")
                    ployganStringList.push(polygonStr)
                })
@@ -1095,6 +1101,82 @@
        },
        /**
         * @description: 计算多个多边形面中心点
         * @param {Array} data 多个面的数据
         * @return {Array} 多边形的中心点坐标
         */
        getRegionCenter (data) {
            let arr = []
            data.forEach(areaArray => {
                let tempData = areaArray.slice(15, areaArray.length - 3)
                if (tempData.indexOf('),(') != -1) {
                    let tempPloyganList = tempData.split('),(')
                    tempPloyganList.forEach((polygonStr) => {
                        arr.push(this.getCurrentAreaCenter(polygonStr))
                    })
                } else {
                    let polygonStr = tempData
                    arr.push(this.getCurrentAreaCenter(polygonStr))
                }
            })
            if (arr.length == 1) {
                return arr[0]
            } else if (arr.length == 2) {
                return this.$turf.centroid(this.$turf.midpoint(this.$turf.point(arr[0]), this.$turf.point(arr[1]))).geometry.coordinates
            } else {
                arr.push(arr[0])
                return this.$turf.centroid(this.$turf.polygon([arr])).geometry.coordinates
            }
        },
        /**
         * @description: 获取中心点
         * @param {*} polygonStr
         * @return {*}
         */
        getCurrentAreaCenter (polygonStr) {
            polygonStr = polygonStr.split(',')
            // 存储一个多边形的面数组
            let currentArea = polygonStr.reduce((pre, cur, index) => {
                pre.push(cur.split(' ').map(i => Number(i)))
                return pre
            }, [])
            return this.$turf.centroid(this.$turf.polygon([currentArea])).geometry.coordinates
        },
        getAllRegionCenter (data) {
            let arr = []
            data.forEach(item => {
                if (item.position && item.position.length > 0) {
                    arr.push(this.getRegionCenter(item.position))
                }
            })
            arr.push(arr[0])
            return this.$turf.centroid(this.$turf.polygon([arr])).geometry.coordinates
        },
        // 加载面数据的方法
        initPoliceStationLayer () {
            cylinderLayer = new global.DC.PrimitiveLayer('cylinderLayer')
@@ -1107,7 +1189,6 @@
                    item.position.forEach(it => {
                        let polygonData = this.multPolyganToList(it) // 把multipolygon处理成多个polygon
                        console.log(polygonData, item.name)
                        if (polygonData.type == 'Array') {
                            polygonData.data.forEach(dataStr => {
                                this.$EventBus.$emit('layerPolygonAdd', {
@@ -1125,19 +1206,21 @@
                        }
                    })
                    // const center = this.getCenter(item.position)
                    // this.$EventBus.$emit('layerPointAdd', {
                    //     layerName: 'polygonLayer',
                    //     type: 'label',
                    //     params: {
                    //         lng: center[0],
                    //         lat: center[1] - 0.03,
                    //         alt: 1200,
                    //         text: '5656'
                    //     },
                    //     distanceDisplayCondition: { "near": 0, "far": 200000 }
                    // })
                    const center = this.getRegionCenter(item.position)
                    this.$EventBus.$emit('layerPointAdd', {
                        layerName: 'polygonLayer',
                        type: 'label',
                        params: {
                            lng: center[0],
                            lat: center[1],
                            alt: 1,
                            text: item.name
                        },
                        distanceDisplayCondition: { "near": 0, "far": 200000 }
                    })
                    // this.$EventBus.$emit('layerPointAdd', {
                    //     layerName: 'polygonLayer',
                    //     type: 'label',
@@ -1159,6 +1242,19 @@
                    // cylinderLayer.addOverlay(cylinder)
                }
            })
            const center = this.getAllRegionCenter(this.policeStationOptions)
            console.log(center, 456)
            this.$EventBus.$emit('toPosition', {
                siteJd: center[0],
                siteWd: center[1],
                siteGd: 80000,
                siteHeading: -3,
                sitePitch: -90
            })
            // this.houseChange(true)
        },
@@ -1168,7 +1264,6 @@
                let polygonData = this.multPolyganToList(it) // 把multipolygon处理成多个polygon
                console.log(polygonData, item.name)
                if (polygonData.type == 'Array') {
                    polygonData.data.forEach(dataStr => {
                        this.$EventBus.$emit('layerPolygonAdd', {
@@ -1185,14 +1280,16 @@
                    })
                }
                // let center =
                // this.$EventBus.$emit('toPosition', {
                //     siteJd: center[0],
                //     siteWd: center[1],
                //     siteGd: 20000,
                //     siteHeading: -3,
                //     sitePitch: -90
                // })
            })
            const center = this.getRegionCenter(item.position)
            this.$EventBus.$emit('toPosition', {
                siteJd: center[0],
                siteWd: center[1],
                siteGd: 15000,
                siteHeading: -3,
                sitePitch: -90
            })
        },
@@ -1611,7 +1708,7 @@
        display: flex;
        position: absolute;
        left: 50%;
        bottom: 318px;
        bottom: 328px;
        transform: translate(-50%, 0);
        z-index: 90;
@@ -1733,7 +1830,7 @@
        position: absolute;
        left: 400px;
        bottom: 8px;
        height: 300px;
        height: 320px;
        width: calc(100% - 800px);
        box-sizing: border-box;
        z-index: 99;