Users will be able to get the list of the 55 planning areas in Singapore delineated by the Urban Redevelopment Authority (URA). This is helpful for users who want to develop geospatial analytics solutions.
This API retrieves all planning area polygons of Singapore in JSON format. Users could enter specified year to get planning area polygons as accordingly. If not specified, api retrieves polygon results for latest master plan year.
400 - Please send the access token in the request header as a bearer token.
401 - Token has expired: Session expired. Please refresh your token (if still within refresh window) or re-login.
401 - Invalid token: Could not decode token: The token xxx; is an invalid JWS.
403 - Access Forbidden. GET access to component 'xxx' of service 'xxx' is not allowed by this user's role.
429 - API limit(s) exceeded.
API token provided by the Authentication Service.
Optional. If not specified, the latest data will be provided. Else, values available are 1998, 2008, 2014, and 2019.
1const url = "https://www.onemap.gov.sg/api/public/popapi/getAllPlanningarea?year=2019";
2const authToken = '**********************'; // Replace with your access token
3
4fetch(url, {
5 method: 'GET',
6 headers: {
7 'Authorization': `${authToken}`, // API token for authorization
8 }
9})
10.then(response => response.json()) // Parse response as JSON
11.then(data => console.log(data)) // Log the data to the console
12.catch(error => console.error('Error:', error)); // Log any errors
1{"SearchResults": [
2 {
3 "pln_area_n": "BEDOK",
4 "geojson": "{\"type\":\"MultiPolygon\",\"coordinates\":[[[[103.932080145,1.305547697],[103.932080155,1.305547651],[103.932091683,1.305450053],[103.932001693,1.305393895],[103.931932621,1.305365823],[103.931857021,1.305287852],[103.931776334,1.305216344],[103.931689678,1.305152397],[103.931596389,1.305099312],[103.931501345,1.305049285],[103.931400265,1.30501134],[103.93122081,1.304931014],[103.931085225,1.304951521],[103.93094915,1.3049373],[103.930857334,1.304920763],[103.930820159,1.304913917],[103.930817134,1.304913362],[103.930683473,1.304890123],[103.930550655,1.304867043],[103.930388176,1.304838436],[103.930336335,1.304810971],[103.930258041,1.304763159],[103.929942426,1.304551816],[103.929595369,1.304319367],[103.92956408,1.304296259],[103.929532099,1.304289436],[103.929501568,1.304290734],[103.929485228,1.304313099],[103.92947592,1.304358434],[103.92948349,1.304388629],[103.929499894,1.304406957],[103.929530778,1.304451888],[103.929495751,1.304468046],[103.929488499,1.304485698],[103.929377294,1.304482971],[103.929223974,1.304378521],[103.929126052,1.304338165],[103.929018171,1.304280825],[103.928879449,1.304205807],[103.928757895,1.304135982],[103.9286495,1.30407412],[103.928546379,1.304003127],[103.928458792,1.303949122],[103.92838108,1.303893619],[103.928350309,1.303865322],[103.92831425,1.303818186],[103.928280447,1.303783573],[103.928234156,1.30376437],[103.928189167,1.30373568],[103.928144143,1.303699315],[103.928111784,1.303660659],[103.928078876,1.3036504],[103.9280416,1.30364109],[103.928002646,1.303657974],[103.927970115,1.303706437],[103.927932606,1.303745441],[103.927886482,1.303764165],[103.927812505,1.303773986],[103.927722775,1.303771691],[103.927648285,1.303767067],[103.927560289,1.303751668],[103.927484434,1.303742986],[103.927410323,1.303722558],[103.927345642,1.303704343],[103.92727004,1.303657497],[103.927185686,1.30355079],[103.927129482,1.303454127],[103.92707399,1.303427374],[103.927001433,1.303415004],[103.926981634,1.30344517],[103.927007054,1.303490788],[103.927030662,1.303544519],[103.927012541,1.303618435],[103.926960004,1.303660241],[103.926880182,1.303682579],[103.92676863,1.303674168],[103.92666427,1.303656303],[103.926542504,1.30361359],[103.926457927,1.303570972],[103.926368895,1.303518873],[103.926299652,1.303438864],[103.926225958,1.303348469],[103.926160292,1.303271627],[103.926086074,1.303209192],[103.926005513,1.303174252],[103.925946785,1.303184021],[103.925931939,1.303206082],[103.925955581,1.303246282],[103.925984586,1.303291908],[103.925987604,1.303336566],[103.925974927,1.303385693],[103.925923082,1.303503718],[103.925899724,1.303525755],[103.92582074,1.303570196],[103.9257436,1.303595249],[103.925661997,1.303614427],[103.925492141,1.303625255],[103.92533266,1.3036095],[103.92520098,1.303587505],[103.925024547,1.303544196],[103.92485985,1.303467994],[103.924743915,1.303422589],[103.924585484,1.303349559],[103.924458001,1.303265788],[103.924343477,1.303194679],[103.924215556,1.303106849],[103.924109973,1.303044332],[103.924005273,1.302986328],[103.923947592,1.302939724],[103.923921358,1.302863436],[103.923867291,1.302806017],[103.923818468,1.302799123],[103.923748578,1.302794428],[103.92372119,1.302814199],[103.923770718,1.302893707],[103.923812168,1.302977702],[103.923813824,1.303028669],[103.92380612,1.30306067],[103.923787212,1.303094445],[103.923730167,1.303145708],[103.923681617,1.303204211],[103.923632292,1.303217158],[103.923570874,1.303228274],[103.923496015,1.303238899],[103.923424345,1.303228788],[103.923346401,1.303219113],[103.923272514,1.30320178],[103.923198641,1.303178584],[103.923014684,1.303099625],[103.922755538,1.302986643],[103.922541198,1.302875585],[103.922424336,1.302841001],[103.922355852,1.302813308],[103.922090011,1.302690387],[103.921838036,1.302577424],[103.921734245,1.302514459],[103.921569576,1.302428787],[103.921462601,1.302382503],[103.921429374,1.302409026],[103.92145258,1.302444716],[103.92148654,1.302479983],[103.921518673,1.302528776],[103.921514498,1.302582432],[103.921492012,1.302612591],[103.921467315,1.30263237],[103.921389795,1.302633067],[103.921278688,1.302624206],[103.921185551,1.302600058],[103.92109153,1.302570495],[103.921001115,1.302532823],[103.920603734,1.30233514],[103.920440901,1.302232784],[103.920347412,1.302171202],[103.920223993,1.302075264],[103.919805149,1.301833214],[103.919770675,1.301823199],[103.919687424,1.301826561],[103.919676567,1.301826999],[103.919508834,1.301992587],[103.919507528,1.301999033],[103.919483575,1.302134738],[103.919468562,1.302224451],[103.919465084,1.302245256],[103.919436514,1.302416138],[103.919343629,1.302925518],[103.919176782,1.303749303],[103.919141246,1.303927677],[103.919126896,1.303999715],[103.919077637,1.304246977],[103.91878108,1.305660352],[103.918593895,1.306555216],[103.918561948,1.306691835],[103.918520243,1.306811644],[103.918324817,1.307307854],[103.918259763,1.307471178],[103.916949777,1.307236083],[103.916602499,1.307167844],[103.916526089,1.307152815],[103.915984922,1.307029613],[103.914765766,1.306722752],[103.913554473,1.306420712],[103.913382801,1.30637882],[103.913200106,1.306334138],[103.912118929,1.30607143],[103.911876285,1.306012479],[103.911639818,1.305955026],[103.910548358,1.305736353],[103.910158048,1.305605796],[103.909983251,1.305547337],[103.909909232,1.305695694],[103.909525143,1.306393335],[103.909062326,1.307233968],[103.909017894,1.307321174],[103.908688262,1.307967357],[103.908535157,1.308257458],[103.908429274,1.308502694],[103.908215431,1.309108517],[103.908057506,1.309816135],[103.908022377,1.310031327],[103.908017322,1.310062291],[103.907977139,1.310177885],[103.907837384,1.310579905],[103.907662988,1.311072822],[103.90721536,1.312122447],[103.907192265,1.312172894],[103.90680111,1.313100056],[103.906771135,1.313169649],[103.906706207,1.3133235],[103.906669529,1.313410333],[103.906478143,1.313863617],[103.906366254,1.314128676],[103.906316629,1.314246209],[103.906240044,1.314407443],[103.906183081,1.314520029],[103.90608509,1.314713731],[103.90589002,1.31523265],[103.905871875,1.315281471],[103.905853379,1.315331353],[103.905610051,1.31592287],[103.905519043,1.316142321],[103.905461274,1.316280452],[103.905232475,1.316868719],[103.905216578,1.316933758],[103.905087599,1.317602214],[103.905086167,1.317609631],[103.905069465,1.317822264],[103.905043187,1.31820337],[103.904986578,1.318824862],[103.904942362,1.319299845],[103.904982868,1.319829625],[103.905063869,1.320522415],[103.905315859,1.322446969],[103.90547064,1.323629092],[103.905490552,1.323774732],[103.90559206,1.324585836],[103.905610375,1.324732189],[103.905721315,1.325596345],[103.905784393,1.326090836],[103.905793647,1.32616339],[103.905849248,1.326599269],[103.905853113,1.326760996],[103.905841086,1.327194453],[103.905753211,1.327643424],[103.905659013,1.328016547],[103.905635246,1.328076388],[103.905470647,1.328490813],[103.905395291,1.328610962],[103.905213202,1.328927177],[103.904823047,1.329453274],[103.904752813,1.329520571],[103.904689603,1.329581124],[103.904267644,1.32998531],[103.903960636,1.330286797],[103.903790757,1.330451319],[103.903292353,1.330929762],[103.903227946,1.330992362],[103.903083725,1.331132579],[103.902598834,1.331599648],[103.90252653,1.331669419],[103.902318113,1.331870541],[103.902166521,1.332016797],[103.902059574,1.332119991],[103.901471351,1.332682089],[103.901286135,1.332864522],[103.900966454,1.333173851],[103.900575907,1.333547476],[103.900259105,1.333853487],[103.900150895,1.333958266],[103.899977822,1.3341265],[103.899811802,1.334288511],[103.899797484,1.334302466],[103.899664459,1.334427985],[103.899389283,1.334692943],[103.89913692,1.334935962],[103.898756097,1.335302665],[103.89819346,1.335844698],[103.897596672,1.3364187],[103.897554553,1.336459222],[103.89716906,1.336830444],[103.896757769,1.33720407],[103.896208996,1.337763767],[103.896176178,1.337797239],[103.89630334,1.337944412],[103.896557673,1.338289962],[103.89683744,1.338661108],[103.897117208,1.339109044],[103.897600443,1.339812943],[103.897939725,1.34035674],[103.898711315,1.339905121],[103.899005303,1.339741711],[103.89911945,1.339678262],[103.899331983,1.339568164],[103.899752115,1.33938433],[103.899918125,1.339314706],[103.900229753,1.33920084],[103.900472059,1.339118597],[103.900533691,1.339095902],[103.900667271,1.339046712],[103.900756628,1.339019338],[103.901008571,1.338948895],[103.901010204,1.338948438],[103.901158206,1.338912965],[103.901236406,1.338896645],[103.902097751,1.338700372],[103.902136695,1.338782608],[103.902174109,1.338861614],[103.902175025,1.338863549],[103.902184705,1.338883991],[103.902203142,1.33892434],[103.902258726,1.339045986],[103.902327834,1.339197318],[103.90232982,1.339201668],[103.902330567,1.339203306],[103.904716259,1.339180466],[103.904871174,1.339178828],[103.904922835,1.339178283],[103.907061757,1.339167166],[103.907483018,1.339170789],[103.907590925,1.339164881],[103.90819721,1.339794717],[103.908444861,1.340042124],[103.908690533,1.340539506],[103.908694645,1.340713488],[103.908696515,1.340791297],[103.908541254,1.341086579],[103.908526867,1.341117497],[103.908724925,1.340954108],[103.908797913,1.340893896],[103.909071108,1.341104649],[103.909422849,1.341376825],[103.909645562,1.341548566],[103.909908469,1.341751813],[103.910040875,1.341868146],[103.910040878,1.341868193],[103.910066948,1.341891111],[103.910269539,1.342069206],[103.910467046,1.342242693],[103.910507112,1.342277917],[103.91066983,1.342420847],[103.910958168,1.342674185],[103.911193867,1.342880798],[103.911252573,1.342932349],[103.911562404,1.343204403],[103.911849671,1.343456702],[103.912189103,1.343754815],[103.912954568,1.344426982],[103.912995314,1.344462761],[103.913331431,1.344207847],[103.913438193,1.344126931],[103.914151041,1.343586593],[103.914537896,1.343293387],[103.915192055,1.342804071],[103.915191774,1.342803683],[103.915435302,1.342621314],[103.91546277,1.342604537],[103.915695758,1.342427164],[103.915895541,1.342275074],[103.915903101,1.342287581],[103.916336832,1.343004957],[103.916440453,1.343176343],[103.916933908,1.343759251],[103.917503246,1.34426571],[103.9181675,1.344858152],[103.918644158,1.345242733],[103.919245767,1.345718071],[103.919765024,1.346060274],[103.92009246,1.346238077],[103.920947022,1.346606218],[103.921437803,1.346817642],[103.923027649,1.347496774],[103.923601474,1.347755698],[103.924215735,1.348042316],[103.924620238,1.348298808],[103.924934883,1.348547707],[103.924970496,1.348585065],[103.924991582,1.348566928],[103.925152014,1.348428927],[103.925482706,1.34814447],[103.926113694,1.347601703],[103.926298036,1.347443135],[103.927443661,1.346724285],[103.928383765,1.346154676],[103.929350462,1.34554846],[103.929756626,1.345249934],[103.930249222,1.344802259],[103.930408105,1.344657863],[103.931025358,1.344037757],[103.93192898,1.343093957],[103.935497923,1.339559664],[103.935669317,1.339386058],[103.937821446,1.337261584],[103.937914188,1.33715532],[103.93833047,1.336743248],[103.938432339,1.33665005],[103.938478731,1.336613445],[103.938538042,1.336566601],[103.938591992,1.336530048],[103.938649437,1.336491116],[103.938765971,1.336423957],[103.938887025,1.336365528],[103.939012044,1.336316067],[103.9391473,1.336273646],[103.940093998,1.336063108],[103.940315197,1.336016507],[103.940315836,1.336016372],[103.940334823,1.336012372],[103.940335296,1.336012273],[103.940345673,1.336010086],[103.940604451,1.335955567],[103.941540637,1.335784734],[103.942833368,1.335534343],[103.943488524,1.335407446],[103.943699468,1.335374082],[103.948435225,1.334440824],[103.948506352,1.334426807],[103.9489753,1.334334341],[103.949291955,1.33387269],[103.949386153,1.333735477],[103.949455661,1.33363121],[103.950306029,1.332364689],[103.95075816,1.33169242],[103.951742355,1.33022904],[103.951847001,1.330073244],[103.951851454,1.330066601],[103.951852996,1.330064299],[103.951853651,1.330063324],[103.95195161,1.329917245],[103.952886749,1.328518903],[103.953969431,1.3268805],[103.954171824,1.326603638],[103.955770315,1.325269574],[103.955770631,1.32526931],[103.956647904,1.324537156],[103.956806423,1.324404593],[103.957080931,1.324176687],[103.958975456,1.322603786],[103.959040559,1.322549735],[103.959628971,1.322104417],[103.959761613,1.322003696],[103.959765229,1.322000948],[103.959875519,1.321918061],[103.960000898,1.321809563],[103.960139166,1.321677275],[103.960263843,1.321535863],[103.960395326,1.321367082],[103.960488279,1.321209703],[103.960656058,1.320901789],[103.96100246,1.320182002],[103.961401064,1.319335527],[103.961969451,1.318106651],[103.962460407,1.316998511],[103.962699507,1.316458461],[103.963381287,1.314976509],[103.963389205,1.314959302],[103.96358577,1.314517602],[103.963634014,1.314419559],[103.963627895,1.314422942],[103.963157315,1.314683092],[103.96315687,1.314682913],[103.963106423,1.314662697],[103.963081845,1.314631183],[103.962833048,1.314506445],[103.962800026,1.314512551],[103.962783402,1.314537586],[103.9628058,1.314590009],[103.962739776,1.314600136],[103.962630647,1.314572378],[103.962365375,1.314443368],[103.962094031,1.314293415],[103.961818955,1.314102385],[103.961815124,1.314099727],[103.961751001,1.314055196],[103.961637824,1.314014858],[103.961528903,1.313949434],[103.961342308,1.313758051],[103.961221623,1.313579567],[103.961170232,1.313550007],[103.96114941,1.313589664],[103.961208479,1.313723883],[103.961086253,1.313834174],[103.961034541,1.313865295],[103.96085486,1.313858106],[103.960661473,1.31380726],[103.960597069,1.313769341],[103.960433539,1.313693408],[103.960346836,1.313642852],[103.959289306,1.31297566],[103.959192736,1.31290746],[103.958915403,1.312712944],[103.958855957,1.312677558],[103.958727192,1.312589138],[103.958439892,1.312412215],[103.958375695,1.312301307],[103.958293631,1.312272192],[103.95827009,1.312339232],[103.958327962,1.312513056],[103.958195542,1.312552176],[103.957952314,1.312555482],[103.957796779,1.312511651],[103.957598677,1.312384821],[103.957421884,1.312291596],[103.956944417,1.311999995],[103.956876338,1.311952624],[103.956864457,1.31194278],[103.956755778,1.311843808],[103.95644495,1.311673264],[103.95641913,1.311656602],[103.956375814,1.311628655],[103.956235091,1.311539286],[103.956225056,1.311532911],[103.956087728,1.311445696],[103.955917196,1.311378733],[103.955745903,1.311204018],[103.955682908,1.311245357],[103.955732941,1.311339622],[103.955820811,1.311392504],[103.95577652,1.311489725],[103.955648966,1.311570802],[103.955318715,1.311625836],[103.955040513,1.311617169],[103.954822164,1.311568758],[103.954428094,1.311405026],[103.954320536,1.311352507],[103.953680174,1.31107179],[103.953377522,1.310870171],[103.953310631,1.310897399],[103.9533066,1.310958695],[103.953375872,1.310998],[103.953361613,1.311041005],[103.95329081,1.311087792],[103.953087749,1.311102947],[103.952850356,1.311055291],[103.952414671,1.310892739],[103.952258795,1.310834582],[103.952236127,1.310826125],[103.952233964,1.310825318],[103.952207937,1.310815608],[103.951915099,1.310697752],[103.951357346,1.310617647],[103.951206338,1.310507831],[103.951158885,1.310567235],[103.951160651,1.310611406],[103.951245533,1.310694179],[103.951052028,1.310778056],[103.951055302,1.310779817],[103.951046748,1.310780344],[103.950925681,1.310787808],[103.950590857,1.310808452],[103.950549922,1.310792034],[103.950490039,1.310768012],[103.949873536,1.310520722],[103.949857651,1.310515052],[103.949732848,1.310470503],[103.949277276,1.310343457],[103.949027291,1.310229212],[103.949012017,1.310280065],[103.949082765,1.310324231],[103.949041425,1.310355879],[103.949010245,1.310365013],[103.948911749,1.310381199],[103.948794526,1.310398374],[103.948741494,1.310408061],[103.948572758,1.31037425],[103.948335337,1.310270915],[103.94823018,1.310225149],[103.948012482,1.310150175],[103.947714001,1.31003784],[103.94756282,1.309990338],[103.947323807,1.309943809],[103.947299853,1.309939146],[103.947280268,1.309935333],[103.946984524,1.309875375],[103.946245128,1.309690865],[103.946131222,1.309662441],[103.946120732,1.309659823],[103.945405188,1.309446645],[103.944826909,1.309242566],[103.944527099,1.309130729],[103.944365394,1.309085312],[103.944379499,1.309115499],[103.944378394,1.309140893],[103.944374587,1.309166266],[103.94435105,1.309181503],[103.944302203,1.309208914],[103.944228082,1.309220622],[103.944078205,1.309197499],[103.943983057,1.309160198],[103.943827583,1.309067159],[103.943633539,1.308949723],[103.943461942,1.308845048],[103.943346044,1.308792207],[103.943220212,1.308661013],[103.943175718,1.308621444],[103.943066729,1.308509549],[103.943008612,1.308503942],[103.942955033,1.308576433],[103.94291856,1.308637453],[103.94285391,1.308675964],[103.942718618,1.308710219],[103.942663716,1.308719426],[103.942587103,1.308711318],[103.942429009,1.308645967],[103.942247358,1.308574678],[103.942128412,1.308537327],[103.942043185,1.308526814],[103.941971505,1.308518529],[103.941902419,1.308507434],[103.941829571,1.308477411],[103.941652726,1.308391995],[103.941526439,1.308326461],[103.941422297,1.308239337],[103.941387944,1.308204786],[103.941337574,1.308154127],[103.941278968,1.308303548],[103.941275121,1.308313355],[103.941221385,1.308450362],[103.941142729,1.308420251],[103.941265284,1.308110728],[103.941242169,1.308107637],[103.941172065,1.308081222],[103.941065588,1.308031255],[103.940971639,1.307981122],[103.940814548,1.307904763],[103.940811602,1.307903332],[103.940781978,1.307888932],[103.940544321,1.307760493],[103.940230874,1.307561567],[103.940167617,1.307529789],[103.94012901,1.307513618],[103.940072463,1.307487787],[103.939998557,1.307435527],[103.939917059,1.307375047],[103.939857103,1.307324708],[103.939814505,1.307300348],[103.939788015,1.307289711],[103.939768115,1.307300434],[103.939762142,1.307315347],[103.939769166,1.307338521],[103.939784215,1.307372185],[103.939777311,1.307391171],[103.939757081,1.307386478],[103.93972014,1.307387545],[103.93966834,1.307388044],[103.939594143,1.307372953],[103.939513585,1.307365062],[103.939427268,1.30734489],[103.939333328,1.307320124],[103.939248959,1.307281381],[103.939181723,1.307240052],[103.939100981,1.307198163],[103.93900876,1.307126718],[103.938941109,1.307080853],[103.938887722,1.30705414],[103.938846444,1.307033868],[103.938819344,1.307043628],[103.938809273,1.307064402],[103.93880595,1.307086133],[103.938805747,1.307111971],[103.938804182,1.307139158],[103.93879052,1.307158543],[103.938772883,1.307167469],[103.938739148,1.307161763],[103.938697787,1.307152371],[103.938642934,1.307140152],[103.938562475,1.3071113],[103.938503585,1.307089346],[103.93835235,1.307032966],[103.938183012,1.306954588],[103.938018218,1.306881145],[103.937954719,1.306851647],[103.937953967,1.306851297],[103.937872359,1.306813389],[103.937715536,1.306727649],[103.937491337,1.306601414],[103.937326775,1.306505796],[103.937170761,1.306411],[103.937021644,1.306331967],[103.936939338,1.30628167],[103.936871949,1.30623982],[103.936815101,1.306218674],[103.936782656,1.306210405],[103.936756122,1.306208862],[103.936745205,1.306241545],[103.93676883,1.306403728],[103.936735479,1.306440256],[103.936664726,1.30646766],[103.936561328,1.306466437],[103.936459642,1.306456601],[103.936356853,1.306425964],[103.936243095,1.306376888],[103.936176167,1.306345742],[103.936174587,1.306345009],[103.936097717,1.306309234],[103.935898239,1.306202781],[103.935897721,1.306202503],[103.935838553,1.306170927],[103.935833349,1.30616815],[103.935713767,1.306095941],[103.935712346,1.306095082],[103.935712259,1.306095029],[103.935671789,1.306070591],[103.935570606,1.30600949],[103.935562015,1.306004151],[103.93534144,1.305856702],[103.935289925,1.305828712],[103.935274765,1.305795385],[103.935000101,1.305643541],[103.934996717,1.305648086],[103.934996604,1.305648018],[103.934971169,1.305682167],[103.934971281,1.305682234],[103.934971263,1.305682257],[103.935059644,1.305733827],[103.93502575,1.305778607],[103.934882154,1.305799549],[103.934599612,1.3056981],[103.93457291,1.305681995],[103.934321635,1.305530393],[103.934203798,1.305412346],[103.933681505,1.30504268],[103.933704803,1.305017075],[103.933698604,1.304974268],[103.933555385,1.304875394],[103.933502626,1.304873087],[103.93350264,1.304873148],[103.933502419,1.304873139],[103.933516995,1.304933078],[103.933618085,1.305012551],[103.933626293,1.305087459],[103.933541563,1.305183451],[103.933092038,1.305384741],[103.932917233,1.305295194],[103.932834552,1.305264151],[103.932775619,1.305245754],[103.932724738,1.305245357],[103.932724672,1.305245369],[103.932716214,1.305247203],[103.932669919,1.30525723],[103.932669888,1.305257243],[103.932623747,1.305281693],[103.932579521,1.305316621],[103.932546197,1.305361804],[103.932526736,1.305404074],[103.932448692,1.305489766],[103.932436033,1.305528573],[103.932325294,1.30556064],[103.932318977,1.305562469],[103.932317474,1.305562905],[103.932190867,1.305599566],[103.932159274,1.305571504],[103.932080155,1.305547651],[103.932080246,1.305547794],[103.932080145,1.305547697]]]]}"},]}
This API retrieves the names of all planning areas in Singapore for given year.
400 - Please enter valid year.
400 - Please send the access token in the request header as a bearer token.
401 - Token has expired: Session expired. Please refresh your token (if still within refresh window) or re-login.
401 - Invalid token: Could not decode token: The token xxx; is an invalid JWS.
403 - Access Forbidden. GET access to component 'xxx' of service 'xxx' is not allowed by this user's role.
429 - API limit(s) exceeded.
API token provided by the Authentication Service.
Optional. If not specified, the latest data will be provided. Else, values available are 1998, 2008, 2014, and 2019.
1const url = "https://www.onemap.gov.sg/api/public/popapi/getPlanningareaNames?year=2019";
2const authToken = '**********************'; // Replace with your access token
3
4fetch(url, {
5 method: 'GET',
6 headers: {
7 'Authorization': `${authToken}`, // API token for authorization
8 }
9})
10.then(response => response.json()) // Parse response as JSON
11.then(data => console.log(data)) // Log the data to the console
12.catch(error => console.error('Error:', error)); // Log any errors
1[
2 {
3 "id": 114,
4 "pln_area_n": "BEDOK"
5 },
6 {
7 "id": 120,
8 "pln_area_n": "BUKIT TIMAH"
9 },
10 {
11 "id": 117,
12 "pln_area_n": "BUKIT BATOK"
13 },
14 {
15 "id": 118,
16 "pln_area_n": "BUKIT MERAH"
17 },
18 {
19 "id": 121,
20 "pln_area_n": "CENTRAL WATER CATCHMENT"
21 },
22 {
23 "id": 126,
24 "pln_area_n": "DOWNTOWN CORE"
25 },
26 {
27 "id": 122,
28 "pln_area_n": "CHANGI"
29 },
30 {
31 "id": 123,
32 "pln_area_n": "CHANGI BAY"
33 },
34 {
35 "id": 132,
36 "pln_area_n": "LIM CHU KANG"
37 },
38 {
39 "id": 116,
40 "pln_area_n": "BOON LAY"
41 },
42 {
43 "id": 165,
44 "pln_area_n": "WESTERN WATER CATCHMENT"
45 },
46 {
47 "id": 166,
48 "pln_area_n": "WOODLANDS"
49 },
50 {
51 "id": 136,
52 "pln_area_n": "MARINE PARADE"
53 },
54 {
55 "id": 138,
56 "pln_area_n": "NEWTON"
57 },
58 {
59 "id": 139,
60 "pln_area_n": "NORTH-EASTERN ISLANDS"
61 },
62 {
63 "id": 141,
64 "pln_area_n": "ORCHARD"
65 },
66 {
67 "id": 143,
68 "pln_area_n": "PASIR RIS"
69 },
70 {
71 "id": 145,
72 "pln_area_n": "PIONEER"
73 },
74 {
75 "id": 146,
76 "pln_area_n": "PUNGGOL"
77 },
78 {
79 "id": 147,
80 "pln_area_n": "QUEENSTOWN"
81 },
82 {
83 "id": 151,
84 "pln_area_n": "SEMBAWANG"
85 },
86 {
87 "id": 154,
88 "pln_area_n": "SIMPANG"
89 },
90 {
91 "id": 159,
92 "pln_area_n": "TAMPINES"
93 },
94 {
95 "id": 160,
96 "pln_area_n": "TANGLIN"
97 },
98 {
99 "id": 163,
100 "pln_area_n": "TUAS"
101 },
102 {
103 "id": 164,
104 "pln_area_n": "WESTERN ISLANDS"
105 },
106 {
107 "id": 156,
108 "pln_area_n": "SOUTHERN ISLANDS"
109 },
110 {
111 "id": 119,
112 "pln_area_n": "BUKIT PANJANG"
113 },
114 {
115 "id": 115,
116 "pln_area_n": "BISHAN"
117 },
118 {
119 "id": 113,
120 "pln_area_n": "ANG MO KIO"
121 },
122 {
123 "id": 127,
124 "pln_area_n": "GEYLANG"
125 },
126 {
127 "id": 157,
128 "pln_area_n": "STRAITS VIEW"
129 },
130 {
131 "id": 129,
132 "pln_area_n": "JURONG EAST"
133 },
134 {
135 "id": 128,
136 "pln_area_n": "HOUGANG"
137 },
138 {
139 "id": 130,
140 "pln_area_n": "JURONG WEST"
141 },
142 {
143 "id": 124,
144 "pln_area_n": "CHOA CHU KANG"
145 },
146 {
147 "id": 131,
148 "pln_area_n": "KALLANG"
149 },
150 {
151 "id": 133,
152 "pln_area_n": "MANDAI"
153 },
154 {
155 "id": 161,
156 "pln_area_n": "TENGAH"
157 },
158 {
159 "id": 134,
160 "pln_area_n": "MARINA EAST"
161 },
162 {
163 "id": 135,
164 "pln_area_n": "MARINA SOUTH"
165 },
166 {
167 "id": 137,
168 "pln_area_n": "MUSEUM"
169 },
170 {
171 "id": 140,
172 "pln_area_n": "NOVENA"
173 },
174 {
175 "id": 142,
176 "pln_area_n": "OUTRAM"
177 },
178 {
179 "id": 144,
180 "pln_area_n": "PAYA LEBAR"
181 },
182 {
183 "id": 148,
184 "pln_area_n": "RIVER VALLEY"
185 },
186 {
187 "id": 149,
188 "pln_area_n": "ROCHOR"
189 },
190 {
191 "id": 150,
192 "pln_area_n": "SELETAR"
193 },
194 {
195 "id": 152,
196 "pln_area_n": "SENGKANG"
197 },
198 {
199 "id": 153,
200 "pln_area_n": "SERANGOON"
201 },
202 {
203 "id": 125,
204 "pln_area_n": "CLEMENTI"
205 },
206 {
207 "id": 162,
208 "pln_area_n": "TOA PAYOH"
209 },
210 {
211 "id": 155,
212 "pln_area_n": "SINGAPORE RIVER"
213 },
214 {
215 "id": 158,
216 "pln_area_n": "SUNGEI KADUT"
217 },
218 {
219 "id": 167,
220 "pln_area_n": "YISHUN"
221 }
222]
This API retrieves one planning area polygon based on given latitude and longitude.
400 - Please send the access token in the request header as a bearer token.
400 - Your latitude input is invalid.
400 - Your longitude input is invalid.
400 - Both your latitude and longitude are missing.
401 - Token has expired: Session expired. Please refresh your token (if still within refresh window) or re-login.
401 - Invalid token: Could not decode token: The token xxx; is an invalid JWS.
403 - Access Forbidden. GET access to component 'xxx' of service 'xxx' is not allowed by this user's role.
429 - API limit(s) exceeded.
API token provided by the Authentication Service.
This represents the latitude of the point.
This represents the longitude of the point.
Optional. If not specified, the latest data will be provided. Else, values available are 1998, 2008, 2014, and 2019.
1const url = "https://www.onemap.gov.sg/api/public/popapi/getPlanningarea?latitude=1.3&longitude=103.8&year=2019";
2const authToken = '**********************'; // Replace with your access token
3
4fetch(url, {
5 method: 'GET',
6 headers: {
7 'Authorization': `${authToken}`, // API token for authorization
8 }
9})
10.then(response => response.json()) // Parse response as JSON
11.then(data => console.log(data)) // Log the data to the console
12.catch(error => console.error('Error:', error)); // Log any errors
1[{
2"pln_area_n": "QUEENSTOWN",
3"geojson": "{\"type\":\"MultiPolygon\",\"coordinates\":[[[[103.784600507,1.311089883],[103.784747791,1.310976277],[103.784758958,1.310990961],[103.784835734,1.311087261],[103.784853224,1.311114906],[103.784856301,1.311125465],[103.784864358,1.311154742],[103.784865991,1.311163893],[103.784869118,1.311181404],[103.784872226,1.311198818],[103.784869606,1.31123133],[103.784857652,1.311258177],[103.784853102,1.311268395],[103.78484976,1.311273476],[103.784843619,1.311281438],[103.784884675,1.311266735],[103.785266306,1.311130073],[103.785347392,1.311087525],[103.785340976,1.311147039],[103.785325967,1.311286303],[103.785315902,1.311423656],[103.785306697,1.311549237],[103.785301485,1.311620411],[103.785295948,1.311696006],[103.785290412,1.311771601],[103.785278169,1.311938665],[103.78528065,1.311946117],[103.785400142,1.31230631],[103.785556929,1.31277868],[103.785602603,1.31275864],[103.785656036,1.312937073],[103.78564274,1.31335379],[103.785786273,1.313561434],[103.785805319,1.31362088],[103.785788649,1.313698852],[103.785778574,1.313734382],[103.785601412,1.314300311],[103.785589589,1.314441844],[103.785494191,1.314450429],[103.785484402,1.31445131],[103.78505317,1.31448281],[103.784872967,1.314845229],[103.784821658,1.31495019],[103.784791222,1.315011758],[103.784961586,1.3150791],[103.785062565,1.315119029],[103.785161657,1.3151582],[103.785207994,1.315176514],[103.78523886,1.315188725],[103.785351007,1.315232932],[103.786396336,1.31566228],[103.78668279,1.315799005],[103.786688911,1.315790786],[103.786779209,1.315669559],[103.786871986,1.31554502],[103.786963137,1.315422642],[103.787055375,1.31529881],[103.78714738,1.31517533],[103.787170532,1.315144243],[103.787193684,1.315113156],[103.78729098,1.315012765],[103.787512187,1.314785147],[103.787610214,1.314684279],[103.787611837,1.31468261],[103.787697797,1.314594286],[103.787922375,1.314435693],[103.788098402,1.314311625],[103.788214262,1.314229784],[103.788221678,1.314224545],[103.788221803,1.314224456],[103.788221834,1.314224435],[103.78895819,1.313705446],[103.788967752,1.31369916],[103.789091899,1.313617637],[103.789393239,1.313419755],[103.789409582,1.313409013],[103.789457853,1.313377288],[103.78946982,1.313369429],[103.789478519,1.313363678],[103.789600994,1.313283046],[103.789703368,1.31314505],[103.789785506,1.313034331],[103.789972382,1.312782433],[103.790053434,1.31267127],[103.790132381,1.312548252],[103.790239285,1.312381669],[103.790421058,1.312098126],[103.790533603,1.3119227],[103.790574868,1.311782242],[103.79070999,1.311322249],[103.790757516,1.311160495],[103.790837789,1.310887244],[103.79085646,1.310823713],[103.790856951,1.310822041],[103.791006333,1.310517285],[103.79101341,1.310502751],[103.791180647,1.310320544],[103.791070788,1.310704219],[103.791064206,1.310859766],[103.791089095,1.311035141],[103.791138878,1.311190475],[103.791208575,1.311330776],[103.791323077,1.311491121],[103.791966991,1.312173472],[103.793132103,1.313390743],[103.793357145,1.313260956],[103.79379413,1.312976632],[103.79401968,1.312829877],[103.794809851,1.312296254],[103.79494893,1.312228062],[103.79511654,1.312159869],[103.795344772,1.312109624],[103.79551238,1.312098859],[103.795737046,1.312095273],[103.796107923,1.312080922],[103.796040171,1.311765071],[103.795979551,1.311528182],[103.79591893,1.311269758],[103.795861877,1.3109898],[103.795802745,1.310638944],[103.795794127,1.310587808],[103.795715675,1.310354509],[103.795527055,1.309920719],[103.795648442,1.30991955],[103.795883125,1.309921937],[103.796035383,1.309933038],[103.796038273,1.309933249],[103.796724596,1.309680346],[103.79674992,1.309671033],[103.796802179,1.309649214],[103.79743867,1.308845629],[103.797439556,1.308845631],[103.797452641,1.308829135],[103.797476828,1.308798639],[103.797476846,1.308798615],[103.797477181,1.30879819],[103.797482715,1.308793137],[103.797501053,1.30877639],[103.797501607,1.308775882],[103.797501423,1.308775661],[103.797347105,1.308591135],[103.797347045,1.30859117],[103.797189129,1.308398444],[103.797182412,1.308390248],[103.796841519,1.30797421],[103.796922683,1.307901697],[103.796922928,1.307901493],[103.796923844,1.307900731],[103.796925189,1.307899613],[103.79692765,1.307897565],[103.796930111,1.307895519],[103.796932716,1.307893353],[103.796935315,1.30789119],[103.796937827,1.3078891],[103.796940422,1.307886941],[103.796942916,1.307884868],[103.796945358,1.307882836],[103.796947936,1.307880692],[103.796950434,1.307878614],[103.796952982,1.307876495],[103.7969555,1.307874399],[103.796958093,1.307872244],[103.79696065,1.307870116],[103.796963127,1.307868055],[103.796965673,1.307865938],[103.796971502,1.30786109],[103.796977105,1.307856429],[103.796983153,1.307851398],[103.796989229,1.307846344],[103.796995281,1.30784131],[103.797001011,1.307836544],[103.797007166,1.307831425],[103.797013376,1.307826259],[103.797019317,1.307821318],[103.797025314,1.307816329],[103.797031369,1.307811292],[103.797036995,1.307806613],[103.797043165,1.307801482],[103.797049126,1.307796522],[103.797055257,1.307791423],[103.797061166,1.307786508],[103.797067184,1.307781503],[103.797071554,1.307777867],[103.797075638,1.30777447],[103.797080102,1.307770757],[103.79708457,1.307767041],[103.797089032,1.307763329],[103.797093435,1.307759667],[103.797097864,1.307755983],[103.797102087,1.307752471],[103.797106547,1.307748761],[103.797110981,1.307745073],[103.797113523,1.30774296],[103.797116041,1.307740863],[103.797118617,1.307738721],[103.797121132,1.307736629],[103.797123565,1.307734605],[103.797125969,1.307732606],[103.797128358,1.307730619],[103.797130707,1.307728665],[103.797133124,1.307726655],[103.797135592,1.307724601],[103.797137964,1.307722628],[103.797140365,1.307720631],[103.797142849,1.307718566],[103.797145374,1.307716466],[103.797147835,1.307714418],[103.797150386,1.307712296],[103.79715283,1.307710264],[103.797155237,1.307708261],[103.797157678,1.30770623],[103.797160246,1.307704095],[103.797162778,1.307701988],[103.797165201,1.307699972],[103.797167553,1.307698017],[103.797170043,1.307695945],[103.797172608,1.307693812],[103.797176012,1.307690981],[103.79717946,1.307688114],[103.797182836,1.307685305],[103.797186138,1.307682559],[103.797189451,1.307679803],[103.797192849,1.307676976],[103.797196221,1.30767417],[103.797199618,1.307671345],[103.797202972,1.307668556],[103.797206249,1.30766583],[103.797209721,1.307662942],[103.797213132,1.307660105],[103.797216472,1.307657326],[103.797219818,1.307654543],[103.797223194,1.307651735],[103.797226478,1.307649004],[103.797229759,1.307646275],[103.797233223,1.307643393],[103.797236665,1.30764053],[103.797239934,1.307637811],[103.797243127,1.307635156],[103.797246675,1.307632204],[103.797250053,1.307629394],[103.797253406,1.307626606],[103.797256578,1.307623967],[103.797259898,1.307621205],[103.79726315,1.3076185],[103.797266395,1.307615801],[103.797269668,1.307613079],[103.797273098,1.307610225],[103.797276535,1.307607367],[103.797279954,1.307604523],[103.797283348,1.307601699],[103.797286554,1.307599032],[103.797291106,1.307595247],[103.797292528,1.307594064],[103.797296795,1.307590514],[103.797300931,1.307587074],[103.797305174,1.307583545],[103.797309464,1.307579976],[103.797313817,1.307576356],[103.797318109,1.307572786],[103.797322565,1.307569079],[103.797326995,1.307565394],[103.797331364,1.307561761],[103.797335395,1.307558406],[103.797339554,1.307554947],[103.797343924,1.307551313],[103.797347977,1.307547941],[103.797352121,1.307544494],[103.797356347,1.307540979],[103.797360838,1.307537244],[103.797365305,1.307533528],[103.79736968,1.307529889],[103.797373811,1.307526453],[103.797378125,1.307522864],[103.797382545,1.307519188],[103.797387008,1.307515476],[103.797391297,1.307511907],[103.797395834,1.307508134],[103.79740041,1.307504328],[103.797405,1.30750051],[103.797409331,1.307496908],[103.797413601,1.307493357],[103.797417792,1.307489869],[103.797422374,1.307486058],[103.797426799,1.307482378],[103.797431143,1.307478765],[103.797435676,1.307474994],[103.797440098,1.307471316],[103.79744468,1.307467505],[103.797449119,1.307463812],[103.797453577,1.307460104],[103.797458074,1.307456363],[103.797462594,1.307452605],[103.797466935,1.307448993],[103.797471488,1.307445205],[103.797476184,1.3074413],[103.797480677,1.307437563],[103.797485168,1.307433827],[103.797488477,1.307431074],[103.797492025,1.307428123],[103.797495349,1.307425359],[103.797498548,1.307422697],[103.797501843,1.307419956],[103.797505002,1.30741733],[103.797508292,1.307414593],[103.797511683,1.307411773],[103.797515036,1.307408984],[103.797518195,1.307406355],[103.797521546,1.307403568],[103.797524986,1.307400707],[103.797528455,1.307397821],[103.797531751,1.30739508],[103.79753507,1.307392318],[103.797538159,1.30738975],[103.797542519,1.307386122],[103.797546974,1.307382418],[103.797551565,1.307378598],[103.797555944,1.307374956],[103.797560487,1.30737118],[103.79770173,1.307253695],[103.797740728,1.307240797],[103.797912528,1.307179161],[103.797921509,1.307175819],[103.798053304,1.307126763],[103.798419335,1.30691573],[103.799049048,1.308002721],[103.799099479,1.308089809],[103.799114635,1.308115992],[103.799129791,1.308142175],[103.799159407,1.308193301],[103.799160125,1.30819454],[103.799189828,1.308245838],[103.799190456,1.308246923],[103.79922079,1.308299288],[103.799251122,1.308351654],[103.799281439,1.308404037],[103.799335765,1.308497871],[103.799352126,1.308526164],[103.799379008,1.308600407],[103.799379108,1.308600681],[103.799399735,1.308657693],[103.79942026,1.308714404],[103.799420362,1.308714687],[103.79944099,1.308771701],[103.799461619,1.308828713],[103.799482142,1.308885438],[103.799482246,1.308885725],[103.799511843,1.308966847],[103.799704799,1.309499521],[103.79976053,1.309652804],[103.799760548,1.309652853],[103.799851863,1.309504223],[103.800064122,1.309159405],[103.800073584,1.309144033],[103.800322112,1.308740061],[103.801074837,1.308136015],[103.801077313,1.30813403],[103.801702456,1.307633077],[103.801718165,1.307620489],[103.802109389,1.307306776],[103.802265684,1.307195923],[103.802283982,1.307242213],[103.802420721,1.307232417],[103.802452627,1.307230967],[103.802494043,1.307228478],[103.802652599,1.307218365],[103.802699629,1.307175191],[103.802964668,1.30692842],[103.803191634,1.306720464],[103.803283706,1.306517291],[103.803508864,1.305588184],[103.803555843,1.304112683],[103.80357436,1.303966387],[103.803587339,1.303854058],[103.803594011,1.303796317],[103.803622996,1.30354547],[103.803856417,1.302542121],[103.804124982,1.301965061],[103.804275323,1.301636676],[103.804638786,1.300842768],[103.804803772,1.300482393],[103.805123881,1.300407897],[103.805105908,1.300355505],[103.80557706,1.300261221],[103.805894122,1.300197667],[103.805905136,1.300233699],[103.805908743,1.3002455],[103.80626358,1.300173001],[103.806326784,1.30013229],[103.806422856,1.300066133],[103.806498701,1.300017787],[103.806579602,1.299977075],[103.806680729,1.299936364],[103.806692217,1.299934386],[103.80706501,1.29987021],[103.807156024,1.299865122],[103.807277376,1.299872757],[103.807436649,1.299898204],[103.807679787,1.299950779],[103.807699169,1.29988471],[103.807731733,1.299749673],[103.808399363,1.300310823],[103.808627439,1.300084859],[103.808857111,1.299811326],[103.808906873,1.299726569],[103.808929841,1.299653369],[103.808941325,1.299576317],[103.808948981,1.299503118],[103.8089463,1.299441037],[103.808934289,1.299380245],[103.808611826,1.298363331],[103.808778017,1.298306453],[103.808975363,1.298237964],[103.809097003,1.29818419],[103.809206734,1.298107833],[103.809322421,1.2979914],[103.809410886,1.297868118],[103.809526573,1.297696891],[103.80962865,1.297539364],[103.809737531,1.297361289],[103.809832802,1.297244855],[103.809909466,1.297164219],[103.809992876,1.297098986],[103.810016538,1.297080479],[103.81016625,1.296984593],[103.810311388,1.296901282],[103.810489382,1.296831936],[103.810621442,1.296794374],[103.810750631,1.296778483],[103.810861638,1.296763075],[103.811221161,1.296735814],[103.813024932,1.29671351],[103.814826276,1.296728186],[103.81659817,1.296767375],[103.816244438,1.295236731],[103.815976657,1.294106059],[103.815962433,1.294034618],[103.815776167,1.293201204],[103.815754336,1.293101654],[103.815732401,1.293009981],[103.815594726,1.292434435],[103.815363762,1.291522669],[103.81453303,1.291672075],[103.813938869,1.291768265],[103.811964134,1.292079346],[103.810856999,1.292259135],[103.810272114,1.292360349],[103.809578721,1.292480209],[103.809284687,1.292492123],[103.809155276,1.29249086],[103.809033536,1.292466886],[103.8089462,1.292429593],[103.808874403,1.292387077],[103.808662089,1.292196982],[103.808381856,1.291886722],[103.808130357,1.291608275],[103.806637462,1.289847009],[103.806405354,1.289572588],[103.805067058,1.288004252],[103.804878928,1.287845604],[103.804354633,1.287518439],[103.803678539,1.287094262],[103.803187521,1.286771776],[103.803017116,1.286615653],[103.802896659,1.286450459],[103.802738574,1.286190044],[103.802485268,1.285724541],[103.80224237,1.285266439],[103.80190251,1.284686636],[103.80175554,1.284422481],[103.801619069,1.284163609],[103.801590137,1.28410255],[103.801456352,1.283820207],[103.801393365,1.28367228],[103.801335628,1.283529637],[103.801293638,1.283360578],[103.801262146,1.283212651],[103.801256898,1.283080574],[103.801272647,1.282943214],[103.801303462,1.282778752],[103.801337895,1.282705662],[103.801380067,1.282627027],[103.801420732,1.282547737],[103.801476486,1.282438152],[103.801606849,1.282157465],[103.801612184,1.282145966],[103.801693406,1.281980675],[103.801924996,1.28150115],[103.801995231,1.281364897],[103.802749284,1.279909673],[103.803024625,1.279320409],[103.803094957,1.279105147],[103.803127892,1.278930457],[103.803116376,1.278730193],[103.803078723,1.278528086],[103.802890249,1.277953226],[103.802718793,1.277507407],[103.802433031,1.27673082],[103.802175847,1.276069283],[103.802094367,1.275764707],[103.802013067,1.275348964],[103.801963037,1.274926932],[103.802061921,1.274029492],[103.802119569,1.273506296],[103.802184083,1.2729208],[103.802209053,1.272694178],[103.801982858,1.272696736],[103.801850082,1.27270985],[103.801863377,1.272463659],[103.800728353,1.270614417],[103.80058463,1.270494158],[103.800581239,1.270487974],[103.800563001,1.270454711],[103.800562105,1.270453077],[103.800545151,1.270422158],[103.800530284,1.270395045],[103.800528641,1.27039205],[103.800525596,1.270386497],[103.800524138,1.270383837],[103.80050536,1.270349591],[103.800496275,1.270333023],[103.800485627,1.270313605],[103.800466302,1.270278362],[103.800454421,1.270256695],[103.800423117,1.270224583],[103.80028455,1.270082436],[103.799210087,1.268201638],[103.798313735,1.266632613],[103.793991732,1.269205932],[103.793993789,1.269209399],[103.793993789,1.269209473],[103.793991732,1.269206006],[103.793725137,1.268756869],[103.793910584,1.268645361],[103.793818495,1.268490041],[103.793587017,1.268629072],[103.785513689,1.255012448],[103.778569401,1.259183349],[103.778966985,1.259853925],[103.778969038,1.259857388],[103.786632664,1.272790725],[103.786484878,1.272890098],[103.786441351,1.272919364],[103.786420697,1.272933252],[103.786419472,1.272934076],[103.777116888,1.278521385],[103.776898912,1.278652303],[103.776871845,1.278669856],[103.77685972,1.27864937],[103.775940084,1.277095434],[103.77502035,1.275541543],[103.774098092,1.273983574],[103.773189654,1.272448321],[103.772275503,1.270905074],[103.771555159,1.269688035],[103.770708397,1.268258423],[103.770710051,1.268252128],[103.770672834,1.268240732],[103.770670138,1.268246692],[103.770669768,1.268246915],[103.770097018,1.268591141],[103.768916157,1.26929979],[103.768453414,1.269577491],[103.767891903,1.269914316],[103.767291799,1.270274518],[103.766364084,1.270831248],[103.765438687,1.271386594],[103.765113484,1.271581819],[103.764245639,1.272100576],[103.762889135,1.272914322],[103.761730608,1.273609303],[103.760339742,1.274443648],[103.758951598,1.275276374],[103.757560344,1.276110935],[103.757472739,1.276163366],[103.756118726,1.276973736],[103.754632205,1.27786534],[103.753173773,1.278739878],[103.752538936,1.279120613],[103.751731136,1.27960491],[103.750245547,1.280496014],[103.750243022,1.280494919],[103.750225427,1.280564401],[103.750228086,1.280564989],[103.750232716,1.28057283],[103.750491182,1.281010568],[103.751290415,1.282361217],[103.752150647,1.283815507],[103.753011563,1.285269562],[103.753071656,1.285310522],[103.754518926,1.285539652],[103.75649395,1.285852333],[103.756520017,1.28584708],[103.756560101,1.285838996],[103.758013379,1.28496744],[103.759032475,1.284356916],[103.759152668,1.284284846],[103.759157527,1.284281307],[103.759158632,1.28428127],[103.759201879,1.284255343],[103.760079272,1.283729245],[103.761102779,1.28311579],[103.761277978,1.283010852],[103.761575858,1.28283243],[103.761936283,1.2826163],[103.761937068,1.28261583],[103.761938263,1.282615113],[103.762764329,1.282119752],[103.7638551,1.281465655],[103.764532114,1.281059877],[103.765719964,1.28034792],[103.766665528,1.279780945],[103.767799778,1.279101209],[103.768790014,1.278507772],[103.768850902,1.278471283],[103.769113464,1.278313754],[103.769129614,1.278308717],[103.769431357,1.278828187],[103.769896493,1.279605328],[103.770035284,1.279839634],[103.770954621,1.281393761],[103.771874049,1.282947844],[103.772287099,1.283645942],[103.77227787,1.283681528],[103.770733736,1.284606809],[103.769189511,1.285531908],[103.767645293,1.286457033],[103.766101075,1.28738213],[103.764976103,1.288056177],[103.763431631,1.288981146],[103.762205927,1.28971539],[103.761887364,1.289906222],[103.761068725,1.29039585],[103.761063496,1.290398978],[103.760730465,1.290598281],[103.760724417,1.290620591],[103.7608477,1.290828291],[103.760875151,1.290810385],[103.760901575,1.290855315],[103.760893443,1.290860343],[103.760968684,1.290987861],[103.760915974,1.29101943],[103.761033031,1.291220781],[103.761143052,1.291403131],[103.761459341,1.291942295],[103.761497961,1.291919262],[103.761530011,1.291973561],[103.761491301,1.291996757],[103.761739709,1.292420205],[103.761796826,1.29251588],[103.761848822,1.292602971],[103.761852309,1.292608949],[103.761993301,1.292850916],[103.76199335,1.292850887],[103.76199516,1.292852562],[103.761995481,1.292852859],[103.762027912,1.292882857],[103.762371526,1.293449867],[103.762655029,1.293928329],[103.762676208,1.293915008],[103.762677182,1.293916755],[103.762677847,1.293917948],[103.762715122,1.293984781],[103.76272886,1.294008449],[103.762811387,1.294151585],[103.762828504,1.29418123],[103.762846105,1.294210867],[103.762833616,1.294218327],[103.762834369,1.294219534],[103.762834768,1.294220173],[103.762888092,1.294305564],[103.763055813,1.294458283],[103.763055999,1.294458776],[103.763054942,1.294459634],[103.763045498,1.294467301],[103.762992524,1.294510306],[103.762959639,1.294578761],[103.762959473,1.294579105],[103.762948958,1.294600993],[103.762939821,1.294620013],[103.762910274,1.294736322],[103.762909037,1.294742147],[103.762871435,1.294793154],[103.762847604,1.294820828],[103.762829273,1.29485957],[103.762825607,1.294876174],[103.762777946,1.294916761],[103.762755949,1.294949968],[103.76272112,1.294979486],[103.762678959,1.295014539],[103.762638631,1.295044056],[103.762633132,1.295058815],[103.762623966,1.295079109],[103.762598304,1.295082798],[103.762587306,1.295079108],[103.762561643,1.295080952],[103.762528649,1.295086486],[103.762449828,1.295069879],[103.762404003,1.29504405],[103.762374675,1.295027445],[103.762350846,1.294997925],[103.762332516,1.294973941],[103.762311531,1.294945777],[103.762311068,1.294946208],[103.762256031,1.294997823],[103.76211021,1.295119706],[103.762108882,1.295120912],[103.762143097,1.295177491],[103.762160204,1.295219309],[103.762174867,1.295268508],[103.762165089,1.295320165],[103.762157756,1.295349683],[103.762123538,1.29539888],[103.762094209,1.295433318],[103.762028217,1.295502193],[103.761972003,1.295541549],[103.761954894,1.295575987],[103.761935341,1.295603045],[103.761906011,1.295642403],[103.761881569,1.29567684],[103.761871793,1.295686679],[103.761862016,1.295711279],[103.761869348,1.295728497],[103.761859571,1.295740797],[103.761852238,1.295758016],[103.761832686,1.295775234],[103.761800913,1.295789993],[103.761774027,1.295802291],[103.761749587,1.29581213],[103.76171537,1.295819509],[103.761668932,1.295853946],[103.761632106,1.2959036],[103.761456656,1.296042482],[103.761004566,1.296589419],[103.759946897,1.297608534],[103.759684945,1.297903494],[103.759533237,1.29815219],[103.759462983,1.298343551],[103.759362845,1.298513008],[103.759054839,1.29885152],[103.758930338,1.298872335],[103.758794862,1.299003337],[103.758775537,1.299075994],[103.758756435,1.299147817],[103.758693982,1.299195411],[103.758665366,1.299217221],[103.761023884,1.301025063],[103.761334563,1.301131678],[103.762143327,1.301336913],[103.762314262,1.301343919],[103.762327542,1.301344463],[103.762333504,1.301331613],[103.763340372,1.299161079],[103.763677048,1.298435265],[103.764804786,1.295984133],[103.764894945,1.295786606],[103.765070329,1.295402416],[103.765323094,1.294850018],[103.765759526,1.293908132],[103.765990563,1.293407417],[103.766052763,1.293269361],[103.766102185,1.293164917],[103.766171966,1.293029885],[103.766183708,1.293009148],[103.766241833,1.292906454],[103.766321777,1.292767728],[103.76636918,1.292691601],[103.766415724,1.292622062],[103.766454194,1.292568702],[103.766499718,1.29250605],[103.766572834,1.292409275],[103.766670799,1.292288902],[103.766732506,1.292216343],[103.766831506,1.292108581],[103.76687654,1.292062481],[103.766947266,1.291988102],[103.767037842,1.291917011],[103.767136754,1.291840177],[103.76737038,1.291649577],[103.76757858,1.291913155],[103.767719869,1.292092019],[103.767858419,1.292267454],[103.768018484,1.29245688],[103.768056479,1.29250542],[103.768329646,1.29285435],[103.768450877,1.293009208],[103.768501365,1.293073697],[103.768892744,1.29358121],[103.768990965,1.293716745],[103.769102247,1.293870296],[103.769159314,1.293980269],[103.769220611,1.294102766],[103.769270782,1.294205074],[103.769277697,1.294219435],[103.769317234,1.294306694],[103.769349207,1.294382222],[103.769366809,1.294425957],[103.769369731,1.294433778],[103.769374847,1.294435172],[103.769423148,1.294550927],[103.769446147,1.294631955],[103.769469147,1.294719927],[103.769487546,1.294791694],[103.76950229,1.29485365],[103.769545616,1.295041369],[103.769582122,1.295200215],[103.769584809,1.295210039],[103.769585378,1.295214381],[103.769604011,1.295295455],[103.769620963,1.2954206],[103.769626613,1.295496446],[103.769626611,1.29560263],[103.769622841,1.295689852],[103.769618382,1.295761097],[103.769615367,1.295809288],[103.76958659,1.296020681],[103.769577956,1.296116241],[103.769583708,1.296203118],[103.769612475,1.296405824],[103.769621104,1.296515865],[103.769626855,1.296628802],[103.769623976,1.296721469],[103.769615342,1.296814134],[103.769612462,1.29692707],[103.769644231,1.297334602],[103.769652704,1.297530852],[103.769669655,1.297673063],[103.769680958,1.297738481],[103.769717691,1.297835186],[103.769760076,1.297991618],[103.769771378,1.298068411],[103.769779851,1.298224845],[103.769784907,1.299040163],[103.769781132,1.299227881],[103.769783015,1.299383365],[103.769786778,1.299557811],[103.769803725,1.299855505],[103.769824893,1.300120678],[103.769866482,1.300419432],[103.76993155,1.300634631],[103.770005917,1.300774981],[103.770136059,1.300952756],[103.77024761,1.301130531],[103.770605684,1.301801945],[103.770783734,1.302256152],[103.771018935,1.302856157],[103.77116513,1.303491449],[103.771211479,1.303914977],[103.771211052,1.303984392],[103.771207899,1.304496427],[103.771244646,1.305443834],[103.771275604,1.306556631],[103.771387972,1.307440526],[103.771512862,1.308146506],[103.771519887,1.30818623],[103.771711196,1.308956464],[103.771861454,1.309785286],[103.771950319,1.310111813],[103.772165518,1.311363426],[103.772254578,1.312123074],[103.772255458,1.312130579],[103.772257635,1.312149148],[103.772266243,1.312581582],[103.772173315,1.313341564],[103.772044564,1.314248307],[103.771938754,1.315119553],[103.77175308,1.316436528],[103.771721136,1.316585641],[103.771682592,1.316765525],[103.771639819,1.31695378],[103.771623741,1.317030155],[103.771474704,1.317634982],[103.771452542,1.317724922],[103.771403187,1.317961468],[103.771386899,1.318042048],[103.771333332,1.318226028],[103.771203315,1.318724425],[103.771201097,1.318732925],[103.771624449,1.318400124],[103.771901001,1.318182297],[103.772910011,1.317464409],[103.775067209,1.315941101],[103.775232056,1.315825508],[103.775703117,1.31549519],[103.775985364,1.315297271],[103.776170609,1.315166298],[103.776871821,1.314670522],[103.777431569,1.314292219],[103.777633604,1.314134455],[103.778003089,1.313744768],[103.778539321,1.313200905],[103.778555605,1.313188929],[103.778575999,1.313167311],[103.778682483,1.313093568],[103.778908727,1.312992982],[103.778915277,1.312991163],[103.779017353,1.31294153],[103.779268838,1.312855771],[103.780863459,1.312473853],[103.781085346,1.31242071],[103.781648588,1.31229312],[103.783879236,1.311396652],[103.784320916,1.311212385],[103.784600507,1.311089883]]]]}"}]