宠物用品快递_小区分布.geojson 208 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461646264636464646564666467646864696470647164726473647464756476647764786479648064816482648364846485648664876488648964906491649264936494649564966497649864996500650165026503650465056506650765086509651065116512651365146515651665176518651965206521652265236524652565266527652865296530653165326533653465356536653765386539654065416542654365446545654665476548654965506551655265536554655565566557655865596560656165626563656465656566656765686569657065716572657365746575657665776578657965806581658265836584658565866587658865896590659165926593659465956596659765986599660066016602660366046605660666076608660966106611661266136614661566166617661866196620662166226623662466256626662766286629663066316632663366346635663666376638663966406641664266436644664566466647664866496650665166526653665466556656665766586659666066616662666366646665666666676668666966706671667266736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698669967006701670267036704670567066707670867096710671167126713671467156716671767186719672067216722672367246725672667276728672967306731673267336734673567366737673867396740674167426743674467456746674767486749675067516752675367546755675667576758675967606761676267636764676567666767676867696770677167726773677467756776677767786779678067816782678367846785678667876788678967906791679267936794679567966797679867996800680168026803680468056806680768086809681068116812681368146815681668176818681968206821682268236824682568266827682868296830683168326833683468356836683768386839684068416842684368446845684668476848684968506851685268536854685568566857685868596860686168626863686468656866686768686869687068716872687368746875687668776878687968806881688268836884688568866887688868896890689168926893689468956896689768986899690069016902690369046905690669076908690969106911691269136914691569166917691869196920692169226923692469256926692769286929693069316932693369346935693669376938693969406941694269436944694569466947694869496950695169526953695469556956695769586959696069616962696369646965696669676968696969706971697269736974697569766977697869796980698169826983698469856986698769886989699069916992699369946995699669976998699970007001700270037004700570067007700870097010701170127013701470157016701770187019702070217022702370247025702670277028702970307031703270337034703570367037703870397040704170427043704470457046704770487049705070517052705370547055705670577058705970607061706270637064706570667067706870697070707170727073707470757076707770787079708070817082708370847085708670877088708970907091709270937094709570967097709870997100710171027103710471057106710771087109711071117112711371147115711671177118711971207121712271237124712571267127712871297130713171327133713471357136713771387139714071417142714371447145714671477148714971507151715271537154715571567157715871597160716171627163716471657166716771687169717071717172717371747175717671777178717971807181718271837184718571867187718871897190719171927193719471957196719771987199720072017202720372047205720672077208720972107211721272137214721572167217721872197220722172227223722472257226722772287229723072317232723372347235723672377238723972407241724272437244724572467247724872497250725172527253725472557256725772587259726072617262726372647265726672677268726972707271727272737274727572767277727872797280728172827283728472857286728772887289729072917292729372947295729672977298729973007301730273037304730573067307730873097310731173127313731473157316731773187319732073217322732373247325732673277328732973307331733273337334733573367337733873397340734173427343734473457346734773487349735073517352735373547355735673577358735973607361736273637364736573667367736873697370737173727373737473757376737773787379738073817382738373847385738673877388738973907391739273937394739573967397739873997400740174027403740474057406740774087409741074117412741374147415741674177418741974207421742274237424742574267427742874297430743174327433743474357436743774387439744074417442744374447445744674477448744974507451745274537454745574567457745874597460746174627463746474657466746774687469747074717472747374747475747674777478747974807481748274837484748574867487748874897490749174927493749474957496749774987499750075017502750375047505750675077508750975107511751275137514751575167517751875197520752175227523752475257526752775287529753075317532753375347535753675377538753975407541754275437544754575467547754875497550755175527553755475557556755775587559756075617562756375647565756675677568756975707571757275737574757575767577757875797580758175827583758475857586758775887589759075917592759375947595759675977598759976007601760276037604760576067607760876097610761176127613761476157616761776187619762076217622762376247625762676277628762976307631763276337634763576367637763876397640764176427643764476457646764776487649765076517652765376547655765676577658765976607661766276637664766576667667766876697670767176727673767476757676767776787679768076817682768376847685768676877688768976907691769276937694769576967697769876997700770177027703770477057706770777087709771077117712771377147715771677177718771977207721772277237724772577267727772877297730773177327733773477357736773777387739774077417742774377447745774677477748774977507751775277537754775577567757775877597760776177627763776477657766776777687769777077717772777377747775777677777778777977807781778277837784778577867787778877897790779177927793779477957796779777987799780078017802780378047805780678077808780978107811781278137814781578167817781878197820782178227823782478257826782778287829783078317832783378347835783678377838783978407841784278437844784578467847784878497850785178527853785478557856785778587859786078617862786378647865786678677868786978707871787278737874787578767877787878797880788178827883788478857886788778887889789078917892789378947895789678977898789979007901790279037904790579067907790879097910791179127913791479157916791779187919792079217922792379247925792679277928792979307931793279337934793579367937793879397940794179427943794479457946794779487949795079517952795379547955795679577958795979607961796279637964796579667967796879697970797179727973797479757976797779787979798079817982798379847985798679877988798979907991799279937994799579967997799879998000800180028003800480058006800780088009801080118012801380148015801680178018801980208021802280238024802580268027802880298030803180328033803480358036803780388039804080418042804380448045804680478048804980508051805280538054805580568057805880598060806180628063806480658066806780688069807080718072807380748075807680778078807980808081808280838084808580868087808880898090809180928093809480958096809780988099810081018102810381048105810681078108810981108111811281138114811581168117811881198120812181228123812481258126812781288129813081318132813381348135813681378138813981408141814281438144814581468147814881498150815181528153815481558156815781588159816081618162816381648165816681678168816981708171817281738174817581768177817881798180818181828183818481858186818781888189819081918192819381948195819681978198819982008201820282038204820582068207820882098210821182128213821482158216821782188219822082218222822382248225822682278228822982308231823282338234823582368237823882398240824182428243824482458246824782488249825082518252825382548255825682578258825982608261826282638264826582668267826882698270827182728273827482758276827782788279828082818282828382848285828682878288828982908291829282938294829582968297829882998300830183028303830483058306830783088309831083118312831383148315831683178318831983208321832283238324832583268327832883298330833183328333833483358336833783388339834083418342834383448345834683478348834983508351835283538354835583568357835883598360836183628363836483658366836783688369837083718372837383748375837683778378837983808381838283838384838583868387838883898390839183928393839483958396839783988399840084018402840384048405840684078408840984108411841284138414841584168417841884198420842184228423842484258426842784288429843084318432843384348435843684378438843984408441844284438444844584468447844884498450845184528453845484558456845784588459846084618462846384648465846684678468846984708471847284738474847584768477847884798480848184828483848484858486848784888489849084918492849384948495849684978498849985008501850285038504850585068507850885098510851185128513851485158516851785188519852085218522852385248525852685278528852985308531853285338534853585368537853885398540854185428543854485458546854785488549855085518552855385548555855685578558855985608561856285638564856585668567856885698570857185728573857485758576857785788579858085818582858385848585858685878588858985908591859285938594859585968597859885998600860186028603860486058606860786088609861086118612861386148615861686178618861986208621862286238624862586268627862886298630863186328633863486358636863786388639864086418642864386448645864686478648864986508651865286538654865586568657865886598660866186628663866486658666866786688669867086718672867386748675867686778678867986808681868286838684868586868687868886898690869186928693869486958696869786988699870087018702870387048705870687078708870987108711871287138714871587168717871887198720872187228723872487258726872787288729873087318732873387348735873687378738873987408741874287438744874587468747874887498750875187528753875487558756875787588759876087618762876387648765876687678768876987708771877287738774877587768777877887798780878187828783878487858786878787888789879087918792879387948795879687978798879988008801880288038804880588068807880888098810881188128813881488158816881788188819882088218822882388248825882688278828882988308831883288338834883588368837883888398840884188428843884488458846884788488849885088518852885388548855885688578858885988608861886288638864886588668867886888698870887188728873887488758876887788788879888088818882888388848885888688878888888988908891889288938894889588968897889888998900890189028903890489058906890789088909891089118912891389148915891689178918891989208921892289238924892589268927892889298930893189328933893489358936893789388939894089418942894389448945894689478948894989508951895289538954895589568957895889598960896189628963896489658966896789688969897089718972897389748975897689778978897989808981898289838984898589868987898889898990899189928993899489958996899789988999900090019002900390049005900690079008900990109011901290139014901590169017901890199020902190229023902490259026902790289029903090319032903390349035903690379038903990409041904290439044904590469047904890499050905190529053905490559056905790589059906090619062906390649065906690679068906990709071907290739074907590769077907890799080908190829083908490859086908790889089909090919092909390949095909690979098909991009101910291039104910591069107910891099110911191129113911491159116911791189119912091219122912391249125912691279128912991309131913291339134913591369137913891399140914191429143914491459146914791489149915091519152915391549155915691579158915991609161916291639164916591669167916891699170917191729173917491759176917791789179918091819182918391849185918691879188918991909191919291939194919591969197919891999200920192029203920492059206920792089209921092119212921392149215921692179218921992209221922292239224922592269227922892299230923192329233923492359236923792389239924092419242924392449245924692479248924992509251925292539254925592569257925892599260926192629263926492659266926792689269927092719272927392749275927692779278927992809281928292839284928592869287928892899290929192929293929492959296929792989299930093019302930393049305930693079308930993109311931293139314931593169317931893199320932193229323932493259326932793289329933093319332933393349335933693379338933993409341934293439344934593469347934893499350935193529353935493559356935793589359936093619362936393649365936693679368936993709371937293739374937593769377937893799380938193829383938493859386938793889389939093919392939393949395939693979398939994009401940294039404940594069407940894099410941194129413941494159416941794189419942094219422942394249425942694279428942994309431943294339434943594369437943894399440944194429443944494459446944794489449945094519452945394549455945694579458945994609461946294639464946594669467946894699470947194729473947494759476947794789479948094819482948394849485948694879488948994909491949294939494949594969497949894999500950195029503950495059506950795089509951095119512951395149515951695179518951995209521952295239524952595269527952895299530953195329533953495359536953795389539954095419542954395449545954695479548954995509551955295539554955595569557955895599560956195629563956495659566956795689569957095719572957395749575957695779578957995809581958295839584958595869587958895899590959195929593959495959596959795989599960096019602960396049605960696079608960996109611961296139614961596169617961896199620962196229623962496259626962796289629963096319632963396349635963696379638963996409641964296439644964596469647964896499650965196529653965496559656965796589659966096619662966396649665966696679668966996709671967296739674967596769677967896799680968196829683968496859686968796889689969096919692969396949695969696979698969997009701970297039704970597069707970897099710971197129713971497159716971797189719972097219722972397249725972697279728972997309731973297339734973597369737973897399740974197429743974497459746974797489749975097519752975397549755975697579758975997609761976297639764976597669767976897699770977197729773977497759776977797789779978097819782978397849785978697879788978997909791979297939794979597969797979897999800980198029803980498059806980798089809981098119812981398149815981698179818981998209821982298239824982598269827982898299830983198329833983498359836983798389839984098419842984398449845984698479848984998509851985298539854985598569857985898599860986198629863986498659866986798689869987098719872987398749875987698779878987998809881988298839884988598869887988898899890989198929893989498959896989798989899990099019902990399049905990699079908990999109911991299139914991599169917991899199920992199229923992499259926992799289929993099319932993399349935993699379938993999409941994299439944994599469947994899499950995199529953995499559956995799589959996099619962996399649965996699679968996999709971997299739974997599769977997899799980998199829983998499859986998799889989999099919992999399949995999699979998999910000100011000210003100041000510006100071000810009100101001110012100131001410015100161001710018100191002010021100221002310024100251002610027100281002910030100311003210033100341003510036100371003810039100401004110042100431004410045100461004710048100491005010051100521005310054100551005610057100581005910060100611006210063100641006510066100671006810069
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "geometry": {
  7. "type": "Point",
  8. "coordinates": [
  9. 121.22758673507376,
  10. 31.183083805084546
  11. ]
  12. },
  13. "properties": {
  14. "所属居委": "尚鸿路社区居民委员会",
  15. "项目表-小区地址": "青浦区徐泾镇乐爱路333弄",
  16. "小区编码": "31011810601491000002",
  17. "count": 18
  18. }
  19. },
  20. {
  21. "type": "Feature",
  22. "geometry": {
  23. "type": "Point",
  24. "coordinates": [
  25. 121.23565339165008,
  26. 31.18193775874908
  27. ]
  28. },
  29. "properties": {
  30. "所属居委": "尚茂路社区居民委员会",
  31. "项目表-小区地址": "乐高路200弄",
  32. "小区编码": "31011810601691000002",
  33. "count": 3
  34. }
  35. },
  36. {
  37. "type": "Feature",
  38. "geometry": {
  39. "type": "Point",
  40. "coordinates": [
  41. 121.23413620933717,
  42. 31.18099846905745
  43. ]
  44. },
  45. "properties": {
  46. "所属居委": "尚茂路社区居民委员会",
  47. "项目表-小区地址": "尚茂路798弄",
  48. "小区编码": "31011810601691000001",
  49. "count": 14
  50. }
  51. },
  52. {
  53. "type": "Feature",
  54. "geometry": {
  55. "type": "Point",
  56. "coordinates": [
  57. 121.23584298645525,
  58. 31.183104285593956
  59. ]
  60. },
  61. "properties": {
  62. "所属居委": "尚泰路社区居民委员会",
  63. "项目表-小区地址": "乐高路288弄",
  64. "小区编码": "31011810601591000003",
  65. "count": 17
  66. }
  67. },
  68. {
  69. "type": "Feature",
  70. "geometry": {
  71. "type": "Point",
  72. "coordinates": [
  73. 121.2299181540409,
  74. 31.18407911850786
  75. ]
  76. },
  77. "properties": {
  78. "所属居委": "坚强村村民委员会",
  79. "项目表-小区地址": "尚泰路238弄4幢12号",
  80. "小区编码": "31011810601591000001",
  81. "count": 7
  82. }
  83. },
  84. {
  85. "type": "Feature",
  86. "geometry": {
  87. "type": "Point",
  88. "coordinates": [
  89. 121.2299181540409,
  90. 31.18407911850786
  91. ]
  92. },
  93. "properties": {
  94. "所属居委": "坚强村村民委员会",
  95. "项目表-小区地址": "青浦区徐泾镇尚泰路58弄",
  96. "小区编码": "31011810601591000002",
  97. "count": 7
  98. }
  99. },
  100. {
  101. "type": "Feature",
  102. "geometry": {
  103. "type": "Point",
  104. "coordinates": [
  105. 121.29361757254227,
  106. 31.177215571836697
  107. ]
  108. },
  109. "properties": {
  110. "所属居委": "卫家角第二社区居民委员会",
  111. "项目表-小区地址": "沪青平公路1638号",
  112. "小区编码": "31011810601891000001",
  113. "count": 5
  114. }
  115. },
  116. {
  117. "type": "Feature",
  118. "geometry": {
  119. "type": "Point",
  120. "coordinates": [
  121. 121.27001781931178,
  122. 31.164446277328224
  123. ]
  124. },
  125. "properties": {
  126. "所属居委": "徐安第三社区居民委员会",
  127. "项目表-小区地址": "青浦区徐泾镇联民路877弄等",
  128. "小区编码": "31011810602191000005",
  129. "count": 9
  130. }
  131. },
  132. {
  133. "type": "Feature",
  134. "geometry": {
  135. "type": "Point",
  136. "coordinates": [
  137. 121.26752087439853,
  138. 31.16309897729151
  139. ]
  140. },
  141. "properties": {
  142. "所属居委": "徐安第三社区居民委员会",
  143. "项目表-小区地址": "叶联路666弄",
  144. "小区编码": "31011810602191000002",
  145. "count": 18
  146. }
  147. },
  148. {
  149. "type": "Feature",
  150. "geometry": {
  151. "type": "Point",
  152. "coordinates": [
  153. 121.26531134148063,
  154. 31.16218230958416
  155. ]
  156. },
  157. "properties": {
  158. "所属居委": "徐安第三社区居民委员会",
  159. "项目表-小区地址": "青浦区叶联路699弄",
  160. "小区编码": "31011810602191000003",
  161. "count": 15
  162. }
  163. },
  164. {
  165. "type": "Feature",
  166. "geometry": {
  167. "type": "Point",
  168. "coordinates": [
  169. 121.29281363516404,
  170. 31.200011868509282
  171. ]
  172. },
  173. "properties": {
  174. "所属居委": "玉兰清苑社区居民委员会",
  175. "项目表-小区地址": "龙联路58弄37号",
  176. "小区编码": "31011810601391000001",
  177. "count": 35
  178. }
  179. },
  180. {
  181. "type": "Feature",
  182. "geometry": {
  183. "type": "Point",
  184. "coordinates": [
  185. 121.31289405260277,
  186. 31.167485046167005
  187. ]
  188. },
  189. "properties": {
  190. "所属居委": "卫家角第一社区居民委员会",
  191. "项目表-小区地址": "",
  192. "小区编码": "31011810620791000006",
  193. "count": 1
  194. }
  195. },
  196. {
  197. "type": "Feature",
  198. "geometry": {
  199. "type": "Point",
  200. "coordinates": [
  201. 121.29413395527705,
  202. 31.19801779863804
  203. ]
  204. },
  205. "properties": {
  206. "所属居委": "玉兰清苑社区居民委员会",
  207. "项目表-小区地址": "上海市青浦区龙联路59弄",
  208. "小区编码": "31011810601391000002",
  209. "count": 13
  210. }
  211. },
  212. {
  213. "type": "Feature",
  214. "geometry": {
  215. "type": "Point",
  216. "coordinates": [
  217. 121.30066217680545,
  218. 31.160296308048007
  219. ]
  220. },
  221. "properties": {
  222. "所属居委": "高泾社区居民委员会",
  223. "项目表-小区地址": "",
  224. "小区编码": "31011810600391000001",
  225. "count": 19
  226. }
  227. },
  228. {
  229. "type": "Feature",
  230. "geometry": {
  231. "type": "Point",
  232. "coordinates": [
  233. 121.29632464432439,
  234. 31.172613380820987
  235. ]
  236. },
  237. "properties": {
  238. "所属居委": "卫家角第一社区居民委员会",
  239. "项目表-小区地址": "青浦区徐泾镇沪青平公路1551弄",
  240. "小区编码": "31011810600391000002",
  241. "count": 7
  242. }
  243. },
  244. {
  245. "type": "Feature",
  246. "geometry": {
  247. "type": "Point",
  248. "coordinates": [
  249. 121.25686844420387,
  250. 31.180357356850926
  251. ]
  252. },
  253. "properties": {
  254. "所属居委": "迮庵村村民委员会",
  255. "项目表-小区地址": "",
  256. "小区编码": "31011810603391000001",
  257. "count": 4
  258. }
  259. },
  260. {
  261. "type": "Feature",
  262. "geometry": {
  263. "type": "Point",
  264. "coordinates": [
  265. 121.30366363629263,
  266. 31.1730097512747
  267. ]
  268. },
  269. "properties": {
  270. "所属居委": "卫家角第一社区居民委员会",
  271. "项目表-小区地址": "沪青平公路1489弄",
  272. "小区编码": "31011810602591000008",
  273. "count": 4
  274. }
  275. },
  276. {
  277. "type": "Feature",
  278. "geometry": {
  279. "type": "Point",
  280. "coordinates": [
  281. 121.30216534327704,
  282. 31.172669632423837
  283. ]
  284. },
  285. "properties": {
  286. "所属居委": "卫家角第一社区居民委员会",
  287. "项目表-小区地址": "沪青平公路1509弄",
  288. "小区编码": "31011810602591000007",
  289. "count": 2
  290. }
  291. },
  292. {
  293. "type": "Feature",
  294. "geometry": {
  295. "type": "Point",
  296. "coordinates": [
  297. 121.09613850466265,
  298. 31.16363161275049
  299. ]
  300. },
  301. "properties": {
  302. "所属居委": "贺桥村村民委员会",
  303. "项目表-小区地址": "淀湖路555弄",
  304. "小区编码": "31011800202891000002",
  305. "count": 8
  306. }
  307. },
  308. {
  309. "type": "Feature",
  310. "geometry": {
  311. "type": "Point",
  312. "coordinates": [
  313. 121.09805763879092,
  314. 31.165062734218026
  315. ]
  316. },
  317. "properties": {
  318. "所属居委": "贺桥村村民委员会",
  319. "项目表-小区地址": "淀湖路666弄",
  320. "小区编码": "31011800202891000001",
  321. "count": 9
  322. }
  323. },
  324. {
  325. "type": "Feature",
  326. "geometry": {
  327. "type": "Point",
  328. "coordinates": [
  329. 121.09593027909332,
  330. 31.16519365096036
  331. ]
  332. },
  333. "properties": {
  334. "所属居委": "贺桥村村民委员会",
  335. "项目表-小区地址": "",
  336. "小区编码": "31011800202891000004",
  337. "count": 2
  338. }
  339. },
  340. {
  341. "type": "Feature",
  342. "geometry": {
  343. "type": "Point",
  344. "coordinates": [
  345. 121.09238934248368,
  346. 31.16435084524845
  347. ]
  348. },
  349. "properties": {
  350. "所属居委": "民乐社区居民委员会",
  351. "项目表-小区地址": "俞家埭路159弄5号102室",
  352. "小区编码": "31011800202891000005",
  353. "count": 4
  354. }
  355. },
  356. {
  357. "type": "Feature",
  358. "geometry": {
  359. "type": "Point",
  360. "coordinates": [
  361. 121.10907289839061,
  362. 31.1549506765668
  363. ]
  364. },
  365. "properties": {
  366. "所属居委": "城北社区居民委员会",
  367. "项目表-小区地址": "海盈路16弄",
  368. "小区编码": "31011800200391000002",
  369. "count": 1
  370. }
  371. },
  372. {
  373. "type": "Feature",
  374. "geometry": {
  375. "type": "Point",
  376. "coordinates": [
  377. 121.07828710831589,
  378. 31.135184476520003
  379. ]
  380. },
  381. "properties": {
  382. "所属居委": "南横村村民委员会",
  383. "项目表-小区地址": "朱家角路306/326/370/388号",
  384. "小区编码": "31011800202791000002",
  385. "count": 13
  386. }
  387. },
  388. {
  389. "type": "Feature",
  390. "geometry": {
  391. "type": "Point",
  392. "coordinates": [
  393. 121.08169851984276,
  394. 31.137384658823752
  395. ]
  396. },
  397. "properties": {
  398. "所属居委": "南横村村民委员会",
  399. "项目表-小区地址": "朱家角路158弄",
  400. "小区编码": "31011800202791000001",
  401. "count": 3
  402. }
  403. },
  404. {
  405. "type": "Feature",
  406. "geometry": {
  407. "type": "Point",
  408. "coordinates": [
  409. 121.15011437015538,
  410. 31.143269629806017
  411. ]
  412. },
  413. "properties": {
  414. "所属居委": "金汇村村民委员会",
  415. "项目表-小区地址": "秀涓路338弄",
  416. "小区编码": "31011810501191000002",
  417. "count": 3
  418. }
  419. },
  420. {
  421. "type": "Feature",
  422. "geometry": {
  423. "type": "Point",
  424. "coordinates": [
  425. 121.08873040616726,
  426. 31.13875462692554
  427. ]
  428. },
  429. "properties": {
  430. "所属居委": "东渡社区居民委员会",
  431. "项目表-小区地址": "青浦区盈清路155弄",
  432. "小区编码": "31011800202391000001",
  433. "count": 12
  434. }
  435. },
  436. {
  437. "type": "Feature",
  438. "geometry": {
  439. "type": "Point",
  440. "coordinates": [
  441. 121.1092837168643,
  442. 31.143757757786723
  443. ]
  444. },
  445. "properties": {
  446. "所属居委": "复兴社区居民委员会",
  447. "项目表-小区地址": "宝庆街",
  448. "小区编码": "31011800200591000001",
  449. "count": 3
  450. }
  451. },
  452. {
  453. "type": "Feature",
  454. "geometry": {
  455. "type": "Point",
  456. "coordinates": [
  457. 121.15642133536424,
  458. 31.141090309530323
  459. ]
  460. },
  461. "properties": {
  462. "所属居委": "金汇村村民委员会",
  463. "项目表-小区地址": "赵巷镇崧涟二路66弄",
  464. "小区编码": "31011810502391000002",
  465. "count": 14
  466. }
  467. },
  468. {
  469. "type": "Feature",
  470. "geometry": {
  471. "type": "Point",
  472. "coordinates": [
  473. 121.10655350600514,
  474. 31.161170660231228
  475. ]
  476. },
  477. "properties": {
  478. "所属居委": "尚美社区居民委员会",
  479. "项目表-小区地址": "万寿新村71-123号",
  480. "小区编码": "31011800200891000003",
  481. "count": 13
  482. }
  483. },
  484. {
  485. "type": "Feature",
  486. "geometry": {
  487. "type": "Point",
  488. "coordinates": [
  489. 121.15481629424464,
  490. 31.1410027378944
  491. ]
  492. },
  493. "properties": {
  494. "所属居委": "金汇村村民委员会",
  495. "项目表-小区地址": "赵巷镇秀沁路132弄",
  496. "小区编码": "31011810502191000001",
  497. "count": 7
  498. }
  499. },
  500. {
  501. "type": "Feature",
  502. "geometry": {
  503. "type": "Point",
  504. "coordinates": [
  505. 121.08734963318828,
  506. 31.14698461490928
  507. ]
  508. },
  509. "properties": {
  510. "所属居委": "双桥社区居民委员会",
  511. "项目表-小区地址": "西大盈港路750弄、盈浩路102弄",
  512. "小区编码": "31011800202291000002",
  513. "count": 3
  514. }
  515. },
  516. {
  517. "type": "Feature",
  518. "geometry": {
  519. "type": "Point",
  520. "coordinates": [
  521. 121.15224674148719,
  522. 31.14101248273974
  523. ]
  524. },
  525. "properties": {
  526. "所属居委": "金汇村村民委员会",
  527. "项目表-小区地址": "赵巷镇秀沁路238弄",
  528. "小区编码": "31011810502191000002",
  529. "count": 9
  530. }
  531. },
  532. {
  533. "type": "Feature",
  534. "geometry": {
  535. "type": "Point",
  536. "coordinates": [
  537. 121.08757947047496,
  538. 31.145459894061954
  539. ]
  540. },
  541. "properties": {
  542. "所属居委": "双桥社区居民委员会",
  543. "项目表-小区地址": "盈浩路107弄",
  544. "小区编码": "31011800202291000001",
  545. "count": 2
  546. }
  547. },
  548. {
  549. "type": "Feature",
  550. "geometry": {
  551. "type": "Point",
  552. "coordinates": [
  553. 121.15043928615133,
  554. 31.14153131731691
  555. ]
  556. },
  557. "properties": {
  558. "所属居委": "金汇村村民委员会",
  559. "项目表-小区地址": "崧漪一路46弄",
  560. "小区编码": "31011810501191000001",
  561. "count": 15
  562. }
  563. },
  564. {
  565. "type": "Feature",
  566. "geometry": {
  567. "type": "Point",
  568. "coordinates": [
  569. 121.07959012171432,
  570. 31.147292866164076
  571. ]
  572. },
  573. "properties": {
  574. "所属居委": "崧子浦社区居民委员会",
  575. "项目表-小区地址": "盈浦街道崧子浦路289弄1-14,16-22,25,26,29-31,33,37号",
  576. "小区编码": "31011800202591000002",
  577. "count": 18
  578. }
  579. },
  580. {
  581. "type": "Feature",
  582. "geometry": {
  583. "type": "Point",
  584. "coordinates": [
  585. 121.07967634633471,
  586. 31.144909813948896
  587. ]
  588. },
  589. "properties": {
  590. "所属居委": "崧子浦社区居民委员会",
  591. "项目表-小区地址": "盈浦街道崧子浦路55弄1-30号,门卫,顾会浦路351,363,365,369,373,375,379,381-387(单),391-397(单)",
  592. "小区编码": "31011800202591000001",
  593. "count": 20
  594. }
  595. },
  596. {
  597. "type": "Feature",
  598. "geometry": {
  599. "type": "Point",
  600. "coordinates": [
  601. 121.14789134638768,
  602. 31.142115716566312
  603. ]
  604. },
  605. "properties": {
  606. "所属居委": "新阳村村民委员会",
  607. "项目表-小区地址": " 崧漪一路55弄",
  608. "小区编码": "31011810501291000001",
  609. "count": 12
  610. }
  611. },
  612. {
  613. "type": "Feature",
  614. "geometry": {
  615. "type": "Point",
  616. "coordinates": [
  617. 121.07088682088482,
  618. 31.153807808724547
  619. ]
  620. },
  621. "properties": {
  622. "所属居委": "天恩桥村村民委员会",
  623. "项目表-小区地址": "",
  624. "小区编码": "31011800220591000001",
  625. "count": 12
  626. }
  627. },
  628. {
  629. "type": "Feature",
  630. "geometry": {
  631. "type": "Point",
  632. "coordinates": [
  633. 121.14776562570258,
  634. 31.14339531350337
  635. ]
  636. },
  637. "properties": {
  638. "所属居委": "新阳村村民委员会",
  639. "项目表-小区地址": "秀涓路492弄",
  640. "小区编码": "31011810501291000002",
  641. "count": 2
  642. }
  643. },
  644. {
  645. "type": "Feature",
  646. "geometry": {
  647. "type": "Point",
  648. "coordinates": [
  649. 121.08195108185295,
  650. 31.165943450582677
  651. ]
  652. },
  653. "properties": {
  654. "所属居委": "天恩桥村村民委员会",
  655. "项目表-小区地址": "清河湾路80弄",
  656. "小区编码": "31011800220591000002",
  657. "count": 9
  658. }
  659. },
  660. {
  661. "type": "Feature",
  662. "geometry": {
  663. "type": "Point",
  664. "coordinates": [
  665. 121.15254189602874,
  666. 31.15529576626041
  667. ]
  668. },
  669. "properties": {
  670. "所属居委": "佳福东社区居民委员会",
  671. "项目表-小区地址": "秀泽路225弄",
  672. "小区编码": "31011810500891000003",
  673. "count": 7
  674. }
  675. },
  676. {
  677. "type": "Feature",
  678. "geometry": {
  679. "type": "Point",
  680. "coordinates": [
  681. 121.15221638048072,
  682. 31.157245397808367
  683. ]
  684. },
  685. "properties": {
  686. "所属居委": "佳福东社区居民委员会",
  687. "项目表-小区地址": "秀泽路226弄",
  688. "小区编码": "31011810500891000001",
  689. "count": 12
  690. }
  691. },
  692. {
  693. "type": "Feature",
  694. "geometry": {
  695. "type": "Point",
  696. "coordinates": [
  697. 121.22573332420677,
  698. 31.132214778325864
  699. ]
  700. },
  701. "properties": {
  702. "所属居委": "南崧村村民委员会",
  703. "项目表-小区地址": "嘉松中路6633弄",
  704. "小区编码": "31011810501691000003",
  705. "count": 8
  706. }
  707. },
  708. {
  709. "type": "Feature",
  710. "geometry": {
  711. "type": "Point",
  712. "coordinates": [
  713. 121.09820823197927,
  714. 31.150163260936488
  715. ]
  716. },
  717. "properties": {
  718. "所属居委": "西部花苑社区居民委员会",
  719. "项目表-小区地址": "城中西路448弄",
  720. "小区编码": "31011800200791000003",
  721. "count": 17
  722. }
  723. },
  724. {
  725. "type": "Feature",
  726. "geometry": {
  727. "type": "Point",
  728. "coordinates": [
  729. 121.22647136419857,
  730. 31.13797448452042
  731. ]
  732. },
  733. "properties": {
  734. "所属居委": "南崧村村民委员会",
  735. "项目表-小区地址": "上海市青浦区赵巷镇业煌路168弄",
  736. "小区编码": "31011810501691000004",
  737. "count": 3
  738. }
  739. },
  740. {
  741. "type": "Feature",
  742. "geometry": {
  743. "type": "Point",
  744. "coordinates": [
  745. 121.10037051898323,
  746. 31.15001624816658
  747. ]
  748. },
  749. "properties": {
  750. "所属居委": "西部花苑社区居民委员会",
  751. "项目表-小区地址": "城中西路448弄",
  752. "小区编码": "31011800200791000002",
  753. "count": 1
  754. }
  755. },
  756. {
  757. "type": "Feature",
  758. "geometry": {
  759. "type": "Point",
  760. "coordinates": [
  761. 121.09848672037214,
  762. 31.16181408457865
  763. ]
  764. },
  765. "properties": {
  766. "所属居委": "盈港社区居民委员会",
  767. "项目表-小区地址": "淀湖路155弄、胜利路295弄、435弄、385弄",
  768. "小区编码": "31011800201091000009",
  769. "count": 1
  770. }
  771. },
  772. {
  773. "type": "Feature",
  774. "geometry": {
  775. "type": "Point",
  776. "coordinates": [
  777. 121.09908080719936,
  778. 31.15438131360629
  779. ]
  780. },
  781. "properties": {
  782. "所属居委": "盈港社区居民委员会",
  783. "项目表-小区地址": "青浦镇淀湖路145弄",
  784. "小区编码": "31011800201091000005",
  785. "count": 1
  786. }
  787. },
  788. {
  789. "type": "Feature",
  790. "geometry": {
  791. "type": "Point",
  792. "coordinates": [
  793. 121.22791514883761,
  794. 31.12419165160792
  795. ]
  796. },
  797. "properties": {
  798. "所属居委": "南崧村村民委员会",
  799. "项目表-小区地址": "业文路129弄6号",
  800. "小区编码": "31011810501691000005",
  801. "count": 3
  802. }
  803. },
  804. {
  805. "type": "Feature",
  806. "geometry": {
  807. "type": "Point",
  808. "coordinates": [
  809. 121.07467786179016,
  810. 31.137291535110837
  811. ]
  812. },
  813. "properties": {
  814. "所属居委": "横江村村民委员会",
  815. "项目表-小区地址": "大盈浦路1500弄1-21号,大盈浦路1502、1506-1512、1516号",
  816. "小区编码": "31011800203191000002",
  817. "count": 3
  818. }
  819. },
  820. {
  821. "type": "Feature",
  822. "geometry": {
  823. "type": "Point",
  824. "coordinates": [
  825. 121.22420136931878,
  826. 31.123475446464337
  827. ]
  828. },
  829. "properties": {
  830. "所属居委": "南崧村村民委员会",
  831. "项目表-小区地址": "赵巷镇业文路189弄",
  832. "小区编码": "31011810501691000001",
  833. "count": 27
  834. }
  835. },
  836. {
  837. "type": "Feature",
  838. "geometry": {
  839. "type": "Point",
  840. "coordinates": [
  841. 121.07574981357877,
  842. 31.14013787136159
  843. ]
  844. },
  845. "properties": {
  846. "所属居委": "南横村村民委员会",
  847. "项目表-小区地址": "上海淀惠路398弄",
  848. "小区编码": "31011800203191000003",
  849. "count": 11
  850. }
  851. },
  852. {
  853. "type": "Feature",
  854. "geometry": {
  855. "type": "Point",
  856. "coordinates": [
  857. 121.22708982376987,
  858. 31.12774514431186
  859. ]
  860. },
  861. "properties": {
  862. "所属居委": "南崧村村民委员会",
  863. "项目表-小区地址": "置旺路288弄185号201室",
  864. "小区编码": "31011810501691000002",
  865. "count": 13
  866. }
  867. },
  868. {
  869. "type": "Feature",
  870. "geometry": {
  871. "type": "Point",
  872. "coordinates": [
  873. 121.09335096306862,
  874. 31.143339789421745
  875. ]
  876. },
  877. "properties": {
  878. "所属居委": "怡澜社区居民委员会",
  879. "项目表-小区地址": "上海市青浦区淀山湖大道199弄",
  880. "小区编码": "31011800202191000001",
  881. "count": 9
  882. }
  883. },
  884. {
  885. "type": "Feature",
  886. "geometry": {
  887. "type": "Point",
  888. "coordinates": [
  889. 121.22088572478147,
  890. 31.145647489196417
  891. ]
  892. },
  893. "properties": {
  894. "所属居委": "方夏村村民委员会",
  895. "项目表-小区地址": "",
  896. "小区编码": "31011810501791000009",
  897. "count": 8
  898. }
  899. },
  900. {
  901. "type": "Feature",
  902. "geometry": {
  903. "type": "Point",
  904. "coordinates": [
  905. 121.2147559187854,
  906. 31.142190863734537
  907. ]
  908. },
  909. "properties": {
  910. "所属居委": "方夏村村民委员会",
  911. "项目表-小区地址": "赵巷镇业辉路399弄",
  912. "小区编码": "31011810501791000001",
  913. "count": 5
  914. }
  915. },
  916. {
  917. "type": "Feature",
  918. "geometry": {
  919. "type": "Point",
  920. "coordinates": [
  921. 121.09776330638307,
  922. 31.1574883742359
  923. ]
  924. },
  925. "properties": {
  926. "所属居委": "盈港社区居民委员会",
  927. "项目表-小区地址": "淀湖路155弄、胜利路295弄、435弄、385弄",
  928. "小区编码": "31011800201091000002",
  929. "count": 1
  930. }
  931. },
  932. {
  933. "type": "Feature",
  934. "geometry": {
  935. "type": "Point",
  936. "coordinates": [
  937. 121.20815285769949,
  938. 31.140895981979337
  939. ]
  940. },
  941. "properties": {
  942. "所属居委": "方夏村村民委员会",
  943. "项目表-小区地址": "赵巷镇业辉路555弄126号",
  944. "小区编码": "31011810501791000005",
  945. "count": 2
  946. }
  947. },
  948. {
  949. "type": "Feature",
  950. "geometry": {
  951. "type": "Point",
  952. "coordinates": [
  953. 121.09853957123087,
  954. 31.155229678351233
  955. ]
  956. },
  957. "properties": {
  958. "所属居委": "盈港社区居民委员会",
  959. "项目表-小区地址": "",
  960. "小区编码": "31011800201091000004",
  961. "count": 3
  962. }
  963. },
  964. {
  965. "type": "Feature",
  966. "geometry": {
  967. "type": "Point",
  968. "coordinates": [
  969. 121.2017721117218,
  970. 31.141263019996018
  971. ]
  972. },
  973. "properties": {
  974. "所属居委": "方夏村村民委员会",
  975. "项目表-小区地址": "",
  976. "小区编码": "31011810501791000003",
  977. "count": 9
  978. }
  979. },
  980. {
  981. "type": "Feature",
  982. "geometry": {
  983. "type": "Point",
  984. "coordinates": [
  985. 121.09888295040219,
  986. 31.160401535214763
  987. ]
  988. },
  989. "properties": {
  990. "所属居委": "盈港社区居民委员会",
  991. "项目表-小区地址": "淀湖路155弄、胜利路295弄、435弄、385弄",
  992. "小区编码": "31011800201091000008",
  993. "count": 2
  994. }
  995. },
  996. {
  997. "type": "Feature",
  998. "geometry": {
  999. "type": "Point",
  1000. "coordinates": [
  1001. 121.22360686281196,
  1002. 31.138503891240326
  1003. ]
  1004. },
  1005. "properties": {
  1006. "所属居委": "南崧村村民委员会",
  1007. "项目表-小区地址": "嘉松中路6788弄",
  1008. "小区编码": "31011810502491000001",
  1009. "count": 10
  1010. }
  1011. },
  1012. {
  1013. "type": "Feature",
  1014. "geometry": {
  1015. "type": "Point",
  1016. "coordinates": [
  1017. 121.10131011054673,
  1018. 31.15288920771328
  1019. ]
  1020. },
  1021. "properties": {
  1022. "所属居委": "盈中社区居民委员会",
  1023. "项目表-小区地址": "海盈路",
  1024. "小区编码": "31011800201191000005",
  1025. "count": 2
  1026. }
  1027. },
  1028. {
  1029. "type": "Feature",
  1030. "geometry": {
  1031. "type": "Point",
  1032. "coordinates": [
  1033. 121.21991707805688,
  1034. 31.12443439822157
  1035. ]
  1036. },
  1037. "properties": {
  1038. "所属居委": "南崧村村民委员会",
  1039. "项目表-小区地址": "上海市青浦区赵巷镇嘉松中路6888弄",
  1040. "小区编码": "31011810502491000002",
  1041. "count": 9
  1042. }
  1043. },
  1044. {
  1045. "type": "Feature",
  1046. "geometry": {
  1047. "type": "Point",
  1048. "coordinates": [
  1049. 121.10466049570176,
  1050. 31.151985739010648
  1051. ]
  1052. },
  1053. "properties": {
  1054. "所属居委": "盈中社区居民委员会",
  1055. "项目表-小区地址": "",
  1056. "小区编码": "31011800201191000003",
  1057. "count": 2
  1058. }
  1059. },
  1060. {
  1061. "type": "Feature",
  1062. "geometry": {
  1063. "type": "Point",
  1064. "coordinates": [
  1065. 121.2305603856794,
  1066. 31.13660839001921
  1067. ]
  1068. },
  1069. "properties": {
  1070. "所属居委": "南崧村村民委员会",
  1071. "项目表-小区地址": "赵巷镇业煌路128弄",
  1072. "小区编码": "31011810502591000002",
  1073. "count": 12
  1074. }
  1075. },
  1076. {
  1077. "type": "Feature",
  1078. "geometry": {
  1079. "type": "Point",
  1080. "coordinates": [
  1081. 121.23188530464128,
  1082. 31.145809024900508
  1083. ]
  1084. },
  1085. "properties": {
  1086. "所属居委": "方夏村村民委员会",
  1087. "项目表-小区地址": "青浦区赵巷镇业辉路89弄",
  1088. "小区编码": "31011810502591000005",
  1089. "count": 4
  1090. }
  1091. },
  1092. {
  1093. "type": "Feature",
  1094. "geometry": {
  1095. "type": "Point",
  1096. "coordinates": [
  1097. 121.22907398590787,
  1098. 31.14560294433672
  1099. ]
  1100. },
  1101. "properties": {
  1102. "所属居委": "方夏村村民委员会",
  1103. "项目表-小区地址": "青浦区赵巷镇业辉路89弄",
  1104. "小区编码": "31011810502591000006",
  1105. "count": 4
  1106. }
  1107. },
  1108. {
  1109. "type": "Feature",
  1110. "geometry": {
  1111. "type": "Point",
  1112. "coordinates": [
  1113. 121.10008704812522,
  1114. 31.15295109551983
  1115. ]
  1116. },
  1117. "properties": {
  1118. "所属居委": "盈中社区居民委员会",
  1119. "项目表-小区地址": "海盈路",
  1120. "小区编码": "31011800201191000004",
  1121. "count": 9
  1122. }
  1123. },
  1124. {
  1125. "type": "Feature",
  1126. "geometry": {
  1127. "type": "Point",
  1128. "coordinates": [
  1129. 121.23059352511451,
  1130. 31.142452232402924
  1131. ]
  1132. },
  1133. "properties": {
  1134. "所属居委": "方夏村村民委员会",
  1135. "项目表-小区地址": "青浦区赵巷镇业辉路89弄",
  1136. "小区编码": "31011810502591000004",
  1137. "count": 4
  1138. }
  1139. },
  1140. {
  1141. "type": "Feature",
  1142. "geometry": {
  1143. "type": "Point",
  1144. "coordinates": [
  1145. 121.08004406358448,
  1146. 31.14940803783216
  1147. ]
  1148. },
  1149. "properties": {
  1150. "所属居委": "赵屯浦社区居民委员会",
  1151. "项目表-小区地址": "青浦区盈浦街道赵屯浦路380弄1-48号",
  1152. "小区编码": "31011800202491000001",
  1153. "count": 27
  1154. }
  1155. },
  1156. {
  1157. "type": "Feature",
  1158. "geometry": {
  1159. "type": "Point",
  1160. "coordinates": [
  1161. 121.23064329655284,
  1162. 31.139119443907255
  1163. ]
  1164. },
  1165. "properties": {
  1166. "所属居委": "方夏村村民委员会",
  1167. "项目表-小区地址": "置鼎路879弄、889弄",
  1168. "小区编码": "31011810502691000007",
  1169. "count": 18
  1170. }
  1171. },
  1172. {
  1173. "type": "Feature",
  1174. "geometry": {
  1175. "type": "Point",
  1176. "coordinates": [
  1177. 121.13639088481604,
  1178. 31.16159616256598
  1179. ]
  1180. },
  1181. "properties": {
  1182. "所属居委": "千步泾社区居民委员会",
  1183. "项目表-小区地址": "盈港东路8299弄",
  1184. "小区编码": "31011800102491000003",
  1185. "count": 9
  1186. }
  1187. },
  1188. {
  1189. "type": "Feature",
  1190. "geometry": {
  1191. "type": "Point",
  1192. "coordinates": [
  1193. 121.14965038327642,
  1194. 31.15635459773388
  1195. ]
  1196. },
  1197. "properties": {
  1198. "所属居委": "金汇村村民委员会",
  1199. "项目表-小区地址": "赵巷镇崧古路33弄",
  1200. "小区编码": "31011810501391000004",
  1201. "count": 5
  1202. }
  1203. },
  1204. {
  1205. "type": "Feature",
  1206. "geometry": {
  1207. "type": "Point",
  1208. "coordinates": [
  1209. 121.22766946224233,
  1210. 31.15357661335419
  1211. ]
  1212. },
  1213. "properties": {
  1214. "所属居委": "方夏村村民委员会",
  1215. "项目表-小区地址": "",
  1216. "小区编码": "31011810500291000005",
  1217. "count": 16
  1218. }
  1219. },
  1220. {
  1221. "type": "Feature",
  1222. "geometry": {
  1223. "type": "Point",
  1224. "coordinates": [
  1225. 121.23570632353064,
  1226. 31.146519854350693
  1227. ]
  1228. },
  1229. "properties": {
  1230. "所属居委": "方夏村村民委员会",
  1231. "项目表-小区地址": "",
  1232. "小区编码": "31011810520291000001",
  1233. "count": 16
  1234. }
  1235. },
  1236. {
  1237. "type": "Feature",
  1238. "geometry": {
  1239. "type": "Point",
  1240. "coordinates": [
  1241. 121.13222397765679,
  1242. 31.16093477659874
  1243. ]
  1244. },
  1245. "properties": {
  1246. "所属居委": "千步泾社区居民委员会",
  1247. "项目表-小区地址": "华浦路268弄",
  1248. "小区编码": "31011800102491000001",
  1249. "count": 7
  1250. }
  1251. },
  1252. {
  1253. "type": "Feature",
  1254. "geometry": {
  1255. "type": "Point",
  1256. "coordinates": [
  1257. 121.12958424719686,
  1258. 31.16128818654091
  1259. ]
  1260. },
  1261. "properties": {
  1262. "所属居委": "仓桥社区居民委员会",
  1263. "项目表-小区地址": "华浦路333弄",
  1264. "小区编码": "31011800102491000002",
  1265. "count": 3
  1266. }
  1267. },
  1268. {
  1269. "type": "Feature",
  1270. "geometry": {
  1271. "type": "Point",
  1272. "coordinates": [
  1273. 121.14534231667702,
  1274. 31.159418579964633
  1275. ]
  1276. },
  1277. "properties": {
  1278. "所属居委": "青乐社区居民委员会",
  1279. "项目表-小区地址": "崧文路399弄、388弄、299弄、338弄、288弄、华科东路180弄",
  1280. "小区编码": "31011800102091000003",
  1281. "count": 8
  1282. }
  1283. },
  1284. {
  1285. "type": "Feature",
  1286. "geometry": {
  1287. "type": "Point",
  1288. "coordinates": [
  1289. 121.14536000447823,
  1290. 31.161702530544932
  1291. ]
  1292. },
  1293. "properties": {
  1294. "所属居委": "青乐社区居民委员会",
  1295. "项目表-小区地址": "崧文路399弄、388弄、299弄、338弄、288弄、华科东路180弄",
  1296. "小区编码": "31011800102091000002",
  1297. "count": 13
  1298. }
  1299. },
  1300. {
  1301. "type": "Feature",
  1302. "geometry": {
  1303. "type": "Point",
  1304. "coordinates": [
  1305. 121.14245200791451,
  1306. 31.162204844822554
  1307. ]
  1308. },
  1309. "properties": {
  1310. "所属居委": "青乐社区居民委员会",
  1311. "项目表-小区地址": "崧文路399弄、388弄、299弄、338弄、288弄、华科东路180弄",
  1312. "小区编码": "31011800102091000001",
  1313. "count": 2
  1314. }
  1315. },
  1316. {
  1317. "type": "Feature",
  1318. "geometry": {
  1319. "type": "Point",
  1320. "coordinates": [
  1321. 121.09818338386447,
  1322. 31.135333900266453
  1323. ]
  1324. },
  1325. "properties": {
  1326. "所属居委": "青平社区居民委员会",
  1327. "项目表-小区地址": "沪青平公路5599弄",
  1328. "小区编码": "31011800101691000001",
  1329. "count": 20
  1330. }
  1331. },
  1332. {
  1333. "type": "Feature",
  1334. "geometry": {
  1335. "type": "Point",
  1336. "coordinates": [
  1337. 121.12682719497909,
  1338. 31.156711049432996
  1339. ]
  1340. },
  1341. "properties": {
  1342. "所属居委": "青园社区居民委员会",
  1343. "项目表-小区地址": "青竹路161弄28幢2楼",
  1344. "小区编码": "31011800102291000001",
  1345. "count": 5
  1346. }
  1347. },
  1348. {
  1349. "type": "Feature",
  1350. "geometry": {
  1351. "type": "Point",
  1352. "coordinates": [
  1353. 121.14534863923895,
  1354. 31.1568007817934
  1355. ]
  1356. },
  1357. "properties": {
  1358. "所属居委": "青泽社区居民委员会",
  1359. "项目表-小区地址": "崧文路399弄、388弄、299弄、338弄、288弄、华科东路180弄",
  1360. "小区编码": "31011800102191000002",
  1361. "count": 10
  1362. }
  1363. },
  1364. {
  1365. "type": "Feature",
  1366. "geometry": {
  1367. "type": "Point",
  1368. "coordinates": [
  1369. 121.14227796264014,
  1370. 31.15683712862146
  1371. ]
  1372. },
  1373. "properties": {
  1374. "所属居委": "青泽社区居民委员会",
  1375. "项目表-小区地址": "崧文路399弄、388弄、299弄、338弄、288弄、华科东路180弄",
  1376. "小区编码": "31011800102191000001",
  1377. "count": 5
  1378. }
  1379. },
  1380. {
  1381. "type": "Feature",
  1382. "geometry": {
  1383. "type": "Point",
  1384. "coordinates": [
  1385. 121.1142717956154,
  1386. 31.140507693007144
  1387. ]
  1388. },
  1389. "properties": {
  1390. "所属居委": "塔湾村村民委员会",
  1391. "项目表-小区地址": "",
  1392. "小区编码": "31011800120891000002",
  1393. "count": 1
  1394. }
  1395. },
  1396. {
  1397. "type": "Feature",
  1398. "geometry": {
  1399. "type": "Point",
  1400. "coordinates": [
  1401. 121.13471576614891,
  1402. 31.148623101862444
  1403. ]
  1404. },
  1405. "properties": {
  1406. "所属居委": "夏阳湖社区居民委员会",
  1407. "项目表-小区地址": "华浦南路688弄",
  1408. "小区编码": "31011800101191000004",
  1409. "count": 10
  1410. }
  1411. },
  1412. {
  1413. "type": "Feature",
  1414. "geometry": {
  1415. "type": "Point",
  1416. "coordinates": [
  1417. 121.13192916633122,
  1418. 31.148584895438272
  1419. ]
  1420. },
  1421. "properties": {
  1422. "所属居委": "夏阳湖社区居民委员会",
  1423. "项目表-小区地址": "华浦南路699弄",
  1424. "小区编码": "31011800101191000003",
  1425. "count": 6
  1426. }
  1427. },
  1428. {
  1429. "type": "Feature",
  1430. "geometry": {
  1431. "type": "Point",
  1432. "coordinates": [
  1433. 121.13050311003697,
  1434. 31.148553348803787
  1435. ]
  1436. },
  1437. "properties": {
  1438. "所属居委": "夏阳湖社区居民委员会",
  1439. "项目表-小区地址": "华浦南路699弄",
  1440. "小区编码": "31011800101191000002",
  1441. "count": 9
  1442. }
  1443. },
  1444. {
  1445. "type": "Feature",
  1446. "geometry": {
  1447. "type": "Point",
  1448. "coordinates": [
  1449. 121.115348419984,
  1450. 31.156820777779455
  1451. ]
  1452. },
  1453. "properties": {
  1454. "所属居委": "祥龙社区居民委员会",
  1455. "项目表-小区地址": "",
  1456. "小区编码": "31011800100591000005",
  1457. "count": 2
  1458. }
  1459. },
  1460. {
  1461. "type": "Feature",
  1462. "geometry": {
  1463. "type": "Point",
  1464. "coordinates": [
  1465. 121.11452924889942,
  1466. 31.157556942039058
  1467. ]
  1468. },
  1469. "properties": {
  1470. "所属居委": "祥龙社区居民委员会",
  1471. "项目表-小区地址": "",
  1472. "小区编码": "31011800100591000003",
  1473. "count": 2
  1474. }
  1475. },
  1476. {
  1477. "type": "Feature",
  1478. "geometry": {
  1479. "type": "Point",
  1480. "coordinates": [
  1481. 121.11897878293139,
  1482. 31.15488179413363
  1483. ]
  1484. },
  1485. "properties": {
  1486. "所属居委": "新青浦社区居民委员会",
  1487. "项目表-小区地址": "",
  1488. "小区编码": "31011800100791000003",
  1489. "count": 4
  1490. }
  1491. },
  1492. {
  1493. "type": "Feature",
  1494. "geometry": {
  1495. "type": "Point",
  1496. "coordinates": [
  1497. 121.22567419407443,
  1498. 31.19950430112151
  1499. ]
  1500. },
  1501. "properties": {
  1502. "所属居委": "凤溪居民委员会",
  1503. "项目表-小区地址": "",
  1504. "小区编码": "31011810700291000001",
  1505. "count": 1
  1506. }
  1507. },
  1508. {
  1509. "type": "Feature",
  1510. "geometry": {
  1511. "type": "Point",
  1512. "coordinates": [
  1513. 121.14918525355095,
  1514. 31.162450264348564
  1515. ]
  1516. },
  1517. "properties": {
  1518. "所属居委": "金汇村村民委员会",
  1519. "项目表-小区地址": "",
  1520. "小区编码": "31011810502091000001",
  1521. "count": 8
  1522. }
  1523. },
  1524. {
  1525. "type": "Feature",
  1526. "geometry": {
  1527. "type": "Point",
  1528. "coordinates": [
  1529. 121.11912200915232,
  1530. 31.15782069758512
  1531. ]
  1532. },
  1533. "properties": {
  1534. "所属居委": "新青浦社区居民委员会",
  1535. "项目表-小区地址": "体育场路",
  1536. "小区编码": "31011800100791000001",
  1537. "count": 19
  1538. }
  1539. },
  1540. {
  1541. "type": "Feature",
  1542. "geometry": {
  1543. "type": "Point",
  1544. "coordinates": [
  1545. 121.10779510032422,
  1546. 31.143456068221305
  1547. ]
  1548. },
  1549. "properties": {
  1550. "所属居委": "复兴社区居民委员会",
  1551. "项目表-小区地址": "盈浦街道城中南路东侧地块",
  1552. "小区编码": "31011800200591000005",
  1553. "count": 1
  1554. }
  1555. },
  1556. {
  1557. "type": "Feature",
  1558. "geometry": {
  1559. "type": "Point",
  1560. "coordinates": [
  1561. 121.11103290630207,
  1562. 31.14516879709699
  1563. ]
  1564. },
  1565. "properties": {
  1566. "所属居委": "复兴社区居民委员会",
  1567. "项目表-小区地址": "",
  1568. "小区编码": "31011800200591000003",
  1569. "count": 3
  1570. }
  1571. },
  1572. {
  1573. "type": "Feature",
  1574. "geometry": {
  1575. "type": "Point",
  1576. "coordinates": [
  1577. 121.12000973507523,
  1578. 31.166359003936574
  1579. ]
  1580. },
  1581. "properties": {
  1582. "所属居委": "陈桥村村民委员会",
  1583. "项目表-小区地址": "",
  1584. "小区编码": "31011800320491000001",
  1585. "count": 3
  1586. }
  1587. },
  1588. {
  1589. "type": "Feature",
  1590. "geometry": {
  1591. "type": "Point",
  1592. "coordinates": [
  1593. 121.08994609524164,
  1594. 31.14996903673621
  1595. ]
  1596. },
  1597. "properties": {
  1598. "所属居委": "华浦社区居民委员会",
  1599. "项目表-小区地址": "青浦区漕穗北路115弄、135弄",
  1600. "小区编码": "31011800202091000003",
  1601. "count": 4
  1602. }
  1603. },
  1604. {
  1605. "type": "Feature",
  1606. "geometry": {
  1607. "type": "Point",
  1608. "coordinates": [
  1609. 121.09004623199941,
  1610. 31.14775410027169
  1611. ]
  1612. },
  1613. "properties": {
  1614. "所属居委": "华浦社区居民委员会",
  1615. "项目表-小区地址": "青浦区漕穗北路115弄、135弄",
  1616. "小区编码": "31011800202091000004",
  1617. "count": 8
  1618. }
  1619. },
  1620. {
  1621. "type": "Feature",
  1622. "geometry": {
  1623. "type": "Point",
  1624. "coordinates": [
  1625. 121.10383229166128,
  1626. 31.14253437514322
  1627. ]
  1628. },
  1629. "properties": {
  1630. "所属居委": "解放社区居民委员会",
  1631. "项目表-小区地址": "",
  1632. "小区编码": "31011800200691000001",
  1633. "count": 1
  1634. }
  1635. },
  1636. {
  1637. "type": "Feature",
  1638. "geometry": {
  1639. "type": "Point",
  1640. "coordinates": [
  1641. 121.09084803438103,
  1642. 31.21398107764617
  1643. ]
  1644. },
  1645. "properties": {
  1646. "所属居委": "大盈社区居民委员会",
  1647. "项目表-小区地址": "",
  1648. "小区编码": "31011800300291000004",
  1649. "count": 2
  1650. }
  1651. },
  1652. {
  1653. "type": "Feature",
  1654. "geometry": {
  1655. "type": "Point",
  1656. "coordinates": [
  1657. 121.10254210553434,
  1658. 31.142049122657763
  1659. ]
  1660. },
  1661. "properties": {
  1662. "所属居委": "解放社区居民委员会",
  1663. "项目表-小区地址": "",
  1664. "小区编码": "31011800200691000006",
  1665. "count": 1
  1666. }
  1667. },
  1668. {
  1669. "type": "Feature",
  1670. "geometry": {
  1671. "type": "Point",
  1672. "coordinates": [
  1673. 121.10933000015274,
  1674. 31.1590223824669
  1675. ]
  1676. },
  1677. "properties": {
  1678. "所属居委": "龙威社区居民委员会",
  1679. "项目表-小区地址": "城中北路588弄",
  1680. "小区编码": "31011800200491000001",
  1681. "count": 15
  1682. }
  1683. },
  1684. {
  1685. "type": "Feature",
  1686. "geometry": {
  1687. "type": "Point",
  1688. "coordinates": [
  1689. 121.096244516163,
  1690. 31.146251269566015
  1691. ]
  1692. },
  1693. "properties": {
  1694. "所属居委": "绿舟社区居民委员会",
  1695. "项目表-小区地址": "青浦镇港俞路555弄",
  1696. "小区编码": "31011800201691000001",
  1697. "count": 4
  1698. }
  1699. },
  1700. {
  1701. "type": "Feature",
  1702. "geometry": {
  1703. "type": "Point",
  1704. "coordinates": [
  1705. 121.08253969728042,
  1706. 31.162907215774148
  1707. ]
  1708. },
  1709. "properties": {
  1710. "所属居委": "民欣社区居民委员会",
  1711. "项目表-小区地址": "盈港路1880",
  1712. "小区编码": "31011800201991000001",
  1713. "count": 8
  1714. }
  1715. },
  1716. {
  1717. "type": "Feature",
  1718. "geometry": {
  1719. "type": "Point",
  1720. "coordinates": [
  1721. 121.08071315886983,
  1722. 31.134427113158083
  1723. ]
  1724. },
  1725. "properties": {
  1726. "所属居委": "南横村村民委员会",
  1727. "项目表-小区地址": "盈浦街道黄泥娄路287弄",
  1728. "小区编码": "31011800203091000005",
  1729. "count": 1
  1730. }
  1731. },
  1732. {
  1733. "type": "Feature",
  1734. "geometry": {
  1735. "type": "Point",
  1736. "coordinates": [
  1737. 121.08525901749445,
  1738. 31.137457605948164
  1739. ]
  1740. },
  1741. "properties": {
  1742. "所属居委": "南横村村民委员会",
  1743. "项目表-小区地址": "朱家角路77弄",
  1744. "小区编码": "31011800203091000001",
  1745. "count": 2
  1746. }
  1747. },
  1748. {
  1749. "type": "Feature",
  1750. "geometry": {
  1751. "type": "Point",
  1752. "coordinates": [
  1753. 121.08171813838858,
  1754. 31.133303661465007
  1755. ]
  1756. },
  1757. "properties": {
  1758. "所属居委": "南横村村民委员会",
  1759. "项目表-小区地址": "上海市青浦区观云路501弄",
  1760. "小区编码": "31011800203091000004",
  1761. "count": 2
  1762. }
  1763. },
  1764. {
  1765. "type": "Feature",
  1766. "geometry": {
  1767. "type": "Point",
  1768. "coordinates": [
  1769. 121.15194533861877,
  1770. 31.158805530326728
  1771. ]
  1772. },
  1773. "properties": {
  1774. "所属居委": "金汇村村民委员会",
  1775. "项目表-小区地址": "崧甘路33弄",
  1776. "小区编码": "31011810502091000004",
  1777. "count": 5
  1778. }
  1779. },
  1780. {
  1781. "type": "Feature",
  1782. "geometry": {
  1783. "type": "Point",
  1784. "coordinates": [
  1785. 121.11160376630798,
  1786. 31.154152162226197
  1787. ]
  1788. },
  1789. "properties": {
  1790. "所属居委": "庆华社区居民委员会",
  1791. "项目表-小区地址": "青浦镇庆华新村",
  1792. "小区编码": "31011800200191000004",
  1793. "count": 8
  1794. }
  1795. },
  1796. {
  1797. "type": "Feature",
  1798. "geometry": {
  1799. "type": "Point",
  1800. "coordinates": [
  1801. 121.15178930620301,
  1802. 31.16015471976455
  1803. ]
  1804. },
  1805. "properties": {
  1806. "所属居委": "金汇村村民委员会",
  1807. "项目表-小区地址": "崧泉路750弄",
  1808. "小区编码": "31011810502091000003",
  1809. "count": 5
  1810. }
  1811. },
  1812. {
  1813. "type": "Feature",
  1814. "geometry": {
  1815. "type": "Point",
  1816. "coordinates": [
  1817. 121.11126116232815,
  1818. 31.149100916306896
  1819. ]
  1820. },
  1821. "properties": {
  1822. "所属居委": "庆华社区居民委员会",
  1823. "项目表-小区地址": "青松路66弄",
  1824. "小区编码": "31011800200191000001",
  1825. "count": 1
  1826. }
  1827. },
  1828. {
  1829. "type": "Feature",
  1830. "geometry": {
  1831. "type": "Point",
  1832. "coordinates": [
  1833. 121.149560290416,
  1834. 31.158405686741386
  1835. ]
  1836. },
  1837. "properties": {
  1838. "所属居委": "金汇村村民委员会",
  1839. "项目表-小区地址": "青浦区赵巷镇秀禾路、崧泉路",
  1840. "小区编码": "31011810502091000005",
  1841. "count": 4
  1842. }
  1843. },
  1844. {
  1845. "type": "Feature",
  1846. "geometry": {
  1847. "type": "Point",
  1848. "coordinates": [
  1849. 121.11152611600542,
  1850. 31.153161996765515
  1851. ]
  1852. },
  1853. "properties": {
  1854. "所属居委": "庆华社区居民委员会",
  1855. "项目表-小区地址": "青浦镇庆华新村",
  1856. "小区编码": "31011800200191000005",
  1857. "count": 6
  1858. }
  1859. },
  1860. {
  1861. "type": "Feature",
  1862. "geometry": {
  1863. "type": "Point",
  1864. "coordinates": [
  1865. 121.14664002290353,
  1866. 31.146656549126103
  1867. ]
  1868. },
  1869. "properties": {
  1870. "所属居委": "金汇村村民委员会",
  1871. "项目表-小区地址": "青湖东路555弄",
  1872. "小区编码": "31011810502891000003",
  1873. "count": 21
  1874. }
  1875. },
  1876. {
  1877. "type": "Feature",
  1878. "geometry": {
  1879. "type": "Point",
  1880. "coordinates": [
  1881. 121.11025315843843,
  1882. 31.15233491222935
  1883. ]
  1884. },
  1885. "properties": {
  1886. "所属居委": "庆华社区居民委员会",
  1887. "项目表-小区地址": "青浦镇庆华新村",
  1888. "小区编码": "31011800200191000002",
  1889. "count": 4
  1890. }
  1891. },
  1892. {
  1893. "type": "Feature",
  1894. "geometry": {
  1895. "type": "Point",
  1896. "coordinates": [
  1897. 121.15035488252458,
  1898. 31.146016091887713
  1899. ]
  1900. },
  1901. "properties": {
  1902. "所属居委": "金汇村村民委员会",
  1903. "项目表-小区地址": "崧淀二路99弄",
  1904. "小区编码": "31011810502691000002",
  1905. "count": 5
  1906. }
  1907. },
  1908. {
  1909. "type": "Feature",
  1910. "geometry": {
  1911. "type": "Point",
  1912. "coordinates": [
  1913. 121.1122449245009,
  1914. 31.15564971935918
  1915. ]
  1916. },
  1917. "properties": {
  1918. "所属居委": "庆新社区居民委员会",
  1919. "项目表-小区地址": "青浦镇庆华新村",
  1920. "小区编码": "31011800200291000003",
  1921. "count": 2
  1922. }
  1923. },
  1924. {
  1925. "type": "Feature",
  1926. "geometry": {
  1927. "type": "Point",
  1928. "coordinates": [
  1929. 121.14119109561953,
  1930. 31.15001261799248
  1931. ]
  1932. },
  1933. "properties": {
  1934. "所属居委": "崧涵社区居民委员会",
  1935. "项目表-小区地址": "青浦区赵巷镇崧文南路229弄1-24号、垃圾房",
  1936. "小区编码": "31011810500691000001",
  1937. "count": 13
  1938. }
  1939. },
  1940. {
  1941. "type": "Feature",
  1942. "geometry": {
  1943. "type": "Point",
  1944. "coordinates": [
  1945. 121.10413202609216,
  1946. 31.14891830117026
  1947. ]
  1948. },
  1949. "properties": {
  1950. "所属居委": "三元河社区居民委员会",
  1951. "项目表-小区地址": "",
  1952. "小区编码": "31011800201291000003",
  1953. "count": 3
  1954. }
  1955. },
  1956. {
  1957. "type": "Feature",
  1958. "geometry": {
  1959. "type": "Point",
  1960. "coordinates": [
  1961. 121.14578624047462,
  1962. 31.149588797437577
  1963. ]
  1964. },
  1965. "properties": {
  1966. "所属居委": "崧涵社区居民委员会",
  1967. "项目表-小区地址": "赵巷镇秀泉路551弄",
  1968. "小区编码": "31011810500691000003",
  1969. "count": 11
  1970. }
  1971. },
  1972. {
  1973. "type": "Feature",
  1974. "geometry": {
  1975. "type": "Point",
  1976. "coordinates": [
  1977. 121.14147757534093,
  1978. 31.151608851881004
  1979. ]
  1980. },
  1981. "properties": {
  1982. "所属居委": "崧鑫社区居民委员会",
  1983. "项目表-小区地址": "赵巷镇秀泉路766弄",
  1984. "小区编码": "31011810500991000002",
  1985. "count": 2
  1986. }
  1987. },
  1988. {
  1989. "type": "Feature",
  1990. "geometry": {
  1991. "type": "Point",
  1992. "coordinates": [
  1993. 121.14061185922692,
  1994. 31.146703797216166
  1995. ]
  1996. },
  1997. "properties": {
  1998. "所属居委": "崧湖社区居民委员会",
  1999. "项目表-小区地址": "赵巷镇崧文南路59弄1-21号、59弄垃圾房、青湖东路901-923、927-947号(单)",
  2000. "小区编码": "31011810500791000001",
  2001. "count": 10
  2002. }
  2003. },
  2004. {
  2005. "type": "Feature",
  2006. "geometry": {
  2007. "type": "Point",
  2008. "coordinates": [
  2009. 121.1048306443591,
  2010. 31.16584480992844
  2011. ]
  2012. },
  2013. "properties": {
  2014. "所属居委": "上达社区居民委员会",
  2015. "项目表-小区地址": "",
  2016. "小区编码": "31011800201791000005",
  2017. "count": 18
  2018. }
  2019. },
  2020. {
  2021. "type": "Feature",
  2022. "geometry": {
  2023. "type": "Point",
  2024. "coordinates": [
  2025. 121.14332944936197,
  2026. 31.14705600831961
  2027. ]
  2028. },
  2029. "properties": {
  2030. "所属居委": "崧湖社区居民委员会",
  2031. "项目表-小区地址": "赵巷镇崧文南路60弄",
  2032. "小区编码": "31011810500791000002",
  2033. "count": 18
  2034. }
  2035. },
  2036. {
  2037. "type": "Feature",
  2038. "geometry": {
  2039. "type": "Point",
  2040. "coordinates": [
  2041. 121.1048306443591,
  2042. 31.16584480992844
  2043. ]
  2044. },
  2045. "properties": {
  2046. "所属居委": "上达社区居民委员会",
  2047. "项目表-小区地址": "",
  2048. "小区编码": "31011800201791000006",
  2049. "count": 18
  2050. }
  2051. },
  2052. {
  2053. "type": "Feature",
  2054. "geometry": {
  2055. "type": "Point",
  2056. "coordinates": [
  2057. 121.1415535967218,
  2058. 31.152965927820315
  2059. ]
  2060. },
  2061. "properties": {
  2062. "所属居委": "崧鑫社区居民委员会",
  2063. "项目表-小区地址": "青浦区赵巷镇崧文南路395弄1-16、18号、门卫、变电站、垃圾房",
  2064. "小区编码": "31011810500991000001",
  2065. "count": 10
  2066. }
  2067. },
  2068. {
  2069. "type": "Feature",
  2070. "geometry": {
  2071. "type": "Point",
  2072. "coordinates": [
  2073. 121.28055408749162,
  2074. 31.18568979273698
  2075. ]
  2076. },
  2077. "properties": {
  2078. "所属居委": "蟠龙社区居民委员会",
  2079. "项目表-小区地址": "徐泾镇会恒路666弄",
  2080. "小区编码": "",
  2081. "count": 5
  2082. }
  2083. },
  2084. {
  2085. "type": "Feature",
  2086. "geometry": {
  2087. "type": "Point",
  2088. "coordinates": [
  2089. 121.10648378516026,
  2090. 31.15955560879981
  2091. ]
  2092. },
  2093. "properties": {
  2094. "所属居委": "尚美社区居民委员会",
  2095. "项目表-小区地址": "万寿新村71-123号",
  2096. "小区编码": "31011800200891000005",
  2097. "count": 9
  2098. }
  2099. },
  2100. {
  2101. "type": "Feature",
  2102. "geometry": {
  2103. "type": "Point",
  2104. "coordinates": [
  2105. 121.16171885547773,
  2106. 31.142121815430126
  2107. ]
  2108. },
  2109. "properties": {
  2110. "所属居委": "崧泽村村民委员会",
  2111. "项目表-小区地址": "",
  2112. "小区编码": "31011810521691000001",
  2113. "count": 1
  2114. }
  2115. },
  2116. {
  2117. "type": "Feature",
  2118. "geometry": {
  2119. "type": "Point",
  2120. "coordinates": [
  2121. 121.18882880332366,
  2122. 31.156728201430873
  2123. ]
  2124. },
  2125. "properties": {
  2126. "所属居委": "巷佳社区居民委员会",
  2127. "项目表-小区地址": "青浦区赵巷镇郡峰路9弄",
  2128. "小区编码": "31011810501091000003",
  2129. "count": 1
  2130. }
  2131. },
  2132. {
  2133. "type": "Feature",
  2134. "geometry": {
  2135. "type": "Point",
  2136. "coordinates": [
  2137. 121.19413159199226,
  2138. 31.162925021586677
  2139. ]
  2140. },
  2141. "properties": {
  2142. "所属居委": "巷佳社区居民委员会",
  2143. "项目表-小区地址": "赵巷镇镇泽路18弄",
  2144. "小区编码": "31011810501091000006",
  2145. "count": 3
  2146. }
  2147. },
  2148. {
  2149. "type": "Feature",
  2150. "geometry": {
  2151. "type": "Point",
  2152. "coordinates": [
  2153. 121.15519552633938,
  2154. 31.166985551578122
  2155. ]
  2156. },
  2157. "properties": {
  2158. "所属居委": "金汇村村民委员会",
  2159. "项目表-小区地址": "崧润路1160号2楼",
  2160. "小区编码": "31011810501591000003",
  2161. "count": 16
  2162. }
  2163. },
  2164. {
  2165. "type": "Feature",
  2166. "geometry": {
  2167. "type": "Point",
  2168. "coordinates": [
  2169. 121.15494047976529,
  2170. 31.164471263731407
  2171. ]
  2172. },
  2173. "properties": {
  2174. "所属居委": "金汇村村民委员会",
  2175. "项目表-小区地址": "崧润路1028弄",
  2176. "小区编码": "31011810501591000001",
  2177. "count": 14
  2178. }
  2179. },
  2180. {
  2181. "type": "Feature",
  2182. "geometry": {
  2183. "type": "Point",
  2184. "coordinates": [
  2185. 121.15267114970825,
  2186. 31.16429467145743
  2187. ]
  2188. },
  2189. "properties": {
  2190. "所属居委": "金汇村村民委员会",
  2191. "项目表-小区地址": "崧润路1029弄",
  2192. "小区编码": "31011810501591000002",
  2193. "count": 14
  2194. }
  2195. },
  2196. {
  2197. "type": "Feature",
  2198. "geometry": {
  2199. "type": "Point",
  2200. "coordinates": [
  2201. 121.15544983525253,
  2202. 31.160253413332047
  2203. ]
  2204. },
  2205. "properties": {
  2206. "所属居委": "金汇村村民委员会",
  2207. "项目表-小区地址": "崧润路800弄",
  2208. "小区编码": "31011810501891000001",
  2209. "count": 32
  2210. }
  2211. },
  2212. {
  2213. "type": "Feature",
  2214. "geometry": {
  2215. "type": "Point",
  2216. "coordinates": [
  2217. 121.1558712562415,
  2218. 31.155865902994297
  2219. ]
  2220. },
  2221. "properties": {
  2222. "所属居委": "金汇村村民委员会",
  2223. "项目表-小区地址": "崧润路518弄",
  2224. "小区编码": "31011810501991000001",
  2225. "count": 10
  2226. }
  2227. },
  2228. {
  2229. "type": "Feature",
  2230. "geometry": {
  2231. "type": "Point",
  2232. "coordinates": [
  2233. 121.18858078660804,
  2234. 31.16201247582007
  2235. ]
  2236. },
  2237. "properties": {
  2238. "所属居委": "巷佳社区居民委员会",
  2239. "项目表-小区地址": "盈港东路4709弄",
  2240. "小区编码": "",
  2241. "count": 15
  2242. }
  2243. },
  2244. {
  2245. "type": "Feature",
  2246. "geometry": {
  2247. "type": "Point",
  2248. "coordinates": [
  2249. 121.14218459104289,
  2250. 31.155330094344283
  2251. ]
  2252. },
  2253. "properties": {
  2254. "所属居委": "青泽社区居民委员会",
  2255. "项目表-小区地址": "崧文路55弄",
  2256. "小区编码": "31011810502791000002",
  2257. "count": 3
  2258. }
  2259. },
  2260. {
  2261. "type": "Feature",
  2262. "geometry": {
  2263. "type": "Point",
  2264. "coordinates": [
  2265. 121.15053856345276,
  2266. 31.157048146215057
  2267. ]
  2268. },
  2269. "properties": {
  2270. "所属居委": "金汇村村民委员会",
  2271. "项目表-小区地址": "崧泉路1021弄",
  2272. "小区编码": "",
  2273. "count": 5
  2274. }
  2275. },
  2276. {
  2277. "type": "Feature",
  2278. "geometry": {
  2279. "type": "Point",
  2280. "coordinates": [
  2281. 121.14581277189177,
  2282. 31.155126606709143
  2283. ]
  2284. },
  2285. "properties": {
  2286. "所属居委": "青泽社区居民委员会",
  2287. "项目表-小区地址": "赵巷镇秀泽路515弄",
  2288. "小区编码": "31011810502791000001",
  2289. "count": 3
  2290. }
  2291. },
  2292. {
  2293. "type": "Feature",
  2294. "geometry": {
  2295. "type": "Point",
  2296. "coordinates": [
  2297. 121.16059472182218,
  2298. 31.18792277492255
  2299. ]
  2300. },
  2301. "properties": {
  2302. "所属居委": "福泉山村村民委员会",
  2303. "项目表-小区地址": "重固镇",
  2304. "小区编码": "",
  2305. "count": 2
  2306. }
  2307. },
  2308. {
  2309. "type": "Feature",
  2310. "geometry": {
  2311. "type": "Point",
  2312. "coordinates": [
  2313. 121.22991042173561,
  2314. 31.23880592128479
  2315. ]
  2316. },
  2317. "properties": {
  2318. "所属居委": "新谊村村民委员会",
  2319. "项目表-小区地址": "华新镇华腾路255弄",
  2320. "小区编码": "",
  2321. "count": 17
  2322. }
  2323. },
  2324. {
  2325. "type": "Feature",
  2326. "geometry": {
  2327. "type": "Point",
  2328. "coordinates": [
  2329. 121.21851023617344,
  2330. 31.231563042141747
  2331. ]
  2332. },
  2333. "properties": {
  2334. "所属居委": "华腾居民委员会",
  2335. "项目表-小区地址": "华志路903弄",
  2336. "小区编码": "",
  2337. "count": 15
  2338. }
  2339. },
  2340. {
  2341. "type": "Feature",
  2342. "geometry": {
  2343. "type": "Point",
  2344. "coordinates": [
  2345. 121.25669329713061,
  2346. 31.172300817579316
  2347. ]
  2348. },
  2349. "properties": {
  2350. "所属居委": "徐安第四社区居民委员会",
  2351. "项目表-小区地址": "徐泾镇徐安路28弄",
  2352. "小区编码": "",
  2353. "count": 12
  2354. }
  2355. },
  2356. {
  2357. "type": "Feature",
  2358. "geometry": {
  2359. "type": "Point",
  2360. "coordinates": [
  2361. 121.27466299612678,
  2362. 31.166579604161715
  2363. ]
  2364. },
  2365. "properties": {
  2366. "所属居委": "徐安第二社区居民委员会",
  2367. "项目表-小区地址": "徐泾镇徐安路29弄",
  2368. "小区编码": "",
  2369. "count": 26
  2370. }
  2371. },
  2372. {
  2373. "type": "Feature",
  2374. "geometry": {
  2375. "type": "Point",
  2376. "coordinates": [
  2377. 121.24807669605467,
  2378. 31.18095546460283
  2379. ]
  2380. },
  2381. "properties": {
  2382. "所属居委": "陆家角村村民委员会",
  2383. "项目表-小区地址": "尚涵路199弄,299弄",
  2384. "小区编码": "",
  2385. "count": 10
  2386. }
  2387. },
  2388. {
  2389. "type": "Feature",
  2390. "geometry": {
  2391. "type": "Point",
  2392. "coordinates": [
  2393. 121.11452924889942,
  2394. 31.157556942039058
  2395. ]
  2396. },
  2397. "properties": {
  2398. "所属居委": "祥龙社区居民委员会",
  2399. "项目表-小区地址": "青浦界泾港一区综合楼",
  2400. "小区编码": "",
  2401. "count": 2
  2402. }
  2403. },
  2404. {
  2405. "type": "Feature",
  2406. "geometry": {
  2407. "type": "Point",
  2408. "coordinates": [
  2409. 121.07340853232394,
  2410. 31.138709646737887
  2411. ]
  2412. },
  2413. "properties": {
  2414. "所属居委": "横江村村民委员会",
  2415. "项目表-小区地址": "新塘港路1199弄",
  2416. "小区编码": "",
  2417. "count": 8
  2418. }
  2419. },
  2420. {
  2421. "type": "Feature",
  2422. "geometry": {
  2423. "type": "Point",
  2424. "coordinates": [
  2425. 121.1048306443591,
  2426. 31.16584480992844
  2427. ]
  2428. },
  2429. "properties": {
  2430. "所属居委": "上达社区居民委员会",
  2431. "项目表-小区地址": "",
  2432. "小区编码": "31011800201791000008",
  2433. "count": 18
  2434. }
  2435. },
  2436. {
  2437. "type": "Feature",
  2438. "geometry": {
  2439. "type": "Point",
  2440. "coordinates": [
  2441. 121.01487767140621,
  2442. 31.12492276770434
  2443. ]
  2444. },
  2445. "properties": {
  2446. "所属居委": "新旺村村民委员会",
  2447. "项目表-小区地址": "",
  2448. "小区编码": "31011810201791000011",
  2449. "count": 6
  2450. }
  2451. },
  2452. {
  2453. "type": "Feature",
  2454. "geometry": {
  2455. "type": "Point",
  2456. "coordinates": [
  2457. 121.27946748216974,
  2458. 31.186827642324022
  2459. ]
  2460. },
  2461. "properties": {
  2462. "所属居委": "蟠龙社区居民委员会",
  2463. "项目表-小区地址": "蟠中路388弄",
  2464. "小区编码": "31011810600591000003",
  2465. "count": 1
  2466. }
  2467. },
  2468. {
  2469. "type": "Feature",
  2470. "geometry": {
  2471. "type": "Point",
  2472. "coordinates": [
  2473. 121.30915438435609,
  2474. 31.163017294353025
  2475. ]
  2476. },
  2477. "properties": {
  2478. "所属居委": "卫家角第一社区居民委员会",
  2479. "项目表-小区地址": "徐泾镇方家塘路99弄1-10号",
  2480. "小区编码": "31011810600991000001",
  2481. "count": 2
  2482. }
  2483. },
  2484. {
  2485. "type": "Feature",
  2486. "geometry": {
  2487. "type": "Point",
  2488. "coordinates": [
  2489. 121.28950352375153,
  2490. 31.198776115688275
  2491. ]
  2492. },
  2493. "properties": {
  2494. "所属居委": "二联村村民委员会",
  2495. "项目表-小区地址": "",
  2496. "小区编码": "31011810603691000005",
  2497. "count": 12
  2498. }
  2499. },
  2500. {
  2501. "type": "Feature",
  2502. "geometry": {
  2503. "type": "Point",
  2504. "coordinates": [
  2505. 121.19493061196756,
  2506. 31.151734014133762
  2507. ]
  2508. },
  2509. "properties": {
  2510. "所属居委": "赵巷居民委员会",
  2511. "项目表-小区地址": "",
  2512. "小区编码": "31011810500191000012",
  2513. "count": 3
  2514. }
  2515. },
  2516. {
  2517. "type": "Feature",
  2518. "geometry": {
  2519. "type": "Point",
  2520. "coordinates": [
  2521. 121.28591481222615,
  2522. 31.197489514040917
  2523. ]
  2524. },
  2525. "properties": {
  2526. "所属居委": "二联村村民委员会",
  2527. "项目表-小区地址": "",
  2528. "小区编码": "31011810603691000003",
  2529. "count": 15
  2530. }
  2531. },
  2532. {
  2533. "type": "Feature",
  2534. "geometry": {
  2535. "type": "Point",
  2536. "coordinates": [
  2537. 121.28389256822744,
  2538. 31.196473633939284
  2539. ]
  2540. },
  2541. "properties": {
  2542. "所属居委": "二联村村民委员会",
  2543. "项目表-小区地址": "徐泾镇徐灵路300弄",
  2544. "小区编码": "31011810603691000002",
  2545. "count": 4
  2546. }
  2547. },
  2548. {
  2549. "type": "Feature",
  2550. "geometry": {
  2551. "type": "Point",
  2552. "coordinates": [
  2553. 121.2989899985139,
  2554. 31.161831160339307
  2555. ]
  2556. },
  2557. "properties": {
  2558. "所属居委": "高泾社区居民委员会",
  2559. "项目表-小区地址": "高泾路258弄",
  2560. "小区编码": "31011810602091000004",
  2561. "count": 7
  2562. }
  2563. },
  2564. {
  2565. "type": "Feature",
  2566. "geometry": {
  2567. "type": "Point",
  2568. "coordinates": [
  2569. 121.19371287129081,
  2570. 31.15501006600841
  2571. ]
  2572. },
  2573. "properties": {
  2574. "所属居委": "赵巷居民委员会",
  2575. "项目表-小区地址": "",
  2576. "小区编码": "31011810500191000009",
  2577. "count": 1
  2578. }
  2579. },
  2580. {
  2581. "type": "Feature",
  2582. "geometry": {
  2583. "type": "Point",
  2584. "coordinates": [
  2585. 121.29254385670748,
  2586. 31.170292529388192
  2587. ]
  2588. },
  2589. "properties": {
  2590. "所属居委": "高泾社区居民委员会",
  2591. "项目表-小区地址": "高泾路800弄",
  2592. "小区编码": "31011810602091000008",
  2593. "count": 5
  2594. }
  2595. },
  2596. {
  2597. "type": "Feature",
  2598. "geometry": {
  2599. "type": "Point",
  2600. "coordinates": [
  2601. 121.19252605264882,
  2602. 31.154685058452753
  2603. ]
  2604. },
  2605. "properties": {
  2606. "所属居委": "赵巷居民委员会",
  2607. "项目表-小区地址": "",
  2608. "小区编码": "31011810500191000007",
  2609. "count": 1
  2610. }
  2611. },
  2612. {
  2613. "type": "Feature",
  2614. "geometry": {
  2615. "type": "Point",
  2616. "coordinates": [
  2617. 121.11581721992135,
  2618. 31.14902145030136
  2619. ]
  2620. },
  2621. "properties": {
  2622. "所属居委": "青城社区居民委员会",
  2623. "项目表-小区地址": "公园路339弄",
  2624. "小区编码": "31011800100491000006",
  2625. "count": 5
  2626. }
  2627. },
  2628. {
  2629. "type": "Feature",
  2630. "geometry": {
  2631. "type": "Point",
  2632. "coordinates": [
  2633. 121.18304183011377,
  2634. 31.194927108039273
  2635. ]
  2636. },
  2637. "properties": {
  2638. "所属居委": "泉华社区居民委员会",
  2639. "项目表-小区地址": "赵重公路2588、2788弄",
  2640. "小区编码": "31011810900491000002",
  2641. "count": 10
  2642. }
  2643. },
  2644. {
  2645. "type": "Feature",
  2646. "geometry": {
  2647. "type": "Point",
  2648. "coordinates": [
  2649. 121.2758328179123,
  2650. 31.16263719680407
  2651. ]
  2652. },
  2653. "properties": {
  2654. "所属居委": "徐安第一社区居民委员会",
  2655. "项目表-小区地址": "沪青平公路1881号",
  2656. "小区编码": "31011810600791000001",
  2657. "count": 26
  2658. }
  2659. },
  2660. {
  2661. "type": "Feature",
  2662. "geometry": {
  2663. "type": "Point",
  2664. "coordinates": [
  2665. 121.18462343170455,
  2666. 31.20328075763891
  2667. ]
  2668. },
  2669. "properties": {
  2670. "所属居委": "福定社区居民委员会",
  2671. "项目表-小区地址": "福定路288、289弄",
  2672. "小区编码": "31011810900391000006",
  2673. "count": 13
  2674. }
  2675. },
  2676. {
  2677. "type": "Feature",
  2678. "geometry": {
  2679. "type": "Point",
  2680. "coordinates": [
  2681. 121.27237164884485,
  2682. 31.155111703798383
  2683. ]
  2684. },
  2685. "properties": {
  2686. "所属居委": "徐安第三社区居民委员会",
  2687. "项目表-小区地址": "联民路55弄",
  2688. "小区编码": "31011810601191000004",
  2689. "count": 5
  2690. }
  2691. },
  2692. {
  2693. "type": "Feature",
  2694. "geometry": {
  2695. "type": "Point",
  2696. "coordinates": [
  2697. 121.1821681696051,
  2698. 31.203192168109823
  2699. ]
  2700. },
  2701. "properties": {
  2702. "所属居委": "福定社区居民委员会",
  2703. "项目表-小区地址": "福定路288、289弄",
  2704. "小区编码": "31011810900391000004",
  2705. "count": 3
  2706. }
  2707. },
  2708. {
  2709. "type": "Feature",
  2710. "geometry": {
  2711. "type": "Point",
  2712. "coordinates": [
  2713. 121.27465669439236,
  2714. 31.15753860405802
  2715. ]
  2716. },
  2717. "properties": {
  2718. "所属居委": "徐安第三社区居民委员会",
  2719. "项目表-小区地址": "联民路99弄",
  2720. "小区编码": "31011810601191000005",
  2721. "count": 1
  2722. }
  2723. },
  2724. {
  2725. "type": "Feature",
  2726. "geometry": {
  2727. "type": "Point",
  2728. "coordinates": [
  2729. 121.17950774640634,
  2730. 31.20174577530198
  2731. ]
  2732. },
  2733. "properties": {
  2734. "所属居委": "福泉社区居民委员会",
  2735. "项目表-小区地址": "福泉山路355弄、401弄",
  2736. "小区编码": "31011810900191000002",
  2737. "count": 4
  2738. }
  2739. },
  2740. {
  2741. "type": "Feature",
  2742. "geometry": {
  2743. "type": "Point",
  2744. "coordinates": [
  2745. 121.26001562542292,
  2746. 31.156532727421034
  2747. ]
  2748. },
  2749. "properties": {
  2750. "所属居委": "徐安第三社区居民委员会",
  2751. "项目表-小区地址": "前云路222弄",
  2752. "小区编码": "31011810601191000001",
  2753. "count": 3
  2754. }
  2755. },
  2756. {
  2757. "type": "Feature",
  2758. "geometry": {
  2759. "type": "Point",
  2760. "coordinates": [
  2761. 121.17924999986859,
  2762. 31.20335000040568
  2763. ]
  2764. },
  2765. "properties": {
  2766. "所属居委": "福泉社区居民委员会",
  2767. "项目表-小区地址": "",
  2768. "小区编码": "31011810900191000004",
  2769. "count": 1
  2770. }
  2771. },
  2772. {
  2773. "type": "Feature",
  2774. "geometry": {
  2775. "type": "Point",
  2776. "coordinates": [
  2777. 121.25749127809075,
  2778. 31.153955553902005
  2779. ]
  2780. },
  2781. "properties": {
  2782. "所属居委": "前明村村民委员会",
  2783. "项目表-小区地址": "徐泾镇前云路223弄",
  2784. "小区编码": "31011810601191000002",
  2785. "count": 2
  2786. }
  2787. },
  2788. {
  2789. "type": "Feature",
  2790. "geometry": {
  2791. "type": "Point",
  2792. "coordinates": [
  2793. 121.17800648954011,
  2794. 31.203004424491986
  2795. ]
  2796. },
  2797. "properties": {
  2798. "所属居委": "福泉社区居民委员会",
  2799. "项目表-小区地址": "福泉山路355弄、401弄",
  2800. "小区编码": "31011810900191000003",
  2801. "count": 5
  2802. }
  2803. },
  2804. {
  2805. "type": "Feature",
  2806. "geometry": {
  2807. "type": "Point",
  2808. "coordinates": [
  2809. 121.2672478085688,
  2810. 31.15817591851338
  2811. ]
  2812. },
  2813. "properties": {
  2814. "所属居委": "徐安第三社区居民委员会",
  2815. "项目表-小区地址": "青浦区叶联路333弄",
  2816. "小区编码": "31011810601191000007",
  2817. "count": 15
  2818. }
  2819. },
  2820. {
  2821. "type": "Feature",
  2822. "geometry": {
  2823. "type": "Point",
  2824. "coordinates": [
  2825. 121.1902083759019,
  2826. 31.19014985822113
  2827. ]
  2828. },
  2829. "properties": {
  2830. "所属居委": "毛家角村村民委员会",
  2831. "项目表-小区地址": "",
  2832. "小区编码": "31011810920891000001",
  2833. "count": 4
  2834. }
  2835. },
  2836. {
  2837. "type": "Feature",
  2838. "geometry": {
  2839. "type": "Point",
  2840. "coordinates": [
  2841. 121.25458401439816,
  2842. 31.164802739915554
  2843. ]
  2844. },
  2845. "properties": {
  2846. "所属居委": "徐安第四社区居民委员会",
  2847. "项目表-小区地址": "沪青平公路2222弄",
  2848. "小区编码": "31011810601291000004",
  2849. "count": 4
  2850. }
  2851. },
  2852. {
  2853. "type": "Feature",
  2854. "geometry": {
  2855. "type": "Point",
  2856. "coordinates": [
  2857. 121.18873559032387,
  2858. 31.19865104611337
  2859. ]
  2860. },
  2861. "properties": {
  2862. "所属居委": "新联村村民委员会",
  2863. "项目表-小区地址": "青浦区崧建路339弄",
  2864. "小区编码": "31011810900691000002",
  2865. "count": 18
  2866. }
  2867. },
  2868. {
  2869. "type": "Feature",
  2870. "geometry": {
  2871. "type": "Point",
  2872. "coordinates": [
  2873. 121.25873534312198,
  2874. 31.168053356760115
  2875. ]
  2876. },
  2877. "properties": {
  2878. "所属居委": "徐安第四社区居民委员会",
  2879. "项目表-小区地址": "徐盈路158弄",
  2880. "小区编码": "31011810601291000005",
  2881. "count": 4
  2882. }
  2883. },
  2884. {
  2885. "type": "Feature",
  2886. "geometry": {
  2887. "type": "Point",
  2888. "coordinates": [
  2889. 121.19050161046786,
  2890. 31.18308483868909
  2891. ]
  2892. },
  2893. "properties": {
  2894. "所属居委": "郏店村村民委员会",
  2895. "项目表-小区地址": "",
  2896. "小区编码": "31011810920791000002",
  2897. "count": 3
  2898. }
  2899. },
  2900. {
  2901. "type": "Feature",
  2902. "geometry": {
  2903. "type": "Point",
  2904. "coordinates": [
  2905. 121.27761640818552,
  2906. 31.159639913639623
  2907. ]
  2908. },
  2909. "properties": {
  2910. "所属居委": "徐安第一社区居民委员会",
  2911. "项目表-小区地址": "徐泾镇徐和路165弄",
  2912. "小区编码": "31011810600691000003",
  2913. "count": 17
  2914. }
  2915. },
  2916. {
  2917. "type": "Feature",
  2918. "geometry": {
  2919. "type": "Point",
  2920. "coordinates": [
  2921. 121.27953429500286,
  2922. 31.172948643668402
  2923. ]
  2924. },
  2925. "properties": {
  2926. "所属居委": "徐泾社区居民委员会",
  2927. "项目表-小区地址": "",
  2928. "小区编码": "31011810600191000005",
  2929. "count": 5
  2930. }
  2931. },
  2932. {
  2933. "type": "Feature",
  2934. "geometry": {
  2935. "type": "Point",
  2936. "coordinates": [
  2937. 121.18330683430638,
  2938. 31.197243361440474
  2939. ]
  2940. },
  2941. "properties": {
  2942. "所属居委": "泉华社区居民委员会",
  2943. "项目表-小区地址": "赵重公路2588、2788弄",
  2944. "小区编码": "31011810900491000001",
  2945. "count": 6
  2946. }
  2947. },
  2948. {
  2949. "type": "Feature",
  2950. "geometry": {
  2951. "type": "Point",
  2952. "coordinates": [
  2953. 121.26444454059815,
  2954. 31.163847045579637
  2955. ]
  2956. },
  2957. "properties": {
  2958. "所属居委": "徐安第三社区居民委员会",
  2959. "项目表-小区地址": "徐泾镇叶联路799弄1-12号",
  2960. "小区编码": "31011810600191000003",
  2961. "count": 1
  2962. }
  2963. },
  2964. {
  2965. "type": "Feature",
  2966. "geometry": {
  2967. "type": "Point",
  2968. "coordinates": [
  2969. 121.22092112281818,
  2970. 31.243433057361912
  2971. ]
  2972. },
  2973. "properties": {
  2974. "所属居委": "华新居民委员会",
  2975. "项目表-小区地址": "华新镇华强街",
  2976. "小区编码": "31011810701391000002",
  2977. "count": 9
  2978. }
  2979. },
  2980. {
  2981. "type": "Feature",
  2982. "geometry": {
  2983. "type": "Point",
  2984. "coordinates": [
  2985. 121.17961531851232,
  2986. 31.19466677771922
  2987. ]
  2988. },
  2989. "properties": {
  2990. "所属居委": "泉山社区居民委员会",
  2991. "项目表-小区地址": "重固镇赵重公路2777弄59号3楼",
  2992. "小区编码": "31011810900291000002",
  2993. "count": 7
  2994. }
  2995. },
  2996. {
  2997. "type": "Feature",
  2998. "geometry": {
  2999. "type": "Point",
  3000. "coordinates": [
  3001. 121.25737926736562,
  3002. 31.185092579698974
  3003. ]
  3004. },
  3005. "properties": {
  3006. "所属居委": "迮庵村村民委员会",
  3007. "项目表-小区地址": "蟠龙路199弄",
  3008. "小区编码": "31011810603291000001",
  3009. "count": 36
  3010. }
  3011. },
  3012. {
  3013. "type": "Feature",
  3014. "geometry": {
  3015. "type": "Point",
  3016. "coordinates": [
  3017. 121.28264791665835,
  3018. 31.17678239088727
  3019. ]
  3020. },
  3021. "properties": {
  3022. "所属居委": "徐泾社区居民委员会",
  3023. "项目表-小区地址": "",
  3024. "小区编码": "31011810600191000007",
  3025. "count": 7
  3026. }
  3027. },
  3028. {
  3029. "type": "Feature",
  3030. "geometry": {
  3031. "type": "Point",
  3032. "coordinates": [
  3033. 121.17921663829114,
  3034. 31.197566171315493
  3035. ]
  3036. },
  3037. "properties": {
  3038. "所属居委": "泉山社区居民委员会",
  3039. "项目表-小区地址": "重固镇赵重公路2777弄59号3楼",
  3040. "小区编码": "31011810900291000003",
  3041. "count": 14
  3042. }
  3043. },
  3044. {
  3045. "type": "Feature",
  3046. "geometry": {
  3047. "type": "Point",
  3048. "coordinates": [
  3049. 121.23788844875155,
  3050. 31.17194528190418
  3051. ]
  3052. },
  3053. "properties": {
  3054. "所属居委": "陆家角村村民委员会",
  3055. "项目表-小区地址": "青浦区白鹤镇绿地河畔家园",
  3056. "小区编码": "31011810603091000003",
  3057. "count": 16
  3058. }
  3059. },
  3060. {
  3061. "type": "Feature",
  3062. "geometry": {
  3063. "type": "Point",
  3064. "coordinates": [
  3065. 121.17714803157412,
  3066. 31.19663320283794
  3067. ]
  3068. },
  3069. "properties": {
  3070. "所属居委": "泉山社区居民委员会",
  3071. "项目表-小区地址": "重固镇大街666弄",
  3072. "小区编码": "31011810900291000004",
  3073. "count": 2
  3074. }
  3075. },
  3076. {
  3077. "type": "Feature",
  3078. "geometry": {
  3079. "type": "Point",
  3080. "coordinates": [
  3081. 121.1885855764295,
  3082. 31.200927767243787
  3083. ]
  3084. },
  3085. "properties": {
  3086. "所属居委": "新联村村民委员会",
  3087. "项目表-小区地址": "上海市青浦区重固镇福泉山东路33弄",
  3088. "小区编码": "31011810900591000001",
  3089. "count": 23
  3090. }
  3091. },
  3092. {
  3093. "type": "Feature",
  3094. "geometry": {
  3095. "type": "Point",
  3096. "coordinates": [
  3097. 121.08483229084145,
  3098. 31.03631583671549
  3099. ]
  3100. },
  3101. "properties": {
  3102. "所属居委": "张马村村民委员会",
  3103. "项目表-小区地址": "沈太路2588弄",
  3104. "小区编码": "31011810223291000001",
  3105. "count": 1
  3106. }
  3107. },
  3108. {
  3109. "type": "Feature",
  3110. "geometry": {
  3111. "type": "Point",
  3112. "coordinates": [
  3113. 121.24623651197065,
  3114. 31.184246147858328
  3115. ]
  3116. },
  3117. "properties": {
  3118. "所属居委": "陆家角村村民委员会",
  3119. "项目表-小区地址": "徐泾镇泾茉路129弄1-17号",
  3120. "小区编码": "31011810602891000003",
  3121. "count": 4
  3122. }
  3123. },
  3124. {
  3125. "type": "Feature",
  3126. "geometry": {
  3127. "type": "Point",
  3128. "coordinates": [
  3129. 121.24784286544619,
  3130. 31.17825696581979
  3131. ]
  3132. },
  3133. "properties": {
  3134. "所属居委": "陆家角村村民委员会",
  3135. "项目表-小区地址": "崧泽大道2229弄",
  3136. "小区编码": "31011810602491000002",
  3137. "count": 19
  3138. }
  3139. },
  3140. {
  3141. "type": "Feature",
  3142. "geometry": {
  3143. "type": "Point",
  3144. "coordinates": [
  3145. 121.18870541460801,
  3146. 31.205960634686377
  3147. ]
  3148. },
  3149. "properties": {
  3150. "所属居委": "新联村村民委员会",
  3151. "项目表-小区地址": "重固镇崧建路589弄28号",
  3152. "小区编码": "31011810900591000003",
  3153. "count": 21
  3154. }
  3155. },
  3156. {
  3157. "type": "Feature",
  3158. "geometry": {
  3159. "type": "Point",
  3160. "coordinates": [
  3161. 121.24784286544619,
  3162. 31.17825696581979
  3163. ]
  3164. },
  3165. "properties": {
  3166. "所属居委": "陆家角村村民委员会",
  3167. "项目表-小区地址": "徐泾镇崧泽大道2333弄",
  3168. "小区编码": "31011810602491000002",
  3169. "count": 19
  3170. }
  3171. },
  3172. {
  3173. "type": "Feature",
  3174. "geometry": {
  3175. "type": "Point",
  3176. "coordinates": [
  3177. 121.15825680058293,
  3178. 31.224321496322272
  3179. ]
  3180. },
  3181. "properties": {
  3182. "所属居委": "章埝村村民委员会",
  3183. "项目表-小区地址": "",
  3184. "小区编码": "31011810920391000001",
  3185. "count": 4
  3186. }
  3187. },
  3188. {
  3189. "type": "Feature",
  3190. "geometry": {
  3191. "type": "Point",
  3192. "coordinates": [
  3193. 121.25065716810724,
  3194. 31.176258035645564
  3195. ]
  3196. },
  3197. "properties": {
  3198. "所属居委": "迮庵村村民委员会",
  3199. "项目表-小区地址": "诸陆西路1088弄",
  3200. "小区编码": "31011810602491000001",
  3201. "count": 4
  3202. }
  3203. },
  3204. {
  3205. "type": "Feature",
  3206. "geometry": {
  3207. "type": "Point",
  3208. "coordinates": [
  3209. 121.10648378516026,
  3210. 31.15955560879981
  3211. ]
  3212. },
  3213. "properties": {
  3214. "所属居委": "尚美社区居民委员会",
  3215. "项目表-小区地址": "万寿新村71-123号",
  3216. "小区编码": "31011800200891000002",
  3217. "count": 9
  3218. }
  3219. },
  3220. {
  3221. "type": "Feature",
  3222. "geometry": {
  3223. "type": "Point",
  3224. "coordinates": [
  3225. 121.27026328966173,
  3226. 31.174608158706405
  3227. ]
  3228. },
  3229. "properties": {
  3230. "所属居委": "龙阳社区居民委员会",
  3231. "项目表-小区地址": "徐泾镇京华新村9、10号",
  3232. "小区编码": "31011810600291000009",
  3233. "count": 2
  3234. }
  3235. },
  3236. {
  3237. "type": "Feature",
  3238. "geometry": {
  3239. "type": "Point",
  3240. "coordinates": [
  3241. 121.28678261472713,
  3242. 31.159021217295635
  3243. ]
  3244. },
  3245. "properties": {
  3246. "所属居委": "高泾社区居民委员会",
  3247. "项目表-小区地址": "上海市青浦区徐南路678弄,东徐联路188弄",
  3248. "小区编码": "31011810600891000006",
  3249. "count": 10
  3250. }
  3251. },
  3252. {
  3253. "type": "Feature",
  3254. "geometry": {
  3255. "type": "Point",
  3256. "coordinates": [
  3257. 121.19107722569932,
  3258. 31.154618734519097
  3259. ]
  3260. },
  3261. "properties": {
  3262. "所属居委": "赵巷居民委员会",
  3263. "项目表-小区地址": "赵巷镇",
  3264. "小区编码": "31011810500191000005",
  3265. "count": 3
  3266. }
  3267. },
  3268. {
  3269. "type": "Feature",
  3270. "geometry": {
  3271. "type": "Point",
  3272. "coordinates": [
  3273. 121.23064329655284,
  3274. 31.139119443907255
  3275. ]
  3276. },
  3277. "properties": {
  3278. "所属居委": "方夏村村民委员会",
  3279. "项目表-小区地址": "置鼎路879弄、889弄",
  3280. "小区编码": "31011810502591000001",
  3281. "count": 18
  3282. }
  3283. },
  3284. {
  3285. "type": "Feature",
  3286. "geometry": {
  3287. "type": "Point",
  3288. "coordinates": [
  3289. 120.9544699660404,
  3290. 31.067987537789914
  3291. ]
  3292. },
  3293. "properties": {
  3294. "所属居委": "西岑村村民委员会",
  3295. "项目表-小区地址": "金泽镇兰科路435弄",
  3296. "小区编码": "",
  3297. "count": 4
  3298. }
  3299. },
  3300. {
  3301. "type": "Feature",
  3302. "geometry": {
  3303. "type": "Point",
  3304. "coordinates": [
  3305. 121.0362522017013,
  3306. 31.11873061284448
  3307. ]
  3308. },
  3309. "properties": {
  3310. "所属居委": "珠溪社区居民委员会",
  3311. "项目表-小区地址": "张家圩路299弄",
  3312. "小区编码": "",
  3313. "count": 5
  3314. }
  3315. },
  3316. {
  3317. "type": "Feature",
  3318. "geometry": {
  3319. "type": "Point",
  3320. "coordinates": [
  3321. 121.11964486799661,
  3322. 31.152826279325836
  3323. ]
  3324. },
  3325. "properties": {
  3326. "所属居委": "新青浦社区居民委员会",
  3327. "项目表-小区地址": "绿地丽水名邸",
  3328. "小区编码": "",
  3329. "count": 1
  3330. }
  3331. },
  3332. {
  3333. "type": "Feature",
  3334. "geometry": {
  3335. "type": "Point",
  3336. "coordinates": [
  3337. 121.23062587816366,
  3338. 31.13363640624964
  3339. ]
  3340. },
  3341. "properties": {
  3342. "所属居委": "南崧村村民委员会",
  3343. "项目表-小区地址": "赵巷镇业煌路99弄",
  3344. "小区编码": "",
  3345. "count": 18
  3346. }
  3347. },
  3348. {
  3349. "type": "Feature",
  3350. "geometry": {
  3351. "type": "Point",
  3352. "coordinates": [
  3353. 120.91878479227603,
  3354. 31.1189267283364
  3355. ]
  3356. },
  3357. "properties": {
  3358. "所属居委": "商榻居民委员会",
  3359. "项目表-小区地址": "商周路30弄",
  3360. "小区编码": "31011810400591000007",
  3361. "count": 4
  3362. }
  3363. },
  3364. {
  3365. "type": "Feature",
  3366. "geometry": {
  3367. "type": "Point",
  3368. "coordinates": [
  3369. 121.04697799837363,
  3370. 31.003580951172232
  3371. ]
  3372. },
  3373. "properties": {
  3374. "所属居委": "三里塘社区居民委员会",
  3375. "项目表-小区地址": "章练塘路880弄",
  3376. "小区编码": "31011810300591000002",
  3377. "count": 13
  3378. }
  3379. },
  3380. {
  3381. "type": "Feature",
  3382. "geometry": {
  3383. "type": "Point",
  3384. "coordinates": [
  3385. 121.0432623380268,
  3386. 31.00310493373813
  3387. ]
  3388. },
  3389. "properties": {
  3390. "所属居委": "三里塘社区居民委员会",
  3391. "项目表-小区地址": "练塘镇章练塘路958弄",
  3392. "小区编码": "31011810300591000001",
  3393. "count": 1
  3394. }
  3395. },
  3396. {
  3397. "type": "Feature",
  3398. "geometry": {
  3399. "type": "Point",
  3400. "coordinates": [
  3401. 121.03557174846837,
  3402. 31.008765833118964
  3403. ]
  3404. },
  3405. "properties": {
  3406. "所属居委": "湾塘居民委员会",
  3407. "项目表-小区地址": "湾塘路",
  3408. "小区编码": "31011810300291000002",
  3409. "count": 4
  3410. }
  3411. },
  3412. {
  3413. "type": "Feature",
  3414. "geometry": {
  3415. "type": "Point",
  3416. "coordinates": [
  3417. 121.04003920791288,
  3418. 31.002195752119412
  3419. ]
  3420. },
  3421. "properties": {
  3422. "所属居委": "张联村村民委员会",
  3423. "项目表-小区地址": "朱枫公路3666弄",
  3424. "小区编码": "31011810300191000001",
  3425. "count": 16
  3426. }
  3427. },
  3428. {
  3429. "type": "Feature",
  3430. "geometry": {
  3431. "type": "Point",
  3432. "coordinates": [
  3433. 121.02475512997721,
  3434. 30.976669470809448
  3435. ]
  3436. },
  3437. "properties": {
  3438. "所属居委": "蒸淀居民委员会",
  3439. "项目表-小区地址": "蒸兴路180号",
  3440. "小区编码": "31011810300491000001",
  3441. "count": 9
  3442. }
  3443. },
  3444. {
  3445. "type": "Feature",
  3446. "geometry": {
  3447. "type": "Point",
  3448. "coordinates": [
  3449. 121.12053128298164,
  3450. 31.163632387005904
  3451. ]
  3452. },
  3453. "properties": {
  3454. "所属居委": "陈桥村村民委员会",
  3455. "项目表-小区地址": "外青松公路华纺路283弄",
  3456. "小区编码": "31011800101491000003",
  3457. "count": 3
  3458. }
  3459. },
  3460. {
  3461. "type": "Feature",
  3462. "geometry": {
  3463. "type": "Point",
  3464. "coordinates": [
  3465. 121.09018654514757,
  3466. 31.127476540898453
  3467. ]
  3468. },
  3469. "properties": {
  3470. "所属居委": "城南村村民委员会",
  3471. "项目表-小区地址": "夏阳街道杜家埭路55弄1-46号",
  3472. "小区编码": "31011800120991000001",
  3473. "count": 5
  3474. }
  3475. },
  3476. {
  3477. "type": "Feature",
  3478. "geometry": {
  3479. "type": "Point",
  3480. "coordinates": [
  3481. 121.11917433809236,
  3482. 31.146495331894453
  3483. ]
  3484. },
  3485. "properties": {
  3486. "所属居委": "东方社区居民委员会",
  3487. "项目表-小区地址": "淀浦河路保安路",
  3488. "小区编码": "31011800100291000001",
  3489. "count": 50
  3490. }
  3491. },
  3492. {
  3493. "type": "Feature",
  3494. "geometry": {
  3495. "type": "Point",
  3496. "coordinates": [
  3497. 121.12392783087543,
  3498. 31.149345865564626
  3499. ]
  3500. },
  3501. "properties": {
  3502. "所属居委": "桂花园社区居民委员会",
  3503. "项目表-小区地址": "沪青平公路4555弄",
  3504. "小区编码": "31011800100891000002",
  3505. "count": 14
  3506. }
  3507. },
  3508. {
  3509. "type": "Feature",
  3510. "geometry": {
  3511. "type": "Point",
  3512. "coordinates": [
  3513. 121.11752213778264,
  3514. 31.15256119367601
  3515. ]
  3516. },
  3517. "properties": {
  3518. "所属居委": "界泾港社区居民委员会",
  3519. "项目表-小区地址": "晨兴花园18号103",
  3520. "小区编码": "31011800100691000001",
  3521. "count": 7
  3522. }
  3523. },
  3524. {
  3525. "type": "Feature",
  3526. "geometry": {
  3527. "type": "Point",
  3528. "coordinates": [
  3529. 121.11581721992135,
  3530. 31.14902145030136
  3531. ]
  3532. },
  3533. "properties": {
  3534. "所属居委": "青城社区居民委员会",
  3535. "项目表-小区地址": "京华路439弄",
  3536. "小区编码": "31011800100491000006",
  3537. "count": 5
  3538. }
  3539. },
  3540. {
  3541. "type": "Feature",
  3542. "geometry": {
  3543. "type": "Point",
  3544. "coordinates": [
  3545. 121.1312696426993,
  3546. 31.1462933488252
  3547. ]
  3548. },
  3549. "properties": {
  3550. "所属居委": "青湖社区居民委员会",
  3551. "项目表-小区地址": "运杰城市花园步行街3楼311室",
  3552. "小区编码": "31011800101091000001",
  3553. "count": 15
  3554. }
  3555. },
  3556. {
  3557. "type": "Feature",
  3558. "geometry": {
  3559. "type": "Point",
  3560. "coordinates": [
  3561. 121.1262540090455,
  3562. 31.141635732418194
  3563. ]
  3564. },
  3565. "properties": {
  3566. "所属居委": "青华社区居民委员会",
  3567. "项目表-小区地址": "华青南路99弄",
  3568. "小区编码": "31011800101891000001",
  3569. "count": 19
  3570. }
  3571. },
  3572. {
  3573. "type": "Feature",
  3574. "geometry": {
  3575. "type": "Point",
  3576. "coordinates": [
  3577. 121.1146374657933,
  3578. 31.155741875072167
  3579. ]
  3580. },
  3581. "properties": {
  3582. "所属居委": "祥龙社区居民委员会",
  3583. "项目表-小区地址": "沙埭浜路108弄",
  3584. "小区编码": "31011800100591000002",
  3585. "count": 1
  3586. }
  3587. },
  3588. {
  3589. "type": "Feature",
  3590. "geometry": {
  3591. "type": "Point",
  3592. "coordinates": [
  3593. 121.11788660942233,
  3594. 31.142100365320864
  3595. ]
  3596. },
  3597. "properties": {
  3598. "所属居委": "塔湾村村民委员会",
  3599. "项目表-小区地址": "外青松公路6666弄102号西门",
  3600. "小区编码": "31011800101791000001",
  3601. "count": 14
  3602. }
  3603. },
  3604. {
  3605. "type": "Feature",
  3606. "geometry": {
  3607. "type": "Point",
  3608. "coordinates": [
  3609. 121.12479375757219,
  3610. 31.155854253037287
  3611. ]
  3612. },
  3613. "properties": {
  3614. "所属居委": "青园社区居民委员会",
  3615. "项目表-小区地址": "青竹路161弄28幢2楼",
  3616. "小区编码": "31011800102291000002",
  3617. "count": 5
  3618. }
  3619. },
  3620. {
  3621. "type": "Feature",
  3622. "geometry": {
  3623. "type": "Point",
  3624. "coordinates": [
  3625. 121.11334531174742,
  3626. 31.154540449647122
  3627. ]
  3628. },
  3629. "properties": {
  3630. "所属居委": "祥龙社区居民委员会",
  3631. "项目表-小区地址": "青安路198号",
  3632. "小区编码": "31011800100591000001",
  3633. "count": 5
  3634. }
  3635. },
  3636. {
  3637. "type": "Feature",
  3638. "geometry": {
  3639. "type": "Point",
  3640. "coordinates": [
  3641. 121.3023634714958,
  3642. 31.184337291921665
  3643. ]
  3644. },
  3645. "properties": {
  3646. "所属居委": "卫家角第二社区居民委员会",
  3647. "项目表-小区地址": "诸光路1188弄",
  3648. "小区编码": "31011810601091000001",
  3649. "count": 2
  3650. }
  3651. },
  3652. {
  3653. "type": "Feature",
  3654. "geometry": {
  3655. "type": "Point",
  3656. "coordinates": [
  3657. 121.29227850942274,
  3658. 31.18247773568166
  3659. ]
  3660. },
  3661. "properties": {
  3662. "所属居委": "卫家角第二社区居民委员会",
  3663. "项目表-小区地址": "盈港东路333弄",
  3664. "小区编码": "31011810601891000002",
  3665. "count": 3
  3666. }
  3667. },
  3668. {
  3669. "type": "Feature",
  3670. "geometry": {
  3671. "type": "Point",
  3672. "coordinates": [
  3673. 121.11492776002297,
  3674. 31.146981613864277
  3675. ]
  3676. },
  3677. "properties": {
  3678. "所属居委": "章浜社区居民委员会",
  3679. "项目表-小区地址": "城东新村145号",
  3680. "小区编码": "31011800100391000001",
  3681. "count": 9
  3682. }
  3683. },
  3684. {
  3685. "type": "Feature",
  3686. "geometry": {
  3687. "type": "Point",
  3688. "coordinates": [
  3689. 121.30336630621198,
  3690. 31.176019877499645
  3691. ]
  3692. },
  3693. "properties": {
  3694. "所属居委": "卫家角第二社区居民委员会",
  3695. "项目表-小区地址": "诸光路899弄",
  3696. "小区编码": "31011810601891000004",
  3697. "count": 1
  3698. }
  3699. },
  3700. {
  3701. "type": "Feature",
  3702. "geometry": {
  3703. "type": "Point",
  3704. "coordinates": [
  3705. 121.11590163591023,
  3706. 31.14583824436242
  3707. ]
  3708. },
  3709. "properties": {
  3710. "所属居委": "章浜社区居民委员会",
  3711. "项目表-小区地址": "城东新村145号",
  3712. "小区编码": "31011800100391000002",
  3713. "count": 24
  3714. }
  3715. },
  3716. {
  3717. "type": "Feature",
  3718. "geometry": {
  3719. "type": "Point",
  3720. "coordinates": [
  3721. 121.29987616198345,
  3722. 31.16794209416184
  3723. ]
  3724. },
  3725. "properties": {
  3726. "所属居委": "卫家角第一社区居民委员会",
  3727. "项目表-小区地址": "沪青平公路1517弄",
  3728. "小区编码": "31011810600991000006",
  3729. "count": 16
  3730. }
  3731. },
  3732. {
  3733. "type": "Feature",
  3734. "geometry": {
  3735. "type": "Point",
  3736. "coordinates": [
  3737. 121.13605838376546,
  3738. 31.26237217189566
  3739. ]
  3740. },
  3741. "properties": {
  3742. "所属居委": "第二居民委员会",
  3743. "项目表-小区地址": "外青松公路2770弄",
  3744. "小区编码": "31011811020191000002",
  3745. "count": 6
  3746. }
  3747. },
  3748. {
  3749. "type": "Feature",
  3750. "geometry": {
  3751. "type": "Point",
  3752. "coordinates": [
  3753. 121.08761619472999,
  3754. 31.21598605208513
  3755. ]
  3756. },
  3757. "properties": {
  3758. "所属居委": "大盈社区居民委员会",
  3759. "项目表-小区地址": "大盈社区大盈路468号梦盈花园别墅",
  3760. "小区编码": "31011800300291000003",
  3761. "count": 3
  3762. }
  3763. },
  3764. {
  3765. "type": "Feature",
  3766. "geometry": {
  3767. "type": "Point",
  3768. "coordinates": [
  3769. 121.31552861581424,
  3770. 31.16746868465457
  3771. ]
  3772. },
  3773. "properties": {
  3774. "所属居委": "卫家角第一社区居民委员会",
  3775. "项目表-小区地址": "徐泾镇诸光路228弄",
  3776. "小区编码": "31011810600991000003",
  3777. "count": 11
  3778. }
  3779. },
  3780. {
  3781. "type": "Feature",
  3782. "geometry": {
  3783. "type": "Point",
  3784. "coordinates": [
  3785. 121.13045249152364,
  3786. 31.26217504173538
  3787. ]
  3788. },
  3789. "properties": {
  3790. "所属居委": "第二居民委员会",
  3791. "项目表-小区地址": "鹤如路288弄",
  3792. "小区编码": "31011811000291000002",
  3793. "count": 17
  3794. }
  3795. },
  3796. {
  3797. "type": "Feature",
  3798. "geometry": {
  3799. "type": "Point",
  3800. "coordinates": [
  3801. 121.1199801854172,
  3802. 31.17799764823516
  3803. ]
  3804. },
  3805. "properties": {
  3806. "所属居委": "都汇华庭社区居民委员会",
  3807. "项目表-小区地址": "青浦区新园路508、509弄",
  3808. "小区编码": "31011800300991000003",
  3809. "count": 12
  3810. }
  3811. },
  3812. {
  3813. "type": "Feature",
  3814. "geometry": {
  3815. "type": "Point",
  3816. "coordinates": [
  3817. 121.1308029437368,
  3818. 31.25960359797838
  3819. ]
  3820. },
  3821. "properties": {
  3822. "所属居委": "王泾村村民委员会",
  3823. "项目表-小区地址": "鹤如路185弄",
  3824. "小区编码": "31011811000191000002",
  3825. "count": 23
  3826. }
  3827. },
  3828. {
  3829. "type": "Feature",
  3830. "geometry": {
  3831. "type": "Point",
  3832. "coordinates": [
  3833. 121.28591481222615,
  3834. 31.197489514040917
  3835. ]
  3836. },
  3837. "properties": {
  3838. "所属居委": "二联村村民委员会",
  3839. "项目表-小区地址": "龙联路660弄",
  3840. "小区编码": "31011810603691000001",
  3841. "count": 15
  3842. }
  3843. },
  3844. {
  3845. "type": "Feature",
  3846. "geometry": {
  3847. "type": "Point",
  3848. "coordinates": [
  3849. 121.13375704797261,
  3850. 31.257976118230946
  3851. ]
  3852. },
  3853. "properties": {
  3854. "所属居委": "第一居民委员会",
  3855. "项目表-小区地址": "外青松公路2962弄",
  3856. "小区编码": "31011811000191000001",
  3857. "count": 2
  3858. }
  3859. },
  3860. {
  3861. "type": "Feature",
  3862. "geometry": {
  3863. "type": "Point",
  3864. "coordinates": [
  3865. 121.11277625365886,
  3866. 31.213554271270496
  3867. ]
  3868. },
  3869. "properties": {
  3870. "所属居委": "民惠第三社区居民委员会",
  3871. "项目表-小区地址": "久康路99弄",
  3872. "小区编码": "31011800301591000002",
  3873. "count": 12
  3874. }
  3875. },
  3876. {
  3877. "type": "Feature",
  3878. "geometry": {
  3879. "type": "Point",
  3880. "coordinates": [
  3881. 121.13737188930256,
  3882. 31.278712164480766
  3883. ]
  3884. },
  3885. "properties": {
  3886. "所属居委": "金项村村民委员会",
  3887. "项目表-小区地址": "青浦区白鹤镇绿地时代名邸",
  3888. "小区编码": "31011811000591000001",
  3889. "count": 11
  3890. }
  3891. },
  3892. {
  3893. "type": "Feature",
  3894. "geometry": {
  3895. "type": "Point",
  3896. "coordinates": [
  3897. 121.29743877747538,
  3898. 31.16378003892845
  3899. ]
  3900. },
  3901. "properties": {
  3902. "所属居委": "高泾社区居民委员会",
  3903. "项目表-小区地址": "上海市青浦区高泾路358弄",
  3904. "小区编码": "31011810602091000005",
  3905. "count": 2
  3906. }
  3907. },
  3908. {
  3909. "type": "Feature",
  3910. "geometry": {
  3911. "type": "Point",
  3912. "coordinates": [
  3913. 121.12776615145276,
  3914. 31.281681248597764
  3915. ]
  3916. },
  3917. "properties": {
  3918. "所属居委": "金项村村民委员会",
  3919. "项目表-小区地址": "青浦区白鹤镇绿地时代嘉苑",
  3920. "小区编码": "31011811000591000003",
  3921. "count": 10
  3922. }
  3923. },
  3924. {
  3925. "type": "Feature",
  3926. "geometry": {
  3927. "type": "Point",
  3928. "coordinates": [
  3929. 121.29381752391028,
  3930. 31.163772900421176
  3931. ]
  3932. },
  3933. "properties": {
  3934. "所属居委": "高泾社区居民委员会",
  3935. "项目表-小区地址": "青浦区徐径镇高泾路428弄",
  3936. "小区编码": "31011810602091000006",
  3937. "count": 1
  3938. }
  3939. },
  3940. {
  3941. "type": "Feature",
  3942. "geometry": {
  3943. "type": "Point",
  3944. "coordinates": [
  3945. 121.29246245899844,
  3946. 31.167590846400582
  3947. ]
  3948. },
  3949. "properties": {
  3950. "所属居委": "高泾社区居民委员会",
  3951. "项目表-小区地址": "青浦区徐泾镇高泾路658弄",
  3952. "小区编码": "31011810602091000007",
  3953. "count": 1
  3954. }
  3955. },
  3956. {
  3957. "type": "Feature",
  3958. "geometry": {
  3959. "type": "Point",
  3960. "coordinates": [
  3961. 121.07721047558995,
  3962. 31.255752381726513
  3963. ]
  3964. },
  3965. "properties": {
  3966. "所属居委": "赵屯居民委员会",
  3967. "项目表-小区地址": "白石公路2753弄",
  3968. "小区编码": "31011811000391000004",
  3969. "count": 1
  3970. }
  3971. },
  3972. {
  3973. "type": "Feature",
  3974. "geometry": {
  3975. "type": "Point",
  3976. "coordinates": [
  3977. 121.28788369783531,
  3978. 31.17179644933479
  3979. ]
  3980. },
  3981. "properties": {
  3982. "所属居委": "高泾社区居民委员会",
  3983. "项目表-小区地址": "青浦区高泾路888弄",
  3984. "小区编码": "31011810602091000001",
  3985. "count": 6
  3986. }
  3987. },
  3988. {
  3989. "type": "Feature",
  3990. "geometry": {
  3991. "type": "Point",
  3992. "coordinates": [
  3993. 121.07676400768901,
  3994. 31.256624130895315
  3995. ]
  3996. },
  3997. "properties": {
  3998. "所属居委": "赵屯居民委员会",
  3999. "项目表-小区地址": "白石公路2810弄",
  4000. "小区编码": "31011811000391000001",
  4001. "count": 2
  4002. }
  4003. },
  4004. {
  4005. "type": "Feature",
  4006. "geometry": {
  4007. "type": "Point",
  4008. "coordinates": [
  4009. 121.29161841343722,
  4010. 31.17421719433517
  4011. ]
  4012. },
  4013. "properties": {
  4014. "所属居委": "高泾社区居民委员会",
  4015. "项目表-小区地址": "沪青平公路1655号",
  4016. "小区编码": "31011810602091000003",
  4017. "count": 4
  4018. }
  4019. },
  4020. {
  4021. "type": "Feature",
  4022. "geometry": {
  4023. "type": "Point",
  4024. "coordinates": [
  4025. 121.08136294970403,
  4026. 31.25207743579126
  4027. ]
  4028. },
  4029. "properties": {
  4030. "所属居委": "梅桥村村民委员会",
  4031. "项目表-小区地址": "青赵公路6666弄",
  4032. "小区编码": "31011811000391000002",
  4033. "count": 8
  4034. }
  4035. },
  4036. {
  4037. "type": "Feature",
  4038. "geometry": {
  4039. "type": "Point",
  4040. "coordinates": [
  4041. 121.0980278230066,
  4042. 31.168544749109447
  4043. ]
  4044. },
  4045. "properties": {
  4046. "所属居委": "清河湾社区居民委员会",
  4047. "项目表-小区地址": "青浦区青浦镇清河湾850弄、900弄",
  4048. "小区编码": "31011800301191000002",
  4049. "count": 12
  4050. }
  4051. },
  4052. {
  4053. "type": "Feature",
  4054. "geometry": {
  4055. "type": "Point",
  4056. "coordinates": [
  4057. 121.27160467931223,
  4058. 31.1581051341448
  4059. ]
  4060. },
  4061. "properties": {
  4062. "所属居委": "徐安第三社区居民委员会",
  4063. "项目表-小区地址": "联民路99弄",
  4064. "小区编码": "31011810601191000006",
  4065. "count": 6
  4066. }
  4067. },
  4068. {
  4069. "type": "Feature",
  4070. "geometry": {
  4071. "type": "Point",
  4072. "coordinates": [
  4073. 121.26375951678459,
  4074. 31.15482763981597
  4075. ]
  4076. },
  4077. "properties": {
  4078. "所属居委": "徐安第三社区居民委员会",
  4079. "项目表-小区地址": "徐南路1188弄",
  4080. "小区编码": "31011810601191000003",
  4081. "count": 15
  4082. }
  4083. },
  4084. {
  4085. "type": "Feature",
  4086. "geometry": {
  4087. "type": "Point",
  4088. "coordinates": [
  4089. 121.28318165735506,
  4090. 31.163877915549694
  4091. ]
  4092. },
  4093. "properties": {
  4094. "所属居委": "高泾社区居民委员会",
  4095. "项目表-小区地址": "上海市青浦区东徐联路588弄",
  4096. "小区编码": "31011810600891000002",
  4097. "count": 5
  4098. }
  4099. },
  4100. {
  4101. "type": "Feature",
  4102. "geometry": {
  4103. "type": "Point",
  4104. "coordinates": [
  4105. 121.22851750601903,
  4106. 31.2333549155543
  4107. ]
  4108. },
  4109. "properties": {
  4110. "所属居委": "宝龙社区居民委员会",
  4111. "项目表-小区地址": "华新镇新府中路1600弄",
  4112. "小区编码": "31011810700591000001",
  4113. "count": 20
  4114. }
  4115. },
  4116. {
  4117. "type": "Feature",
  4118. "geometry": {
  4119. "type": "Point",
  4120. "coordinates": [
  4121. 121.24126940937988,
  4122. 31.1685511427394
  4123. ]
  4124. },
  4125. "properties": {
  4126. "所属居委": "徐安第四社区居民委员会",
  4127. "项目表-小区地址": "徐乐路100弄",
  4128. "小区编码": "31011810601291000002",
  4129. "count": 12
  4130. }
  4131. },
  4132. {
  4133. "type": "Feature",
  4134. "geometry": {
  4135. "type": "Point",
  4136. "coordinates": [
  4137. 121.2874497176772,
  4138. 31.16507925558074
  4139. ]
  4140. },
  4141. "properties": {
  4142. "所属居委": "高泾社区居民委员会",
  4143. "项目表-小区地址": "高泾路555弄",
  4144. "小区编码": "31011810600891000005",
  4145. "count": 2
  4146. }
  4147. },
  4148. {
  4149. "type": "Feature",
  4150. "geometry": {
  4151. "type": "Point",
  4152. "coordinates": [
  4153. 121.23027217033781,
  4154. 31.198442662408585
  4155. ]
  4156. },
  4157. "properties": {
  4158. "所属居委": "新木桥村村民委员会",
  4159. "项目表-小区地址": "北青公路4499号",
  4160. "小区编码": "31011810700291000008",
  4161. "count": 19
  4162. }
  4163. },
  4164. {
  4165. "type": "Feature",
  4166. "geometry": {
  4167. "type": "Point",
  4168. "coordinates": [
  4169. 121.25669329713061,
  4170. 31.172300817579316
  4171. ]
  4172. },
  4173. "properties": {
  4174. "所属居委": "徐安第四社区居民委员会",
  4175. "项目表-小区地址": "徐泾镇徐盈路588弄、盈港东路2368弄",
  4176. "小区编码": "31011810601291000006",
  4177. "count": 12
  4178. }
  4179. },
  4180. {
  4181. "type": "Feature",
  4182. "geometry": {
  4183. "type": "Point",
  4184. "coordinates": [
  4185. 121.28511615354155,
  4186. 31.169824451759663
  4187. ]
  4188. },
  4189. "properties": {
  4190. "所属居委": "高泾社区居民委员会",
  4191. "项目表-小区地址": "高泾路999弄",
  4192. "小区编码": "31011810600891000001",
  4193. "count": 15
  4194. }
  4195. },
  4196. {
  4197. "type": "Feature",
  4198. "geometry": {
  4199. "type": "Point",
  4200. "coordinates": [
  4201. 121.22465192187607,
  4202. 31.201588034088633
  4203. ]
  4204. },
  4205. "properties": {
  4206. "所属居委": "凤溪居民委员会",
  4207. "项目表-小区地址": "华新镇凤溪凤星路",
  4208. "小区编码": "31011810700291000003",
  4209. "count": 3
  4210. }
  4211. },
  4212. {
  4213. "type": "Feature",
  4214. "geometry": {
  4215. "type": "Point",
  4216. "coordinates": [
  4217. 121.24630474228084,
  4218. 31.171585265536052
  4219. ]
  4220. },
  4221. "properties": {
  4222. "所属居委": "徐安第四社区居民委员会",
  4223. "项目表-小区地址": "青浦区徐泾镇盈港东路2588弄",
  4224. "小区编码": "31011810601291000001",
  4225. "count": 2
  4226. }
  4227. },
  4228. {
  4229. "type": "Feature",
  4230. "geometry": {
  4231. "type": "Point",
  4232. "coordinates": [
  4233. 121.22418959347137,
  4234. 31.23783983360084
  4235. ]
  4236. },
  4237. "properties": {
  4238. "所属居委": "华府社区居民委员会",
  4239. "项目表-小区地址": "华腾路555弄",
  4240. "小区编码": "31011810700791000001",
  4241. "count": 33
  4242. }
  4243. },
  4244. {
  4245. "type": "Feature",
  4246. "geometry": {
  4247. "type": "Point",
  4248. "coordinates": [
  4249. 121.25006106978135,
  4250. 31.16859538295799
  4251. ]
  4252. },
  4253. "properties": {
  4254. "所属居委": "徐安第四社区居民委员会",
  4255. "项目表-小区地址": "盈港东路2655弄",
  4256. "小区编码": "31011810601291000003",
  4257. "count": 2
  4258. }
  4259. },
  4260. {
  4261. "type": "Feature",
  4262. "geometry": {
  4263. "type": "Point",
  4264. "coordinates": [
  4265. 121.23041955373736,
  4266. 31.245477887247475
  4267. ]
  4268. },
  4269. "properties": {
  4270. "所属居委": "华新居民委员会",
  4271. "项目表-小区地址": "华富街路",
  4272. "小区编码": "31011810701391000006",
  4273. "count": 2
  4274. }
  4275. },
  4276. {
  4277. "type": "Feature",
  4278. "geometry": {
  4279. "type": "Point",
  4280. "coordinates": [
  4281. 121.24387735944202,
  4282. 31.18303337111595
  4283. ]
  4284. },
  4285. "properties": {
  4286. "所属居委": "陆家角村村民委员会",
  4287. "项目表-小区地址": "上海市青浦区尚茂路226弄",
  4288. "小区编码": "31011810602891000002",
  4289. "count": 13
  4290. }
  4291. },
  4292. {
  4293. "type": "Feature",
  4294. "geometry": {
  4295. "type": "Point",
  4296. "coordinates": [
  4297. 121.2758328179123,
  4298. 31.16263719680407
  4299. ]
  4300. },
  4301. "properties": {
  4302. "所属居委": "徐安第一社区居民委员会",
  4303. "项目表-小区地址": "青浦区徐泾镇联民路88弄",
  4304. "小区编码": "31011810600691000001",
  4305. "count": 26
  4306. }
  4307. },
  4308. {
  4309. "type": "Feature",
  4310. "geometry": {
  4311. "type": "Point",
  4312. "coordinates": [
  4313. 121.31144434515109,
  4314. 31.167616369217402
  4315. ]
  4316. },
  4317. "properties": {
  4318. "所属居委": "卫家角第一社区居民委员会",
  4319. "项目表-小区地址": "诸光路488号",
  4320. "小区编码": "31011810600991000005",
  4321. "count": 3
  4322. }
  4323. },
  4324. {
  4325. "type": "Feature",
  4326. "geometry": {
  4327. "type": "Point",
  4328. "coordinates": [
  4329. 121.23033001436104,
  4330. 31.242431481285095
  4331. ]
  4332. },
  4333. "properties": {
  4334. "所属居委": "华新居民委员会",
  4335. "项目表-小区地址": "华强街203弄",
  4336. "小区编码": "31011810701391000005",
  4337. "count": 9
  4338. }
  4339. },
  4340. {
  4341. "type": "Feature",
  4342. "geometry": {
  4343. "type": "Point",
  4344. "coordinates": [
  4345. 121.21851023617344,
  4346. 31.231563042141747
  4347. ]
  4348. },
  4349. "properties": {
  4350. "所属居委": "华腾居民委员会",
  4351. "项目表-小区地址": "华志路903弄",
  4352. "小区编码": "31011810700391000001",
  4353. "count": 15
  4354. }
  4355. },
  4356. {
  4357. "type": "Feature",
  4358. "geometry": {
  4359. "type": "Point",
  4360. "coordinates": [
  4361. 121.26313548840287,
  4362. 31.174067441886745
  4363. ]
  4364. },
  4365. "properties": {
  4366. "所属居委": "京华社区居民委员会",
  4367. "项目表-小区地址": "徐泾中路1298号10号101室",
  4368. "小区编码": "31011810600491000006",
  4369. "count": 15
  4370. }
  4371. },
  4372. {
  4373. "type": "Feature",
  4374. "geometry": {
  4375. "type": "Point",
  4376. "coordinates": [
  4377. 121.22062854241554,
  4378. 31.23758877807943
  4379. ]
  4380. },
  4381. "properties": {
  4382. "所属居委": "华腾居民委员会",
  4383. "项目表-小区地址": "华腾路",
  4384. "小区编码": "31011810700391000003",
  4385. "count": 6
  4386. }
  4387. },
  4388. {
  4389. "type": "Feature",
  4390. "geometry": {
  4391. "type": "Point",
  4392. "coordinates": [
  4393. 121.2592938486299,
  4394. 31.17733367578002
  4395. ]
  4396. },
  4397. "properties": {
  4398. "所属居委": "京华社区居民委员会",
  4399. "项目表-小区地址": "明珠路555弄",
  4400. "小区编码": "31011810600491000002",
  4401. "count": 16
  4402. }
  4403. },
  4404. {
  4405. "type": "Feature",
  4406. "geometry": {
  4407. "type": "Point",
  4408. "coordinates": [
  4409. 121.24172778664695,
  4410. 31.182434496146232
  4411. ]
  4412. },
  4413. "properties": {
  4414. "所属居委": "陆家角村村民委员会",
  4415. "项目表-小区地址": "尚茂路366弄",
  4416. "小区编码": "31011810602891000001",
  4417. "count": 16
  4418. }
  4419. },
  4420. {
  4421. "type": "Feature",
  4422. "geometry": {
  4423. "type": "Point",
  4424. "coordinates": [
  4425. 121.22063390578244,
  4426. 31.245878007916026
  4427. ]
  4428. },
  4429. "properties": {
  4430. "所属居委": "华新居民委员会",
  4431. "项目表-小区地址": "华富街502弄",
  4432. "小区编码": "31011810700191000004",
  4433. "count": 5
  4434. }
  4435. },
  4436. {
  4437. "type": "Feature",
  4438. "geometry": {
  4439. "type": "Point",
  4440. "coordinates": [
  4441. 121.26328950928188,
  4442. 31.172846070692874
  4443. ]
  4444. },
  4445. "properties": {
  4446. "所属居委": "京华社区居民委员会",
  4447. "项目表-小区地址": "盈港东路2068号",
  4448. "小区编码": "31011810600491000005",
  4449. "count": 2
  4450. }
  4451. },
  4452. {
  4453. "type": "Feature",
  4454. "geometry": {
  4455. "type": "Point",
  4456. "coordinates": [
  4457. 121.2725776230826,
  4458. 31.175355000054296
  4459. ]
  4460. },
  4461. "properties": {
  4462. "所属居委": "龙阳社区居民委员会",
  4463. "项目表-小区地址": "盈港东路1529弄",
  4464. "小区编码": "31011810600291000010",
  4465. "count": 11
  4466. }
  4467. },
  4468. {
  4469. "type": "Feature",
  4470. "geometry": {
  4471. "type": "Point",
  4472. "coordinates": [
  4473. 121.26117103659935,
  4474. 31.15912999141935
  4475. ]
  4476. },
  4477. "properties": {
  4478. "所属居委": "徐安第三社区居民委员会",
  4479. "项目表-小区地址": "沪青平公路2069弄",
  4480. "小区编码": "31011810602191000001",
  4481. "count": 3
  4482. }
  4483. },
  4484. {
  4485. "type": "Feature",
  4486. "geometry": {
  4487. "type": "Point",
  4488. "coordinates": [
  4489. 121.27026328966173,
  4490. 31.174608158706405
  4491. ]
  4492. },
  4493. "properties": {
  4494. "所属居委": "龙阳社区居民委员会",
  4495. "项目表-小区地址": "京华路徐泾中路989号",
  4496. "小区编码": "31011810600291000009",
  4497. "count": 2
  4498. }
  4499. },
  4500. {
  4501. "type": "Feature",
  4502. "geometry": {
  4503. "type": "Point",
  4504. "coordinates": [
  4505. 121.23428372203665,
  4506. 31.239300766632137
  4507. ]
  4508. },
  4509. "properties": {
  4510. "所属居委": "新谊村村民委员会",
  4511. "项目表-小区地址": "华新镇华徐公路5555弄1-75号",
  4512. "小区编码": "31011810701491000001",
  4513. "count": 18
  4514. }
  4515. },
  4516. {
  4517. "type": "Feature",
  4518. "geometry": {
  4519. "type": "Point",
  4520. "coordinates": [
  4521. 121.31121413385884,
  4522. 31.171897352433252
  4523. ]
  4524. },
  4525. "properties": {
  4526. "所属居委": "卫家角第一社区居民委员会",
  4527. "项目表-小区地址": "沪青平公路1357号",
  4528. "小区编码": "31011810602591000002",
  4529. "count": 4
  4530. }
  4531. },
  4532. {
  4533. "type": "Feature",
  4534. "geometry": {
  4535. "type": "Point",
  4536. "coordinates": [
  4537. 121.23214415849453,
  4538. 31.23914014447512
  4539. ]
  4540. },
  4541. "properties": {
  4542. "所属居委": "新谊村村民委员会",
  4543. "项目表-小区地址": "新恒路588弄1号-42号,新恒路572号-582号(正式双号)",
  4544. "小区编码": "31011810701391000002",
  4545. "count": 4
  4546. }
  4547. },
  4548. {
  4549. "type": "Feature",
  4550. "geometry": {
  4551. "type": "Point",
  4552. "coordinates": [
  4553. 121.26752338291104,
  4554. 31.17009625395708
  4555. ]
  4556. },
  4557. "properties": {
  4558. "所属居委": "龙阳社区居民委员会",
  4559. "项目表-小区地址": "徐泾镇育才路451号",
  4560. "小区编码": "31011810600291000001",
  4561. "count": 12
  4562. }
  4563. },
  4564. {
  4565. "type": "Feature",
  4566. "geometry": {
  4567. "type": "Point",
  4568. "coordinates": [
  4569. 121.30517840158485,
  4570. 31.16972547800792
  4571. ]
  4572. },
  4573. "properties": {
  4574. "所属居委": "卫家角第一社区居民委员会",
  4575. "项目表-小区地址": "沪青平公路1481号",
  4576. "小区编码": "31011810602591000004",
  4577. "count": 6
  4578. }
  4579. },
  4580. {
  4581. "type": "Feature",
  4582. "geometry": {
  4583. "type": "Point",
  4584. "coordinates": [
  4585. 121.22566410243965,
  4586. 31.227877178857952
  4587. ]
  4588. },
  4589. "properties": {
  4590. "所属居委": "西郊半岛社区居民委员会",
  4591. "项目表-小区地址": "青浦区华新镇新府中路1331弄",
  4592. "小区编码": "31011810700491000002",
  4593. "count": 42
  4594. }
  4595. },
  4596. {
  4597. "type": "Feature",
  4598. "geometry": {
  4599. "type": "Point",
  4600. "coordinates": [
  4601. 121.26583996117714,
  4602. 31.169226900720638
  4603. ]
  4604. },
  4605. "properties": {
  4606. "所属居委": "徐泾社区居民委员会",
  4607. "项目表-小区地址": "育才路555弄",
  4608. "小区编码": "31011810600291000002",
  4609. "count": 1
  4610. }
  4611. },
  4612. {
  4613. "type": "Feature",
  4614. "geometry": {
  4615. "type": "Point",
  4616. "coordinates": [
  4617. 121.21744802382999,
  4618. 31.24517711695027
  4619. ]
  4620. },
  4621. "properties": {
  4622. "所属居委": "徐谢村村民委员会",
  4623. "项目表-小区地址": "上海市青浦区华新街605弄",
  4624. "小区编码": "31011810720191000002",
  4625. "count": 3
  4626. }
  4627. },
  4628. {
  4629. "type": "Feature",
  4630. "geometry": {
  4631. "type": "Point",
  4632. "coordinates": [
  4633. 121.27038369066534,
  4634. 31.169652510049662
  4635. ]
  4636. },
  4637. "properties": {
  4638. "所属居委": "龙阳社区居民委员会",
  4639. "项目表-小区地址": "徐泾镇徐安路28弄",
  4640. "小区编码": "31011810600291000004",
  4641. "count": 2
  4642. }
  4643. },
  4644. {
  4645. "type": "Feature",
  4646. "geometry": {
  4647. "type": "Point",
  4648. "coordinates": [
  4649. 121.231338365397,
  4650. 31.17831698034547
  4651. ]
  4652. },
  4653. "properties": {
  4654. "所属居委": "陆家角村村民委员会",
  4655. "项目表-小区地址": "青浦区徐泾镇陆家角村(30/6丘)",
  4656. "小区编码": "31011810603091000001",
  4657. "count": 16
  4658. }
  4659. },
  4660. {
  4661. "type": "Feature",
  4662. "geometry": {
  4663. "type": "Point",
  4664. "coordinates": [
  4665. 120.98392676543794,
  4666. 31.050399755609913
  4667. ]
  4668. },
  4669. "properties": {
  4670. "所属居委": "莲盛居民委员会",
  4671. "项目表-小区地址": "练西公路2755弄",
  4672. "小区编码": "31011810400491000001",
  4673. "count": 1
  4674. }
  4675. },
  4676. {
  4677. "type": "Feature",
  4678. "geometry": {
  4679. "type": "Point",
  4680. "coordinates": [
  4681. 121.26885000065997,
  4682. 31.173600000106013
  4683. ]
  4684. },
  4685. "properties": {
  4686. "所属居委": "京华社区居民委员会",
  4687. "项目表-小区地址": "青浦区徐泾镇京华路281弄",
  4688. "小区编码": "31011810601991000009",
  4689. "count": 3
  4690. }
  4691. },
  4692. {
  4693. "type": "Feature",
  4694. "geometry": {
  4695. "type": "Point",
  4696. "coordinates": [
  4697. 121.26677129039598,
  4698. 31.176945137041383
  4699. ]
  4700. },
  4701. "properties": {
  4702. "所属居委": "京华社区居民委员会",
  4703. "项目表-小区地址": "京华路599弄",
  4704. "小区编码": "31011810601991000002",
  4705. "count": 5
  4706. }
  4707. },
  4708. {
  4709. "type": "Feature",
  4710. "geometry": {
  4711. "type": "Point",
  4712. "coordinates": [
  4713. 121.10970734159639,
  4714. 31.162265023720522
  4715. ]
  4716. },
  4717. "properties": {
  4718. "所属居委": "贺桥社区居民委员会",
  4719. "项目表-小区地址": "盈港路500号",
  4720. "小区编码": "31011800202691000001",
  4721. "count": 5
  4722. }
  4723. },
  4724. {
  4725. "type": "Feature",
  4726. "geometry": {
  4727. "type": "Point",
  4728. "coordinates": [
  4729. 121.27961601966875,
  4730. 31.179951809876602
  4731. ]
  4732. },
  4733. "properties": {
  4734. "所属居委": "蟠龙社区居民委员会",
  4735. "项目表-小区地址": "盈港东路1188弄、蟠龙路399弄",
  4736. "小区编码": "31011810600591000005",
  4737. "count": 13
  4738. }
  4739. },
  4740. {
  4741. "type": "Feature",
  4742. "geometry": {
  4743. "type": "Point",
  4744. "coordinates": [
  4745. 121.25737926736562,
  4746. 31.185092579698974
  4747. ]
  4748. },
  4749. "properties": {
  4750. "所属居委": "迮庵村村民委员会",
  4751. "项目表-小区地址": "金字圩路108弄",
  4752. "小区编码": "31011810603291000001",
  4753. "count": 36
  4754. }
  4755. },
  4756. {
  4757. "type": "Feature",
  4758. "geometry": {
  4759. "type": "Point",
  4760. "coordinates": [
  4761. 121.28055408749162,
  4762. 31.18568979273698
  4763. ]
  4764. },
  4765. "properties": {
  4766. "所属居委": "蟠龙社区居民委员会",
  4767. "项目表-小区地址": "徐泾镇会恒路666弄",
  4768. "小区编码": "31011810602391000003",
  4769. "count": 5
  4770. }
  4771. },
  4772. {
  4773. "type": "Feature",
  4774. "geometry": {
  4775. "type": "Point",
  4776. "coordinates": [
  4777. 121.28291449350466,
  4778. 31.18146183691454
  4779. ]
  4780. },
  4781. "properties": {
  4782. "所属居委": "蟠龙社区居民委员会",
  4783. "项目表-小区地址": "盈港东路1000弄,蟠龙路396弄,蟠龙路386-394号",
  4784. "小区编码": "31011810603591000001",
  4785. "count": 6
  4786. }
  4787. },
  4788. {
  4789. "type": "Feature",
  4790. "geometry": {
  4791. "type": "Point",
  4792. "coordinates": [
  4793. 121.31006156040047,
  4794. 31.175526216284
  4795. ]
  4796. },
  4797. "properties": {
  4798. "所属居委": "卫家角第二社区居民委员会",
  4799. "项目表-小区地址": "沪青平公路1358弄",
  4800. "小区编码": "31011810601091000004",
  4801. "count": 15
  4802. }
  4803. },
  4804. {
  4805. "type": "Feature",
  4806. "geometry": {
  4807. "type": "Point",
  4808. "coordinates": [
  4809. 121.30515997833099,
  4810. 31.17579549895113
  4811. ]
  4812. },
  4813. "properties": {
  4814. "所属居委": "卫家角第二社区居民委员会",
  4815. "项目表-小区地址": "沪青平公路1360弄",
  4816. "小区编码": "31011810601091000002",
  4817. "count": 10
  4818. }
  4819. },
  4820. {
  4821. "type": "Feature",
  4822. "geometry": {
  4823. "type": "Point",
  4824. "coordinates": [
  4825. 121.30985438118535,
  4826. 31.178804685741117
  4827. ]
  4828. },
  4829. "properties": {
  4830. "所属居委": "卫家角第二社区居民委员会",
  4831. "项目表-小区地址": "谢卫路158弄",
  4832. "小区编码": "31011810601091000005",
  4833. "count": 9
  4834. }
  4835. },
  4836. {
  4837. "type": "Feature",
  4838. "geometry": {
  4839. "type": "Point",
  4840. "coordinates": [
  4841. 121.30597396054127,
  4842. 31.17881524700916
  4843. ]
  4844. },
  4845. "properties": {
  4846. "所属居委": "卫家角第二社区居民委员会",
  4847. "项目表-小区地址": "谢卫路258号",
  4848. "小区编码": "31011810601091000006",
  4849. "count": 11
  4850. }
  4851. },
  4852. {
  4853. "type": "Feature",
  4854. "geometry": {
  4855. "type": "Point",
  4856. "coordinates": [
  4857. 121.30972225243096,
  4858. 31.16963687018336
  4859. ]
  4860. },
  4861. "properties": {
  4862. "所属居委": "卫家角第一社区居民委员会",
  4863. "项目表-小区地址": "诸光路380弄",
  4864. "小区编码": "31011810602591000001",
  4865. "count": 4
  4866. }
  4867. },
  4868. {
  4869. "type": "Feature",
  4870. "geometry": {
  4871. "type": "Point",
  4872. "coordinates": [
  4873. 121.22256643882778,
  4874. 31.202350284513546
  4875. ]
  4876. },
  4877. "properties": {
  4878. "所属居委": "凤溪居民委员会",
  4879. "项目表-小区地址": "",
  4880. "小区编码": "31011810700291000004",
  4881. "count": 2
  4882. }
  4883. },
  4884. {
  4885. "type": "Feature",
  4886. "geometry": {
  4887. "type": "Point",
  4888. "coordinates": [
  4889. 121.1063326946292,
  4890. 31.154805703073592
  4891. ]
  4892. },
  4893. "properties": {
  4894. "所属居委": "城北社区居民委员会",
  4895. "项目表-小区地址": "城中北路11号",
  4896. "小区编码": "31011800200391000003",
  4897. "count": 16
  4898. }
  4899. },
  4900. {
  4901. "type": "Feature",
  4902. "geometry": {
  4903. "type": "Point",
  4904. "coordinates": [
  4905. 121.10907289839061,
  4906. 31.1549506765668
  4907. ]
  4908. },
  4909. "properties": {
  4910. "所属居委": "城北社区居民委员会",
  4911. "项目表-小区地址": "海盈路16弄",
  4912. "小区编码": "31011800200391000001",
  4913. "count": 1
  4914. }
  4915. },
  4916. {
  4917. "type": "Feature",
  4918. "geometry": {
  4919. "type": "Point",
  4920. "coordinates": [
  4921. 121.07504623955809,
  4922. 31.133151133720617
  4923. ]
  4924. },
  4925. "properties": {
  4926. "所属居委": "横江村村民委员会",
  4927. "项目表-小区地址": "丁家港路35号",
  4928. "小区编码": "31011800202791000003",
  4929. "count": 5
  4930. }
  4931. },
  4932. {
  4933. "type": "Feature",
  4934. "geometry": {
  4935. "type": "Point",
  4936. "coordinates": [
  4937. 121.10936035256043,
  4938. 31.145083184993606
  4939. ]
  4940. },
  4941. "properties": {
  4942. "所属居委": "复兴社区居民委员会",
  4943. "项目表-小区地址": "宝庆街",
  4944. "小区编码": "31011800200591000002",
  4945. "count": 2
  4946. }
  4947. },
  4948. {
  4949. "type": "Feature",
  4950. "geometry": {
  4951. "type": "Point",
  4952. "coordinates": [
  4953. 121.08725095860886,
  4954. 31.15397428263871
  4955. ]
  4956. },
  4957. "properties": {
  4958. "所属居委": "浩泽社区居民委员会",
  4959. "项目表-小区地址": "漕盈路555弄",
  4960. "小区编码": "31011800201891000001",
  4961. "count": 19
  4962. }
  4963. },
  4964. {
  4965. "type": "Feature",
  4966. "geometry": {
  4967. "type": "Point",
  4968. "coordinates": [
  4969. 121.10971176764912,
  4970. 31.163344388573115
  4971. ]
  4972. },
  4973. "properties": {
  4974. "所属居委": "贺桥社区居民委员会",
  4975. "项目表-小区地址": "城中北路866弄1-31号、门卫,城中北路854、862、872、876、878、880号",
  4976. "小区编码": "31011800202691000002",
  4977. "count": 12
  4978. }
  4979. },
  4980. {
  4981. "type": "Feature",
  4982. "geometry": {
  4983. "type": "Point",
  4984. "coordinates": [
  4985. 121.09240145493405,
  4986. 31.15011051069737
  4987. ]
  4988. },
  4989. "properties": {
  4990. "所属居委": "华浦社区居民委员会",
  4991. "项目表-小区地址": "漕穗北路118弄、104号等、青赵公路1111号等",
  4992. "小区编码": "31011800202091000001",
  4993. "count": 1
  4994. }
  4995. },
  4996. {
  4997. "type": "Feature",
  4998. "geometry": {
  4999. "type": "Point",
  5000. "coordinates": [
  5001. 121.10627313244241,
  5002. 31.142736924865265
  5003. ]
  5004. },
  5005. "properties": {
  5006. "所属居委": "解放社区居民委员会",
  5007. "项目表-小区地址": "青浦环城西路2-32号",
  5008. "小区编码": "31011800200691000002",
  5009. "count": 3
  5010. }
  5011. },
  5012. {
  5013. "type": "Feature",
  5014. "geometry": {
  5015. "type": "Point",
  5016. "coordinates": [
  5017. 121.1048366007411,
  5018. 31.14408606686661
  5019. ]
  5020. },
  5021. "properties": {
  5022. "所属居委": "解放社区居民委员会",
  5023. "项目表-小区地址": "老朱青路",
  5024. "小区编码": "31011800200691000003",
  5025. "count": 6
  5026. }
  5027. },
  5028. {
  5029. "type": "Feature",
  5030. "geometry": {
  5031. "type": "Point",
  5032. "coordinates": [
  5033. 121.10937911218973,
  5034. 31.15655573512851
  5035. ]
  5036. },
  5037. "properties": {
  5038. "所属居委": "龙威社区居民委员会",
  5039. "项目表-小区地址": "盈贺路",
  5040. "小区编码": "31011800200491000004",
  5041. "count": 6
  5042. }
  5043. },
  5044. {
  5045. "type": "Feature",
  5046. "geometry": {
  5047. "type": "Point",
  5048. "coordinates": [
  5049. 121.22614834391231,
  5050. 31.2475514648245
  5051. ]
  5052. },
  5053. "properties": {
  5054. "所属居委": "华新居民委员会",
  5055. "项目表-小区地址": "华新镇华强街",
  5056. "小区编码": "31011810700191000002",
  5057. "count": 5
  5058. }
  5059. },
  5060. {
  5061. "type": "Feature",
  5062. "geometry": {
  5063. "type": "Point",
  5064. "coordinates": [
  5065. 121.09423003584965,
  5066. 31.150463126456298
  5067. ]
  5068. },
  5069. "properties": {
  5070. "所属居委": "绿舟社区居民委员会",
  5071. "项目表-小区地址": "港俞路1111弄",
  5072. "小区编码": "31011800201691000003",
  5073. "count": 6
  5074. }
  5075. },
  5076. {
  5077. "type": "Feature",
  5078. "geometry": {
  5079. "type": "Point",
  5080. "coordinates": [
  5081. 121.08757548451418,
  5082. 31.163256057175985
  5083. ]
  5084. },
  5085. "properties": {
  5086. "所属居委": "民乐社区居民委员会",
  5087. "项目表-小区地址": "盈港路1750弄",
  5088. "小区编码": "31011800201491000001",
  5089. "count": 15
  5090. }
  5091. },
  5092. {
  5093. "type": "Feature",
  5094. "geometry": {
  5095. "type": "Point",
  5096. "coordinates": [
  5097. 121.08419909481374,
  5098. 31.14731767624986
  5099. ]
  5100. },
  5101. "properties": {
  5102. "所属居委": "南横村村民委员会",
  5103. "项目表-小区地址": "盈浦街道西大盈港二路211弄",
  5104. "小区编码": "31011800202991000001",
  5105. "count": 16
  5106. }
  5107. },
  5108. {
  5109. "type": "Feature",
  5110. "geometry": {
  5111. "type": "Point",
  5112. "coordinates": [
  5113. 121.0859821281249,
  5114. 31.13616482181022
  5115. ]
  5116. },
  5117. "properties": {
  5118. "所属居委": "南横村村民委员会",
  5119. "项目表-小区地址": "观云路177弄",
  5120. "小区编码": "31011800203091000002",
  5121. "count": 1
  5122. }
  5123. },
  5124. {
  5125. "type": "Feature",
  5126. "geometry": {
  5127. "type": "Point",
  5128. "coordinates": [
  5129. 121.08397320686974,
  5130. 31.13480542855047
  5131. ]
  5132. },
  5133. "properties": {
  5134. "所属居委": "南横村村民委员会",
  5135. "项目表-小区地址": "黄泥娄路108弄",
  5136. "小区编码": "31011800203091000003",
  5137. "count": 7
  5138. }
  5139. },
  5140. {
  5141. "type": "Feature",
  5142. "geometry": {
  5143. "type": "Point",
  5144. "coordinates": [
  5145. 121.11010388625586,
  5146. 31.1544959948742
  5147. ]
  5148. },
  5149. "properties": {
  5150. "所属居委": "庆华社区居民委员会",
  5151. "项目表-小区地址": "新海路102号",
  5152. "小区编码": "31011800200191000003",
  5153. "count": 7
  5154. }
  5155. },
  5156. {
  5157. "type": "Feature",
  5158. "geometry": {
  5159. "type": "Point",
  5160. "coordinates": [
  5161. 121.11301003111403,
  5162. 31.159557190218163
  5163. ]
  5164. },
  5165. "properties": {
  5166. "所属居委": "庆新社区居民委员会",
  5167. "项目表-小区地址": "青安路507弄",
  5168. "小区编码": "31011800200291000002",
  5169. "count": 11
  5170. }
  5171. },
  5172. {
  5173. "type": "Feature",
  5174. "geometry": {
  5175. "type": "Point",
  5176. "coordinates": [
  5177. 121.11169308408687,
  5178. 31.157350369127315
  5179. ]
  5180. },
  5181. "properties": {
  5182. "所属居委": "庆新社区居民委员会",
  5183. "项目表-小区地址": "青安路315号",
  5184. "小区编码": "31011800200291000001",
  5185. "count": 6
  5186. }
  5187. },
  5188. {
  5189. "type": "Feature",
  5190. "geometry": {
  5191. "type": "Point",
  5192. "coordinates": [
  5193. 121.11380672884832,
  5194. 31.161841956091408
  5195. ]
  5196. },
  5197. "properties": {
  5198. "所属居委": "庆新社区居民委员会",
  5199. "项目表-小区地址": "盈港路278弄",
  5200. "小区编码": "31011800200291000004",
  5201. "count": 4
  5202. }
  5203. },
  5204. {
  5205. "type": "Feature",
  5206. "geometry": {
  5207. "type": "Point",
  5208. "coordinates": [
  5209. 121.10905393931624,
  5210. 31.148961213102652
  5211. ]
  5212. },
  5213. "properties": {
  5214. "所属居委": "三元河社区居民委员会",
  5215. "项目表-小区地址": "环城东路60弄",
  5216. "小区编码": "31011800201291000001",
  5217. "count": 3
  5218. }
  5219. },
  5220. {
  5221. "type": "Feature",
  5222. "geometry": {
  5223. "type": "Point",
  5224. "coordinates": [
  5225. 121.1057217575865,
  5226. 31.151443894760707
  5227. ]
  5228. },
  5229. "properties": {
  5230. "所属居委": "三元河社区居民委员会",
  5231. "项目表-小区地址": "青浦镇三元路16弄",
  5232. "小区编码": "31011800201291000002",
  5233. "count": 7
  5234. }
  5235. },
  5236. {
  5237. "type": "Feature",
  5238. "geometry": {
  5239. "type": "Point",
  5240. "coordinates": [
  5241. 121.10411998624171,
  5242. 31.15977266918809
  5243. ]
  5244. },
  5245. "properties": {
  5246. "所属居委": "尚美社区居民委员会",
  5247. "项目表-小区地址": "万寿路万寿六区81号",
  5248. "小区编码": "31011800200891000001",
  5249. "count": 8
  5250. }
  5251. },
  5252. {
  5253. "type": "Feature",
  5254. "geometry": {
  5255. "type": "Point",
  5256. "coordinates": [
  5257. 121.10164399681885,
  5258. 31.161163319493188
  5259. ]
  5260. },
  5261. "properties": {
  5262. "所属居委": "尚美社区居民委员会",
  5263. "项目表-小区地址": "盈港路899弄",
  5264. "小区编码": "31011800200891000004",
  5265. "count": 2
  5266. }
  5267. },
  5268. {
  5269. "type": "Feature",
  5270. "geometry": {
  5271. "type": "Point",
  5272. "coordinates": [
  5273. 121.08700861745871,
  5274. 31.148491544975695
  5275. ]
  5276. },
  5277. "properties": {
  5278. "所属居委": "双桥社区居民委员会",
  5279. "项目表-小区地址": "西大盈港路750弄、盈浩路102弄",
  5280. "小区编码": "31011800202291000003",
  5281. "count": 1
  5282. }
  5283. },
  5284. {
  5285. "type": "Feature",
  5286. "geometry": {
  5287. "type": "Point",
  5288. "coordinates": [
  5289. 121.03109581885447,
  5290. 31.118021646024705
  5291. ]
  5292. },
  5293. "properties": {
  5294. "所属居委": "珠溪社区居民委员会",
  5295. "项目表-小区地址": "绿舟路118弄,浦泰路677弄,张家圩路777弄",
  5296. "小区编码": "31011810201891000001",
  5297. "count": 11
  5298. }
  5299. },
  5300. {
  5301. "type": "Feature",
  5302. "geometry": {
  5303. "type": "Point",
  5304. "coordinates": [
  5305. 121.0870112476008,
  5306. 31.149971914518936
  5307. ]
  5308. },
  5309. "properties": {
  5310. "所属居委": "双桥社区居民委员会",
  5311. "项目表-小区地址": "盈米路38弄",
  5312. "小区编码": "31011800202291000004",
  5313. "count": 5
  5314. }
  5315. },
  5316. {
  5317. "type": "Feature",
  5318. "geometry": {
  5319. "type": "Point",
  5320. "coordinates": [
  5321. 121.0362522017013,
  5322. 31.11873061284448
  5323. ]
  5324. },
  5325. "properties": {
  5326. "所属居委": "珠溪社区居民委员会",
  5327. "项目表-小区地址": "张家圩路299弄",
  5328. "小区编码": "31011810201891000004",
  5329. "count": 5
  5330. }
  5331. },
  5332. {
  5333. "type": "Feature",
  5334. "geometry": {
  5335. "type": "Point",
  5336. "coordinates": [
  5337. 121.1062571578601,
  5338. 31.15660825276796
  5339. ]
  5340. },
  5341. "properties": {
  5342. "所属居委": "万寿社区居民委员会",
  5343. "项目表-小区地址": "万寿路",
  5344. "小区编码": "31011800200991000005",
  5345. "count": 2
  5346. }
  5347. },
  5348. {
  5349. "type": "Feature",
  5350. "geometry": {
  5351. "type": "Point",
  5352. "coordinates": [
  5353. 121.05532008367665,
  5354. 31.07507207611792
  5355. ]
  5356. },
  5357. "properties": {
  5358. "所属居委": "沈巷村村民委员会",
  5359. "项目表-小区地址": "朱家角镇泖阳路100弄",
  5360. "小区编码": "31011810200891000002",
  5361. "count": 10
  5362. }
  5363. },
  5364. {
  5365. "type": "Feature",
  5366. "geometry": {
  5367. "type": "Point",
  5368. "coordinates": [
  5369. 121.0505074079672,
  5370. 31.10772716003755
  5371. ]
  5372. },
  5373. "properties": {
  5374. "所属居委": "胜利街社区居民委员会",
  5375. "项目表-小区地址": "朱家角镇胜利新村",
  5376. "小区编码": "31011810200291000004",
  5377. "count": 2
  5378. }
  5379. },
  5380. {
  5381. "type": "Feature",
  5382. "geometry": {
  5383. "type": "Point",
  5384. "coordinates": [
  5385. 121.10328700045613,
  5386. 31.157538878797666
  5387. ]
  5388. },
  5389. "properties": {
  5390. "所属居委": "万寿社区居民委员会",
  5391. "项目表-小区地址": "万寿路121号",
  5392. "小区编码": "31011800200991000001",
  5393. "count": 11
  5394. }
  5395. },
  5396. {
  5397. "type": "Feature",
  5398. "geometry": {
  5399. "type": "Point",
  5400. "coordinates": [
  5401. 121.10563941091719,
  5402. 31.158016993671808
  5403. ]
  5404. },
  5405. "properties": {
  5406. "所属居委": "万寿社区居民委员会",
  5407. "项目表-小区地址": "万寿三区万寿路",
  5408. "小区编码": "31011800200991000003",
  5409. "count": 6
  5410. }
  5411. },
  5412. {
  5413. "type": "Feature",
  5414. "geometry": {
  5415. "type": "Point",
  5416. "coordinates": [
  5417. 121.05373229123728,
  5418. 31.109364583520257
  5419. ]
  5420. },
  5421. "properties": {
  5422. "所属居委": "胜利街社区居民委员会",
  5423. "项目表-小区地址": "朱家角镇东市新邨",
  5424. "小区编码": "31011810200291000002",
  5425. "count": 2
  5426. }
  5427. },
  5428. {
  5429. "type": "Feature",
  5430. "geometry": {
  5431. "type": "Point",
  5432. "coordinates": [
  5433. 121.0994235153662,
  5434. 31.147593233397693
  5435. ]
  5436. },
  5437. "properties": {
  5438. "所属居委": "西部花苑社区居民委员会",
  5439. "项目表-小区地址": "城中西路333弄",
  5440. "小区编码": "31011800200791000001",
  5441. "count": 20
  5442. }
  5443. },
  5444. {
  5445. "type": "Feature",
  5446. "geometry": {
  5447. "type": "Point",
  5448. "coordinates": [
  5449. 121.03651255461133,
  5450. 31.131216113760303
  5451. ]
  5452. },
  5453. "properties": {
  5454. "所属居委": "泰安第二社区居民委员会",
  5455. "项目表-小区地址": "石家浜东路88弄",
  5456. "小区编码": "31011810201191000001",
  5457. "count": 11
  5458. }
  5459. },
  5460. {
  5461. "type": "Feature",
  5462. "geometry": {
  5463. "type": "Point",
  5464. "coordinates": [
  5465. 121.0767757357436,
  5466. 31.137009633237078
  5467. ]
  5468. },
  5469. "properties": {
  5470. "所属居委": "南横村村民委员会",
  5471. "项目表-小区地址": "青泰路500弄",
  5472. "小区编码": "31011800203191000004",
  5473. "count": 5
  5474. }
  5475. },
  5476. {
  5477. "type": "Feature",
  5478. "geometry": {
  5479. "type": "Point",
  5480. "coordinates": [
  5481. 121.07340853232394,
  5482. 31.138709646737887
  5483. ]
  5484. },
  5485. "properties": {
  5486. "所属居委": "横江村村民委员会",
  5487. "项目表-小区地址": "新塘港路1199弄",
  5488. "小区编码": "31011800203191000001",
  5489. "count": 8
  5490. }
  5491. },
  5492. {
  5493. "type": "Feature",
  5494. "geometry": {
  5495. "type": "Point",
  5496. "coordinates": [
  5497. 121.09942458045037,
  5498. 31.157609888965627
  5499. ]
  5500. },
  5501. "properties": {
  5502. "所属居委": "盈港社区居民委员会",
  5503. "项目表-小区地址": "胜利路195弄",
  5504. "小区编码": "31011800201091000007",
  5505. "count": 2
  5506. }
  5507. },
  5508. {
  5509. "type": "Feature",
  5510. "geometry": {
  5511. "type": "Point",
  5512. "coordinates": [
  5513. 121.02958013028801,
  5514. 31.133615606801033
  5515. ]
  5516. },
  5517. "properties": {
  5518. "所属居委": "泰安第一社区居民委员会",
  5519. "项目表-小区地址": "泰安二期",
  5520. "小区编码": "31011810201091000003",
  5521. "count": 20
  5522. }
  5523. },
  5524. {
  5525. "type": "Feature",
  5526. "geometry": {
  5527. "type": "Point",
  5528. "coordinates": [
  5529. 121.09083928741816,
  5530. 31.141962890481693
  5531. ]
  5532. },
  5533. "properties": {
  5534. "所属居委": "怡澜社区居民委员会",
  5535. "项目表-小区地址": "上海市青浦区漕程路199弄、221弄",
  5536. "小区编码": "31011800202191000002",
  5537. "count": 2
  5538. }
  5539. },
  5540. {
  5541. "type": "Feature",
  5542. "geometry": {
  5543. "type": "Point",
  5544. "coordinates": [
  5545. 121.04646170630754,
  5546. 31.109427130973625
  5547. ]
  5548. },
  5549. "properties": {
  5550. "所属居委": "西湖新村社区居民委员会",
  5551. "项目表-小区地址": "朱家角镇西湖新村",
  5552. "小区编码": "31011810200491000001",
  5553. "count": 19
  5554. }
  5555. },
  5556. {
  5557. "type": "Feature",
  5558. "geometry": {
  5559. "type": "Point",
  5560. "coordinates": [
  5561. 121.09702185379484,
  5562. 31.160477691075798
  5563. ]
  5564. },
  5565. "properties": {
  5566. "所属居委": "盈港社区居民委员会",
  5567. "项目表-小区地址": "淀湖路235弄",
  5568. "小区编码": "31011800201091000001",
  5569. "count": 5
  5570. }
  5571. },
  5572. {
  5573. "type": "Feature",
  5574. "geometry": {
  5575. "type": "Point",
  5576. "coordinates": [
  5577. 121.04363892722834,
  5578. 31.125411005898993
  5579. ]
  5580. },
  5581. "properties": {
  5582. "所属居委": "珠湖社区居民委员会",
  5583. "项目表-小区地址": "青浦区朱家角镇阁游路288弄",
  5584. "小区编码": "31011810201391000013",
  5585. "count": 2
  5586. }
  5587. },
  5588. {
  5589. "type": "Feature",
  5590. "geometry": {
  5591. "type": "Point",
  5592. "coordinates": [
  5593. 121.03357505837086,
  5594. 31.105104999493758
  5595. ]
  5596. },
  5597. "properties": {
  5598. "所属居委": "珠溪社区居民委员会",
  5599. "项目表-小区地址": "复兴路88弄",
  5600. "小区编码": "31011810201291000001",
  5601. "count": 8
  5602. }
  5603. },
  5604. {
  5605. "type": "Feature",
  5606. "geometry": {
  5607. "type": "Point",
  5608. "coordinates": [
  5609. 121.03850548972349,
  5610. 31.112303357552687
  5611. ]
  5612. },
  5613. "properties": {
  5614. "所属居委": "珠溪社区居民委员会",
  5615. "项目表-小区地址": "青浦区沙淀中路77弄",
  5616. "小区编码": "31011810201291000011",
  5617. "count": 12
  5618. }
  5619. },
  5620. {
  5621. "type": "Feature",
  5622. "geometry": {
  5623. "type": "Point",
  5624. "coordinates": [
  5625. 121.127900066539,
  5626. 31.256208855875677
  5627. ]
  5628. },
  5629. "properties": {
  5630. "所属居委": "白鹤村村民委员会",
  5631. "项目表-小区地址": "白鹤镇程鹤路383弄",
  5632. "小区编码": "31011811020191000003",
  5633. "count": 2
  5634. }
  5635. },
  5636. {
  5637. "type": "Feature",
  5638. "geometry": {
  5639. "type": "Point",
  5640. "coordinates": [
  5641. 121.09636803262383,
  5642. 31.151606150918226
  5643. ]
  5644. },
  5645. "properties": {
  5646. "所属居委": "盈联社区居民委员会",
  5647. "项目表-小区地址": "港俞路1088弄",
  5648. "小区编码": "31011800201391000003",
  5649. "count": 5
  5650. }
  5651. },
  5652. {
  5653. "type": "Feature",
  5654. "geometry": {
  5655. "type": "Point",
  5656. "coordinates": [
  5657. 121.18858078660804,
  5658. 31.16201247582007
  5659. ]
  5660. },
  5661. "properties": {
  5662. "所属居委": "巷佳社区居民委员会",
  5663. "项目表-小区地址": "盈港东路4709弄",
  5664. "小区编码": "31011810501091000001",
  5665. "count": 15
  5666. }
  5667. },
  5668. {
  5669. "type": "Feature",
  5670. "geometry": {
  5671. "type": "Point",
  5672. "coordinates": [
  5673. 121.0934704849589,
  5674. 31.15997793360633
  5675. ]
  5676. },
  5677. "properties": {
  5678. "所属居委": "盈联社区居民委员会",
  5679. "项目表-小区地址": "青浦镇盈港路1555弄",
  5680. "小区编码": "31011800201391000002",
  5681. "count": 7
  5682. }
  5683. },
  5684. {
  5685. "type": "Feature",
  5686. "geometry": {
  5687. "type": "Point",
  5688. "coordinates": [
  5689. 121.13718636291102,
  5690. 31.251237614206243
  5691. ]
  5692. },
  5693. "properties": {
  5694. "所属居委": "白鹤村村民委员会",
  5695. "项目表-小区地址": "",
  5696. "小区编码": "31011811020191000001",
  5697. "count": 1
  5698. }
  5699. },
  5700. {
  5701. "type": "Feature",
  5702. "geometry": {
  5703. "type": "Point",
  5704. "coordinates": [
  5705. 121.098532039688,
  5706. 31.152552350369362
  5707. ]
  5708. },
  5709. "properties": {
  5710. "所属居委": "盈联社区居民委员会",
  5711. "项目表-小区地址": "盈俞路40、52号,36弄1-14、16-21号",
  5712. "小区编码": "31011800201391000004",
  5713. "count": 1
  5714. }
  5715. },
  5716. {
  5717. "type": "Feature",
  5718. "geometry": {
  5719. "type": "Point",
  5720. "coordinates": [
  5721. 121.13609999996234,
  5722. 31.258650000206313
  5723. ]
  5724. },
  5725. "properties": {
  5726. "所属居委": "第一居民委员会",
  5727. "项目表-小区地址": "",
  5728. "小区编码": "31011811000191000003",
  5729. "count": 1
  5730. }
  5731. },
  5732. {
  5733. "type": "Feature",
  5734. "geometry": {
  5735. "type": "Point",
  5736. "coordinates": [
  5737. 121.10304811673831,
  5738. 31.153926018133365
  5739. ]
  5740. },
  5741. "properties": {
  5742. "所属居委": "盈中社区居民委员会",
  5743. "项目表-小区地址": "卫中路",
  5744. "小区编码": "31011800201191000006",
  5745. "count": 13
  5746. }
  5747. },
  5748. {
  5749. "type": "Feature",
  5750. "geometry": {
  5751. "type": "Point",
  5752. "coordinates": [
  5753. 121.13494868830661,
  5754. 31.255492134597386
  5755. ]
  5756. },
  5757. "properties": {
  5758. "所属居委": "第一居民委员会",
  5759. "项目表-小区地址": "",
  5760. "小区编码": "31011811000191000004",
  5761. "count": 4
  5762. }
  5763. },
  5764. {
  5765. "type": "Feature",
  5766. "geometry": {
  5767. "type": "Point",
  5768. "coordinates": [
  5769. 121.10324388926772,
  5770. 31.151888387215752
  5771. ]
  5772. },
  5773. "properties": {
  5774. "所属居委": "盈中社区居民委员会",
  5775. "项目表-小区地址": "盈中西路50弄",
  5776. "小区编码": "31011800201191000001",
  5777. "count": 7
  5778. }
  5779. },
  5780. {
  5781. "type": "Feature",
  5782. "geometry": {
  5783. "type": "Point",
  5784. "coordinates": [
  5785. 121.09084222811123,
  5786. 31.158875786987146
  5787. ]
  5788. },
  5789. "properties": {
  5790. "所属居委": "盈联社区居民委员会",
  5791. "项目表-小区地址": "盈浦街道漕俞路399弄",
  5792. "小区编码": "31011800220491000001",
  5793. "count": 3
  5794. }
  5795. },
  5796. {
  5797. "type": "Feature",
  5798. "geometry": {
  5799. "type": "Point",
  5800. "coordinates": [
  5801. 121.15640149595595,
  5802. 31.143671512959816
  5803. ]
  5804. },
  5805. "properties": {
  5806. "所属居委": "金汇村村民委员会",
  5807. "项目表-小区地址": "秀涓路46弄",
  5808. "小区编码": "31011810502391000001",
  5809. "count": 6
  5810. }
  5811. },
  5812. {
  5813. "type": "Feature",
  5814. "geometry": {
  5815. "type": "Point",
  5816. "coordinates": [
  5817. 121.13550266816881,
  5818. 31.2525361662223
  5819. ]
  5820. },
  5821. "properties": {
  5822. "所属居委": "第一居民委员会",
  5823. "项目表-小区地址": "",
  5824. "小区编码": "31011811000191000005",
  5825. "count": 1
  5826. }
  5827. },
  5828. {
  5829. "type": "Feature",
  5830. "geometry": {
  5831. "type": "Point",
  5832. "coordinates": [
  5833. 121.22076893541093,
  5834. 31.142693378325507
  5835. ]
  5836. },
  5837. "properties": {
  5838. "所属居委": "方夏村村民委员会",
  5839. "项目表-小区地址": "青浦区赵巷镇业辉路199弄",
  5840. "小区编码": "31011810501791000006",
  5841. "count": 5
  5842. }
  5843. },
  5844. {
  5845. "type": "Feature",
  5846. "geometry": {
  5847. "type": "Point",
  5848. "coordinates": [
  5849. 121.20595941023898,
  5850. 31.144069818199757
  5851. ]
  5852. },
  5853. "properties": {
  5854. "所属居委": "方夏村村民委员会",
  5855. "项目表-小区地址": "青浦区赵巷镇业辉路600弄",
  5856. "小区编码": "31011810501791000004",
  5857. "count": 3
  5858. }
  5859. },
  5860. {
  5861. "type": "Feature",
  5862. "geometry": {
  5863. "type": "Point",
  5864. "coordinates": [
  5865. 121.21419826432562,
  5866. 31.145831987181477
  5867. ]
  5868. },
  5869. "properties": {
  5870. "所属居委": "方夏村村民委员会",
  5871. "项目表-小区地址": "置发路68弄",
  5872. "小区编码": "31011810501791000008",
  5873. "count": 5
  5874. }
  5875. },
  5876. {
  5877. "type": "Feature",
  5878. "geometry": {
  5879. "type": "Point",
  5880. "coordinates": [
  5881. 121.23062587816366,
  5882. 31.13363640624964
  5883. ]
  5884. },
  5885. "properties": {
  5886. "所属居委": "南崧村村民委员会",
  5887. "项目表-小区地址": "赵巷镇业煌路99弄",
  5888. "小区编码": "31011810502591000003",
  5889. "count": 18
  5890. }
  5891. },
  5892. {
  5893. "type": "Feature",
  5894. "geometry": {
  5895. "type": "Point",
  5896. "coordinates": [
  5897. 121.1499999995395,
  5898. 31.167421874969804
  5899. ]
  5900. },
  5901. "properties": {
  5902. "所属居委": "七汇村村民委员会",
  5903. "项目表-小区地址": "秀淳路277号",
  5904. "小区编码": "31011810501491000005",
  5905. "count": 2
  5906. }
  5907. },
  5908. {
  5909. "type": "Feature",
  5910. "geometry": {
  5911. "type": "Point",
  5912. "coordinates": [
  5913. 121.21653784885876,
  5914. 31.169347906928337
  5915. ]
  5916. },
  5917. "properties": {
  5918. "所属居委": "沈泾塘村村民委员会",
  5919. "项目表-小区地址": "赵巷镇佳驰路1128弄",
  5920. "小区编码": "31011810502591000001",
  5921. "count": 2
  5922. }
  5923. },
  5924. {
  5925. "type": "Feature",
  5926. "geometry": {
  5927. "type": "Point",
  5928. "coordinates": [
  5929. 121.14587445457433,
  5930. 31.15125732112303
  5931. ]
  5932. },
  5933. "properties": {
  5934. "所属居委": "崧鑫社区居民委员会",
  5935. "项目表-小区地址": "上海市青浦区赵巷镇秀泉路518弄",
  5936. "小区编码": "31011810500991000004",
  5937. "count": 3
  5938. }
  5939. },
  5940. {
  5941. "type": "Feature",
  5942. "geometry": {
  5943. "type": "Point",
  5944. "coordinates": [
  5945. 121.14389631866487,
  5946. 31.151424082080336
  5947. ]
  5948. },
  5949. "properties": {
  5950. "所属居委": "崧鑫社区居民委员会",
  5951. "项目表-小区地址": "上海市青浦区赵巷镇秀泉路628弄",
  5952. "小区编码": "31011810500991000003",
  5953. "count": 9
  5954. }
  5955. },
  5956. {
  5957. "type": "Feature",
  5958. "geometry": {
  5959. "type": "Point",
  5960. "coordinates": [
  5961. 121.19056823148586,
  5962. 31.15817426419261
  5963. ]
  5964. },
  5965. "properties": {
  5966. "所属居委": "巷佳社区居民委员会",
  5967. "项目表-小区地址": "青浦区赵巷镇巷居路99弄",
  5968. "小区编码": "31011810501091000004",
  5969. "count": 30
  5970. }
  5971. },
  5972. {
  5973. "type": "Feature",
  5974. "geometry": {
  5975. "type": "Point",
  5976. "coordinates": [
  5977. 121.19663971625945,
  5978. 31.155261615556327
  5979. ]
  5980. },
  5981. "properties": {
  5982. "所属居委": "新镇居民委员会",
  5983. "项目表-小区地址": "青浦区赵巷镇赵巷路188弄",
  5984. "小区编码": "31011810500191000006",
  5985. "count": 4
  5986. }
  5987. },
  5988. {
  5989. "type": "Feature",
  5990. "geometry": {
  5991. "type": "Point",
  5992. "coordinates": [
  5993. 121.1962252074171,
  5994. 31.159288162979756
  5995. ]
  5996. },
  5997. "properties": {
  5998. "所属居委": "巷佳社区居民委员会",
  5999. "项目表-小区地址": "青浦区赵巷镇镇乐路199弄",
  6000. "小区编码": "31011810501091000005",
  6001. "count": 35
  6002. }
  6003. },
  6004. {
  6005. "type": "Feature",
  6006. "geometry": {
  6007. "type": "Point",
  6008. "coordinates": [
  6009. 121.19807859026284,
  6010. 31.15229216773153
  6011. ]
  6012. },
  6013. "properties": {
  6014. "所属居委": "新镇居民委员会",
  6015. "项目表-小区地址": "沪青平公路3316弄",
  6016. "小区编码": "31011810500191000008",
  6017. "count": 2
  6018. }
  6019. },
  6020. {
  6021. "type": "Feature",
  6022. "geometry": {
  6023. "type": "Point",
  6024. "coordinates": [
  6025. 121.19789524196254,
  6026. 31.15405614609171
  6027. ]
  6028. },
  6029. "properties": {
  6030. "所属居委": "新镇居民委员会",
  6031. "项目表-小区地址": "赵华路301弄",
  6032. "小区编码": "31011810500191000004",
  6033. "count": 8
  6034. }
  6035. },
  6036. {
  6037. "type": "Feature",
  6038. "geometry": {
  6039. "type": "Point",
  6040. "coordinates": [
  6041. 121.22746113401077,
  6042. 31.190135380668885
  6043. ]
  6044. },
  6045. "properties": {
  6046. "所属居委": "春江社区居民委员会",
  6047. "项目表-小区地址": "青浦凤强塘路1000弄",
  6048. "小区编码": "31011810701191000001",
  6049. "count": 17
  6050. }
  6051. },
  6052. {
  6053. "type": "Feature",
  6054. "geometry": {
  6055. "type": "Point",
  6056. "coordinates": [
  6057. 121.22519760674415,
  6058. 31.189341307091876
  6059. ]
  6060. },
  6061. "properties": {
  6062. "所属居委": "春江社区居民委员会",
  6063. "项目表-小区地址": "凤强塘路1120弄",
  6064. "小区编码": "31011810701191000002",
  6065. "count": 1
  6066. }
  6067. },
  6068. {
  6069. "type": "Feature",
  6070. "geometry": {
  6071. "type": "Point",
  6072. "coordinates": [
  6073. 121.22340712749978,
  6074. 31.188305270816688
  6075. ]
  6076. },
  6077. "properties": {
  6078. "所属居委": "春江社区居民委员会",
  6079. "项目表-小区地址": "凤强塘路1218弄",
  6080. "小区编码": "31011810701191000003",
  6081. "count": 9
  6082. }
  6083. },
  6084. {
  6085. "type": "Feature",
  6086. "geometry": {
  6087. "type": "Point",
  6088. "coordinates": [
  6089. 121.19107722569932,
  6090. 31.154618734519097
  6091. ]
  6092. },
  6093. "properties": {
  6094. "所属居委": "赵巷居民委员会",
  6095. "项目表-小区地址": "外青松公路2798弄",
  6096. "小区编码": "31011810500191000005",
  6097. "count": 3
  6098. }
  6099. },
  6100. {
  6101. "type": "Feature",
  6102. "geometry": {
  6103. "type": "Point",
  6104. "coordinates": [
  6105. 121.22385588405781,
  6106. 31.203831322695237
  6107. ]
  6108. },
  6109. "properties": {
  6110. "所属居委": "凤溪居民委员会",
  6111. "项目表-小区地址": "",
  6112. "小区编码": "31011810700291000005",
  6113. "count": 1
  6114. }
  6115. },
  6116. {
  6117. "type": "Feature",
  6118. "geometry": {
  6119. "type": "Point",
  6120. "coordinates": [
  6121. 121.24909193871993,
  6122. 31.204466833972106
  6123. ]
  6124. },
  6125. "properties": {
  6126. "所属居委": "凤溪居民委员会",
  6127. "项目表-小区地址": "华新镇凤溪凤星路",
  6128. "小区编码": "31011810700291000006",
  6129. "count": 3
  6130. }
  6131. },
  6132. {
  6133. "type": "Feature",
  6134. "geometry": {
  6135. "type": "Point",
  6136. "coordinates": [
  6137. 121.18194926699684,
  6138. 31.205523810737642
  6139. ]
  6140. },
  6141. "properties": {
  6142. "所属居委": "福定社区居民委员会",
  6143. "项目表-小区地址": "青浦区重固镇福定路385弄",
  6144. "小区编码": "31011810900391000003",
  6145. "count": 8
  6146. }
  6147. },
  6148. {
  6149. "type": "Feature",
  6150. "geometry": {
  6151. "type": "Point",
  6152. "coordinates": [
  6153. 121.18458524789331,
  6154. 31.205681457463665
  6155. ]
  6156. },
  6157. "properties": {
  6158. "所属居委": "福定社区居民委员会",
  6159. "项目表-小区地址": "福定路386弄",
  6160. "小区编码": "31011810900391000002",
  6161. "count": 6
  6162. }
  6163. },
  6164. {
  6165. "type": "Feature",
  6166. "geometry": {
  6167. "type": "Point",
  6168. "coordinates": [
  6169. 121.18093136224,
  6170. 31.2029706077774
  6171. ]
  6172. },
  6173. "properties": {
  6174. "所属居委": "福定社区居民委员会",
  6175. "项目表-小区地址": "重固镇福泉山路250弄",
  6176. "小区编码": "31011810900391000005",
  6177. "count": 5
  6178. }
  6179. },
  6180. {
  6181. "type": "Feature",
  6182. "geometry": {
  6183. "type": "Point",
  6184. "coordinates": [
  6185. 121.17917082387959,
  6186. 31.199897841593934
  6187. ]
  6188. },
  6189. "properties": {
  6190. "所属居委": "福泉社区居民委员会",
  6191. "项目表-小区地址": "重固镇福中路235弄、199弄、315弄",
  6192. "小区编码": "31011810900191000001",
  6193. "count": 3
  6194. }
  6195. },
  6196. {
  6197. "type": "Feature",
  6198. "geometry": {
  6199. "type": "Point",
  6200. "coordinates": [
  6201. 121.17767074892103,
  6202. 31.19420349807332
  6203. ]
  6204. },
  6205. "properties": {
  6206. "所属居委": "泉山社区居民委员会",
  6207. "项目表-小区地址": "青浦区重固镇大街518弄100号",
  6208. "小区编码": "31011810900291000005",
  6209. "count": 14
  6210. }
  6211. },
  6212. {
  6213. "type": "Feature",
  6214. "geometry": {
  6215. "type": "Point",
  6216. "coordinates": [
  6217. 121.0165604967665,
  6218. 31.11263304971003
  6219. ]
  6220. },
  6221. "properties": {
  6222. "所属居委": "新旺村村民委员会",
  6223. "项目表-小区地址": "朱家角镇绿舟路789弄1-292号,绿湖路360弄1-161号",
  6224. "小区编码": "31011810201791000002",
  6225. "count": 12
  6226. }
  6227. },
  6228. {
  6229. "type": "Feature",
  6230. "geometry": {
  6231. "type": "Point",
  6232. "coordinates": [
  6233. 121.22353874335322,
  6234. 31.23520132925837
  6235. ]
  6236. },
  6237. "properties": {
  6238. "所属居委": "华府社区居民委员会",
  6239. "项目表-小区地址": "华新镇华志路666弄",
  6240. "小区编码": "31011810700791000002",
  6241. "count": 10
  6242. }
  6243. },
  6244. {
  6245. "type": "Feature",
  6246. "geometry": {
  6247. "type": "Point",
  6248. "coordinates": [
  6249. 121.22497772044174,
  6250. 31.24224543299109
  6251. ]
  6252. },
  6253. "properties": {
  6254. "所属居委": "华新居民委员会",
  6255. "项目表-小区地址": "青浦区华新镇华强街395弄",
  6256. "小区编码": "31011810701391000001",
  6257. "count": 6
  6258. }
  6259. },
  6260. {
  6261. "type": "Feature",
  6262. "geometry": {
  6263. "type": "Point",
  6264. "coordinates": [
  6265. 121.05197966647447,
  6266. 31.11019300054405
  6267. ]
  6268. },
  6269. "properties": {
  6270. "所属居委": "大新街社区居民委员会",
  6271. "项目表-小区地址": "新风路",
  6272. "小区编码": "31011810200191000004",
  6273. "count": 4
  6274. }
  6275. },
  6276. {
  6277. "type": "Feature",
  6278. "geometry": {
  6279. "type": "Point",
  6280. "coordinates": [
  6281. 121.05718581052489,
  6282. 31.12626724510371
  6283. ]
  6284. },
  6285. "properties": {
  6286. "所属居委": "横江村村民委员会",
  6287. "项目表-小区地址": "朱家角镇淀园路188弄1-39,41-43,46-48,50-73, 75-83号",
  6288. "小区编码": "31011810220291000002",
  6289. "count": 2
  6290. }
  6291. },
  6292. {
  6293. "type": "Feature",
  6294. "geometry": {
  6295. "type": "Point",
  6296. "coordinates": [
  6297. 121.22092112281818,
  6298. 31.243433057361912
  6299. ]
  6300. },
  6301. "properties": {
  6302. "所属居委": "华新居民委员会",
  6303. "项目表-小区地址": "华新镇华强街",
  6304. "小区编码": "31011810701591000007",
  6305. "count": 9
  6306. }
  6307. },
  6308. {
  6309. "type": "Feature",
  6310. "geometry": {
  6311. "type": "Point",
  6312. "coordinates": [
  6313. 121.22220000001064,
  6314. 31.245100000204545
  6315. ]
  6316. },
  6317. "properties": {
  6318. "所属居委": "华新居民委员会",
  6319. "项目表-小区地址": "华新镇华强街",
  6320. "小区编码": "31011810701391000004",
  6321. "count": 8
  6322. }
  6323. },
  6324. {
  6325. "type": "Feature",
  6326. "geometry": {
  6327. "type": "Point",
  6328. "coordinates": [
  6329. 121.22099569712417,
  6330. 31.231232202970254
  6331. ]
  6332. },
  6333. "properties": {
  6334. "所属居委": "华腾居民委员会",
  6335. "项目表-小区地址": "新凤中路358弄",
  6336. "小区编码": "31011810700391000002",
  6337. "count": 14
  6338. }
  6339. },
  6340. {
  6341. "type": "Feature",
  6342. "geometry": {
  6343. "type": "Point",
  6344. "coordinates": [
  6345. 121.22835287622608,
  6346. 31.247088104061607
  6347. ]
  6348. },
  6349. "properties": {
  6350. "所属居委": "华新居民委员会",
  6351. "项目表-小区地址": "华富街54弄",
  6352. "小区编码": "31011810700191000001",
  6353. "count": 10
  6354. }
  6355. },
  6356. {
  6357. "type": "Feature",
  6358. "geometry": {
  6359. "type": "Point",
  6360. "coordinates": [
  6361. 121.2183580803293,
  6362. 31.247518687292388
  6363. ]
  6364. },
  6365. "properties": {
  6366. "所属居委": "华新居民委员会",
  6367. "项目表-小区地址": "",
  6368. "小区编码": "31011810700191000006",
  6369. "count": 1
  6370. }
  6371. },
  6372. {
  6373. "type": "Feature",
  6374. "geometry": {
  6375. "type": "Point",
  6376. "coordinates": [
  6377. 121.12840885539956,
  6378. 31.262593836870074
  6379. ]
  6380. },
  6381. "properties": {
  6382. "所属居委": "王泾村村民委员会",
  6383. "项目表-小区地址": "鹤如路288弄",
  6384. "小区编码": "31011811021691000001",
  6385. "count": 2
  6386. }
  6387. },
  6388. {
  6389. "type": "Feature",
  6390. "geometry": {
  6391. "type": "Point",
  6392. "coordinates": [
  6393. 121.24077793412299,
  6394. 31.153163418838425
  6395. ]
  6396. },
  6397. "properties": {
  6398. "所属居委": "方夏村村民委员会",
  6399. "项目表-小区地址": "沪青平公路2525号",
  6400. "小区编码": "31011810500291000003",
  6401. "count": 1
  6402. }
  6403. },
  6404. {
  6405. "type": "Feature",
  6406. "geometry": {
  6407. "type": "Point",
  6408. "coordinates": [
  6409. 121.1258840703813,
  6410. 31.256975158602767
  6411. ]
  6412. },
  6413. "properties": {
  6414. "所属居委": "王泾村村民委员会",
  6415. "项目表-小区地址": "白鹤镇老白石公路288弄1-23号",
  6416. "小区编码": "31011811021691000002",
  6417. "count": 1
  6418. }
  6419. },
  6420. {
  6421. "type": "Feature",
  6422. "geometry": {
  6423. "type": "Point",
  6424. "coordinates": [
  6425. 121.08908374200237,
  6426. 31.272341260424277
  6427. ]
  6428. },
  6429. "properties": {
  6430. "所属居委": "五里村村民委员会",
  6431. "项目表-小区地址": "",
  6432. "小区编码": "31011811022091000002",
  6433. "count": 1
  6434. }
  6435. },
  6436. {
  6437. "type": "Feature",
  6438. "geometry": {
  6439. "type": "Point",
  6440. "coordinates": [
  6441. 121.22222588603323,
  6442. 31.248243262232517
  6443. ]
  6444. },
  6445. "properties": {
  6446. "所属居委": "华新居民委员会",
  6447. "项目表-小区地址": "",
  6448. "小区编码": "31011810700191000008",
  6449. "count": 1
  6450. }
  6451. },
  6452. {
  6453. "type": "Feature",
  6454. "geometry": {
  6455. "type": "Point",
  6456. "coordinates": [
  6457. 121.21885556641053,
  6458. 31.16931912541454
  6459. ]
  6460. },
  6461. "properties": {
  6462. "所属居委": "沈泾塘村村民委员会",
  6463. "项目表-小区地址": "佳杰路88弄",
  6464. "小区编码": "31011810500291000001",
  6465. "count": 15
  6466. }
  6467. },
  6468. {
  6469. "type": "Feature",
  6470. "geometry": {
  6471. "type": "Point",
  6472. "coordinates": [
  6473. 121.22259999996325,
  6474. 31.24590000027448
  6475. ]
  6476. },
  6477. "properties": {
  6478. "所属居委": "华新居民委员会",
  6479. "项目表-小区地址": "华新镇新苗路28弄",
  6480. "小区编码": "31011810700191000003",
  6481. "count": 4
  6482. }
  6483. },
  6484. {
  6485. "type": "Feature",
  6486. "geometry": {
  6487. "type": "Point",
  6488. "coordinates": [
  6489. 121.22128101289498,
  6490. 31.248269198199772
  6491. ]
  6492. },
  6493. "properties": {
  6494. "所属居委": "华新居民委员会",
  6495. "项目表-小区地址": "",
  6496. "小区编码": "31011810700191000007",
  6497. "count": 2
  6498. }
  6499. },
  6500. {
  6501. "type": "Feature",
  6502. "geometry": {
  6503. "type": "Point",
  6504. "coordinates": [
  6505. 121.08778627606497,
  6506. 31.270970955477843
  6507. ]
  6508. },
  6509. "properties": {
  6510. "所属居委": "五里村村民委员会",
  6511. "项目表-小区地址": "",
  6512. "小区编码": "31011811022091000003",
  6513. "count": 1
  6514. }
  6515. },
  6516. {
  6517. "type": "Feature",
  6518. "geometry": {
  6519. "type": "Point",
  6520. "coordinates": [
  6521. 121.22707390167284,
  6522. 31.256443235290696
  6523. ]
  6524. },
  6525. "properties": {
  6526. "所属居委": "华益村村民委员会",
  6527. "项目表-小区地址": "",
  6528. "小区编码": "31011810720591000001",
  6529. "count": 7
  6530. }
  6531. },
  6532. {
  6533. "type": "Feature",
  6534. "geometry": {
  6535. "type": "Point",
  6536. "coordinates": [
  6537. 121.19284003664939,
  6538. 31.241788523000025
  6539. ]
  6540. },
  6541. "properties": {
  6542. "所属居委": "淮海村村民委员会",
  6543. "项目表-小区地址": "",
  6544. "小区编码": "31011810720891000001",
  6545. "count": 5
  6546. }
  6547. },
  6548. {
  6549. "type": "Feature",
  6550. "geometry": {
  6551. "type": "Point",
  6552. "coordinates": [
  6553. 121.07516810938371,
  6554. 31.261134615381557
  6555. ]
  6556. },
  6557. "properties": {
  6558. "所属居委": "赵屯居民委员会",
  6559. "项目表-小区地址": "屯溪路270弄",
  6560. "小区编码": "31011811000391000003",
  6561. "count": 1
  6562. }
  6563. },
  6564. {
  6565. "type": "Feature",
  6566. "geometry": {
  6567. "type": "Point",
  6568. "coordinates": [
  6569. 121.22541573015424,
  6570. 31.195212547386607
  6571. ]
  6572. },
  6573. "properties": {
  6574. "所属居委": "坚强村村民委员会",
  6575. "项目表-小区地址": "",
  6576. "小区编码": "31011810722191000001",
  6577. "count": 3
  6578. }
  6579. },
  6580. {
  6581. "type": "Feature",
  6582. "geometry": {
  6583. "type": "Point",
  6584. "coordinates": [
  6585. 121.2277169475756,
  6586. 31.192819975037295
  6587. ]
  6588. },
  6589. "properties": {
  6590. "所属居委": "坚强村村民委员会",
  6591. "项目表-小区地址": "",
  6592. "小区编码": "31011810722191000002",
  6593. "count": 11
  6594. }
  6595. },
  6596. {
  6597. "type": "Feature",
  6598. "geometry": {
  6599. "type": "Point",
  6600. "coordinates": [
  6601. 121.12081762586176,
  6602. 31.149144073312435
  6603. ]
  6604. },
  6605. "properties": {
  6606. "所属居委": "东盛社区居民委员会",
  6607. "项目表-小区地址": "",
  6608. "小区编码": "31011800100191000002",
  6609. "count": 5
  6610. }
  6611. },
  6612. {
  6613. "type": "Feature",
  6614. "geometry": {
  6615. "type": "Point",
  6616. "coordinates": [
  6617. 121.23041899805459,
  6618. 31.230285756546117
  6619. ]
  6620. },
  6621. "properties": {
  6622. "所属居委": "宝龙社区居民委员会",
  6623. "项目表-小区地址": "华新镇华志路333弄、新府中路1558弄",
  6624. "小区编码": "31011810700591000003",
  6625. "count": 5
  6626. }
  6627. },
  6628. {
  6629. "type": "Feature",
  6630. "geometry": {
  6631. "type": "Point",
  6632. "coordinates": [
  6633. 121.22827568649627,
  6634. 31.187413452042627
  6635. ]
  6636. },
  6637. "properties": {
  6638. "所属居委": "金瑞苑社区居民委员会",
  6639. "项目表-小区地址": "凤阁路999弄、1000弄",
  6640. "小区编码": "31011810700991000002",
  6641. "count": 8
  6642. }
  6643. },
  6644. {
  6645. "type": "Feature",
  6646. "geometry": {
  6647. "type": "Point",
  6648. "coordinates": [
  6649. 121.154293097613,
  6650. 31.146413365621598
  6651. ]
  6652. },
  6653. "properties": {
  6654. "所属居委": "金汇村村民委员会",
  6655. "项目表-小区地址": "崧润路49弄",
  6656. "小区编码": "31011810502291000001",
  6657. "count": 8
  6658. }
  6659. },
  6660. {
  6661. "type": "Feature",
  6662. "geometry": {
  6663. "type": "Point",
  6664. "coordinates": [
  6665. 121.12785048401678,
  6666. 31.16531089434491
  6667. ]
  6668. },
  6669. "properties": {
  6670. "所属居委": "陈桥村村民委员会",
  6671. "项目表-小区地址": "云淀路170弄",
  6672. "小区编码": "31011800101491000005",
  6673. "count": 4
  6674. }
  6675. },
  6676. {
  6677. "type": "Feature",
  6678. "geometry": {
  6679. "type": "Point",
  6680. "coordinates": [
  6681. 121.12081762586176,
  6682. 31.149144073312435
  6683. ]
  6684. },
  6685. "properties": {
  6686. "所属居委": "东盛社区居民委员会",
  6687. "项目表-小区地址": "",
  6688. "小区编码": "31011800100291000002",
  6689. "count": 5
  6690. }
  6691. },
  6692. {
  6693. "type": "Feature",
  6694. "geometry": {
  6695. "type": "Point",
  6696. "coordinates": [
  6697. 121.11895700168665,
  6698. 31.150042720363
  6699. ]
  6700. },
  6701. "properties": {
  6702. "所属居委": "东盛社区居民委员会",
  6703. "项目表-小区地址": "公园路保安路",
  6704. "小区编码": "31011800100191000001",
  6705. "count": 13
  6706. }
  6707. },
  6708. {
  6709. "type": "Feature",
  6710. "geometry": {
  6711. "type": "Point",
  6712. "coordinates": [
  6713. 121.11753255859027,
  6714. 31.14948626838696
  6715. ]
  6716. },
  6717. "properties": {
  6718. "所属居委": "东盛社区居民委员会",
  6719. "项目表-小区地址": "淀浦河路保安路",
  6720. "小区编码": "31011800100191000003",
  6721. "count": 10
  6722. }
  6723. },
  6724. {
  6725. "type": "Feature",
  6726. "geometry": {
  6727. "type": "Point",
  6728. "coordinates": [
  6729. 121.12760129266546,
  6730. 31.148893038663125
  6731. ]
  6732. },
  6733. "properties": {
  6734. "所属居委": "桂花园社区居民委员会",
  6735. "项目表-小区地址": "",
  6736. "小区编码": "31011800100891000004",
  6737. "count": 17
  6738. }
  6739. },
  6740. {
  6741. "type": "Feature",
  6742. "geometry": {
  6743. "type": "Point",
  6744. "coordinates": [
  6745. 121.1241221248817,
  6746. 31.14725204260219
  6747. ]
  6748. },
  6749. "properties": {
  6750. "所属居委": "华骥苑社区居民委员会",
  6751. "项目表-小区地址": "沪青平公路4601弄",
  6752. "小区编码": "31011800100991000001",
  6753. "count": 3
  6754. }
  6755. },
  6756. {
  6757. "type": "Feature",
  6758. "geometry": {
  6759. "type": "Point",
  6760. "coordinates": [
  6761. 121.12755797012173,
  6762. 31.14582123553287
  6763. ]
  6764. },
  6765. "properties": {
  6766. "所属居委": "华骥苑社区居民委员会",
  6767. "项目表-小区地址": "青浦区沪青平公路4607弄青湖路973弄",
  6768. "小区编码": "31011800100991000004",
  6769. "count": 4
  6770. }
  6771. },
  6772. {
  6773. "type": "Feature",
  6774. "geometry": {
  6775. "type": "Point",
  6776. "coordinates": [
  6777. 121.12392676204674,
  6778. 31.14566618431943
  6779. ]
  6780. },
  6781. "properties": {
  6782. "所属居委": "华骥苑社区居民委员会",
  6783. "项目表-小区地址": "",
  6784. "小区编码": "31011800100991000002",
  6785. "count": 8
  6786. }
  6787. },
  6788. {
  6789. "type": "Feature",
  6790. "geometry": {
  6791. "type": "Point",
  6792. "coordinates": [
  6793. 121.12836420071422,
  6794. 31.147172421105108
  6795. ]
  6796. },
  6797. "properties": {
  6798. "所属居委": "华骥苑社区居民委员会",
  6799. "项目表-小区地址": "青浦区沪青平公路4607弄青湖路973弄",
  6800. "小区编码": "31011800100991000005",
  6801. "count": 3
  6802. }
  6803. },
  6804. {
  6805. "type": "Feature",
  6806. "geometry": {
  6807. "type": "Point",
  6808. "coordinates": [
  6809. 121.12392676204674,
  6810. 31.14566618431943
  6811. ]
  6812. },
  6813. "properties": {
  6814. "所属居委": "华骥苑社区居民委员会",
  6815. "项目表-小区地址": "",
  6816. "小区编码": "31011800100991000003",
  6817. "count": 8
  6818. }
  6819. },
  6820. {
  6821. "type": "Feature",
  6822. "geometry": {
  6823. "type": "Point",
  6824. "coordinates": [
  6825. 121.13634069392782,
  6826. 31.164973556206697
  6827. ]
  6828. },
  6829. "properties": {
  6830. "所属居委": "佳乐苑社区居民委员会",
  6831. "项目表-小区地址": "青浦区盈港东路8300弄",
  6832. "小区编码": "31011800101391000001",
  6833. "count": 18
  6834. }
  6835. },
  6836. {
  6837. "type": "Feature",
  6838. "geometry": {
  6839. "type": "Point",
  6840. "coordinates": [
  6841. 121.1170262716569,
  6842. 31.15939915125554
  6843. ]
  6844. },
  6845. "properties": {
  6846. "所属居委": "界泾港社区居民委员会",
  6847. "项目表-小区地址": "浦仓路",
  6848. "小区编码": "31011800100691000003",
  6849. "count": 2
  6850. }
  6851. },
  6852. {
  6853. "type": "Feature",
  6854. "geometry": {
  6855. "type": "Point",
  6856. "coordinates": [
  6857. 121.11725138150734,
  6858. 31.1555322147176
  6859. ]
  6860. },
  6861. "properties": {
  6862. "所属居委": "界泾港社区居民委员会",
  6863. "项目表-小区地址": "浦仓路",
  6864. "小区编码": "31011800100691000002",
  6865. "count": 21
  6866. }
  6867. },
  6868. {
  6869. "type": "Feature",
  6870. "geometry": {
  6871. "type": "Point",
  6872. "coordinates": [
  6873. 121.13485425729681,
  6874. 31.14225386040931
  6875. ]
  6876. },
  6877. "properties": {
  6878. "所属居委": "南箐园社区居民委员会",
  6879. "项目表-小区地址": "上海市青浦区沪青平公路5000弄",
  6880. "小区编码": "31011800102391000001",
  6881. "count": 6
  6882. }
  6883. },
  6884. {
  6885. "type": "Feature",
  6886. "geometry": {
  6887. "type": "Point",
  6888. "coordinates": [
  6889. 121.13016392319939,
  6890. 31.156907301027818
  6891. ]
  6892. },
  6893. "properties": {
  6894. "所属居委": "千步泾社区居民委员会",
  6895. "项目表-小区地址": "公园东路1688弄",
  6896. "小区编码": "31011800101291000002",
  6897. "count": 18
  6898. }
  6899. },
  6900. {
  6901. "type": "Feature",
  6902. "geometry": {
  6903. "type": "Point",
  6904. "coordinates": [
  6905. 121.12886499838389,
  6906. 31.160221456277075
  6907. ]
  6908. },
  6909. "properties": {
  6910. "所属居委": "仓桥社区居民委员会",
  6911. "项目表-小区地址": "华科路255弄",
  6912. "小区编码": "31011800101291000003",
  6913. "count": 7
  6914. }
  6915. },
  6916. {
  6917. "type": "Feature",
  6918. "geometry": {
  6919. "type": "Point",
  6920. "coordinates": [
  6921. 121.11540379332862,
  6922. 31.159634714802163
  6923. ]
  6924. },
  6925. "properties": {
  6926. "所属居委": "青安社区居民委员会",
  6927. "项目表-小区地址": "浦仓路",
  6928. "小区编码": "31011800101991000001",
  6929. "count": 12
  6930. }
  6931. },
  6932. {
  6933. "type": "Feature",
  6934. "geometry": {
  6935. "type": "Point",
  6936. "coordinates": [
  6937. 121.11789041494752,
  6938. 31.161263985803892
  6939. ]
  6940. },
  6941. "properties": {
  6942. "所属居委": "青安社区居民委员会",
  6943. "项目表-小区地址": "盈港路112弄",
  6944. "小区编码": "31011800101991000002",
  6945. "count": 8
  6946. }
  6947. },
  6948. {
  6949. "type": "Feature",
  6950. "geometry": {
  6951. "type": "Point",
  6952. "coordinates": [
  6953. 121.11476452934134,
  6954. 31.149287305621428
  6955. ]
  6956. },
  6957. "properties": {
  6958. "所属居委": "青城社区居民委员会",
  6959. "项目表-小区地址": "",
  6960. "小区编码": "31011800100491000005",
  6961. "count": 3
  6962. }
  6963. },
  6964. {
  6965. "type": "Feature",
  6966. "geometry": {
  6967. "type": "Point",
  6968. "coordinates": [
  6969. 121.11632280716324,
  6970. 31.150314035021683
  6971. ]
  6972. },
  6973. "properties": {
  6974. "所属居委": "青城社区居民委员会",
  6975. "项目表-小区地址": "公园路保安路",
  6976. "小区编码": "31011800100491000003",
  6977. "count": 1
  6978. }
  6979. },
  6980. {
  6981. "type": "Feature",
  6982. "geometry": {
  6983. "type": "Point",
  6984. "coordinates": [
  6985. 121.11295083091626,
  6986. 31.14758796678007
  6987. ]
  6988. },
  6989. "properties": {
  6990. "所属居委": "青城社区居民委员会",
  6991. "项目表-小区地址": "青松路129弄",
  6992. "小区编码": "31011800100491000004",
  6993. "count": 12
  6994. }
  6995. },
  6996. {
  6997. "type": "Feature",
  6998. "geometry": {
  6999. "type": "Point",
  7000. "coordinates": [
  7001. 121.11352592924398,
  7002. 31.140139582130242
  7003. ]
  7004. },
  7005. "properties": {
  7006. "所属居委": "塔湾村村民委员会",
  7007. "项目表-小区地址": "青浦区青松路",
  7008. "小区编码": "31011800100491000002",
  7009. "count": 6
  7010. }
  7011. },
  7012. {
  7013. "type": "Feature",
  7014. "geometry": {
  7015. "type": "Point",
  7016. "coordinates": [
  7017. 121.11359771625979,
  7018. 31.14466849408839
  7019. ]
  7020. },
  7021. "properties": {
  7022. "所属居委": "青城社区居民委员会",
  7023. "项目表-小区地址": "",
  7024. "小区编码": "31011800100491000001",
  7025. "count": 5
  7026. }
  7027. },
  7028. {
  7029. "type": "Feature",
  7030. "geometry": {
  7031. "type": "Point",
  7032. "coordinates": [
  7033. 121.13377504625583,
  7034. 31.146213340121257
  7035. ]
  7036. },
  7037. "properties": {
  7038. "所属居委": "青湖社区居民委员会",
  7039. "项目表-小区地址": "华浦南路358弄17号三楼",
  7040. "小区编码": "31011800101091000002",
  7041. "count": 7
  7042. }
  7043. },
  7044. {
  7045. "type": "Feature",
  7046. "geometry": {
  7047. "type": "Point",
  7048. "coordinates": [
  7049. 121.0232801754242,
  7050. 31.127765978814928
  7051. ]
  7052. },
  7053. "properties": {
  7054. "所属居委": "新华村村民委员会",
  7055. "项目表-小区地址": "上海市青浦区朱家角镇淀山湖大道3600弄1-299号",
  7056. "小区编码": "31011810201791000003",
  7057. "count": 23
  7058. }
  7059. },
  7060. {
  7061. "type": "Feature",
  7062. "geometry": {
  7063. "type": "Point",
  7064. "coordinates": [
  7065. 121.0248665314256,
  7066. 31.123629771276185
  7067. ]
  7068. },
  7069. "properties": {
  7070. "所属居委": "新华村村民委员会",
  7071. "项目表-小区地址": "朱家角镇淀山湖大道3699弄1-659号,3781弄1-9号",
  7072. "小区编码": "31011810201791000004",
  7073. "count": 24
  7074. }
  7075. },
  7076. {
  7077. "type": "Feature",
  7078. "geometry": {
  7079. "type": "Point",
  7080. "coordinates": [
  7081. 121.02615742712075,
  7082. 31.118348515669854
  7083. ]
  7084. },
  7085. "properties": {
  7086. "所属居委": "新旺村村民委员会",
  7087. "项目表-小区地址": "复兴路999弄",
  7088. "小区编码": "31011810201791000007",
  7089. "count": 1
  7090. }
  7091. },
  7092. {
  7093. "type": "Feature",
  7094. "geometry": {
  7095. "type": "Point",
  7096. "coordinates": [
  7097. 121.02001091049975,
  7098. 31.11961043959826
  7099. ]
  7100. },
  7101. "properties": {
  7102. "所属居委": "新旺村村民委员会",
  7103. "项目表-小区地址": "朱家角镇绿湖路688弄",
  7104. "小区编码": "31011810201791000009",
  7105. "count": 1
  7106. }
  7107. },
  7108. {
  7109. "type": "Feature",
  7110. "geometry": {
  7111. "type": "Point",
  7112. "coordinates": [
  7113. 121.01876770316905,
  7114. 31.123015605628627
  7115. ]
  7116. },
  7117. "properties": {
  7118. "所属居委": "新旺村村民委员会",
  7119. "项目表-小区地址": "上海市青浦区绿湖路888弄",
  7120. "小区编码": "31011810201791000001",
  7121. "count": 15
  7122. }
  7123. },
  7124. {
  7125. "type": "Feature",
  7126. "geometry": {
  7127. "type": "Point",
  7128. "coordinates": [
  7129. 121.02215555572036,
  7130. 31.11691339988268
  7131. ]
  7132. },
  7133. "properties": {
  7134. "所属居委": "新旺村村民委员会",
  7135. "项目表-小区地址": "上海市青浦区绿舟路188弄",
  7136. "小区编码": "31011810201791000008",
  7137. "count": 4
  7138. }
  7139. },
  7140. {
  7141. "type": "Feature",
  7142. "geometry": {
  7143. "type": "Point",
  7144. "coordinates": [
  7145. 121.01815576704018,
  7146. 31.116444475190114
  7147. ]
  7148. },
  7149. "properties": {
  7150. "所属居委": "新旺村村民委员会",
  7151. "项目表-小区地址": "上海市青浦区绿舟路228弄",
  7152. "小区编码": "31011810201791000005",
  7153. "count": 9
  7154. }
  7155. },
  7156. {
  7157. "type": "Feature",
  7158. "geometry": {
  7159. "type": "Point",
  7160. "coordinates": [
  7161. 121.0734350401477,
  7162. 31.13493703189533
  7163. ]
  7164. },
  7165. "properties": {
  7166. "所属居委": "横江村村民委员会",
  7167. "项目表-小区地址": "大盈浦路1755弄1-38号,丁家港路175号",
  7168. "小区编码": "31011810201691000001",
  7169. "count": 6
  7170. }
  7171. },
  7172. {
  7173. "type": "Feature",
  7174. "geometry": {
  7175. "type": "Point",
  7176. "coordinates": [
  7177. 121.07250890756697,
  7178. 31.136002145895606
  7179. ]
  7180. },
  7181. "properties": {
  7182. "所属居委": "横江村村民委员会",
  7183. "项目表-小区地址": "大盈浦路1800弄",
  7184. "小区编码": "31011810201691000002",
  7185. "count": 7
  7186. }
  7187. },
  7188. {
  7189. "type": "Feature",
  7190. "geometry": {
  7191. "type": "Point",
  7192. "coordinates": [
  7193. 121.07095479377989,
  7194. 31.137222461237346
  7195. ]
  7196. },
  7197. "properties": {
  7198. "所属居委": "横江村村民委员会",
  7199. "项目表-小区地址": "淀惠路658弄",
  7200. "小区编码": "31011810201691000003",
  7201. "count": 6
  7202. }
  7203. },
  7204. {
  7205. "type": "Feature",
  7206. "geometry": {
  7207. "type": "Point",
  7208. "coordinates": [
  7209. 121.0578087722147,
  7210. 31.111477193189277
  7211. ]
  7212. },
  7213. "properties": {
  7214. "所属居委": "大新街社区居民委员会",
  7215. "项目表-小区地址": "祥凝浜路祥平公寓",
  7216. "小区编码": "31011810200191000001",
  7217. "count": 3
  7218. }
  7219. },
  7220. {
  7221. "type": "Feature",
  7222. "geometry": {
  7223. "type": "Point",
  7224. "coordinates": [
  7225. 121.23482203293607,
  7226. 31.24693452863816
  7227. ]
  7228. },
  7229. "properties": {
  7230. "所属居委": "凌家村村民委员会",
  7231. "项目表-小区地址": "",
  7232. "小区编码": "31011810720791000001",
  7233. "count": 8
  7234. }
  7235. },
  7236. {
  7237. "type": "Feature",
  7238. "geometry": {
  7239. "type": "Point",
  7240. "coordinates": [
  7241. 121.218302471066,
  7242. 31.256131663150672
  7243. ]
  7244. },
  7245. "properties": {
  7246. "所属居委": "陆象村村民委员会",
  7247. "项目表-小区地址": "",
  7248. "小区编码": "31011810720691000001",
  7249. "count": 13
  7250. }
  7251. },
  7252. {
  7253. "type": "Feature",
  7254. "geometry": {
  7255. "type": "Point",
  7256. "coordinates": [
  7257. 121.18463267197555,
  7258. 31.251441193632527
  7259. ]
  7260. },
  7261. "properties": {
  7262. "所属居委": "马阳村村民委员会",
  7263. "项目表-小区地址": "",
  7264. "小区编码": "31011810720991000002",
  7265. "count": 8
  7266. }
  7267. },
  7268. {
  7269. "type": "Feature",
  7270. "geometry": {
  7271. "type": "Point",
  7272. "coordinates": [
  7273. 121.22551654836322,
  7274. 31.183566722468832
  7275. ]
  7276. },
  7277. "properties": {
  7278. "所属居委": "瑞和锦庭社区居民委员会",
  7279. "项目表-小区地址": "凤马塘路200弄",
  7280. "小区编码": "31011810701291000002",
  7281. "count": 15
  7282. }
  7283. },
  7284. {
  7285. "type": "Feature",
  7286. "geometry": {
  7287. "type": "Point",
  7288. "coordinates": [
  7289. 121.22421044672855,
  7290. 31.18249254976458
  7291. ]
  7292. },
  7293. "properties": {
  7294. "所属居委": "瑞和锦庭社区居民委员会",
  7295. "项目表-小区地址": "华新镇凤马塘路205弄",
  7296. "小区编码": "31011810701291000001",
  7297. "count": 20
  7298. }
  7299. },
  7300. {
  7301. "type": "Feature",
  7302. "geometry": {
  7303. "type": "Point",
  7304. "coordinates": [
  7305. 121.22981359135065,
  7306. 31.20746766584216
  7307. ]
  7308. },
  7309. "properties": {
  7310. "所属居委": "新木桥村村民委员会",
  7311. "项目表-小区地址": "",
  7312. "小区编码": "31011810721791000001",
  7313. "count": 9
  7314. }
  7315. },
  7316. {
  7317. "type": "Feature",
  7318. "geometry": {
  7319. "type": "Point",
  7320. "coordinates": [
  7321. 121.22814134607314,
  7322. 31.23854846102563
  7323. ]
  7324. },
  7325. "properties": {
  7326. "所属居委": "新谊村村民委员会",
  7327. "项目表-小区地址": "新府中路1658弄",
  7328. "小区编码": "31011810701591000003",
  7329. "count": 7
  7330. }
  7331. },
  7332. {
  7333. "type": "Feature",
  7334. "geometry": {
  7335. "type": "Point",
  7336. "coordinates": [
  7337. 121.22601305273832,
  7338. 31.224876958089787
  7339. ]
  7340. },
  7341. "properties": {
  7342. "所属居委": "星尚湾社区居民委员会",
  7343. "项目表-小区地址": "青浦区新凤中路899弄",
  7344. "小区编码": "31011810700691000001",
  7345. "count": 35
  7346. }
  7347. },
  7348. {
  7349. "type": "Feature",
  7350. "geometry": {
  7351. "type": "Point",
  7352. "coordinates": [
  7353. 121.24728938363309,
  7354. 31.22889733229431
  7355. ]
  7356. },
  7357. "properties": {
  7358. "所属居委": "秀龙村村民委员会",
  7359. "项目表-小区地址": "",
  7360. "小区编码": "31011810721191000001",
  7361. "count": 34
  7362. }
  7363. },
  7364. {
  7365. "type": "Feature",
  7366. "geometry": {
  7367. "type": "Point",
  7368. "coordinates": [
  7369. 121.06524420495863,
  7370. 31.110474036398138
  7371. ]
  7372. },
  7373. "properties": {
  7374. "所属居委": "淀湖社区居民委员会",
  7375. "项目表-小区地址": "沪青平公路6101弄",
  7376. "小区编码": "31011810201491000001",
  7377. "count": 15
  7378. }
  7379. },
  7380. {
  7381. "type": "Feature",
  7382. "geometry": {
  7383. "type": "Point",
  7384. "coordinates": [
  7385. 121.22012820181688,
  7386. 31.240268886010973
  7387. ]
  7388. },
  7389. "properties": {
  7390. "所属居委": "徐谢村村民委员会",
  7391. "项目表-小区地址": "上海市青浦区华新街605弄",
  7392. "小区编码": "31011810720191000001",
  7393. "count": 6
  7394. }
  7395. },
  7396. {
  7397. "type": "Feature",
  7398. "geometry": {
  7399. "type": "Point",
  7400. "coordinates": [
  7401. 121.04762362712775,
  7402. 31.107069620623474
  7403. ]
  7404. },
  7405. "properties": {
  7406. "所属居委": "东湖街社区居民委员会",
  7407. "项目表-小区地址": "南湖新村、东湖新村、乐湖新村",
  7408. "小区编码": "31011810200391000002",
  7409. "count": 1
  7410. }
  7411. },
  7412. {
  7413. "type": "Feature",
  7414. "geometry": {
  7415. "type": "Point",
  7416. "coordinates": [
  7417. 121.06000013600233,
  7418. 31.108271007852466
  7419. ]
  7420. },
  7421. "properties": {
  7422. "所属居委": "淀湖社区居民委员会",
  7423. "项目表-小区地址": "朱家角镇河畔路258弄1-8号",
  7424. "小区编码": "31011810221291000001",
  7425. "count": 18
  7426. }
  7427. },
  7428. {
  7429. "type": "Feature",
  7430. "geometry": {
  7431. "type": "Point",
  7432. "coordinates": [
  7433. 121.06027239736892,
  7434. 31.114044947616858
  7435. ]
  7436. },
  7437. "properties": {
  7438. "所属居委": "东大门社区居民委员会",
  7439. "项目表-小区地址": "淀湖山庄路",
  7440. "小区编码": "31011810200991000002",
  7441. "count": 5
  7442. }
  7443. },
  7444. {
  7445. "type": "Feature",
  7446. "geometry": {
  7447. "type": "Point",
  7448. "coordinates": [
  7449. 121.06032474414044,
  7450. 31.11476155470756
  7451. ]
  7452. },
  7453. "properties": {
  7454. "所属居委": "东大门社区居民委员会",
  7455. "项目表-小区地址": "淀湖山庄路",
  7456. "小区编码": "31011810200991000003",
  7457. "count": 2
  7458. }
  7459. },
  7460. {
  7461. "type": "Feature",
  7462. "geometry": {
  7463. "type": "Point",
  7464. "coordinates": [
  7465. 121.22840606267782,
  7466. 31.235434247168328
  7467. ]
  7468. },
  7469. "properties": {
  7470. "所属居委": "新谊村村民委员会",
  7471. "项目表-小区地址": "新府中路1618弄",
  7472. "小区编码": "31011810701591000001",
  7473. "count": 2
  7474. }
  7475. },
  7476. {
  7477. "type": "Feature",
  7478. "geometry": {
  7479. "type": "Point",
  7480. "coordinates": [
  7481. 121.04657652307853,
  7482. 31.105511581572486
  7483. ]
  7484. },
  7485. "properties": {
  7486. "所属居委": "东湖街社区居民委员会",
  7487. "项目表-小区地址": "",
  7488. "小区编码": "31011810200391000001",
  7489. "count": 4
  7490. }
  7491. },
  7492. {
  7493. "type": "Feature",
  7494. "geometry": {
  7495. "type": "Point",
  7496. "coordinates": [
  7497. 121.22814134607314,
  7498. 31.23854846102563
  7499. ]
  7500. },
  7501. "properties": {
  7502. "所属居委": "新谊村村民委员会",
  7503. "项目表-小区地址": "新府中路1658弄",
  7504. "小区编码": "31011810701491000004",
  7505. "count": 7
  7506. }
  7507. },
  7508. {
  7509. "type": "Feature",
  7510. "geometry": {
  7511. "type": "Point",
  7512. "coordinates": [
  7513. 121.05422182703099,
  7514. 31.115718460943548
  7515. ]
  7516. },
  7517. "properties": {
  7518. "所属居委": "横江村村民委员会",
  7519. "项目表-小区地址": "",
  7520. "小区编码": "31011810200691000002",
  7521. "count": 1
  7522. }
  7523. },
  7524. {
  7525. "type": "Feature",
  7526. "geometry": {
  7527. "type": "Point",
  7528. "coordinates": [
  7529. 121.22883064041399,
  7530. 31.185676070509082
  7531. ]
  7532. },
  7533. "properties": {
  7534. "所属居委": "悦欣社区居民委员会",
  7535. "项目表-小区地址": "青浦区华新镇凤丹路360弄",
  7536. "小区编码": "31011810700891000002",
  7537. "count": 11
  7538. }
  7539. },
  7540. {
  7541. "type": "Feature",
  7542. "geometry": {
  7543. "type": "Point",
  7544. "coordinates": [
  7545. 121.23336232041412,
  7546. 31.186734449861497
  7547. ]
  7548. },
  7549. "properties": {
  7550. "所属居委": "悦欣社区居民委员会",
  7551. "项目表-小区地址": "青浦区华新镇凤坚塘路65弄",
  7552. "小区编码": "31011810700891000003",
  7553. "count": 13
  7554. }
  7555. },
  7556. {
  7557. "type": "Feature",
  7558. "geometry": {
  7559. "type": "Point",
  7560. "coordinates": [
  7561. 121.0461582672466,
  7562. 31.11740186709802
  7563. ]
  7564. },
  7565. "properties": {
  7566. "所属居委": "张家圩村村民委员会",
  7567. "项目表-小区地址": "",
  7568. "小区编码": "31011810200691000001",
  7569. "count": 2
  7570. }
  7571. },
  7572. {
  7573. "type": "Feature",
  7574. "geometry": {
  7575. "type": "Point",
  7576. "coordinates": [
  7577. 121.21826999658168,
  7578. 31.234806973023186
  7579. ]
  7580. },
  7581. "properties": {
  7582. "所属居委": "周浜村村民委员会",
  7583. "项目表-小区地址": "",
  7584. "小区编码": "31011810720291000004",
  7585. "count": 1
  7586. }
  7587. },
  7588. {
  7589. "type": "Feature",
  7590. "geometry": {
  7591. "type": "Point",
  7592. "coordinates": [
  7593. 121.20901381457186,
  7594. 31.243126617014475
  7595. ]
  7596. },
  7597. "properties": {
  7598. "所属居委": "周浜村村民委员会",
  7599. "项目表-小区地址": "",
  7600. "小区编码": "31011810720291000003",
  7601. "count": 2
  7602. }
  7603. },
  7604. {
  7605. "type": "Feature",
  7606. "geometry": {
  7607. "type": "Point",
  7608. "coordinates": [
  7609. 121.21995884025003,
  7610. 31.223056690596398
  7611. ]
  7612. },
  7613. "properties": {
  7614. "所属居委": "朱长村村民委员会",
  7615. "项目表-小区地址": "",
  7616. "小区编码": "31011810720391000001",
  7617. "count": 17
  7618. }
  7619. },
  7620. {
  7621. "type": "Feature",
  7622. "geometry": {
  7623. "type": "Point",
  7624. "coordinates": [
  7625. 121.2198280468675,
  7626. 31.227099472205005
  7627. ]
  7628. },
  7629. "properties": {
  7630. "所属居委": "朱长村村民委员会",
  7631. "项目表-小区地址": "",
  7632. "小区编码": "31011810720391000002",
  7633. "count": 24
  7634. }
  7635. },
  7636. {
  7637. "type": "Feature",
  7638. "geometry": {
  7639. "type": "Point",
  7640. "coordinates": [
  7641. 120.92343499267872,
  7642. 31.123689211891342
  7643. ]
  7644. },
  7645. "properties": {
  7646. "所属居委": "东星村村民委员会",
  7647. "项目表-小区地址": "",
  7648. "小区编码": "31011810422591000001",
  7649. "count": 1
  7650. }
  7651. },
  7652. {
  7653. "type": "Feature",
  7654. "geometry": {
  7655. "type": "Point",
  7656. "coordinates": [
  7657. 121.14923312269063,
  7658. 31.157321519203716
  7659. ]
  7660. },
  7661. "properties": {
  7662. "所属居委": "金汇村村民委员会",
  7663. "项目表-小区地址": "赵巷镇崧古路99弄",
  7664. "小区编码": "31011810501391000003",
  7665. "count": 2
  7666. }
  7667. },
  7668. {
  7669. "type": "Feature",
  7670. "geometry": {
  7671. "type": "Point",
  7672. "coordinates": [
  7673. 121.15053856345276,
  7674. 31.157048146215057
  7675. ]
  7676. },
  7677. "properties": {
  7678. "所属居委": "金汇村村民委员会",
  7679. "项目表-小区地址": "崧泉路977弄",
  7680. "小区编码": "31011810501391000001",
  7681. "count": 5
  7682. }
  7683. },
  7684. {
  7685. "type": "Feature",
  7686. "geometry": {
  7687. "type": "Point",
  7688. "coordinates": [
  7689. 121.1505329500591,
  7690. 31.154798400303
  7691. ]
  7692. },
  7693. "properties": {
  7694. "所属居委": "金汇村村民委员会",
  7695. "项目表-小区地址": "秀泽路339弄",
  7696. "小区编码": "31011810501391000002",
  7697. "count": 6
  7698. }
  7699. },
  7700. {
  7701. "type": "Feature",
  7702. "geometry": {
  7703. "type": "Point",
  7704. "coordinates": [
  7705. 121.21145446913718,
  7706. 31.161552185477557
  7707. ]
  7708. },
  7709. "properties": {
  7710. "所属居委": "垂姚村村民委员会",
  7711. "项目表-小区地址": "",
  7712. "小区编码": "31011810500591000006",
  7713. "count": 8
  7714. }
  7715. },
  7716. {
  7717. "type": "Feature",
  7718. "geometry": {
  7719. "type": "Point",
  7720. "coordinates": [
  7721. 121.20852096088312,
  7722. 31.16154854263378
  7723. ]
  7724. },
  7725. "properties": {
  7726. "所属居委": "垂姚村村民委员会",
  7727. "项目表-小区地址": "",
  7728. "小区编码": "31011810500591000001",
  7729. "count": 2
  7730. }
  7731. },
  7732. {
  7733. "type": "Feature",
  7734. "geometry": {
  7735. "type": "Point",
  7736. "coordinates": [
  7737. 121.20717639824842,
  7738. 31.162983795154055
  7739. ]
  7740. },
  7741. "properties": {
  7742. "所属居委": "垂姚村村民委员会",
  7743. "项目表-小区地址": "",
  7744. "小区编码": "31011810500591000002",
  7745. "count": 8
  7746. }
  7747. },
  7748. {
  7749. "type": "Feature",
  7750. "geometry": {
  7751. "type": "Point",
  7752. "coordinates": [
  7753. 121.21463465930702,
  7754. 31.16033506261036
  7755. ]
  7756. },
  7757. "properties": {
  7758. "所属居委": "垂姚村村民委员会",
  7759. "项目表-小区地址": "",
  7760. "小区编码": "31011810500591000007",
  7761. "count": 2
  7762. }
  7763. },
  7764. {
  7765. "type": "Feature",
  7766. "geometry": {
  7767. "type": "Point",
  7768. "coordinates": [
  7769. 121.21424646021055,
  7770. 31.162000098297373
  7771. ]
  7772. },
  7773. "properties": {
  7774. "所属居委": "垂姚村村民委员会",
  7775. "项目表-小区地址": "",
  7776. "小区编码": "31011810500591000008",
  7777. "count": 8
  7778. }
  7779. },
  7780. {
  7781. "type": "Feature",
  7782. "geometry": {
  7783. "type": "Point",
  7784. "coordinates": [
  7785. 121.20839862073595,
  7786. 31.1577395191888
  7787. ]
  7788. },
  7789. "properties": {
  7790. "所属居委": "垂姚村村民委员会",
  7791. "项目表-小区地址": "",
  7792. "小区编码": "31011810500591000004",
  7793. "count": 3
  7794. }
  7795. },
  7796. {
  7797. "type": "Feature",
  7798. "geometry": {
  7799. "type": "Point",
  7800. "coordinates": [
  7801. 121.20781488870522,
  7802. 31.15985148302717
  7803. ]
  7804. },
  7805. "properties": {
  7806. "所属居委": "垂姚村村民委员会",
  7807. "项目表-小区地址": "",
  7808. "小区编码": "31011810500591000003",
  7809. "count": 1
  7810. }
  7811. },
  7812. {
  7813. "type": "Feature",
  7814. "geometry": {
  7815. "type": "Point",
  7816. "coordinates": [
  7817. 121.20453041827807,
  7818. 31.159738461532665
  7819. ]
  7820. },
  7821. "properties": {
  7822. "所属居委": "金葫芦社区居民委员会",
  7823. "项目表-小区地址": "",
  7824. "小区编码": "31011810500491000008",
  7825. "count": 7
  7826. }
  7827. },
  7828. {
  7829. "type": "Feature",
  7830. "geometry": {
  7831. "type": "Point",
  7832. "coordinates": [
  7833. 121.2044063478612,
  7834. 31.163517294585102
  7835. ]
  7836. },
  7837. "properties": {
  7838. "所属居委": "金葫芦社区居民委员会",
  7839. "项目表-小区地址": "",
  7840. "小区编码": "31011810500491000007",
  7841. "count": 3
  7842. }
  7843. },
  7844. {
  7845. "type": "Feature",
  7846. "geometry": {
  7847. "type": "Point",
  7848. "coordinates": [
  7849. 121.20474441799705,
  7850. 31.155023854674404
  7851. ]
  7852. },
  7853. "properties": {
  7854. "所属居委": "金葫芦社区居民委员会",
  7855. "项目表-小区地址": "",
  7856. "小区编码": "31011810500491000010",
  7857. "count": 4
  7858. }
  7859. },
  7860. {
  7861. "type": "Feature",
  7862. "geometry": {
  7863. "type": "Point",
  7864. "coordinates": [
  7865. 121.20458269620903,
  7866. 31.15676815559698
  7867. ]
  7868. },
  7869. "properties": {
  7870. "所属居委": "金葫芦社区居民委员会",
  7871. "项目表-小区地址": "",
  7872. "小区编码": "31011810500491000009",
  7873. "count": 2
  7874. }
  7875. },
  7876. {
  7877. "type": "Feature",
  7878. "geometry": {
  7879. "type": "Point",
  7880. "coordinates": [
  7881. 121.19790971974746,
  7882. 31.162185707110435
  7883. ]
  7884. },
  7885. "properties": {
  7886. "所属居委": "金葫芦社区居民委员会",
  7887. "项目表-小区地址": "",
  7888. "小区编码": "31011810500491000005",
  7889. "count": 11
  7890. }
  7891. },
  7892. {
  7893. "type": "Feature",
  7894. "geometry": {
  7895. "type": "Point",
  7896. "coordinates": [
  7897. 121.19702586128714,
  7898. 31.164106390259978
  7899. ]
  7900. },
  7901. "properties": {
  7902. "所属居委": "金葫芦社区居民委员会",
  7903. "项目表-小区地址": "",
  7904. "小区编码": "31011810500491000001",
  7905. "count": 18
  7906. }
  7907. },
  7908. {
  7909. "type": "Feature",
  7910. "geometry": {
  7911. "type": "Point",
  7912. "coordinates": [
  7913. 121.20081736723141,
  7914. 31.16439278966635
  7915. ]
  7916. },
  7917. "properties": {
  7918. "所属居委": "金葫芦社区居民委员会",
  7919. "项目表-小区地址": "",
  7920. "小区编码": "31011810500491000002",
  7921. "count": 2
  7922. }
  7923. },
  7924. {
  7925. "type": "Feature",
  7926. "geometry": {
  7927. "type": "Point",
  7928. "coordinates": [
  7929. 121.20124828010447,
  7930. 31.160031210742144
  7931. ]
  7932. },
  7933. "properties": {
  7934. "所属居委": "金葫芦社区居民委员会",
  7935. "项目表-小区地址": "",
  7936. "小区编码": "31011810500491000003",
  7937. "count": 13
  7938. }
  7939. },
  7940. {
  7941. "type": "Feature",
  7942. "geometry": {
  7943. "type": "Point",
  7944. "coordinates": [
  7945. 121.14909654376494,
  7946. 31.163865409476212
  7947. ]
  7948. },
  7949. "properties": {
  7950. "所属居委": "金汇村村民委员会",
  7951. "项目表-小区地址": "",
  7952. "小区编码": "31011810501491000004",
  7953. "count": 2
  7954. }
  7955. },
  7956. {
  7957. "type": "Feature",
  7958. "geometry": {
  7959. "type": "Point",
  7960. "coordinates": [
  7961. 121.14819147665354,
  7962. 31.165676787455713
  7963. ]
  7964. },
  7965. "properties": {
  7966. "所属居委": "金汇村村民委员会",
  7967. "项目表-小区地址": "崧雅路333弄",
  7968. "小区编码": "31011810501491000002",
  7969. "count": 12
  7970. }
  7971. },
  7972. {
  7973. "type": "Feature",
  7974. "geometry": {
  7975. "type": "Point",
  7976. "coordinates": [
  7977. 121.14809816608923,
  7978. 31.167251995220713
  7979. ]
  7980. },
  7981. "properties": {
  7982. "所属居委": "七汇村村民委员会",
  7983. "项目表-小区地址": "崧雅路369弄",
  7984. "小区编码": "31011810501491000001",
  7985. "count": 6
  7986. }
  7987. },
  7988. {
  7989. "type": "Feature",
  7990. "geometry": {
  7991. "type": "Point",
  7992. "coordinates": [
  7993. 121.15248621084682,
  7994. 31.1675624059797
  7995. ]
  7996. },
  7997. "properties": {
  7998. "所属居委": "金汇村村民委员会",
  7999. "项目表-小区地址": "青浦区秀淳路233弄",
  8000. "小区编码": "31011810501491000003",
  8001. "count": 2
  8002. }
  8003. },
  8004. {
  8005. "type": "Feature",
  8006. "geometry": {
  8007. "type": "Point",
  8008. "coordinates": [
  8009. 121.15178983417039,
  8010. 31.16144870018514
  8011. ]
  8012. },
  8013. "properties": {
  8014. "所属居委": "金汇村村民委员会",
  8015. "项目表-小区地址": "华科东路38弄",
  8016. "小区编码": "31011810502091000002",
  8017. "count": 1
  8018. }
  8019. },
  8020. {
  8021. "type": "Feature",
  8022. "geometry": {
  8023. "type": "Point",
  8024. "coordinates": [
  8025. 121.06345156479298,
  8026. 31.085907388360255
  8027. ]
  8028. },
  8029. "properties": {
  8030. "所属居委": "张巷村村民委员会",
  8031. "项目表-小区地址": "",
  8032. "小区编码": "31011810201591000003",
  8033. "count": 1
  8034. }
  8035. },
  8036. {
  8037. "type": "Feature",
  8038. "geometry": {
  8039. "type": "Point",
  8040. "coordinates": [
  8041. 121.0570750770247,
  8042. 31.07827009414873
  8043. ]
  8044. },
  8045. "properties": {
  8046. "所属居委": "沈巷街道社区居民委员会",
  8047. "项目表-小区地址": "泖溪路58弄、61、350弄",
  8048. "小区编码": "31011810201591000008",
  8049. "count": 3
  8050. }
  8051. },
  8052. {
  8053. "type": "Feature",
  8054. "geometry": {
  8055. "type": "Point",
  8056. "coordinates": [
  8057. 121.0575303926423,
  8058. 31.077788235183267
  8059. ]
  8060. },
  8061. "properties": {
  8062. "所属居委": "沈巷街道社区居民委员会",
  8063. "项目表-小区地址": "泖溪路58弄、61、350弄",
  8064. "小区编码": "31011810201591000009",
  8065. "count": 1
  8066. }
  8067. },
  8068. {
  8069. "type": "Feature",
  8070. "geometry": {
  8071. "type": "Point",
  8072. "coordinates": [
  8073. 121.05220176554073,
  8074. 31.078597352821806
  8075. ]
  8076. },
  8077. "properties": {
  8078. "所属居委": "沈巷村村民委员会",
  8079. "项目表-小区地址": "",
  8080. "小区编码": "31011810201591000002",
  8081. "count": 3
  8082. }
  8083. },
  8084. {
  8085. "type": "Feature",
  8086. "geometry": {
  8087. "type": "Point",
  8088. "coordinates": [
  8089. 121.03779866259205,
  8090. 31.122030047100036
  8091. ]
  8092. },
  8093. "properties": {
  8094. "所属居委": "珠溪社区居民委员会",
  8095. "项目表-小区地址": "阁游路555弄、阁游路777弄、张家圩路388弄",
  8096. "小区编码": "31011810201891000006",
  8097. "count": 14
  8098. }
  8099. },
  8100. {
  8101. "type": "Feature",
  8102. "geometry": {
  8103. "type": "Point",
  8104. "coordinates": [
  8105. 121.0351625220704,
  8106. 31.121191558256022
  8107. ]
  8108. },
  8109. "properties": {
  8110. "所属居委": "珠溪社区居民委员会",
  8111. "项目表-小区地址": "阁游路555弄、阁游路777弄、张家圩路388弄",
  8112. "小区编码": "31011810201891000005",
  8113. "count": 6
  8114. }
  8115. },
  8116. {
  8117. "type": "Feature",
  8118. "geometry": {
  8119. "type": "Point",
  8120. "coordinates": [
  8121. 121.03127910531047,
  8122. 31.121603952694908
  8123. ]
  8124. },
  8125. "properties": {
  8126. "所属居委": "珠溪社区居民委员会",
  8127. "项目表-小区地址": "朱家角镇阁游路999弄、张家圩路588弄",
  8128. "小区编码": "31011810201891000003",
  8129. "count": 4
  8130. }
  8131. },
  8132. {
  8133. "type": "Feature",
  8134. "geometry": {
  8135. "type": "Point",
  8136. "coordinates": [
  8137. 121.03649134300005,
  8138. 31.125216001580583
  8139. ]
  8140. },
  8141. "properties": {
  8142. "所属居委": "珠溪社区居民委员会",
  8143. "项目表-小区地址": "朱家角浦泰路888弄",
  8144. "小区编码": "31011810201891000007",
  8145. "count": 14
  8146. }
  8147. },
  8148. {
  8149. "type": "Feature",
  8150. "geometry": {
  8151. "type": "Point",
  8152. "coordinates": [
  8153. 121.10456972310539,
  8154. 31.217254246459095
  8155. ]
  8156. },
  8157. "properties": {
  8158. "所属居委": "民惠第二社区居民委员会",
  8159. "项目表-小区地址": "青浦久远路1669弄、香大路848弄",
  8160. "小区编码": "31011800300891000001",
  8161. "count": 2
  8162. }
  8163. },
  8164. {
  8165. "type": "Feature",
  8166. "geometry": {
  8167. "type": "Point",
  8168. "coordinates": [
  8169. 121.03087749983507,
  8170. 31.119749177423582
  8171. ]
  8172. },
  8173. "properties": {
  8174. "所属居委": "珠溪社区居民委员会",
  8175. "项目表-小区地址": "朱家角镇阁游路999弄、张家圩路588弄",
  8176. "小区编码": "31011810201891000002",
  8177. "count": 1
  8178. }
  8179. },
  8180. {
  8181. "type": "Feature",
  8182. "geometry": {
  8183. "type": "Point",
  8184. "coordinates": [
  8185. 121.05717650146346,
  8186. 31.072656632525096
  8187. ]
  8188. },
  8189. "properties": {
  8190. "所属居委": "沈巷街道社区居民委员会",
  8191. "项目表-小区地址": "泖溪路58弄、61、350弄",
  8192. "小区编码": "31011810200891000001",
  8193. "count": 6
  8194. }
  8195. },
  8196. {
  8197. "type": "Feature",
  8198. "geometry": {
  8199. "type": "Point",
  8200. "coordinates": [
  8201. 121.05956527429258,
  8202. 31.075587615696477
  8203. ]
  8204. },
  8205. "properties": {
  8206. "所属居委": "沈巷街道社区居民委员会",
  8207. "项目表-小区地址": "泖溪路58弄、61、350弄",
  8208. "小区编码": "31011810200891000003",
  8209. "count": 6
  8210. }
  8211. },
  8212. {
  8213. "type": "Feature",
  8214. "geometry": {
  8215. "type": "Point",
  8216. "coordinates": [
  8217. 121.04930255209017,
  8218. 31.106727140117957
  8219. ]
  8220. },
  8221. "properties": {
  8222. "所属居委": "胜利街社区居民委员会",
  8223. "项目表-小区地址": "南湖新村、东湖新村、乐湖新村",
  8224. "小区编码": "31011810200291000001",
  8225. "count": 4
  8226. }
  8227. },
  8228. {
  8229. "type": "Feature",
  8230. "geometry": {
  8231. "type": "Point",
  8232. "coordinates": [
  8233. 121.05465426166582,
  8234. 31.109809689366887
  8235. ]
  8236. },
  8237. "properties": {
  8238. "所属居委": "大新街社区居民委员会",
  8239. "项目表-小区地址": "",
  8240. "小区编码": "31011810200291000003",
  8241. "count": 1
  8242. }
  8243. },
  8244. {
  8245. "type": "Feature",
  8246. "geometry": {
  8247. "type": "Point",
  8248. "coordinates": [
  8249. 121.05273234835778,
  8250. 31.12701822567447
  8251. ]
  8252. },
  8253. "properties": {
  8254. "所属居委": "盛家埭村村民委员会",
  8255. "项目表-小区地址": "黄家埭路268弄",
  8256. "小区编码": "31011810220491000002",
  8257. "count": 3
  8258. }
  8259. },
  8260. {
  8261. "type": "Feature",
  8262. "geometry": {
  8263. "type": "Point",
  8264. "coordinates": [
  8265. 121.03061159163286,
  8266. 31.130314854019634
  8267. ]
  8268. },
  8269. "properties": {
  8270. "所属居委": "泰安第一社区居民委员会",
  8271. "项目表-小区地址": "石家浜路150弄",
  8272. "小区编码": "31011810220491000003",
  8273. "count": 12
  8274. }
  8275. },
  8276. {
  8277. "type": "Feature",
  8278. "geometry": {
  8279. "type": "Point",
  8280. "coordinates": [
  8281. 121.0501178271061,
  8282. 31.134007152849446
  8283. ]
  8284. },
  8285. "properties": {
  8286. "所属居委": "盛家埭村村民委员会",
  8287. "项目表-小区地址": "",
  8288. "小区编码": "31011810220491000005",
  8289. "count": 2
  8290. }
  8291. },
  8292. {
  8293. "type": "Feature",
  8294. "geometry": {
  8295. "type": "Point",
  8296. "coordinates": [
  8297. 121.10155271412786,
  8298. 31.211544066001533
  8299. ]
  8300. },
  8301. "properties": {
  8302. "所属居委": "民惠社区居民委员会",
  8303. "项目表-小区地址": "久远路1660弄",
  8304. "小区编码": "31011800300891000003",
  8305. "count": 9
  8306. }
  8307. },
  8308. {
  8309. "type": "Feature",
  8310. "geometry": {
  8311. "type": "Point",
  8312. "coordinates": [
  8313. 121.03736709219211,
  8314. 31.134766498938678
  8315. ]
  8316. },
  8317. "properties": {
  8318. "所属居委": "山海桥村村民委员会",
  8319. "项目表-小区地址": "",
  8320. "小区编码": "31011810220591000003",
  8321. "count": 16
  8322. }
  8323. },
  8324. {
  8325. "type": "Feature",
  8326. "geometry": {
  8327. "type": "Point",
  8328. "coordinates": [
  8329. 121.03381879743972,
  8330. 31.13295746078858
  8331. ]
  8332. },
  8333. "properties": {
  8334. "所属居委": "泰安第二社区居民委员会",
  8335. "项目表-小区地址": "朱家角镇邱家港路15弄",
  8336. "小区编码": "31011810220591000001",
  8337. "count": 5
  8338. }
  8339. },
  8340. {
  8341. "type": "Feature",
  8342. "geometry": {
  8343. "type": "Point",
  8344. "coordinates": [
  8345. 121.09777743798763,
  8346. 31.217248160938446
  8347. ]
  8348. },
  8349. "properties": {
  8350. "所属居委": "民惠社区居民委员会",
  8351. "项目表-小区地址": "青浦久远路1669弄、香大路848弄",
  8352. "小区编码": "31011800300791000001",
  8353. "count": 6
  8354. }
  8355. },
  8356. {
  8357. "type": "Feature",
  8358. "geometry": {
  8359. "type": "Point",
  8360. "coordinates": [
  8361. 121.08721018712235,
  8362. 31.1700385808583
  8363. ]
  8364. },
  8365. "properties": {
  8366. "所属居委": "玫瑰湾社区居民委员会",
  8367. "项目表-小区地址": "青浦区清河湾路425弄",
  8368. "小区编码": "31011800301491000001",
  8369. "count": 7
  8370. }
  8371. },
  8372. {
  8373. "type": "Feature",
  8374. "geometry": {
  8375. "type": "Point",
  8376. "coordinates": [
  8377. 121.09224083587007,
  8378. 31.16907340046749
  8379. ]
  8380. },
  8381. "properties": {
  8382. "所属居委": "玫瑰湾社区居民委员会",
  8383. "项目表-小区地址": "青浦区清河湾路699弄",
  8384. "小区编码": "31011800301491000002",
  8385. "count": 12
  8386. }
  8387. },
  8388. {
  8389. "type": "Feature",
  8390. "geometry": {
  8391. "type": "Point",
  8392. "coordinates": [
  8393. 121.10518331703922,
  8394. 31.213753048115773
  8395. ]
  8396. },
  8397. "properties": {
  8398. "所属居委": "民惠第二社区居民委员会",
  8399. "项目表-小区地址": "青浦久远路1669弄、香大路848弄",
  8400. "小区编码": "31011800300891000004",
  8401. "count": 10
  8402. }
  8403. },
  8404. {
  8405. "type": "Feature",
  8406. "geometry": {
  8407. "type": "Point",
  8408. "coordinates": [
  8409. 121.11236577907691,
  8410. 31.217849193447236
  8411. ]
  8412. },
  8413. "properties": {
  8414. "所属居委": "民惠第三社区居民委员会",
  8415. "项目表-小区地址": "久业路1900弄",
  8416. "小区编码": "31011800301591000001",
  8417. "count": 5
  8418. }
  8419. },
  8420. {
  8421. "type": "Feature",
  8422. "geometry": {
  8423. "type": "Point",
  8424. "coordinates": [
  8425. 121.09777743798763,
  8426. 31.217248160938446
  8427. ]
  8428. },
  8429. "properties": {
  8430. "所属居委": "民惠社区居民委员会",
  8431. "项目表-小区地址": "青浦久远路1669弄、香大路848弄",
  8432. "小区编码": "31011800300791000002",
  8433. "count": 6
  8434. }
  8435. },
  8436. {
  8437. "type": "Feature",
  8438. "geometry": {
  8439. "type": "Point",
  8440. "coordinates": [
  8441. 121.10155271412786,
  8442. 31.211544066001533
  8443. ]
  8444. },
  8445. "properties": {
  8446. "所属居委": "民惠社区居民委员会",
  8447. "项目表-小区地址": "青浦久远路1669弄、香大路848弄",
  8448. "小区编码": "31011800300791000004",
  8449. "count": 9
  8450. }
  8451. },
  8452. {
  8453. "type": "Feature",
  8454. "geometry": {
  8455. "type": "Point",
  8456. "coordinates": [
  8457. 121.10155271412786,
  8458. 31.211544066001533
  8459. ]
  8460. },
  8461. "properties": {
  8462. "所属居委": "民惠社区居民委员会",
  8463. "项目表-小区地址": "青浦久远路1669弄、香大路848弄",
  8464. "小区编码": "31011800300791000005",
  8465. "count": 9
  8466. }
  8467. },
  8468. {
  8469. "type": "Feature",
  8470. "geometry": {
  8471. "type": "Point",
  8472. "coordinates": [
  8473. 121.10155271412786,
  8474. 31.211544066001533
  8475. ]
  8476. },
  8477. "properties": {
  8478. "所属居委": "民惠社区居民委员会",
  8479. "项目表-小区地址": "青浦久远路1669弄、香大路848弄",
  8480. "小区编码": "31011800300791000003",
  8481. "count": 9
  8482. }
  8483. },
  8484. {
  8485. "type": "Feature",
  8486. "geometry": {
  8487. "type": "Point",
  8488. "coordinates": [
  8489. 121.09665464840424,
  8490. 31.16732727057808
  8491. ]
  8492. },
  8493. "properties": {
  8494. "所属居委": "清河湾社区居民委员会",
  8495. "项目表-小区地址": "青浦区青浦镇清河湾850弄、900弄",
  8496. "小区编码": "31011800301191000001",
  8497. "count": 18
  8498. }
  8499. },
  8500. {
  8501. "type": "Feature",
  8502. "geometry": {
  8503. "type": "Point",
  8504. "coordinates": [
  8505. 121.09580802901186,
  8506. 31.17403552355497
  8507. ]
  8508. },
  8509. "properties": {
  8510. "所属居委": "盈中村村民委员会",
  8511. "项目表-小区地址": "清河湾路80弄",
  8512. "小区编码": "31011800301191000004",
  8513. "count": 3
  8514. }
  8515. },
  8516. {
  8517. "type": "Feature",
  8518. "geometry": {
  8519. "type": "Point",
  8520. "coordinates": [
  8521. 121.0958022307554,
  8522. 31.17063350200242
  8523. ]
  8524. },
  8525. "properties": {
  8526. "所属居委": "清河湾社区居民委员会",
  8527. "项目表-小区地址": "",
  8528. "小区编码": "31011800301191000003",
  8529. "count": 32
  8530. }
  8531. },
  8532. {
  8533. "type": "Feature",
  8534. "geometry": {
  8535. "type": "Point",
  8536. "coordinates": [
  8537. 121.09387697707625,
  8538. 31.190590383632504
  8539. ]
  8540. },
  8541. "properties": {
  8542. "所属居委": "胜利村村民委员会",
  8543. "项目表-小区地址": "",
  8544. "小区编码": "31011800320291000001",
  8545. "count": 1
  8546. }
  8547. },
  8548. {
  8549. "type": "Feature",
  8550. "geometry": {
  8551. "type": "Point",
  8552. "coordinates": [
  8553. 121.08749538019904,
  8554. 31.166469466295258
  8555. ]
  8556. },
  8557. "properties": {
  8558. "所属居委": "桃源埔社区居民委员会",
  8559. "项目表-小区地址": "青浦区清河湾路389弄",
  8560. "小区编码": "31011800301091000001",
  8561. "count": 13
  8562. }
  8563. },
  8564. {
  8565. "type": "Feature",
  8566. "geometry": {
  8567. "type": "Point",
  8568. "coordinates": [
  8569. 121.08554624233984,
  8570. 31.169466693682782
  8571. ]
  8572. },
  8573. "properties": {
  8574. "所属居委": "桃源埔社区居民委员会",
  8575. "项目表-小区地址": "青浦区清河湾路389弄",
  8576. "小区编码": "31011800301091000002",
  8577. "count": 5
  8578. }
  8579. },
  8580. {
  8581. "type": "Feature",
  8582. "geometry": {
  8583. "type": "Point",
  8584. "coordinates": [
  8585. 121.09261338307283,
  8586. 31.166508249595783
  8587. ]
  8588. },
  8589. "properties": {
  8590. "所属居委": "桃源埔社区居民委员会",
  8591. "项目表-小区地址": "青浦区清河湾路389弄",
  8592. "小区编码": "31011800301091000003",
  8593. "count": 14
  8594. }
  8595. },
  8596. {
  8597. "type": "Feature",
  8598. "geometry": {
  8599. "type": "Point",
  8600. "coordinates": [
  8601. 121.1307206433931,
  8602. 31.1867134473245
  8603. ]
  8604. },
  8605. "properties": {
  8606. "所属居委": "香花桥社区居民委员会",
  8607. "项目表-小区地址": "",
  8608. "小区编码": "31011800300191000001",
  8609. "count": 1
  8610. }
  8611. },
  8612. {
  8613. "type": "Feature",
  8614. "geometry": {
  8615. "type": "Point",
  8616. "coordinates": [
  8617. 121.12954306722095,
  8618. 31.184443852506867
  8619. ]
  8620. },
  8621. "properties": {
  8622. "所属居委": "香花桥社区居民委员会",
  8623. "项目表-小区地址": "",
  8624. "小区编码": "31011800300191000002",
  8625. "count": 3
  8626. }
  8627. },
  8628. {
  8629. "type": "Feature",
  8630. "geometry": {
  8631. "type": "Point",
  8632. "coordinates": [
  8633. 121.1244434110766,
  8634. 31.18007519265033
  8635. ]
  8636. },
  8637. "properties": {
  8638. "所属居委": "香花桥社区居民委员会",
  8639. "项目表-小区地址": "",
  8640. "小区编码": "31011800300191000003",
  8641. "count": 13
  8642. }
  8643. },
  8644. {
  8645. "type": "Feature",
  8646. "geometry": {
  8647. "type": "Point",
  8648. "coordinates": [
  8649. 121.03736709219211,
  8650. 31.134766498938678
  8651. ]
  8652. },
  8653. "properties": {
  8654. "所属居委": "山海桥村村民委员会",
  8655. "项目表-小区地址": "",
  8656. "小区编码": "31011810220591000002",
  8657. "count": 16
  8658. }
  8659. },
  8660. {
  8661. "type": "Feature",
  8662. "geometry": {
  8663. "type": "Point",
  8664. "coordinates": [
  8665. 120.92255727213164,
  8666. 31.039214052025905
  8667. ]
  8668. },
  8669. "properties": {
  8670. "所属居委": "建国村村民委员会",
  8671. "项目表-小区地址": "",
  8672. "小区编码": "31011810400191000002",
  8673. "count": 2
  8674. }
  8675. },
  8676. {
  8677. "type": "Feature",
  8678. "geometry": {
  8679. "type": "Point",
  8680. "coordinates": [
  8681. 121.06572548819119,
  8682. 31.088180339490783
  8683. ]
  8684. },
  8685. "properties": {
  8686. "所属居委": "张巷村村民委员会",
  8687. "项目表-小区地址": "",
  8688. "小区编码": "31011810224391000001",
  8689. "count": 6
  8690. }
  8691. },
  8692. {
  8693. "type": "Feature",
  8694. "geometry": {
  8695. "type": "Point",
  8696. "coordinates": [
  8697. 121.0566532311993,
  8698. 31.129931633920364
  8699. ]
  8700. },
  8701. "properties": {
  8702. "所属居委": "盛家埭村村民委员会",
  8703. "项目表-小区地址": "朱家角镇淀园路288弄",
  8704. "小区编码": "31011810201391000002",
  8705. "count": 8
  8706. }
  8707. },
  8708. {
  8709. "type": "Feature",
  8710. "geometry": {
  8711. "type": "Point",
  8712. "coordinates": [
  8713. 121.04699495708967,
  8714. 31.125868702201522
  8715. ]
  8716. },
  8717. "properties": {
  8718. "所属居委": "珠湖社区居民委员会",
  8719. "项目表-小区地址": "朱家角镇阁游路258弄",
  8720. "小区编码": "31011810201391000014",
  8721. "count": 7
  8722. }
  8723. },
  8724. {
  8725. "type": "Feature",
  8726. "geometry": {
  8727. "type": "Point",
  8728. "coordinates": [
  8729. 121.04112294382602,
  8730. 31.12246221529562
  8731. ]
  8732. },
  8733. "properties": {
  8734. "所属居委": "珠湖社区居民委员会",
  8735. "项目表-小区地址": "朱家角镇阁游路389弄",
  8736. "小区编码": "31011810201391000011",
  8737. "count": 10
  8738. }
  8739. },
  8740. {
  8741. "type": "Feature",
  8742. "geometry": {
  8743. "type": "Point",
  8744. "coordinates": [
  8745. 121.05702586590687,
  8746. 31.12362392150455
  8747. ]
  8748. },
  8749. "properties": {
  8750. "所属居委": "横江村村民委员会",
  8751. "项目表-小区地址": "阁游路58弄",
  8752. "小区编码": "31011810201391000009",
  8753. "count": 2
  8754. }
  8755. },
  8756. {
  8757. "type": "Feature",
  8758. "geometry": {
  8759. "type": "Point",
  8760. "coordinates": [
  8761. 121.0550474589609,
  8762. 31.121464554509174
  8763. ]
  8764. },
  8765. "properties": {
  8766. "所属居委": "横江村村民委员会",
  8767. "项目表-小区地址": "朱家角课植园路158弄",
  8768. "小区编码": "31011810201391000006",
  8769. "count": 1
  8770. }
  8771. },
  8772. {
  8773. "type": "Feature",
  8774. "geometry": {
  8775. "type": "Point",
  8776. "coordinates": [
  8777. 121.04441119225393,
  8778. 31.11519060114096
  8779. ]
  8780. },
  8781. "properties": {
  8782. "所属居委": "珠湖社区居民委员会",
  8783. "项目表-小区地址": "",
  8784. "小区编码": "31011810201391000016",
  8785. "count": 3
  8786. }
  8787. },
  8788. {
  8789. "type": "Feature",
  8790. "geometry": {
  8791. "type": "Point",
  8792. "coordinates": [
  8793. 121.04699495708967,
  8794. 31.125868702201522
  8795. ]
  8796. },
  8797. "properties": {
  8798. "所属居委": "珠湖社区居民委员会",
  8799. "项目表-小区地址": "朱家角镇张家圩路77弄",
  8800. "小区编码": "31011810201391000012",
  8801. "count": 7
  8802. }
  8803. },
  8804. {
  8805. "type": "Feature",
  8806. "geometry": {
  8807. "type": "Point",
  8808. "coordinates": [
  8809. 121.04339613728375,
  8810. 31.122744470015586
  8811. ]
  8812. },
  8813. "properties": {
  8814. "所属居委": "珠湖社区居民委员会",
  8815. "项目表-小区地址": "朱家角镇阁游路389弄",
  8816. "小区编码": "31011810201391000010",
  8817. "count": 7
  8818. }
  8819. },
  8820. {
  8821. "type": "Feature",
  8822. "geometry": {
  8823. "type": "Point",
  8824. "coordinates": [
  8825. 121.0446161475271,
  8826. 31.112834442192284
  8827. ]
  8828. },
  8829. "properties": {
  8830. "所属居委": "珠湖社区居民委员会",
  8831. "项目表-小区地址": "",
  8832. "小区编码": "31011810201391000001",
  8833. "count": 3
  8834. }
  8835. },
  8836. {
  8837. "type": "Feature",
  8838. "geometry": {
  8839. "type": "Point",
  8840. "coordinates": [
  8841. 121.04180435888067,
  8842. 31.117109709214407
  8843. ]
  8844. },
  8845. "properties": {
  8846. "所属居委": "珠湖社区居民委员会",
  8847. "项目表-小区地址": "",
  8848. "小区编码": "31011810201391000004",
  8849. "count": 1
  8850. }
  8851. },
  8852. {
  8853. "type": "Feature",
  8854. "geometry": {
  8855. "type": "Point",
  8856. "coordinates": [
  8857. 121.03567326502989,
  8858. 31.114937579465014
  8859. ]
  8860. },
  8861. "properties": {
  8862. "所属居委": "珠溪社区居民委员会",
  8863. "项目表-小区地址": "朱家角镇马家桥路299弄",
  8864. "小区编码": "31011810201291000013",
  8865. "count": 9
  8866. }
  8867. },
  8868. {
  8869. "type": "Feature",
  8870. "geometry": {
  8871. "type": "Point",
  8872. "coordinates": [
  8873. 121.03111005648003,
  8874. 31.114368850888184
  8875. ]
  8876. },
  8877. "properties": {
  8878. "所属居委": "珠溪社区居民委员会",
  8879. "项目表-小区地址": "朱家角镇孟将堂路111弄",
  8880. "小区编码": "31011810201291000015",
  8881. "count": 10
  8882. }
  8883. },
  8884. {
  8885. "type": "Feature",
  8886. "geometry": {
  8887. "type": "Point",
  8888. "coordinates": [
  8889. 121.03288866284065,
  8890. 31.114520441251045
  8891. ]
  8892. },
  8893. "properties": {
  8894. "所属居委": "珠溪社区居民委员会",
  8895. "项目表-小区地址": "孟将堂路188弄",
  8896. "小区编码": "31011810201291000014",
  8897. "count": 5
  8898. }
  8899. },
  8900. {
  8901. "type": "Feature",
  8902. "geometry": {
  8903. "type": "Point",
  8904. "coordinates": [
  8905. 121.03068024641291,
  8906. 31.107405348610342
  8907. ]
  8908. },
  8909. "properties": {
  8910. "所属居委": "珠溪社区居民委员会",
  8911. "项目表-小区地址": "",
  8912. "小区编码": "31011810201291000008",
  8913. "count": 2
  8914. }
  8915. },
  8916. {
  8917. "type": "Feature",
  8918. "geometry": {
  8919. "type": "Point",
  8920. "coordinates": [
  8921. 121.0315600172886,
  8922. 31.111085694575404
  8923. ]
  8924. },
  8925. "properties": {
  8926. "所属居委": "珠溪社区居民委员会",
  8927. "项目表-小区地址": "沙淀南路298-300弄",
  8928. "小区编码": "31011810201291000009",
  8929. "count": 1
  8930. }
  8931. },
  8932. {
  8933. "type": "Feature",
  8934. "geometry": {
  8935. "type": "Point",
  8936. "coordinates": [
  8937. 121.03442499536789,
  8938. 31.111447586168335
  8939. ]
  8940. },
  8941. "properties": {
  8942. "所属居委": "珠溪社区居民委员会",
  8943. "项目表-小区地址": "沙淀南路298-300弄",
  8944. "小区编码": "31011810201291000010",
  8945. "count": 5
  8946. }
  8947. },
  8948. {
  8949. "type": "Feature",
  8950. "geometry": {
  8951. "type": "Point",
  8952. "coordinates": [
  8953. 120.92102362919601,
  8954. 31.116737099754932
  8955. ]
  8956. },
  8957. "properties": {
  8958. "所属居委": "商榻居民委员会",
  8959. "项目表-小区地址": "宝银路金华新村",
  8960. "小区编码": "31011810400591000005",
  8961. "count": 5
  8962. }
  8963. },
  8964. {
  8965. "type": "Feature",
  8966. "geometry": {
  8967. "type": "Point",
  8968. "coordinates": [
  8969. 121.03915186738713,
  8970. 31.115320684700375
  8971. ]
  8972. },
  8973. "properties": {
  8974. "所属居委": "珠溪社区居民委员会",
  8975. "项目表-小区地址": "朱家角沙淀中路100弄",
  8976. "小区编码": "31011810201291000012",
  8977. "count": 8
  8978. }
  8979. },
  8980. {
  8981. "type": "Feature",
  8982. "geometry": {
  8983. "type": "Point",
  8984. "coordinates": [
  8985. 121.1258840703813,
  8986. 31.256975158602767
  8987. ]
  8988. },
  8989. "properties": {
  8990. "所属居委": "王泾村村民委员会",
  8991. "项目表-小区地址": "白鹤镇老白石公路288弄1-23号",
  8992. "小区编码": "",
  8993. "count": 1
  8994. }
  8995. },
  8996. {
  8997. "type": "Feature",
  8998. "geometry": {
  8999. "type": "Point",
  9000. "coordinates": [
  9001. 121.0232801754242,
  9002. 31.127765978814928
  9003. ]
  9004. },
  9005. "properties": {
  9006. "所属居委": "新华村村民委员会",
  9007. "项目表-小区地址": "上海市青浦区朱家角镇淀山湖大道3800弄1-347号",
  9008. "小区编码": "31011810201791000003",
  9009. "count": 23
  9010. }
  9011. },
  9012. {
  9013. "type": "Feature",
  9014. "geometry": {
  9015. "type": "Point",
  9016. "coordinates": [
  9017. 120.92156237123676,
  9018. 31.036981702798013
  9019. ]
  9020. },
  9021. "properties": {
  9022. "所属居委": "金溪居民委员会",
  9023. "项目表-小区地址": "金溪路60号",
  9024. "小区编码": "31011810400191000003",
  9025. "count": 9
  9026. }
  9027. },
  9028. {
  9029. "type": "Feature",
  9030. "geometry": {
  9031. "type": "Point",
  9032. "coordinates": [
  9033. 120.9124326228037,
  9034. 31.07132295331733
  9035. ]
  9036. },
  9037. "properties": {
  9038. "所属居委": "金杨居民委员会",
  9039. "项目表-小区地址": "",
  9040. "小区编码": "31011810400291000002",
  9041. "count": 7
  9042. }
  9043. },
  9044. {
  9045. "type": "Feature",
  9046. "geometry": {
  9047. "type": "Point",
  9048. "coordinates": [
  9049. 120.97376648640257,
  9050. 31.08895897922671
  9051. ]
  9052. },
  9053. "properties": {
  9054. "所属居委": "三塘村村民委员会",
  9055. "项目表-小区地址": "沪青平公路7502号",
  9056. "小区编码": "31011810421391000001",
  9057. "count": 2
  9058. }
  9059. },
  9060. {
  9061. "type": "Feature",
  9062. "geometry": {
  9063. "type": "Point",
  9064. "coordinates": [
  9065. 121.07289999987218,
  9066. 30.986600000955868
  9067. ]
  9068. },
  9069. "properties": {
  9070. "所属居委": "小蒸居民委员会",
  9071. "项目表-小区地址": "贞溪南路207弄",
  9072. "小区编码": "31011810300391000001",
  9073. "count": 1
  9074. }
  9075. },
  9076. {
  9077. "type": "Feature",
  9078. "geometry": {
  9079. "type": "Point",
  9080. "coordinates": [
  9081. 120.91956113399515,
  9082. 31.116341908539326
  9083. ]
  9084. },
  9085. "properties": {
  9086. "所属居委": "商榻居民委员会",
  9087. "项目表-小区地址": "宝银路19号",
  9088. "小区编码": "31011810400591000004",
  9089. "count": 2
  9090. }
  9091. },
  9092. {
  9093. "type": "Feature",
  9094. "geometry": {
  9095. "type": "Point",
  9096. "coordinates": [
  9097. 120.92102362919601,
  9098. 31.116737099754932
  9099. ]
  9100. },
  9101. "properties": {
  9102. "所属居委": "商榻居民委员会",
  9103. "项目表-小区地址": "宝银路19号",
  9104. "小区编码": "31011810400591000010",
  9105. "count": 5
  9106. }
  9107. },
  9108. {
  9109. "type": "Feature",
  9110. "geometry": {
  9111. "type": "Point",
  9112. "coordinates": [
  9113. 120.9544699660404,
  9114. 31.067987537789914
  9115. ]
  9116. },
  9117. "properties": {
  9118. "所属居委": "西岑村村民委员会",
  9119. "项目表-小区地址": "金泽镇兰科路398弄",
  9120. "小区编码": "31011810421291000001",
  9121. "count": 4
  9122. }
  9123. },
  9124. {
  9125. "type": "Feature",
  9126. "geometry": {
  9127. "type": "Point",
  9128. "coordinates": [
  9129. 120.89787479171217,
  9130. 31.089326508071835
  9131. ]
  9132. },
  9133. "properties": {
  9134. "所属居委": "雪米村村民委员会",
  9135. "项目表-小区地址": "",
  9136. "小区编码": "31011810423091000001",
  9137. "count": 2
  9138. }
  9139. },
  9140. {
  9141. "type": "Feature",
  9142. "geometry": {
  9143. "type": "Point",
  9144. "coordinates": [
  9145. 121.07350924081446,
  9146. 30.987925743106235
  9147. ]
  9148. },
  9149. "properties": {
  9150. "所属居委": "小蒸居民委员会",
  9151. "项目表-小区地址": "贞溪南路207弄",
  9152. "小区编码": "31011810300391000002",
  9153. "count": 1
  9154. }
  9155. },
  9156. {
  9157. "type": "Feature",
  9158. "geometry": {
  9159. "type": "Point",
  9160. "coordinates": [
  9161. 121.25878237222499,
  9162. 31.174821027903672
  9163. ]
  9164. },
  9165. "properties": {
  9166. "所属居委": "京华社区居民委员会",
  9167. "项目表-小区地址": "盈港东路2218弄",
  9168. "小区编码": "31011810600491000004",
  9169. "count": 2
  9170. }
  9171. },
  9172. {
  9173. "type": "Feature",
  9174. "geometry": {
  9175. "type": "Point",
  9176. "coordinates": [
  9177. 121.2597429596761,
  9178. 31.172887968861005
  9179. ]
  9180. },
  9181. "properties": {
  9182. "所属居委": "京华社区居民委员会",
  9183. "项目表-小区地址": "盈港东路2218弄",
  9184. "小区编码": "31011810600491000003",
  9185. "count": 9
  9186. }
  9187. },
  9188. {
  9189. "type": "Feature",
  9190. "geometry": {
  9191. "type": "Point",
  9192. "coordinates": [
  9193. 121.25535341810797,
  9194. 31.17607681405988
  9195. ]
  9196. },
  9197. "properties": {
  9198. "所属居委": "徐安第四社区居民委员会",
  9199. "项目表-小区地址": "明珠路555弄",
  9200. "小区编码": "31011810600491000001",
  9201. "count": 6
  9202. }
  9203. },
  9204. {
  9205. "type": "Feature",
  9206. "geometry": {
  9207. "type": "Point",
  9208. "coordinates": [
  9209. 121.24808680246441,
  9210. 31.18448190442112
  9211. ]
  9212. },
  9213. "properties": {
  9214. "所属居委": "陆家角村村民委员会",
  9215. "项目表-小区地址": "徐泾镇泾茉路118弄",
  9216. "小区编码": "31011810602291000001",
  9217. "count": 14
  9218. }
  9219. },
  9220. {
  9221. "type": "Feature",
  9222. "geometry": {
  9223. "type": "Point",
  9224. "coordinates": [
  9225. 121.22958207799567,
  9226. 31.182509065941677
  9227. ]
  9228. },
  9229. "properties": {
  9230. "所属居委": "尚鸿路社区居民委员会",
  9231. "项目表-小区地址": "上海市青浦区徐泾镇乐爱路268弄",
  9232. "小区编码": "31011810602691000002",
  9233. "count": 5
  9234. }
  9235. },
  9236. {
  9237. "type": "Feature",
  9238. "geometry": {
  9239. "type": "Point",
  9240. "coordinates": [
  9241. 121.23107493313535,
  9242. 31.183096267151317
  9243. ]
  9244. },
  9245. "properties": {
  9246. "所属居委": "坚强村村民委员会",
  9247. "项目表-小区地址": "青浦区徐泾镇乐国路218弄",
  9248. "小区编码": "31011810602691000003",
  9249. "count": 2
  9250. }
  9251. },
  9252. {
  9253. "type": "Feature",
  9254. "geometry": {
  9255. "type": "Point",
  9256. "coordinates": [
  9257. 121.2299181540409,
  9258. 31.18407911850786
  9259. ]
  9260. },
  9261. "properties": {
  9262. "所属居委": "坚强村村民委员会",
  9263. "项目表-小区地址": "上海市青浦区徐泾镇尚泰路458弄",
  9264. "小区编码": "31011810602691000001",
  9265. "count": 7
  9266. }
  9267. },
  9268. {
  9269. "type": "Feature",
  9270. "geometry": {
  9271. "type": "Point",
  9272. "coordinates": [
  9273. 121.23880701165228,
  9274. 31.181862101382386
  9275. ]
  9276. },
  9277. "properties": {
  9278. "所属居委": "尚茂路社区居民委员会",
  9279. "项目表-小区地址": "乐天路208弄",
  9280. "小区编码": "31011810602791000001",
  9281. "count": 12
  9282. }
  9283. },
  9284. {
  9285. "type": "Feature",
  9286. "geometry": {
  9287. "type": "Point",
  9288. "coordinates": [
  9289. 121.23757292055203,
  9290. 31.184089165899582
  9291. ]
  9292. },
  9293. "properties": {
  9294. "所属居委": "尚泰路社区居民委员会",
  9295. "项目表-小区地址": "乐天路318弄",
  9296. "小区编码": "31011810602791000002",
  9297. "count": 9
  9298. }
  9299. },
  9300. {
  9301. "type": "Feature",
  9302. "geometry": {
  9303. "type": "Point",
  9304. "coordinates": [
  9305. 121.27669054313864,
  9306. 31.19386436808883
  9307. ]
  9308. },
  9309. "properties": {
  9310. "所属居委": "二联村村民委员会",
  9311. "项目表-小区地址": "徐泾镇蟠龙路1366弄",
  9312. "小区编码": "31011810603591000002",
  9313. "count": 6
  9314. }
  9315. },
  9316. {
  9317. "type": "Feature",
  9318. "geometry": {
  9319. "type": "Point",
  9320. "coordinates": [
  9321. 121.27421978699005,
  9322. 31.194146648911346
  9323. ]
  9324. },
  9325. "properties": {
  9326. "所属居委": "二联村村民委员会",
  9327. "项目表-小区地址": "徐泾镇曲文路28弄/37弄",
  9328. "小区编码": "31011810603491000001",
  9329. "count": 1
  9330. }
  9331. },
  9332. {
  9333. "type": "Feature",
  9334. "geometry": {
  9335. "type": "Point",
  9336. "coordinates": [
  9337. 121.27026328966173,
  9338. 31.174608158706405
  9339. ]
  9340. },
  9341. "properties": {
  9342. "所属居委": "龙阳社区居民委员会",
  9343. "项目表-小区地址": "青浦区徐泾镇京华路256弄",
  9344. "小区编码": "31011810600291000008",
  9345. "count": 2
  9346. }
  9347. },
  9348. {
  9349. "type": "Feature",
  9350. "geometry": {
  9351. "type": "Point",
  9352. "coordinates": [
  9353. 121.26840339566893,
  9354. 31.168932943515898
  9355. ]
  9356. },
  9357. "properties": {
  9358. "所属居委": "龙阳社区居民委员会",
  9359. "项目表-小区地址": "",
  9360. "小区编码": "31011810600291000003",
  9361. "count": 3
  9362. }
  9363. },
  9364. {
  9365. "type": "Feature",
  9366. "geometry": {
  9367. "type": "Point",
  9368. "coordinates": [
  9369. 121.27300311808827,
  9370. 31.173289564953897
  9371. ]
  9372. },
  9373. "properties": {
  9374. "所属居委": "龙阳社区居民委员会",
  9375. "项目表-小区地址": "徐泾镇徐泰路180弄",
  9376. "小区编码": "31011810600291000007",
  9377. "count": 13
  9378. }
  9379. },
  9380. {
  9381. "type": "Feature",
  9382. "geometry": {
  9383. "type": "Point",
  9384. "coordinates": [
  9385. 121.27217558378734,
  9386. 31.176702778764508
  9387. ]
  9388. },
  9389. "properties": {
  9390. "所属居委": "龙阳社区居民委员会",
  9391. "项目表-小区地址": "盈港东路1538弄",
  9392. "小区编码": "31011810600291000011",
  9393. "count": 2
  9394. }
  9395. },
  9396. {
  9397. "type": "Feature",
  9398. "geometry": {
  9399. "type": "Point",
  9400. "coordinates": [
  9401. 121.26977501676714,
  9402. 31.175753048384063
  9403. ]
  9404. },
  9405. "properties": {
  9406. "所属居委": "龙阳社区居民委员会",
  9407. "项目表-小区地址": "盈港东路1688弄",
  9408. "小区编码": "31011810600291000012",
  9409. "count": 4
  9410. }
  9411. },
  9412. {
  9413. "type": "Feature",
  9414. "geometry": {
  9415. "type": "Point",
  9416. "coordinates": [
  9417. 121.22806533450702,
  9418. 31.178251110309855
  9419. ]
  9420. },
  9421. "properties": {
  9422. "所属居委": "陆家角村村民委员会",
  9423. "项目表-小区地址": "青浦区徐泾镇陆家角村(30/6丘)",
  9424. "小区编码": "31011810603091000002",
  9425. "count": 2
  9426. }
  9427. },
  9428. {
  9429. "type": "Feature",
  9430. "geometry": {
  9431. "type": "Point",
  9432. "coordinates": [
  9433. 121.30532880865721,
  9434. 31.16216790112006
  9435. ]
  9436. },
  9437. "properties": {
  9438. "所属居委": "卫家角第一社区居民委员会",
  9439. "项目表-小区地址": "",
  9440. "小区编码": "31011810620791000002",
  9441. "count": 4
  9442. }
  9443. },
  9444. {
  9445. "type": "Feature",
  9446. "geometry": {
  9447. "type": "Point",
  9448. "coordinates": [
  9449. 121.23788844875155,
  9450. 31.17194528190418
  9451. ]
  9452. },
  9453. "properties": {
  9454. "所属居委": "陆家角村村民委员会",
  9455. "项目表-小区地址": "盈港东路3188弄",
  9456. "小区编码": "31011810603091000003",
  9457. "count": 16
  9458. }
  9459. },
  9460. {
  9461. "type": "Feature",
  9462. "geometry": {
  9463. "type": "Point",
  9464. "coordinates": [
  9465. 121.24398041765701,
  9466. 31.180481035450534
  9467. ]
  9468. },
  9469. "properties": {
  9470. "所属居委": "陆家角村村民委员会",
  9471. "项目表-小区地址": "尚茂路229弄",
  9472. "小区编码": "31011810621491000002",
  9473. "count": 4
  9474. }
  9475. },
  9476. {
  9477. "type": "Feature",
  9478. "geometry": {
  9479. "type": "Point",
  9480. "coordinates": [
  9481. 121.12396750804815,
  9482. 31.159644367617364
  9483. ]
  9484. },
  9485. "properties": {
  9486. "所属居委": "仓桥社区居民委员会",
  9487. "项目表-小区地址": "华科路155弄90号102",
  9488. "小区编码": "31011800101491000001",
  9489. "count": 19
  9490. }
  9491. },
  9492. {
  9493. "type": "Feature",
  9494. "geometry": {
  9495. "type": "Point",
  9496. "coordinates": [
  9497. 121.30557072873488,
  9498. 31.185878384648795
  9499. ]
  9500. },
  9501. "properties": {
  9502. "所属居委": "民主村村民委员会",
  9503. "项目表-小区地址": "会卓路77弄1-31号(全),会卓路99号",
  9504. "小区编码": "31011810620891000001",
  9505. "count": 10
  9506. }
  9507. },
  9508. {
  9509. "type": "Feature",
  9510. "geometry": {
  9511. "type": "Point",
  9512. "coordinates": [
  9513. 121.25216661237057,
  9514. 31.192451509780028
  9515. ]
  9516. },
  9517. "properties": {
  9518. "所属居委": "金联村村民委员会",
  9519. "项目表-小区地址": "",
  9520. "小区编码": "31011810602991000004",
  9521. "count": 7
  9522. }
  9523. },
  9524. {
  9525. "type": "Feature",
  9526. "geometry": {
  9527. "type": "Point",
  9528. "coordinates": [
  9529. 121.25216661237057,
  9530. 31.192451509780028
  9531. ]
  9532. },
  9533. "properties": {
  9534. "所属居委": "金联村村民委员会",
  9535. "项目表-小区地址": "",
  9536. "小区编码": "31011810602991000005",
  9537. "count": 7
  9538. }
  9539. },
  9540. {
  9541. "type": "Feature",
  9542. "geometry": {
  9543. "type": "Point",
  9544. "coordinates": [
  9545. 121.25357989416389,
  9546. 31.19708368696291
  9547. ]
  9548. },
  9549. "properties": {
  9550. "所属居委": "金联村村民委员会",
  9551. "项目表-小区地址": "",
  9552. "小区编码": "31011810602991000003",
  9553. "count": 18
  9554. }
  9555. },
  9556. {
  9557. "type": "Feature",
  9558. "geometry": {
  9559. "type": "Point",
  9560. "coordinates": [
  9561. 121.02087981212125,
  9562. 30.975645070669223
  9563. ]
  9564. },
  9565. "properties": {
  9566. "所属居委": "蒸淀居民委员会",
  9567. "项目表-小区地址": "",
  9568. "小区编码": "31011810300491000002",
  9569. "count": 1
  9570. }
  9571. },
  9572. {
  9573. "type": "Feature",
  9574. "geometry": {
  9575. "type": "Point",
  9576. "coordinates": [
  9577. 121.12891821277638,
  9578. 31.164186254732954
  9579. ]
  9580. },
  9581. "properties": {
  9582. "所属居委": "陈桥村村民委员会",
  9583. "项目表-小区地址": "",
  9584. "小区编码": "31011800101491000004",
  9585. "count": 3
  9586. }
  9587. },
  9588. {
  9589. "type": "Feature",
  9590. "geometry": {
  9591. "type": "Point",
  9592. "coordinates": [
  9593. 121.09255543277054,
  9594. 31.221629605121585
  9595. ]
  9596. },
  9597. "properties": {
  9598. "所属居委": "友爱社区居民委员会",
  9599. "项目表-小区地址": "",
  9600. "小区编码": "31011800301291000002",
  9601. "count": 6
  9602. }
  9603. },
  9604. {
  9605. "type": "Feature",
  9606. "geometry": {
  9607. "type": "Point",
  9608. "coordinates": [
  9609. 121.09575056946129,
  9610. 31.208908934066304
  9611. ]
  9612. },
  9613. "properties": {
  9614. "所属居委": "新姚村村民委员会",
  9615. "项目表-小区地址": "",
  9616. "小区编码": "31011800301291000001",
  9617. "count": 2
  9618. }
  9619. },
  9620. {
  9621. "type": "Feature",
  9622. "geometry": {
  9623. "type": "Point",
  9624. "coordinates": [
  9625. 121.08596743967674,
  9626. 31.174812128422243
  9627. ]
  9628. },
  9629. "properties": {
  9630. "所属居委": "玉兰花园社区居民委员会",
  9631. "项目表-小区地址": "清河湾路1698弄",
  9632. "小区编码": "31011800301391000002",
  9633. "count": 13
  9634. }
  9635. },
  9636. {
  9637. "type": "Feature",
  9638. "geometry": {
  9639. "type": "Point",
  9640. "coordinates": [
  9641. 121.08607110511959,
  9642. 31.17251065803108
  9643. ]
  9644. },
  9645. "properties": {
  9646. "所属居委": "玉兰花园社区居民委员会",
  9647. "项目表-小区地址": "清河湾路1699弄",
  9648. "小区编码": "31011800301391000001",
  9649. "count": 12
  9650. }
  9651. },
  9652. {
  9653. "type": "Feature",
  9654. "geometry": {
  9655. "type": "Point",
  9656. "coordinates": [
  9657. 121.29755646924066,
  9658. 31.191772405663666
  9659. ]
  9660. },
  9661. "properties": {
  9662. "所属居委": "二联村村民委员会",
  9663. "项目表-小区地址": "",
  9664. "小区编码": "31011810620991000002",
  9665. "count": 7
  9666. }
  9667. },
  9668. {
  9669. "type": "Feature",
  9670. "geometry": {
  9671. "type": "Point",
  9672. "coordinates": [
  9673. 121.29107027106659,
  9674. 31.202796135908365
  9675. ]
  9676. },
  9677. "properties": {
  9678. "所属居委": "二联村村民委员会",
  9679. "项目表-小区地址": "徐泾镇徐灵路300弄",
  9680. "小区编码": "31011810620991000001",
  9681. "count": 4
  9682. }
  9683. },
  9684. {
  9685. "type": "Feature",
  9686. "geometry": {
  9687. "type": "Point",
  9688. "coordinates": [
  9689. 121.30742219267495,
  9690. 31.172024835042293
  9691. ]
  9692. },
  9693. "properties": {
  9694. "所属居委": "卫家角第一社区居民委员会",
  9695. "项目表-小区地址": "青浦区诸光路366弄",
  9696. "小区编码": "31011810620791000005",
  9697. "count": 3
  9698. }
  9699. },
  9700. {
  9701. "type": "Feature",
  9702. "geometry": {
  9703. "type": "Point",
  9704. "coordinates": [
  9705. 121.28597315354102,
  9706. 31.16716181735311
  9707. ]
  9708. },
  9709. "properties": {
  9710. "所属居委": "高泾社区居民委员会",
  9711. "项目表-小区地址": "高泾路689弄",
  9712. "小区编码": "31011810600891000003",
  9713. "count": 4
  9714. }
  9715. },
  9716. {
  9717. "type": "Feature",
  9718. "geometry": {
  9719. "type": "Point",
  9720. "coordinates": [
  9721. 121.28675423346735,
  9722. 31.168782176816773
  9723. ]
  9724. },
  9725. "properties": {
  9726. "所属居委": "高泾社区居民委员会",
  9727. "项目表-小区地址": "高泾路789弄",
  9728. "小区编码": "31011810600891000004",
  9729. "count": 2
  9730. }
  9731. },
  9732. {
  9733. "type": "Feature",
  9734. "geometry": {
  9735. "type": "Point",
  9736. "coordinates": [
  9737. 121.28891374220757,
  9738. 31.176351136970165
  9739. ]
  9740. },
  9741. "properties": {
  9742. "所属居委": "宅东社区居民委员会",
  9743. "项目表-小区地址": "泾南河路79弄1-78号,沪青平公路1680号、1668号",
  9744. "小区编码": "31011810600891000009",
  9745. "count": 8
  9746. }
  9747. },
  9748. {
  9749. "type": "Feature",
  9750. "geometry": {
  9751. "type": "Point",
  9752. "coordinates": [
  9753. 121.28678261472713,
  9754. 31.159021217295635
  9755. ]
  9756. },
  9757. "properties": {
  9758. "所属居委": "高泾社区居民委员会",
  9759. "项目表-小区地址": "上海市青浦区徐南路678弄,东徐联路188弄",
  9760. "小区编码": "31011810600891000007",
  9761. "count": 10
  9762. }
  9763. },
  9764. {
  9765. "type": "Feature",
  9766. "geometry": {
  9767. "type": "Point",
  9768. "coordinates": [
  9769. 121.31241356552334,
  9770. 31.166457010511454
  9771. ]
  9772. },
  9773. "properties": {
  9774. "所属居委": "卫家角第一社区居民委员会",
  9775. "项目表-小区地址": "诸光路488号",
  9776. "小区编码": "31011810620791000003",
  9777. "count": 1
  9778. }
  9779. },
  9780. {
  9781. "type": "Feature",
  9782. "geometry": {
  9783. "type": "Point",
  9784. "coordinates": [
  9785. 121.3056344781248,
  9786. 31.165977907127544
  9787. ]
  9788. },
  9789. "properties": {
  9790. "所属居委": "卫家角第一社区居民委员会",
  9791. "项目表-小区地址": "",
  9792. "小区编码": "31011810620791000007",
  9793. "count": 6
  9794. }
  9795. },
  9796. {
  9797. "type": "Feature",
  9798. "geometry": {
  9799. "type": "Point",
  9800. "coordinates": [
  9801. 121.25249473451511,
  9802. 31.200226186517945
  9803. ]
  9804. },
  9805. "properties": {
  9806. "所属居委": "金联村村民委员会",
  9807. "项目表-小区地址": "",
  9808. "小区编码": "31011810602991000002",
  9809. "count": 7
  9810. }
  9811. },
  9812. {
  9813. "type": "Feature",
  9814. "geometry": {
  9815. "type": "Point",
  9816. "coordinates": [
  9817. 121.25790000020753,
  9818. 31.203950000795775
  9819. ]
  9820. },
  9821. "properties": {
  9822. "所属居委": "金联村村民委员会",
  9823. "项目表-小区地址": "",
  9824. "小区编码": "31011810621291000001",
  9825. "count": 1
  9826. }
  9827. },
  9828. {
  9829. "type": "Feature",
  9830. "geometry": {
  9831. "type": "Point",
  9832. "coordinates": [
  9833. 121.2659626930707,
  9834. 31.1491367702917
  9835. ]
  9836. },
  9837. "properties": {
  9838. "所属居委": "金云村村民委员会",
  9839. "项目表-小区地址": "",
  9840. "小区编码": "31011810620391000002",
  9841. "count": 10
  9842. }
  9843. },
  9844. {
  9845. "type": "Feature",
  9846. "geometry": {
  9847. "type": "Point",
  9848. "coordinates": [
  9849. 121.25208913843719,
  9850. 31.18929301872613
  9851. ]
  9852. },
  9853. "properties": {
  9854. "所属居委": "金联村村民委员会",
  9855. "项目表-小区地址": "徐泾镇双联路668弄1-36、38-74、76号",
  9856. "小区编码": "31011810621291000006",
  9857. "count": 5
  9858. }
  9859. },
  9860. {
  9861. "type": "Feature",
  9862. "geometry": {
  9863. "type": "Point",
  9864. "coordinates": [
  9865. 121.26765075342782,
  9866. 31.17335134129195
  9867. ]
  9868. },
  9869. "properties": {
  9870. "所属居委": "京华社区居民委员会",
  9871. "项目表-小区地址": "",
  9872. "小区编码": "31011810601991000006",
  9873. "count": 5
  9874. }
  9875. },
  9876. {
  9877. "type": "Feature",
  9878. "geometry": {
  9879. "type": "Point",
  9880. "coordinates": [
  9881. 121.26553596657517,
  9882. 31.174326160887635
  9883. ]
  9884. },
  9885. "properties": {
  9886. "所属居委": "京华社区居民委员会",
  9887. "项目表-小区地址": "盈港东路1888弄",
  9888. "小区编码": "31011810601991000005",
  9889. "count": 3
  9890. }
  9891. },
  9892. {
  9893. "type": "Feature",
  9894. "geometry": {
  9895. "type": "Point",
  9896. "coordinates": [
  9897. 121.26715000333448,
  9898. 31.145600000135136
  9899. ]
  9900. },
  9901. "properties": {
  9902. "所属居委": "金云村村民委员会",
  9903. "项目表-小区地址": "",
  9904. "小区编码": "31011810620391000003",
  9905. "count": 3
  9906. }
  9907. },
  9908. {
  9909. "type": "Feature",
  9910. "geometry": {
  9911. "type": "Point",
  9912. "coordinates": [
  9913. 121.26198047200533,
  9914. 31.17119289439692
  9915. ]
  9916. },
  9917. "properties": {
  9918. "所属居委": "京华社区居民委员会",
  9919. "项目表-小区地址": "",
  9920. "小区编码": "31011810601991000004",
  9921. "count": 17
  9922. }
  9923. },
  9924. {
  9925. "type": "Feature",
  9926. "geometry": {
  9927. "type": "Point",
  9928. "coordinates": [
  9929. 121.26256374365389,
  9930. 31.148133333398242
  9931. ]
  9932. },
  9933. "properties": {
  9934. "所属居委": "金云村村民委员会",
  9935. "项目表-小区地址": "",
  9936. "小区编码": "31011810620391000001",
  9937. "count": 3
  9938. }
  9939. },
  9940. {
  9941. "type": "Feature",
  9942. "geometry": {
  9943. "type": "Point",
  9944. "coordinates": [
  9945. 121.27045326347181,
  9946. 31.14152787589914
  9947. ]
  9948. },
  9949. "properties": {
  9950. "所属居委": "金云村村民委员会",
  9951. "项目表-小区地址": "",
  9952. "小区编码": "31011810620391000005",
  9953. "count": 9
  9954. }
  9955. },
  9956. {
  9957. "type": "Feature",
  9958. "geometry": {
  9959. "type": "Point",
  9960. "coordinates": [
  9961. 121.28477220654938,
  9962. 31.187859278368908
  9963. ]
  9964. },
  9965. "properties": {
  9966. "所属居委": "蟠龙社区居民委员会",
  9967. "项目表-小区地址": "徐泾镇蟠中路99弄",
  9968. "小区编码": "31011810602391000001",
  9969. "count": 4
  9970. }
  9971. },
  9972. {
  9973. "type": "Feature",
  9974. "geometry": {
  9975. "type": "Point",
  9976. "coordinates": [
  9977. 121.22767798669082,
  9978. 31.181045914136845
  9979. ]
  9980. },
  9981. "properties": {
  9982. "所属居委": "尚鸿路社区居民委员会",
  9983. "项目表-小区地址": "青浦区徐泾镇乐爱路215弄",
  9984. "小区编码": "31011810601491000001",
  9985. "count": 7
  9986. }
  9987. },
  9988. {
  9989. "type": "Feature",
  9990. "geometry": {
  9991. "type": "Point",
  9992. "coordinates": [
  9993. 121.25854749891108,
  9994. 31.15909020088696
  9995. ]
  9996. },
  9997. "properties": {
  9998. "所属居委": "徐安第三社区居民委员会",
  9999. "项目表-小区地址": "",
  10000. "小区编码": "31011810620291000001",
  10001. "count": 6
  10002. }
  10003. },
  10004. {
  10005. "type": "Feature",
  10006. "geometry": {
  10007. "type": "Point",
  10008. "coordinates": [
  10009. 121.2564739076608,
  10010. 31.15114142002522
  10011. ]
  10012. },
  10013. "properties": {
  10014. "所属居委": "前明村村民委员会",
  10015. "项目表-小区地址": "",
  10016. "小区编码": "31011810620291000002",
  10017. "count": 1
  10018. }
  10019. },
  10020. {
  10021. "type": "Feature",
  10022. "geometry": {
  10023. "type": "Point",
  10024. "coordinates": [
  10025. 121.2538117002688,
  10026. 31.183916190376078
  10027. ]
  10028. },
  10029. "properties": {
  10030. "所属居委": "仁恒西郊社区居民委员会",
  10031. "项目表-小区地址": "青浦区徐泾镇徐盈路1188弄",
  10032. "小区编码": "31011810601791000001",
  10033. "count": 33
  10034. }
  10035. },
  10036. {
  10037. "type": "Feature",
  10038. "geometry": {
  10039. "type": "Point",
  10040. "coordinates": [
  10041. 121.24807669605467,
  10042. 31.18095546460283
  10043. ]
  10044. },
  10045. "properties": {
  10046. "所属居委": "陆家角村村民委员会",
  10047. "项目表-小区地址": "徐泾镇尚涵路99弄",
  10048. "小区编码": "31011810603191000001",
  10049. "count": 10
  10050. }
  10051. },
  10052. {
  10053. "type": "Feature",
  10054. "geometry": {
  10055. "type": "Point",
  10056. "coordinates": [
  10057. 121.0497935374174,
  10058. 31.077380612089996
  10059. ]
  10060. },
  10061. "properties": {
  10062. "所属居委": "沈巷街道社区居民委员会",
  10063. "项目表-小区地址": "",
  10064. "小区编码": "31011810201591000004",
  10065. "count": 1
  10066. }
  10067. }
  10068. ]
  10069. }