Skip to content

Instantly share code, notes, and snippets.

@chilijung
Last active August 29, 2015 14:04
Show Gist options
  • Save chilijung/f85dcf428596eabaabee to your computer and use it in GitHub Desktop.
Save chilijung/f85dcf428596eabaabee to your computer and use it in GitHub Desktop.
shp to geojson

map testing

shapefiles to geojson

ogr2ogr -f geoJSON kc.json kc.shp

shapefiles info

ogrinfo tl_2010_20_tract10.shp tl_2010_20_tract10
# SCRIPT

# sudo apt-get install npm gdal-bin
# sudo npm install -g mapshaper

# convert shp to geojson & big5 to utf8
mapshaper -p 0.01 --auto-snap -f geojson --encoding big5 -o json/102_05_21_twd97.geo.json 全國村里界圖102.05.21_修正屬性表ID_TWD97/102_05_21台澎金馬修正村里屬性資料_TWD97.shp

# convert geojson polygons from EPSG:3826 to EPSG:4326
ogr2ogr -t_srs EPSG:4326 -s_srs EPSG:3826 -f "GeoJSON" -lco ENCODING=UTF-8 json/102_05_21_4326.geo.json json/102_05_21_twd97.geo.json

# convert geojson to topojson
mapshaper -p 0.01 --auto-snap -f topojson --encoding utf8 -o json/102_05_21_4326.topo.json json/102_05_21_4326.geo.json

epsg 3826: http://spatialreference.org/ref/epsg/twd97-tm2-zone-121/

epgs 4326: http://spatialreference.org/ref/epsg/wgs-84/

tutorial: https://g0v.hackpad.com/GIS-YAuGma5fg7W

read more: http://vallandingham.me/shapefile_to_geojson.html

sample data from: http://www.nlsc.gov.tw/websites/make_page.aspx?la=1&le=2&li=11&sno=136&le2=3&li2=135

Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{ "type": "Feature", "properties": { "ID": 802.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.911237014873933, 24.696267057489788 ], [ 120.911209073449726, 24.696257344094789 ], [ 120.911158944629094, 24.696262578190826 ], [ 120.91109770991595, 24.696292454159948 ], [ 120.911033568280587, 24.696338182852784 ], [ 120.910969412647887, 24.696389635732178 ], [ 120.910920197133095, 24.696444618660184 ], [ 120.910901385171925, 24.696465734751921 ], [ 120.910917165676594, 24.696566134702771 ], [ 120.91081304064646, 24.696594648839739 ], [ 120.910939034576757, 24.696832513626319 ], [ 120.91100601985022, 24.696832580442315 ], [ 120.911037294011479, 24.696881038181072 ], [ 120.911062834487964, 24.696876213910659 ], [ 120.911100923668144, 24.696860842469288 ], [ 120.91114818132921, 24.696835355226074 ], [ 120.911166056423582, 24.696797508291265 ], [ 120.911169963865746, 24.696750398628243 ], [ 120.911162400572309, 24.696714197925473 ], [ 120.91115260878486, 24.696711357104927 ], [ 120.911143024932514, 24.696707956624845 ], [ 120.911133698416208, 24.696704014571992 ], [ 120.911124658871515, 24.696699549021421 ], [ 120.911115945823013, 24.696694569025343 ], [ 120.911107598782579, 24.696689101693437 ], [ 120.911099637502844, 24.696683165094964 ], [ 120.911092101495697, 24.696676786339584 ], [ 120.911085010513716, 24.696669983496562 ], [ 120.911079144703734, 24.696663587672415 ], [ 120.911063601225962, 24.696631427113125 ], [ 120.91105304619974, 24.696590033104982 ], [ 120.911052110702684, 24.696557456848893 ], [ 120.911055039980795, 24.69652399806607 ], [ 120.911061842465784, 24.696477774936408 ], [ 120.911113531249612, 24.696363357215493 ], [ 120.911170469730735, 24.696301769754257 ], [ 120.911221093740636, 24.696281123883789 ], [ 120.911237014873933, 24.696267057489788 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 803.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.910646803770973, 24.680813231230548 ], [ 120.910514639432208, 24.680770816674343 ], [ 120.910464849301491, 24.680891573761919 ], [ 120.910607578327316, 24.680932234042267 ], [ 120.910646803770973, 24.680813231230548 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 808.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.919671985382763, 24.697400726360662 ], [ 120.919594780277194, 24.697324753298759 ], [ 120.919562716883945, 24.697345755032366 ], [ 120.919549882722876, 24.697370938345735 ], [ 120.919548924535135, 24.697385636624958 ], [ 120.919548010281886, 24.697408867089308 ], [ 120.919557987518985, 24.697431101200578 ], [ 120.919561712272824, 24.697448149462421 ], [ 120.919571211181875, 24.697476549947453 ], [ 120.919574465662265, 24.697502608641759 ], [ 120.919573542440091, 24.697524421588561 ], [ 120.919569515702008, 24.697546720424409 ], [ 120.919560778194523, 24.697563825208793 ], [ 120.919559315067062, 24.697579949758389 ], [ 120.919565656040945, 24.697601251959433 ], [ 120.919589522511274, 24.697602086362544 ], [ 120.919630968886636, 24.697590055189465 ], [ 120.919714573147061, 24.697504353965485 ], [ 120.919727354066495, 24.697469690430434 ], [ 120.919671985382763, 24.697400726360662 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 809.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.915396791526362, 24.697070626083224 ], [ 120.915287744890833, 24.696871986421119 ], [ 120.915240263679237, 24.696896067262117 ], [ 120.915193862017773, 24.696919600653274 ], [ 120.915127243580571, 24.696952732793434 ], [ 120.915122097313329, 24.696954650296959 ], [ 120.915197288315312, 24.697140143162088 ], [ 120.915245325004406, 24.697151174524684 ], [ 120.915396791526362, 24.697070626083224 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 810.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.921897088002893, 24.69572272586019 ], [ 120.921853443663395, 24.695679148479957 ], [ 120.92183895409562, 24.69568167801323 ], [ 120.921829671840641, 24.695685573597444 ], [ 120.921814857146686, 24.69570233226095 ], [ 120.921799174964292, 24.695731414707694 ], [ 120.921793421380741, 24.695766073061357 ], [ 120.921906914047554, 24.69598797743329 ], [ 120.921948671638773, 24.696046261640106 ], [ 120.921959553152703, 24.696045192877239 ], [ 120.921970863462846, 24.696037957704021 ], [ 120.92197493870249, 24.69603222656966 ], [ 120.922045942372392, 24.695990189511239 ], [ 120.922055654019502, 24.695979188514865 ], [ 120.922054455695744, 24.69596735120852 ], [ 120.922038998460209, 24.69593672670841 ], [ 120.921954666146874, 24.695799310534905 ], [ 120.921935124431698, 24.69577346913454 ], [ 120.921897088002893, 24.69572272586019 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 811.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.920801332025164, 24.693136906576381 ], [ 120.920742827692862, 24.693062121279254 ], [ 120.920736188461319, 24.693068678062051 ], [ 120.920723970756043, 24.693057773911875 ], [ 120.920732619459812, 24.693049072960207 ], [ 120.920722691663258, 24.693036384132668 ], [ 120.920703899656004, 24.692951305344465 ], [ 120.920697607787801, 24.692946164663244 ], [ 120.920685118379652, 24.692942988974494 ], [ 120.920674760900098, 24.692944048894091 ], [ 120.920646810427613, 24.69294862975481 ], [ 120.920568020891395, 24.692990273815287 ], [ 120.920525788914858, 24.693012552470673 ], [ 120.920506300232276, 24.693028884185608 ], [ 120.920489999991389, 24.693050869582933 ], [ 120.920434378214679, 24.693118311944989 ], [ 120.920422086998542, 24.693129826112052 ], [ 120.920357234672181, 24.693166565809257 ], [ 120.920236257278901, 24.693233583367217 ], [ 120.92022722648359, 24.693238539865316 ], [ 120.920210361886944, 24.693248094151961 ], [ 120.92020635674524, 24.693250843985393 ], [ 120.920207125737591, 24.693253734496224 ], [ 120.920213500547021, 24.693265188142139 ], [ 120.920285039413045, 24.69331238690717 ], [ 120.920334676163762, 24.693351217007741 ], [ 120.920416522390866, 24.693389343676706 ], [ 120.920467415916448, 24.693413154175254 ], [ 120.920520953909417, 24.693421552179071 ], [ 120.920588287688062, 24.693414635678025 ], [ 120.92081198030688, 24.693348130716334 ], [ 120.920835162080181, 24.693336495858752 ], [ 120.920853650533317, 24.693323495182291 ], [ 120.920864371304702, 24.693310571667666 ], [ 120.920870351735545, 24.693292499267489 ], [ 120.920867719065583, 24.693251778227957 ], [ 120.920836777701751, 24.693188154387141 ], [ 120.920801332025164, 24.693136906576381 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 812.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.920125440125759, 24.696003869624494 ], [ 120.919960585757437, 24.695742733725584 ], [ 120.91993813913173, 24.695732085893972 ], [ 120.91992877180553, 24.695729823711346 ], [ 120.919915320179598, 24.695731875089045 ], [ 120.91990758945181, 24.695735753324513 ], [ 120.919907226403254, 24.695747129348899 ], [ 120.919910424174631, 24.695753722038589 ], [ 120.919919744506899, 24.695752201153347 ], [ 120.919929102257711, 24.695753984807975 ], [ 120.919944332362533, 24.695768032629015 ], [ 120.919995089115389, 24.695877397785306 ], [ 120.919997046907881, 24.695906751276638 ], [ 120.919990684017975, 24.695935260659802 ], [ 120.919964138719862, 24.695966829055799 ], [ 120.919934424065744, 24.695993700809478 ], [ 120.919920854500205, 24.696025610181685 ], [ 120.919919708482922, 24.696055946150672 ], [ 120.919940065744129, 24.696104053129655 ], [ 120.919956838216464, 24.696117126667108 ], [ 120.919990661801592, 24.696124801074582 ], [ 120.920092805879847, 24.696083846929017 ], [ 120.920128242042509, 24.696057853977017 ], [ 120.92013267111767, 24.696039798845316 ], [ 120.920125440125759, 24.696003869624494 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 813.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.921613152158955, 24.691215517394308 ], [ 120.921509068333961, 24.691189207406783 ], [ 120.921479916067639, 24.691219862826745 ], [ 120.92152273033048, 24.69135537966628 ], [ 120.921661612378912, 24.691346224818684 ], [ 120.921778038524693, 24.691326431304983 ], [ 120.921786160255579, 24.69131306395759 ], [ 120.921784479878923, 24.69126617678268 ], [ 120.921613152158955, 24.691215517394308 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 814.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.920953204713413, 24.691774087087872 ], [ 120.920935291137511, 24.691753446962107 ], [ 120.920854582255672, 24.691768572733405 ], [ 120.920756535669796, 24.691805692372771 ], [ 120.920744188013501, 24.691812944969044 ], [ 120.920739094064444, 24.691820111106676 ], [ 120.920741331001665, 24.69182704004707 ], [ 120.920754556005903, 24.691840430343792 ], [ 120.920817184756359, 24.6919088363029 ], [ 120.921103908903774, 24.692216403528274 ], [ 120.9211183411837, 24.692210072930639 ], [ 120.921125062447743, 24.692208108194876 ], [ 120.921131184170477, 24.692200924526958 ], [ 120.921230027354667, 24.69210740246794 ], [ 120.921232285859702, 24.692083215634153 ], [ 120.921210669560381, 24.692057391097105 ], [ 120.921133195193903, 24.692004721837463 ], [ 120.920953204713413, 24.691774087087872 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 815.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.91543786653294, 24.689714883263552 ], [ 120.915415288399714, 24.689579132299645 ], [ 120.915271125989307, 24.689580757444471 ], [ 120.91526648711438, 24.689659946003108 ], [ 120.915327995959117, 24.689759242794629 ], [ 120.91543786653294, 24.689714883263552 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 816.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.915238713951197, 24.686144639420771 ], [ 120.915213484975141, 24.686043042649413 ], [ 120.915034656785849, 24.686050742407549 ], [ 120.914891818019086, 24.686073675809318 ], [ 120.91487376836966, 24.686081457393225 ], [ 120.914867683866191, 24.686091954386065 ], [ 120.914866759366632, 24.686100025569186 ], [ 120.914876922045721, 24.686123126887111 ], [ 120.914988863425577, 24.686270187471532 ], [ 120.915005530826733, 24.686275207866416 ], [ 120.915012260788004, 24.6862746609218 ], [ 120.915042078068311, 24.686254895793418 ], [ 120.915159936151639, 24.686187228711873 ], [ 120.915238713951197, 24.686144639420771 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 817.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.921462440715075, 24.68737762292124 ], [ 120.921430029650111, 24.687374536187569 ], [ 120.921397675710196, 24.687374907489872 ], [ 120.921368123032352, 24.687383613792935 ], [ 120.921317947638073, 24.687422131261311 ], [ 120.921281392803877, 24.687471336871159 ], [ 120.921268584304968, 24.68752076258686 ], [ 120.921268220192303, 24.687534070780199 ], [ 120.921561709106498, 24.687498226746943 ], [ 120.921559738845886, 24.687472620169363 ], [ 120.921542087869454, 24.687443746018047 ], [ 120.921498881517962, 24.687399879801308 ], [ 120.921462440715075, 24.68737762292124 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 818.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.918033081308252, 24.680031138490751 ], [ 120.91800342940725, 24.680027655258762 ], [ 120.917976995947512, 24.680028615930276 ], [ 120.91796082424905, 24.680022187646262 ], [ 120.917934411640061, 24.680006390937272 ], [ 120.917900464032641, 24.679983683100716 ], [ 120.917829292162821, 24.679962408524474 ], [ 120.917746793299543, 24.679945560833808 ], [ 120.917590363318752, 24.679956228331772 ], [ 120.917562835137844, 24.679969016009416 ], [ 120.917554205092443, 24.67997442852975 ], [ 120.917541226085731, 24.679996587017307 ], [ 120.91752876672696, 24.680039945324694 ], [ 120.917524405764752, 24.680074929386492 ], [ 120.917524254740997, 24.680184339852829 ], [ 120.91752362959032, 24.680248407610552 ], [ 120.917533854445679, 24.680267147908438 ], [ 120.917550022591186, 24.680278993493925 ], [ 120.917571588605099, 24.680286896471209 ], [ 120.917901111701084, 24.6803074639238 ], [ 120.917929166416371, 24.680305529045455 ], [ 120.917942663625695, 24.680291740471471 ], [ 120.917953475010151, 24.68027499802346 ], [ 120.917974609730592, 24.680202084250869 ], [ 120.917996783043932, 24.680157756105292 ], [ 120.918024317662841, 24.680135117971542 ], [ 120.918043209458233, 24.680122325496683 ], [ 120.918055096285897, 24.680108039451373 ], [ 120.918067534631675, 24.680081447501919 ], [ 120.918068642102639, 24.680065178275047 ], [ 120.918061647437654, 24.680047929521308 ], [ 120.918053037923656, 24.680037072250357 ], [ 120.918033081308252, 24.680031138490751 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 819.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.915427939685884, 24.679622153704972 ], [ 120.915404749389438, 24.67962015431587 ], [ 120.915278000101566, 24.679621003799035 ], [ 120.915233222851143, 24.679627849420584 ], [ 120.915214333842641, 24.679636208421226 ], [ 120.91520891572506, 24.67965541857027 ], [ 120.915203479053488, 24.679687449552244 ], [ 120.915203457838786, 24.679704206924605 ], [ 120.915204496817964, 24.679731311858006 ], [ 120.915222796277078, 24.679761884552246 ], [ 120.915242188028486, 24.679784575750514 ], [ 120.91526751662046, 24.679795451645205 ], [ 120.915428209525189, 24.679822736858178 ], [ 120.915464375235814, 24.679808482745926 ], [ 120.915467630290664, 24.679787790653318 ], [ 120.915463908497159, 24.679753289654723 ], [ 120.915449467076698, 24.679657657894538 ], [ 120.915445180632787, 24.679639913961537 ], [ 120.915427939685884, 24.679622153704972 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 820.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.911712520388292, 24.678630318531066 ], [ 120.911660742306481, 24.678630260997458 ], [ 120.911641306615323, 24.678643052351063 ], [ 120.911635372269714, 24.678650930970377 ], [ 120.911629413299096, 24.678665707550483 ], [ 120.911628301187619, 24.678687393986674 ], [ 120.911637446926292, 24.678707614769994 ], [ 120.911653084887433, 24.678713546838999 ], [ 120.911665481782123, 24.678719467971337 ], [ 120.911791659821759, 24.678742782171263 ], [ 120.91179489205696, 24.678741303352396 ], [ 120.91180030719589, 24.678727013999715 ], [ 120.911800325047821, 24.678715682911683 ], [ 120.911799842764921, 24.678670836758759 ], [ 120.911789631554299, 24.678648150506838 ], [ 120.911783164836294, 24.678640264597632 ], [ 120.91177562990768, 24.678633840720401 ], [ 120.911712520388292, 24.678630318531066 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 821.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.910996743754524, 24.677883361709654 ], [ 120.910988653106543, 24.677880395480003 ], [ 120.910843001039481, 24.677897481796126 ], [ 120.91084352131297, 24.677916207762699 ], [ 120.910902545029245, 24.678134594428958 ], [ 120.910938676994775, 24.678140060204694 ], [ 120.910967267718732, 24.678134181373345 ], [ 120.910988323582586, 24.678121878619585 ], [ 120.910979785738135, 24.678052875741798 ], [ 120.911035351598571, 24.678048015076833 ], [ 120.910996743754524, 24.677883361709654 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 822.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.911174229406654, 24.678248255955047 ], [ 120.911152118586486, 24.678243304142178 ], [ 120.911120834094802, 24.678243764155894 ], [ 120.910950344791999, 24.678282008325695 ], [ 120.910941157731557, 24.678292340813051 ], [ 120.910934117428525, 24.678313039594155 ], [ 120.910936790787275, 24.678333247553567 ], [ 120.910947542147113, 24.678360358278706 ], [ 120.911146594275664, 24.678341858863508 ], [ 120.911168713837753, 24.678334495448112 ], [ 120.911176810800029, 24.678328595425349 ], [ 120.911185470892249, 24.678308890754774 ], [ 120.911186057864768, 24.678275376329307 ], [ 120.911174229406654, 24.678248255955047 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 823.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.919430188171916, 24.678799793272322 ], [ 120.919391355180295, 24.678798770241382 ], [ 120.919361690799704, 24.678799720394355 ], [ 120.919304495815396, 24.678817891663382 ], [ 120.919293156538359, 24.678826255235151 ], [ 120.919290983006547, 24.67884104318377 ], [ 120.919303911329337, 24.678850909542049 ], [ 120.91938854379417, 24.678883530775956 ], [ 120.919419294509183, 24.678883565335965 ], [ 120.919437093643154, 24.678879150790348 ], [ 120.919455466463518, 24.678858466716235 ], [ 120.919457679991524, 24.67881215034004 ], [ 120.919430188171916, 24.678799793272322 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 824.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.918275848227225, 24.67846981827493 ], [ 120.918284495085913, 24.678453562174095 ], [ 120.918284532512544, 24.678426457841685 ], [ 120.918271077797399, 24.678405738533229 ], [ 120.918224249455591, 24.678331270873759 ], [ 120.918097642117232, 24.678222712239545 ], [ 120.917998997278644, 24.678177261780025 ], [ 120.917966637057759, 24.678175745332918 ], [ 120.917939122089024, 24.678184099966849 ], [ 120.917918593390482, 24.67820723850296 ], [ 120.917898610088315, 24.678227424928046 ], [ 120.917884564470228, 24.678249086285771 ], [ 120.91788183032881, 24.678274717455331 ], [ 120.917898529263113, 24.678290499837832 ], [ 120.917931962377907, 24.67829842730924 ], [ 120.91795404210724, 24.678321119631129 ], [ 120.917955096065413, 24.678341326583332 ], [ 120.91792159941663, 24.678385151964068 ], [ 120.917903792351794, 24.678386613919866 ], [ 120.917890313301669, 24.67838806921111 ], [ 120.917882752818514, 24.678390033348219 ], [ 120.917882734221465, 24.678403341737759 ], [ 120.91788595604686, 24.678417636034425 ], [ 120.917946320339496, 24.678448755064711 ], [ 120.917977057196694, 24.678454703753314 ], [ 120.918018056329913, 24.678452279343965 ], [ 120.918035321536394, 24.678448361254812 ], [ 120.918052042308233, 24.678445914555311 ], [ 120.918083855270552, 24.678453335497938 ], [ 120.918104344903639, 24.678459766124295 ], [ 120.918152350836152, 24.678455882838989 ], [ 120.918235393536335, 24.67847075330484 ], [ 120.918254808042462, 24.678474230919161 ], [ 120.918275848227225, 24.67846981827493 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 825.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.918299018678198, 24.677258468463918 ], [ 120.918254258736752, 24.677255464615616 ], [ 120.918215953070785, 24.677264788534945 ], [ 120.918182444670109, 24.677312062963288 ], [ 120.918167835562258, 24.677349497298358 ], [ 120.918167214936631, 24.677407163690809 ], [ 120.918171455879872, 24.677464823702884 ], [ 120.918232144649778, 24.67766449180386 ], [ 120.918281601260205, 24.677784294330639 ], [ 120.918424902767526, 24.677915551172315 ], [ 120.918557510698363, 24.677974337204091 ], [ 120.918685822018702, 24.678015388296661 ], [ 120.918761318393976, 24.678025324680146 ], [ 120.918823318872342, 24.678047568968044 ], [ 120.918859970729287, 24.678059434514626 ], [ 120.91887509767686, 24.678046152343359 ], [ 120.918889724193633, 24.677996881240297 ], [ 120.918892149897786, 24.677790882229232 ], [ 120.918892323306537, 24.677660281222291 ], [ 120.918883755636529, 24.677615430713779 ], [ 120.918866529465916, 24.677589779713074 ], [ 120.91879915414718, 24.677551759281677 ], [ 120.918370717866765, 24.677287137668582 ], [ 120.918345925658812, 24.677272326043532 ], [ 120.918299018678198, 24.677258468463918 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 826.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.912313642105588, 24.67656525941139 ], [ 120.91230717236769, 24.676561797616525 ], [ 120.912294301916887, 24.676562144028992 ], [ 120.912050015671426, 24.676618926647624 ], [ 120.912136905321844, 24.676836605980913 ], [ 120.912351604332585, 24.676807279592506 ], [ 120.912379678561791, 24.676790556640864 ], [ 120.912384002488338, 24.676782180468344 ], [ 120.912384042563929, 24.676753107864577 ], [ 120.912356693394671, 24.676637261865224 ], [ 120.912327642207444, 24.676581537421409 ], [ 120.912313642105588, 24.67656525941139 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 827.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.922421755221706, 24.67625633960775 ], [ 120.922238407309308, 24.676230016221371 ], [ 120.922236239674433, 24.676235928942333 ], [ 120.922231802734515, 24.676332028854144 ], [ 120.922241970223027, 24.676396102257133 ], [ 120.922266203874372, 24.676419788231318 ], [ 120.922282919409454, 24.676425223171226 ], [ 120.922299091785064, 24.676430170274823 ], [ 120.922373229800087, 24.676435361328863 ], [ 120.922377832240372, 24.676435683325948 ], [ 120.922407002109168, 24.676437722648281 ], [ 120.922649640078888, 24.67645469277646 ], [ 120.922657204319492, 24.676446327003866 ], [ 120.922658829995399, 24.676437949144191 ], [ 120.922664380134151, 24.676314745431405 ], [ 120.922642282117891, 24.676304865607694 ], [ 120.92260021873858, 24.676303841743756 ], [ 120.922548443123148, 24.676301323113201 ], [ 120.922464858798932, 24.676284965003298 ], [ 120.92243360922437, 24.676261772019853 ], [ 120.922421755221706, 24.67625633960775 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 828.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.914564359582272, 24.676584099464339 ], [ 120.914514101853158, 24.676543766452532 ], [ 120.914272872378845, 24.67660273126446 ], [ 120.914319378810944, 24.676724564892616 ], [ 120.91439224917869, 24.67691751506921 ], [ 120.914397420446676, 24.676926998221326 ], [ 120.91440208307101, 24.676928896919669 ], [ 120.914556054777506, 24.676967934690978 ], [ 120.914642640567067, 24.676986980448994 ], [ 120.914653544347743, 24.676979890035206 ], [ 120.914654588969981, 24.676969462403722 ], [ 120.914652546262332, 24.676950979358317 ], [ 120.914595831995683, 24.676698818815744 ], [ 120.914591753389715, 24.676651893996205 ], [ 120.914577304085213, 24.67659833616349 ], [ 120.914564359582272, 24.676584099464339 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 829.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.914674686863719, 24.675140335834843 ], [ 120.914527934301717, 24.674747807935027 ], [ 120.914253421906636, 24.674874975170891 ], [ 120.914458833438118, 24.675230130562408 ], [ 120.914674686863719, 24.675140335834843 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 3888.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.922868523372387, 24.677860338825528 ], [ 120.922823989868689, 24.677859758873019 ], [ 120.922800793678249, 24.677883715617714 ], [ 120.922792232024321, 24.677918271528544 ], [ 120.922798313196012, 24.677948374755811 ], [ 120.922825142617839, 24.677969570933385 ], [ 120.922855023425896, 24.677989095643127 ], [ 120.922871499999488, 24.677980185490256 ], [ 120.92288189469123, 24.677942286261342 ], [ 120.92287460966169, 24.677883753542449 ], [ 120.922868523372387, 24.677860338825528 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 3892.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.922429979780034, 24.681876154121682 ], [ 120.922389731032695, 24.681833200661661 ], [ 120.922289035150541, 24.681845415061936 ], [ 120.922208466479518, 24.68187603953551 ], [ 120.922215133368908, 24.681949641840998 ], [ 120.922275530194639, 24.681974205160987 ], [ 120.92238293874037, 24.681961994239867 ], [ 120.922429979780034, 24.681876154121682 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 5280.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.931978462461643, 24.697136324730884 ], [ 120.931721990471814, 24.696969363407224 ], [ 120.931705686255185, 24.696975922595865 ], [ 120.931684002941353, 24.696994990466013 ], [ 120.931670555133167, 24.697098860050591 ], [ 120.931781958017297, 24.697163773222396 ], [ 120.931841538455757, 24.697241718352572 ], [ 120.931918797066544, 24.69723283301531 ], [ 120.931931737021571, 24.697226609050368 ], [ 120.931937918674166, 24.69721757408043 ], [ 120.931978462461643, 24.697136324730884 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 5281.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.929377127881182, 24.692925434092601 ], [ 120.92923435523376, 24.69290949431716 ], [ 120.92922712739653, 24.692916163155473 ], [ 120.929217833315946, 24.692924266590332 ], [ 120.929202072127325, 24.693079345980916 ], [ 120.929206800479918, 24.693088810339734 ], [ 120.929216689105303, 24.693095396960679 ], [ 120.929337130203038, 24.69310670352332 ], [ 120.929347497736032, 24.693105236717003 ], [ 120.929356304908666, 24.693101873138417 ], [ 120.929362476390196, 24.693093316788463 ], [ 120.929371538380394, 24.693041125854158 ], [ 120.92938252237164, 24.6929628607956 ], [ 120.929382424085603, 24.692944369871093 ], [ 120.929382388295735, 24.69293773372361 ], [ 120.929381819652548, 24.692929679811829 ], [ 120.929377127881182, 24.692925434092601 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 5282.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.930023910062431, 24.69045761960956 ], [ 120.929906221637609, 24.690423417967786 ], [ 120.929879252792759, 24.690423730409108 ], [ 120.929863755199804, 24.690427695820969 ], [ 120.929757593423503, 24.690668677754122 ], [ 120.929755366037725, 24.690728479553165 ], [ 120.929759648642289, 24.69073620023687 ], [ 120.929775417619936, 24.690734746761748 ], [ 120.930165314333038, 24.690672100257146 ], [ 120.930169883931725, 24.690664942582352 ], [ 120.930156034072169, 24.690638084631189 ], [ 120.930079130641062, 24.690513388853919 ], [ 120.930055885110221, 24.690482373290848 ], [ 120.930023910062431, 24.69045761960956 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 5283.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.932709427483417, 24.686897301527171 ], [ 120.932695919756412, 24.686895561951559 ], [ 120.932485868466799, 24.686895585021873 ], [ 120.93248128013785, 24.686901325247987 ], [ 120.932489893343941, 24.687000257208808 ], [ 120.932497346630115, 24.68701439056408 ], [ 120.932523315114906, 24.687016939317353 ], [ 120.932698230845006, 24.687026795967181 ], [ 120.932727616781662, 24.687014141790655 ], [ 120.932732576590382, 24.686997494985395 ], [ 120.932731007272977, 24.686920271325562 ], [ 120.932709427483417, 24.686897301527171 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 5284.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.928343920979827, 24.687771025762785 ], [ 120.92838836731984, 24.687759147068913 ], [ 120.928415915927388, 24.687763575267191 ], [ 120.928436885901249, 24.687780396805941 ], [ 120.928529378926413, 24.687906816349155 ], [ 120.92854388641743, 24.687905703688667 ], [ 120.928669364114086, 24.687827032608734 ], [ 120.928694524605532, 24.687808264749115 ], [ 120.928706243528453, 24.687792975602747 ], [ 120.928707034460942, 24.687774954582768 ], [ 120.928509914767389, 24.687545540398411 ], [ 120.928501915636758, 24.68753623065113 ], [ 120.928480421681726, 24.687511216178539 ], [ 120.92844508631147, 24.687506405073531 ], [ 120.928406761679497, 24.687510160823916 ], [ 120.928387113652732, 24.687514647774119 ], [ 120.928369121753562, 24.687526223084987 ], [ 120.928258028046884, 24.687595249051483 ], [ 120.928089484945261, 24.687672987265916 ], [ 120.927821974533643, 24.687833823552502 ], [ 120.927818985226253, 24.687842381375255 ], [ 120.927818051665156, 24.687850452633501 ], [ 120.927819755269311, 24.687860854578371 ], [ 120.927920403893197, 24.688015619676619 ], [ 120.927931826818153, 24.688016907243263 ], [ 120.927942707584847, 24.688015838043814 ], [ 120.928085635323669, 24.687923704924962 ], [ 120.92821325502976, 24.687849748263066 ], [ 120.928343920979827, 24.687771025762785 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 5285.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.927883862741012, 24.685822807066938 ], [ 120.927879444445352, 24.685819550077714 ], [ 120.927870494721091, 24.685824173919826 ], [ 120.92778436662455, 24.685873071095365 ], [ 120.927676924835865, 24.68593284483207 ], [ 120.927759523546911, 24.686102818446944 ], [ 120.927917207075083, 24.686398676309217 ], [ 120.928096308036729, 24.686380135858823 ], [ 120.928089379166138, 24.686314087183575 ], [ 120.928000079058009, 24.686119826795267 ], [ 120.927897929284271, 24.685845709848472 ], [ 120.927883862741012, 24.685822807066938 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 5421.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.93281355549783, 24.691240901254197 ], [ 120.932796884355255, 24.691185005819548 ], [ 120.932726208910807, 24.69121648450913 ], [ 120.932731036123101, 24.691244656377329 ], [ 120.932741994494066, 24.691265156553321 ], [ 120.93277540152387, 24.691256233052066 ], [ 120.93281355549783, 24.691240901254197 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 5422.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.930983448688096, 24.69447100907248 ], [ 120.930936906111043, 24.694463132656267 ], [ 120.930930362860167, 24.694500779522876 ], [ 120.930942013646728, 24.694520106402795 ], [ 120.930974231585111, 24.694518766908782 ], [ 120.930983448688096, 24.69447100907248 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 5423.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.926664524909981, 24.688632325499576 ], [ 120.926635967676006, 24.688628790334032 ], [ 120.926601170650017, 24.688649268598279 ], [ 120.926598785988233, 24.688671387879662 ], [ 120.926614569242091, 24.688719428565928 ], [ 120.926645283016967, 24.688752940252101 ], [ 120.926676014028686, 24.688757018202732 ], [ 120.926708735933445, 24.688736358333401 ], [ 120.926735627801435, 24.688714973311722 ], [ 120.926735741242723, 24.688689963718708 ], [ 120.926664524909981, 24.688632325499576 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 5499.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.915090678369495, 24.6793438233172 ], [ 120.91506640084252, 24.67934231984318 ], [ 120.915058301660409, 24.679351669061532 ], [ 120.91505773928742, 24.679364977140832 ], [ 120.91512765761054, 24.679514379503416 ], [ 120.915158368368992, 24.679544480695409 ], [ 120.915187466600642, 24.679562744261748 ], [ 120.915210113742205, 24.679564246795739 ], [ 120.915378443044546, 24.67953535940817 ], [ 120.915395181210741, 24.67952206947027 ], [ 120.91539790466669, 24.679498424673262 ], [ 120.915396360893439, 24.679443221944144 ], [ 120.915369452864795, 24.679400807709939 ], [ 120.915351662493762, 24.679391922409028 ], [ 120.915315001701146, 24.679378575285995 ], [ 120.915090678369495, 24.6793438233172 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 5500.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.915108640309427, 24.678924131387667 ], [ 120.915066565577717, 24.678924080512555 ], [ 120.914982927643436, 24.678956518681915 ], [ 120.914951081613324, 24.678968797827256 ], [ 120.914925713720919, 24.678987003504773 ], [ 120.914908953986071, 24.679017547346906 ], [ 120.914905127932428, 24.679049570204487 ], [ 120.914909410260407, 24.679073237020827 ], [ 120.91492232689059, 24.67909986113429 ], [ 120.914944426122162, 24.679107773820146 ], [ 120.915002110974626, 24.679126071668055 ], [ 120.915148268613095, 24.67913707912156 ], [ 120.915165531009194, 24.679137585455724 ], [ 120.915194120763715, 24.679133186537264 ], [ 120.915208687215753, 24.679131226491577 ], [ 120.915219499865316, 24.679113003521817 ], [ 120.91521250031532, 24.67910363674218 ], [ 120.915200107885624, 24.679090808900703 ], [ 120.915188785527093, 24.679088328625824 ], [ 120.915182863384231, 24.679078465871218 ], [ 120.915176956791854, 24.679060224432281 ], [ 120.915175903605643, 24.679039529910629 ], [ 120.915167333513864, 24.679000087429145 ], [ 120.915150678274671, 24.678949309280473 ], [ 120.915135601141969, 24.678932046793495 ], [ 120.915108640309427, 24.678924131387667 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 5501.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.914801122554309, 24.678982924104314 ], [ 120.914784949810638, 24.678978472776745 ], [ 120.914760682914732, 24.678975976095408 ], [ 120.914735870863552, 24.678975952981954 ], [ 120.914701886921861, 24.678978868032427 ], [ 120.914668448793762, 24.678978343426255 ], [ 120.914644184918103, 24.678971413604753 ], [ 120.914620999113808, 24.678963012703704 ], [ 120.914596752849235, 24.678944742757086 ], [ 120.91457467663993, 24.67891761682343 ], [ 120.9145347865513, 24.678901802820121 ], [ 120.914496497722936, 24.678899785669174 ], [ 120.914474912518457, 24.678906165743403 ], [ 120.914464101460297, 24.678921923808218 ], [ 120.914492670219218, 24.678933785814987 ], [ 120.914531494807832, 24.678947134370535 ], [ 120.914557880952799, 24.678971806938719 ], [ 120.914638687625569, 24.679048777957679 ], [ 120.914809582857799, 24.679111065119855 ], [ 120.914829000384074, 24.679110101026673 ], [ 120.914834949449144, 24.679094836760875 ], [ 120.914840906726127, 24.679082028323204 ], [ 120.914818891225153, 24.679009063426172 ], [ 120.914810288756215, 24.678988355591137 ], [ 120.914801122554309, 24.678982924104314 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 5502.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.912643910185693, 24.678408800718721 ], [ 120.912629907775923, 24.678395484174928 ], [ 120.912616963626974, 24.678394971033313 ], [ 120.9125883756641, 24.678396913638924 ], [ 120.912550074043409, 24.678399338136579 ], [ 120.912517181277892, 24.678396339487922 ], [ 120.912486432409125, 24.678393838663361 ], [ 120.91245947864094, 24.678390364938124 ], [ 120.912419560277073, 24.678387362172796 ], [ 120.912378573018884, 24.678386814597147 ], [ 120.912342980596279, 24.678386775769926 ], [ 120.912307378292397, 24.678386736928513 ], [ 120.912265847216162, 24.678386685586606 ], [ 120.912234561655566, 24.678388626548966 ], [ 120.912204347984257, 24.678397953660529 ], [ 120.912191369576064, 24.67841814341849 ], [ 120.912192952055122, 24.678444264558426 ], [ 120.912204796841564, 24.678462518615451 ], [ 120.912244136817634, 24.678487199162547 ], [ 120.912286193932118, 24.678498094363466 ], [ 120.912316916859524, 24.678509461460209 ], [ 120.912473279701857, 24.678550543258051 ], [ 120.912666328594156, 24.678582301460132 ], [ 120.912690064181746, 24.678581349183023 ], [ 120.912701935756516, 24.678575442243641 ], [ 120.912703564865936, 24.678563127956405 ], [ 120.912696582966234, 24.678542917523888 ], [ 120.912679355534905, 24.678520714806261 ], [ 120.912654587370099, 24.678486192466853 ], [ 120.91265137739849, 24.678469920766901 ], [ 120.912648696891864, 24.67845957224409 ], [ 120.912648715358898, 24.678447247991713 ], [ 120.912648734165572, 24.678434436186212 ], [ 120.912648213620599, 24.678415710226435 ], [ 120.912643910185693, 24.678408800718721 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 5509.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.913929304226713, 24.676401418990327 ], [ 120.913904183579731, 24.676345013623052 ], [ 120.913724504846897, 24.676362333329752 ], [ 120.913807619873793, 24.676642959005175 ], [ 120.913862357341259, 24.676821669696139 ], [ 120.913872703368114, 24.676835426440554 ], [ 120.913881002576304, 24.676836857744561 ], [ 120.913920943902056, 24.67683453316209 ], [ 120.91402935465905, 24.676813802007146 ], [ 120.914043373628346, 24.676802921338737 ], [ 120.914047016398413, 24.676793443218763 ], [ 120.91401297151657, 24.67665550932325 ], [ 120.913929304226713, 24.676401418990327 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 5510.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.922474942704625, 24.69691073865468 ], [ 120.922448476883019, 24.696910381890959 ], [ 120.922431385133876, 24.696917568967912 ], [ 120.922418986828163, 24.696926157924075 ], [ 120.922410259048391, 24.696944210899687 ], [ 120.922410871384926, 24.696960806046622 ], [ 120.922412485705692, 24.696971226050952 ], [ 120.922439838262321, 24.697039840579031 ], [ 120.922649550605129, 24.697344172295669 ], [ 120.922736363520286, 24.697468452510087 ], [ 120.922895398430384, 24.69770807586211 ], [ 120.922914236830565, 24.697737383807713 ], [ 120.922932932860732, 24.697741095192679 ], [ 120.922949030869106, 24.697742918234511 ], [ 120.92296511115542, 24.697741418688242 ], [ 120.92302927128668, 24.697707945939744 ], [ 120.923223764083147, 24.697597091331122 ], [ 120.923236146120203, 24.697582814193023 ], [ 120.923239711495739, 24.697570473725012 ], [ 120.923238052331641, 24.697552469563355 ], [ 120.923207319853034, 24.697337858681266 ], [ 120.923171292306179, 24.69729725604471 ], [ 120.923162467814947, 24.697295879158691 ], [ 120.923139603040184, 24.697289339671013 ], [ 120.923122990594834, 24.697288473432931 ], [ 120.923115150618358, 24.69727712931595 ], [ 120.923112471221359, 24.697262916701799 ], [ 120.923108249810795, 24.697249190849757 ], [ 120.923103983642392, 24.69722788083039 ], [ 120.92305694963936, 24.697166461273795 ], [ 120.922982909750942, 24.69709901470469 ], [ 120.922931716069812, 24.697036193518393 ], [ 120.922887911227434, 24.696995153439442 ], [ 120.922820291753368, 24.696965594694831 ], [ 120.922677400047192, 24.69692831370255 ], [ 120.922641044765001, 24.696922787436776 ], [ 120.922603155895416, 24.696920113454372 ], [ 120.922474942704625, 24.69691073865468 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 5511.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.924538713427097, 24.675231804127598 ], [ 120.924526900845748, 24.675190392253889 ], [ 120.924498882263208, 24.675167201320026 ], [ 120.924466537364694, 24.675157804165732 ], [ 120.924444954792918, 24.675161720825468 ], [ 120.924409875975456, 24.675179923233237 ], [ 120.924379649042663, 24.675197631493237 ], [ 120.924260983690019, 24.675203909898734 ], [ 120.924207056509275, 24.675197941765358 ], [ 120.924182809564215, 24.675179682384176 ], [ 120.924166673727271, 24.675147134551771 ], [ 120.924159730197246, 24.675093409864974 ], [ 120.924146828748221, 24.675055455429977 ], [ 120.924127433428609, 24.675037198489655 ], [ 120.923879887488752, 24.675031014934756 ], [ 120.92366684343132, 24.675029317751214 ], [ 120.923659804521478, 24.675051479803987 ], [ 120.923658686725076, 24.675085978165644 ], [ 120.923659141775815, 24.675150046547696 ], [ 120.923723598971748, 24.675356115819284 ], [ 120.923827474673402, 24.675525268358776 ], [ 120.923977253628962, 24.675653074243719 ], [ 120.924226194041211, 24.675839129482654 ], [ 120.924258007600812, 24.675845077430438 ], [ 120.924294152950296, 24.675844626157716 ], [ 120.924326518599884, 24.675836281827841 ], [ 120.924358913222065, 24.675812660828274 ], [ 120.92438808533133, 24.675774745657836 ], [ 120.924412409670651, 24.675730417615764 ], [ 120.92443680232391, 24.675638282270441 ], [ 120.924492111427057, 24.675400799276183 ], [ 120.924528955383863, 24.675273683687831 ], [ 120.924538713427097, 24.675231804127598 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 5512.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.923535508902575, 24.674147239390976 ], [ 120.92350261607325, 24.674145732895386 ], [ 120.923491264610291, 24.674159026493417 ], [ 120.923492319730798, 24.67417873683786 ], [ 120.923510640508852, 24.674192551159351 ], [ 120.923534885656892, 24.674213284533181 ], [ 120.923562375085069, 24.674228584234026 ], [ 120.923776383992333, 24.674315062211434 ], [ 120.92379687833521, 24.674313113367035 ], [ 120.923808763654407, 24.674299323434546 ], [ 120.923810425453439, 24.674263841207996 ], [ 120.923807783041795, 24.674221946370601 ], [ 120.923791652214504, 24.674181516379637 ], [ 120.923709688710687, 24.674166649529823 ], [ 120.923651453307073, 24.674161654116052 ], [ 120.923579189938366, 24.674151721834246 ], [ 120.923535508902575, 24.674147239390976 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 5694.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.920953820627545, 24.680530721780528 ], [ 120.920889888434118, 24.680529243513533 ], [ 120.920883652055579, 24.680546756028281 ], [ 120.920908842856207, 24.680557784388121 ], [ 120.920953214419015, 24.680551848766726 ], [ 120.920953820627545, 24.680530721780528 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 5696.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.914764675867445, 24.676291220761943 ], [ 120.914733361023707, 24.67627892386421 ], [ 120.914685334972944, 24.676284404139672 ], [ 120.914576232750818, 24.676305650017252 ], [ 120.914573450348826, 24.676328671790738 ], [ 120.914591113046626, 24.676364706616283 ], [ 120.914668668026579, 24.676527539366234 ], [ 120.914719353854224, 24.676534159154272 ], [ 120.914793565850019, 24.676527519986504 ], [ 120.914797342711168, 24.676495108856038 ], [ 120.914786186245522, 24.676336105940095 ], [ 120.914764675867445, 24.676291220761943 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 5697.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.914284038340369, 24.673572294690157 ], [ 120.914270611152631, 24.673556396391497 ], [ 120.914250353789527, 24.673558551733265 ], [ 120.914151416691141, 24.673601020727752 ], [ 120.914194437218327, 24.673689166106815 ], [ 120.91424860464528, 24.673660034112597 ], [ 120.914305058417028, 24.673610769245382 ], [ 120.914284038340369, 24.673572294690157 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 5980.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.923495397453266, 24.685848470863281 ], [ 120.923621150235888, 24.685790452890092 ], [ 120.923645361068012, 24.685838778082264 ], [ 120.92366153110936, 24.685849638869986 ], [ 120.923753811481035, 24.685811783036087 ], [ 120.923748448625958, 24.685790589820055 ], [ 120.923741470845613, 24.685760023933778 ], [ 120.923734932227617, 24.685745036487607 ], [ 120.923710049258816, 24.68571319747825 ], [ 120.923696782063701, 24.685699851651052 ], [ 120.923651515049883, 24.685664318538926 ], [ 120.923604127395194, 24.685606113124749 ], [ 120.923542578239889, 24.68564646742756 ], [ 120.92341247833707, 24.685735523985791 ], [ 120.923218131730366, 24.685863949085331 ], [ 120.923283785879164, 24.685978846488116 ], [ 120.923495397453266, 24.685848470863281 ] ] ] } }
,
{ "type": "Feature", "properties": { "ID": 5981.0, "LAKETYPE": "95220", "LAKENAME": null, "MDATE": "200904", "SOURCE": 0, "DEFINITION": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.922973441030479, 24.684022977391212 ], [ 120.923142386074801, 24.683931494283986 ], [ 120.923338894153403, 24.683802582794318 ], [ 120.923444735495821, 24.683708566147438 ], [ 120.923476086459246, 24.683649949363179 ], [ 120.923476671674962, 24.683613979083251 ], [ 120.923476724484999, 24.683576031233468 ], [ 120.923471910683404, 24.683545963010548 ], [ 120.923448793664392, 24.683487291375606 ], [ 120.923418058620513, 24.683475926553022 ], [ 120.923378146139953, 24.683476375688063 ], [ 120.923079246555034, 24.683537167001646 ], [ 120.922508465905736, 24.683622303655621 ], [ 120.922061787581171, 24.683678005645053 ], [ 120.92160159656359, 24.683755873882831 ], [ 120.921093931928098, 24.683835656952667 ], [ 120.920697398582419, 24.683896825562556 ], [ 120.920351053382191, 24.68394376334351 ], [ 120.919996107722454, 24.683964566515176 ], [ 120.919616338155748, 24.684002103908036 ], [ 120.919230659009443, 24.684009074813655 ], [ 120.918665923344051, 24.684014855369501 ], [ 120.917895157670145, 24.683998734894999 ], [ 120.917522450426489, 24.683994873995299 ], [ 120.91725545738764, 24.683992108768035 ], [ 120.917228474058433, 24.684001447690168 ], [ 120.917216585472346, 24.684017692901254 ], [ 120.917213324289918, 24.684032967762203 ], [ 120.917212751706089, 24.684062049076616 ], [ 120.917215410781751, 24.684090635590913 ], [ 120.917239902533609, 24.684134301331195 ], [ 120.917249658589569, 24.684145085239322 ], [ 120.917273143006071, 24.684151932949224 ], [ 120.917268489361788, 24.68416590058267 ], [ 120.917304253370062, 24.684177961937532 ], [ 120.91729725386277, 24.684197823156001 ], [ 120.917352191152148, 24.684259819575477 ], [ 120.917502528741878, 24.684370387156999 ], [ 120.917639974762409, 24.684444949859429 ], [ 120.917779611420116, 24.684494386602488 ], [ 120.917820599738533, 24.684496404395926 ], [ 120.917867526358009, 24.68449941858978 ], [ 120.917899337290308, 24.684512265850945 ], [ 120.917968857834467, 24.684554233396966 ], [ 120.918000629365835, 24.684597137349343 ], [ 120.91802701157718, 24.684630684559913 ], [ 120.918046370969932, 24.684674565860316 ], [ 120.918082425032637, 24.684742120640074 ], [ 120.918195572363175, 24.684831937202446 ], [ 120.918522225373991, 24.684999372536009 ], [ 120.918866188744389, 24.685126403794577 ], [ 120.919178412225392, 24.685192292498371 ], [ 120.919426485244273, 24.685224098700296 ], [ 120.919857444588899, 24.685235913232145 ], [ 120.920007390000137, 24.685238539297877 ], [ 120.920135765880602, 24.685237199147394 ], [ 120.920326748344749, 24.685212272890929 ], [ 120.920682852805513, 24.685130353901684 ], [ 120.921023330280534, 24.685038069862731 ], [ 120.921369775270307, 24.684915243887282 ], [ 120.921678480649391, 24.684777093684207 ], [ 120.922087093525604, 24.684554277877016 ], [ 120.922432518256244, 24.684383641631339 ], [ 120.922716479187741, 24.68419421120306 ], [ 120.922973441030479, 24.684022977391212 ] ] ] } }
]
}
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment