iMuMz / Nova4FieldMap

Custom Laravel Nova 4 map detail field using Leaflet
2 stars 0 forks source link

TypeError: L.MarkerClusterGroup is not a constructor #1

Open gemanzo opened 6 months ago

gemanzo commented 6 months ago

Hello, i am trying to use the map field as described in readme but i get a leaflet error and then the map is not rendering.

This is the error:

Screenshot 2024-04-26 alle 09 45 49

and this is my code:

Nova4FieldMap::make('Mappa') ->type('GeoJson') ->geoJson(json_encode($this->getEmptyGeojson()))

Am i missing something?

iMuMz commented 6 months ago

@gemanzo What does your GeoJSON look like?

gemanzo commented 6 months ago

@gemanzo What does your GeoJSON look like?

Thanks for the fast answer.

My geojson looks like this:

Screenshot 2024-04-26 alle 10 06 50
iMuMz commented 6 months ago

@gemanzo I would need the actual raw value to test but from the screenshot it looks like the format is incorrect.

Example from the read me

  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "popup": "I am a Popup"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          23.8623046875,
          -30.221101852485987
        ]
      }
    }
  ]
}

You can also test your values with https://geojson.io to see if it is valid GeoJSON

gemanzo commented 6 months ago

I tried to refactor to a featureCollection format and i tried also to set a "popup" property like the readme shows, but still got the same error.

Passing the geojson to https://geojson.io/ shows the correct result.

This is the complete geojson string that is passed to the field: json_encode($sector->getFeatureCollection()) = "{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"popup":"I am a Popup"},"geometry":{"type":"MultiPolygon","coordinates":[[[[7.136048533,45.279950104],[7.136068341,45.279950188],[7.137923115,45.279912943],[7.141179773,45.279821984],[7.144646545,45.279738846],[7.145104151,45.279647266],[7.146779763,45.27976449],[7.148392483,45.279831161],[7.148855249,45.279942182],[7.149318014,45.280053203],[7.149426195,45.280077736],[7.149873735,45.280179231],[7.150220309,45.280279363],[7.150394437,45.280332633],[7.150717413,45.28043144],[7.151266558,45.280759887],[7.152543509,45.281658202],[7.152947477,45.281795263],[7.153481041,45.281880403],[7.154080869,45.281912607],[7.154538479,45.281820989],[7.15596117,45.281470411],[7.15609899,45.281441131],[7.15623681,45.281411852],[7.157257008,45.281419321],[7.157947149,45.281529472],[7.158694378,45.281685549],[7.159631158,45.281759166],[7.161003692,45.281862294],[7.162520341,45.281846205],[7.163293141,45.282124184],[7.165384559,45.282371442],[7.165628374,45.282400267],[7.16609365,45.2821692],[7.168279377,45.282708371],[7.168390519,45.281954024],[7.168711967,45.280644959],[7.168833749,45.279931294],[7.168972726,45.279586961],[7.169202353,45.278951539],[7.169342477,45.278756858],[7.169561035,45.278453204],[7.170085474,45.277867506],[7.170435497,45.277477051],[7.170496053,45.277216975],[7.170628796,45.277066077],[7.171053976,45.276307757],[7.17165785,45.275790843],[7.172598928,45.274896752],[7.17295854,45.274529615],[7.173349827,45.274130137],[7.173982,45.273636164],[7.175099573,45.272677365],[7.175745754,45.272093587],[7.176211859,45.271695967],[7.176903945,45.271319951],[7.178568136,45.270891938],[7.180740798,45.27073304],[7.181622327,45.27059856],[7.183125393,45.270311934],[7.184184946,45.269878714],[7.186086083,45.268950269],[7.186642569,45.268626049],[7.187134503,45.268408006],[7.187544447,45.268226302],[7.187880671,45.267933462],[7.188082406,45.267757757],[7.188663393,45.267388912],[7.188908215,45.267181257],[7.189906646,45.266850532],[7.190947653,45.266646491],[7.19130286,45.26660011],[7.19174687,45.266542134],[7.192156123,45.2664636],[7.192483526,45.266400773],[7.193703034,45.266069011],[7.194981849,45.265864197],[7.196031664,45.265556731],[7.19717478,45.26524623],[7.197855261,45.26522997],[7.198370058,45.265301105],[7.19974971,45.265219349],[7.200718414,45.265284126],[7.202414399,45.265490868],[7.20386047,45.26570266],[7.204537296,45.265789816],[7.206065554,45.265795836],[7.207165107,45.265943632],[7.208814266,45.266158545],[7.209616108,45.265982092],[7.210409119,45.265706474],[7.210834366,45.265420587],[7.210975331,45.265067237],[7.211053782,45.264985464],[7.211762319,45.264246918],[7.212410893,45.263761993],[7.213056562,45.263191498],[7.213195659,45.262833614],[7.213278881,45.262402842],[7.21346288,45.262086166],[7.2136347,45.26161177],[7.213462116,45.261005968],[7.213621325,45.260742914],[7.21478356,45.260184993],[7.215154465,45.260118779],[7.21552537,45.260052565],[7.217177192,45.259452762],[7.218758213,45.258874331],[7.220584873,45.258425734],[7.223718056,45.25744834],[7.224747557,45.257284323],[7.225347124,45.257190125],[7.226693303,45.25747883],[7.228039481,45.257767533],[7.228271763,45.257816144],[7.228504045,45.257864756],[7.231157639,45.258666527],[7.232585409,45.259093708],[7.233719734,45.259614115],[7.233966175,45.259727176],[7.2347481,45.259982313],[7.235853045,45.260327947],[7.236646785,45.260587751],[7.237410069,45.261085621],[7.237957952,45.261413628],[7.238696108,45.261771579],[7.239528812,45.262099474],[7.240024439,45.262417669],[7.240810032,45.263487828],[7.241050367,45.263815216],[7.241312068,45.264245322],[7.24183547,45.265105524],[7.241916607,45.265273809],[7.242108754,45.265672331],[7.242493865,45.265997815],[7.243193924,45.266328143],[7.243403341,45.266835451],[7.243766125,45.267885208],[7.24421556,45.26876077],[7.244272854,45.268892172],[7.245116666,45.268747616],[7.24646747,45.268723364],[7.247658104,45.268674129],[7.247947183,45.268678565],[7.248221145,45.268565752],[7.248452326,45.2685873],[7.248937166,45.268495717],[7.251999363,45.267574977],[7.253836592,45.267769614],[7.255222398,45.267876315],[7.25691169,45.267803101],[7.257737934,45.268139765],[7.259439638,45.268129714],[7.26053154,45.268299379],[7.260945367,45.26857573],[7.264637369,45.270171163],[7.264644376,45.270171198],[7.265958972,45.270177738],[7.269421248,45.270374291],[7.270148782,45.270646362],[7.270675328,45.270807363],[7.271389883,45.271061223],[7.274710188,45.271449003],[7.277760724,45.271972134],[7.278691511,45.27228322],[7.279411773,45.272798161],[7.280597695,45.273698179],[7.28106295,45.274083247],[7.28122418,45.274157686],[7.281546639,45.274306564],[7.282183856,45.274419671],[7.282735398,45.274427967],[7.283348544,45.274216648],[7.283852172,45.274003684],[7.284186022,45.27377916],[7.284324396,45.27348419],[7.28449511,45.273252716],[7.284617112,45.27281347],[7.285039358,45.272378739],[7.28553601,45.272020269],[7.286181667,45.271554248],[7.286908492,45.271164587],[7.288060628,45.270700286],[7.288673028,45.270286394],[7.288675959,45.270284393],[7.288769824,45.270220335],[7.289175693,45.270037383],[7.290550865,45.269414368],[7.290780764,45.269134263],[7.29099816,45.268912479],[7.291043122,45.268715118],[7.291044602,45.268413587],[7.291033716,45.268165886],[7.291559812,45.268502315],[7.291719553,45.268624111],[7.291939139,45.268791536],[7.292028234,45.268853871],[7.292326975,45.269062881],[7.292547159,45.269205905],[7.292610667,45.269247157],[7.29306832,45.269528545],[7.293559101,45.269661903],[7.294233469,45.269743992],[7.2946367,45.269768017],[7.295246403,45.269921146],[7.296127089,45.269911787],[7.296934639,45.269896832],[7.297828368,45.26979764],[7.298482243,45.269699365],[7.298867425,45.269714105],[7.299756049,45.26977235],[7.300788284,45.269837224],[7.301332862,45.26990384],[7.301956155,45.269962618],[7.302720295,45.26990331],[7.302783499,45.269898404],[7.303874718,45.269815604],[7.305169802,45.269789825],[7.306171791,45.269813694],[7.30674027,45.269867135],[7.307330354,45.270078417],[7.307836248,45.270301179],[7.308165967,45.270446365],[7.308328482,45.270515836],[7.308842186,45.27073543],[7.309416887,45.270941971],[7.309457867,45.270979691],[7.309551065,45.271065477],[7.309680007,45.271458953],[7.309942109,45.271755385],[7.310157234,45.271970102],[7.310220514,45.272200579],[7.310210498,45.272537987],[7.310387257,45.27281065],[7.310813215,45.272848458],[7.310920427,45.27290553],[7.311013237,45.272954935],[7.311156566,45.273132585],[7.311390784,45.273577123],[7.311593568,45.273845666],[7.311824375,45.274056114],[7.312146261,45.274177895],[7.313205391,45.274387078],[7.313844536,45.274531541],[7.314738273,45.274769773],[7.315836456,45.274898495],[7.316890434,45.275188581],[7.318261015,45.275604846],[7.318741024,45.275755939],[7.319820261,45.275542284],[7.320641822,45.27532483],[7.320992114,45.275351585],[7.321517552,45.275391717],[7.322228941,45.275465183],[7.322946841,45.275588249],[7.323407206,45.27570303],[7.324162146,45.275799624],[7.324590259,45.275846413],[7.325070817,45.275979485],[7.325353773,45.27602583],[7.325825367,45.27610307],[7.326383325,45.276259777],[7.326440162,45.276263701],[7.326962642,45.276299772],[7.327633017,45.276264583],[7.328122592,45.27626725],[7.328929978,45.276355584],[7.329886711,45.276419089],[7.330834144,45.276432943],[7.331308588,45.276421876],[7.331743851,45.276320215],[7.332244433,45.276260018],[7.332861159,45.276152003],[7.333323787,45.276149756],[7.33336086,45.276152557],[7.333988067,45.276199957],[7.334507773,45.276180535],[7.334871898,45.276167844],[7.335307834,45.276111189],[7.33591552,45.275985024],[7.336235057,45.276039188],[7.336650824,45.276031741],[7.337194813,45.275985659],[7.337842611,45.275945578],[7.338451738,45.275783417],[7.338940617,45.275687012],[7.339304739,45.275674306],[7.339753554,45.27565383],[7.340080362,45.275622573],[7.340731571,45.275465509],[7.341260372,45.275297662],[7.342224239,45.2749381],[7.3427315,45.27470242],[7.343308139,45.274355229],[7.343876521,45.273962907],[7.344454911,45.273390694],[7.345181786,45.272739617],[7.345799025,45.272131957],[7.346364029,45.271690066],[7.34704899,45.2711914],[7.347538263,45.270914931],[7.348142712,45.270581618],[7.348592973,45.270358595],[7.349085885,45.269956154],[7.349827518,45.269287258],[7.350170155,45.268873635],[7.350667728,45.268309228],[7.351137368,45.267897441],[7.351672371,45.267360569],[7.352224772,45.266855455],[7.352608148,45.266491924],[7.353177467,45.265910539],[7.353644766,45.265413192],[7.353726602,45.265189501],[7.353844595,45.264866978],[7.353993171,45.264515694],[7.35409813,45.264267531],[7.354390356,45.263776658],[7.354801997,45.263246998],[7.355205866,45.262820742],[7.355959723,45.262219492],[7.356590117,45.261796493],[7.357775061,45.26128695],[7.358783914,45.260833378],[7.359085861,45.26066669],[7.35938227,45.260373894],[7.359721407,45.260077218],[7.359958155,45.259878081],[7.360254933,45.259738318],[7.360718094,45.259546938],[7.361273027,45.259280353],[7.361965658,45.258948236],[7.362009703,45.258926363],[7.362445755,45.25870758],[7.362937692,45.258512096],[7.364068174,45.258091726],[7.364529365,45.257967807],[7.36532538,45.257848685],[7.365955403,45.257767688],[7.36682422,45.257748612],[7.367659089,45.25776055],[7.368126087,45.257767226],[7.368947525,45.257594431],[7.369246908,45.257524406],[7.369346492,45.257501114],[7.369439605,45.257484169],[7.369919821,45.257396777],[7.370963166,45.257402666],[7.371584404,45.257407074],[7.371590733,45.257407119],[7.371628221,45.25741016],[7.372062009,45.257445345],[7.37263136,45.257493967],[7.373257516,45.257547895],[7.373726328,45.257644591],[7.374465456,45.257871153],[7.375216098,45.258196889],[7.37577531,45.258447885],[7.37668124,45.258775825],[7.377500562,45.259012508],[7.377707374,45.259064955],[7.377987731,45.259136452],[7.378556863,45.259207542],[7.378860318,45.259153342],[7.379549818,45.258969597],[7.379930454,45.258862479],[7.380322968,45.25882754],[7.380736857,45.258778436],[7.380966796,45.258751155],[7.381058643,45.25876371],[7.38115049,45.258776264],[7.381552994,45.258894489],[7.382139054,45.259028817],[7.382729372,45.259167701],[7.382955018,45.259202402],[7.383163132,45.259191205],[7.38321989,45.259188151],[7.383655263,45.259144807],[7.383929038,45.259139677],[7.384968427,45.259257901],[7.385636715,45.259330362],[7.38604643,45.259363162],[7.386194535,45.259338265],[7.386392204,45.259305037],[7.386778774,45.259182856],[7.38688292,45.259149939],[7.387088121,45.259062824],[7.387701439,45.258670917],[7.387719215,45.258549648],[7.387815179,45.258451988],[7.388191684,45.257575148],[7.388549427,45.257107617],[7.38895145,45.256609203],[7.389261438,45.256055484],[7.389509855,45.255397372],[7.389942409,45.254818372],[7.39044176,45.254172798],[7.390591441,45.254062389],[7.392466631,45.253562212],[7.394252939,45.253204784],[7.394915176,45.252929351],[7.395550924,45.252664933],[7.396155556,45.25222335],[7.397012672,45.251569268],[7.397577393,45.250776056],[7.397943028,45.250052062],[7.398922355,45.249057623],[7.399988817,45.248816028],[7.400582107,45.248662313],[7.401320387,45.248656464],[7.401608561,45.248654181],[7.402993941,45.248655564],[7.404596699,45.24858795],[7.405167325,45.248460902],[7.405503892,45.248518845],[7.405565618,45.248529472],[7.405715243,45.248555435],[7.406524663,45.24869589],[7.406944519,45.248615726],[7.407029917,45.248599421],[7.407763832,45.24852864],[7.408926193,45.248544842],[7.409834624,45.248413472],[7.410122381,45.248390476],[7.41150874,45.248342261],[7.411775372,45.248281959],[7.412108662,45.24820658],[7.412627408,45.248175342],[7.41265514,45.248173672],[7.413344423,45.248160747],[7.414386371,45.248382257],[7.415796505,45.248266806],[7.416838526,45.248213744],[7.419806011,45.248115327],[7.420883704,45.246257912],[7.423271338,45.246128879],[7.425579333,45.246057208],[7.426858007,45.245998316],[7.426858106,45.245980315],[7.431238674,45.245896558],[7.431247373,45.245910174],[7.431253179,45.245919262],[7.431350612,45.24607949],[7.431512613,45.2463459],[7.432080852,45.246997313],[7.432826804,45.247601656],[7.433251323,45.24805468],[7.433313872,45.248121428],[7.433488351,45.24835196],[7.43364088,45.248553491],[7.433819512,45.249168044],[7.434009962,45.249584729],[7.434066605,45.249763359],[7.434171938,45.250095541],[7.434445431,45.250562871],[7.434611485,45.250722672],[7.43476278,45.250868771],[7.435155296,45.251526765],[7.435305263,45.251996899],[7.435493242,45.253214684],[7.43544742,45.254172723],[7.435326239,45.254553629],[7.435203396,45.25522706],[7.434855357,45.256036931],[7.434782183,45.256801061],[7.435125918,45.257336862],[7.43578899,45.257629493],[7.436357122,45.257826309],[7.436449017,45.257875373],[7.436781061,45.258052653],[7.437284348,45.258369115],[7.437344476,45.258406923],[7.437451347,45.258575473],[7.437594927,45.258801918],[7.437635243,45.258958035],[7.437736062,45.259348442],[7.437794899,45.259817325],[7.437858818,45.260115254],[7.43789359,45.260276608],[7.437933722,45.260462837],[7.438052201,45.260892028],[7.43787377,45.26131266],[7.440119107,45.261325354],[7.440822483,45.263000244],[7.440548933,45.264189212],[7.440597397,45.264354859],[7.440620325,45.264433226],[7.439635204,45.264478282],[7.439191095,45.26593046],[7.439182462,45.266245394],[7.439675313,45.266576187],[7.439902212,45.266858335],[7.439883797,45.266876085],[7.4405674,45.267020447],[7.440164011,45.26726248],[7.43966236,45.267615687],[7.439174142,45.268045586],[7.439219112,45.268730319],[7.439218679,45.268905843],[7.439218681,45.268906782],[7.439220069,45.269887026],[7.439226971,45.269888774],[7.439257651,45.269896545],[7.439749286,45.269822246],[7.44021031,45.269644014],[7.440841336,45.269454602],[7.441604513,45.269429011],[7.442169581,45.26949523],[7.442588161,45.269594339],[7.442694027,45.269619406],[7.442769121,45.26970772],[7.44281406,45.269760569],[7.443039627,45.2700922],[7.443454089,45.270669446],[7.443708137,45.270819638],[7.443960613,45.270968901],[7.444126729,45.271056676],[7.444545465,45.271273919],[7.445337504,45.271140681],[7.446235237,45.270725325],[7.446571533,45.270576875],[7.447003093,45.270528735],[7.447832208,45.2704815],[7.448683288,45.270578581],[7.449315399,45.270816703],[7.449496351,45.271120713],[7.449467429,45.271597403],[7.449460141,45.271718823],[7.449334973,45.272014173],[7.449712809,45.272505387],[7.449791875,45.272801781],[7.449824872,45.272925478],[7.449949472,45.273137204],[7.450049152,45.273306585],[7.450035059,45.273589944],[7.450102215,45.273991423],[7.450088951,45.274109424],[7.450076452,45.274220614],[7.450015341,45.274548339],[7.450024806,45.27491753],[7.449966175,45.275168774],[7.449966423,45.275627858],[7.450711474,45.276754155],[7.450896623,45.277139232],[7.451204501,45.277552976],[7.451981154,45.278486161],[7.453150498,45.278150953],[7.45492486,45.277616881],[7.455114715,45.27758645],[7.455111532,45.277286349],[7.455228084,45.27705839],[7.455560535,45.276347264],[7.455677698,45.275876269],[7.455700086,45.275800057],[7.455817842,45.275410088],[7.455870386,45.275176755],[7.45621656,45.274825878],[7.456747551,45.274270462],[7.457039223,45.274004357],[7.457489906,45.273839414],[7.45806187,45.27371212],[7.458859397,45.273596865],[7.459383178,45.273527418],[7.459874629,45.27359256],[7.460172702,45.273722598],[7.460394286,45.273896618],[7.460669345,45.274008342],[7.461030902,45.274148239],[7.461162374,45.274222023],[7.461683605,45.274247048],[7.461915178,45.274272672],[7.462341286,45.274161389],[7.462522359,45.274109822],[7.463133229,45.273618458],[7.463199382,45.273529334],[7.463524696,45.273299674],[7.463714737,45.273122198],[7.463821142,45.273047119],[7.464077244,45.272798519],[7.464274726,45.272360102],[7.464479024,45.271890269],[7.46457821,45.271639563],[7.464616652,45.271514057],[7.464986567,45.271343501],[7.465186004,45.271260665],[7.465350025,45.271190858],[7.465482344,45.271026107],[7.465781472,45.270895103],[7.466361997,45.270655364],[7.466772161,45.270498841],[7.467392082,45.27030463],[7.467417117,45.270232954],[7.467666202,45.270155284],[7.468241705,45.269982972],[7.468458167,45.269918366],[7.468990009,45.269547436],[7.469542402,45.26927129],[7.469972333,45.26901601],[7.470037893,45.268962878],[7.470132335,45.268887629],[7.472558801,45.268857101],[7.472665687,45.268719009],[7.473592454,45.267835749],[7.474668889,45.267431563],[7.475083737,45.267648638],[7.475389452,45.267463691],[7.47579588,45.267221575],[7.476022409,45.267107576],[7.474855972,45.266232359],[7.474857732,45.266196374],[7.474688215,45.266041084],[7.474758478,45.265767478],[7.474723771,45.265546474],[7.474581765,45.265405056],[7.474439399,45.265277131],[7.474553729,45.265247153],[7.474577766,45.264959425],[7.474534334,45.264751809],[7.474252016,45.264405978],[7.474416857,45.264304662],[7.474228688,45.264072612],[7.474099216,45.263805333],[7.474786268,45.263584976],[7.474738405,45.263408807],[7.475162172,45.262964391],[7.475515086,45.262771068],[7.476196278,45.262456103],[7.476390895,45.262328179],[7.477209,45.262091549],[7.477539429,45.261978934],[7.478625116,45.261610842],[7.479712337,45.261274262],[7.480400329,45.261031375],[7.481221431,45.26074075],[7.48149773,45.260640907],[7.480772599,45.259573577],[7.480179852,45.258755552],[7.480050483,45.258528792],[7.479941655,45.258338309],[7.479520945,45.257716102],[7.479257879,45.257231018],[7.479053769,45.256850235],[7.479783851,45.256207343],[7.4803486,45.255670268],[7.480687448,45.255359724],[7.480999564,45.255170344],[7.482038152,45.254486536],[7.482603476,45.254165494],[7.483519848,45.253493548],[7.483965366,45.253094392],[7.484370577,45.252892739],[7.484819045,45.252322592],[7.484971972,45.252068077],[7.484968578,45.251311899],[7.484731866,45.250629141],[7.484421314,45.249877892],[7.484148632,45.24905063],[7.483859145,45.24842118],[7.483324135,45.247725456],[7.482957018,45.247320005],[7.482634056,45.24648307],[7.482202632,45.246040764],[7.4819667,45.245614553],[7.481946288,45.245528766],[7.481919825,45.245415895],[7.481988514,45.244795703],[7.481931369,45.244250349],[7.481813328,45.244032742],[7.481822677,45.243681805],[7.481087557,45.24224978],[7.48098052,45.242306865],[7.480705314,45.242339212],[7.480051721,45.242136982],[7.478774053,45.241656386],[7.477660708,45.24119597],[7.475530658,45.240757982],[7.474740665,45.240535892],[7.473146053,45.239582921],[7.471416558,45.238821654],[7.471112247,45.238633048],[7.470715782,45.238110147],[7.470367715,45.23772742],[7.469897933,45.237518587],[7.469427586,45.236841666],[7.46906459,45.236526249],[7.46842475,45.236112596],[7.467682542,45.235612054],[7.467392093,45.235027552],[7.467276461,45.234841468],[7.467154708,45.234646301],[7.467082306,45.233223078],[7.467077618,45.232183332],[7.466859761,45.231091217],[7.466648575,45.229499604],[7.466543907,45.229084124],[7.466495652,45.228939451],[7.466333313,45.228433182],[7.46612288,45.227791242],[7.465955948,45.227455939],[7.465857139,45.227252077],[7.465658225,45.226907343],[7.465301173,45.226137412],[7.465024707,45.225287546],[7.464754441,45.224680803],[7.464335531,45.224036061],[7.463645575,45.223302149],[7.46335699,45.222888694],[7.463191387,45.222490393],[7.462519628,45.221806232],[7.46229037,45.221614109],[7.461905443,45.22117235],[7.461664995,45.220908063],[7.461225614,45.220537581],[7.460920679,45.220258919],[7.460736702,45.22008541],[7.460581859,45.219790769],[7.460463226,45.219600139],[7.46026559,45.219268916],[7.459899188,45.219011927],[7.45958077,45.218850103],[7.459489736,45.218772364],[7.459014575,45.218563418],[7.4588955,45.21846279],[7.458597845,45.218328251],[7.458377259,45.218257758],[7.458064304,45.218159019],[7.457288706,45.217919001],[7.456749476,45.217695676],[7.456354938,45.217420294],[7.455994544,45.217221887],[7.455318041,45.217041709],[7.454862933,45.216887023],[7.454393391,45.216736642],[7.453790302,45.216755481],[7.453349316,45.216623489],[7.452666122,45.216411694],[7.451990006,45.216217997],[7.451629237,45.216019572],[7.451310732,45.215862226],[7.450871346,45.215671733],[7.450368995,45.215147323],[7.450200397,45.21501001],[7.449555761,45.214713207],[7.448897422,45.214393714],[7.44852082,45.213988027],[7.448072524,45.213599365],[7.447875167,45.213466156],[7.447488722,45.213159352],[7.446999678,45.212689118],[7.446521746,45.212322553],[7.446313263,45.212072172],[7.445902999,45.211603005],[7.445643787,45.211374437],[7.445479625,45.21107515],[7.445442422,45.210863103],[7.444911964,45.210059239],[7.444590891,45.209735309],[7.444070527,45.209350148],[7.443760469,45.20914789],[7.44331589,45.208610732],[7.442820218,45.208108884],[7.442368813,45.20783718],[7.441980838,45.207588845],[7.441689785,45.207215808],[7.441243157,45.206755129],[7.441117959,45.206618395],[7.440863706,45.206209849],[7.440549564,45.205633958],[7.440108485,45.204970815],[7.440020697,45.204776082],[7.439752381,45.20435834],[7.439470024,45.204192454],[7.439057389,45.203799741],[7.438739847,45.203610866],[7.43827245,45.20340194],[7.43757194,45.203045795],[7.437059085,45.202651704],[7.43658723,45.202330189],[7.436172923,45.202013958],[7.435976627,45.201844739],[7.43568218,45.201336614],[7.435587874,45.201119283],[7.435199234,45.200897919],[7.434609764,45.200687304],[7.433806234,45.200433243],[7.433039651,45.200152675],[7.431453123,45.199680812],[7.430754158,45.197578327],[7.430255302,45.197040375],[7.430362765,45.195259528],[7.43047061,45.193478685],[7.430133714,45.19344705],[7.429291055,45.193115903],[7.426937807,45.19210683],[7.425533039,45.191502362],[7.424772134,45.191410853],[7.424357531,45.190995554],[7.423647787,45.191183795],[7.423207515,45.190646621],[7.422152533,45.190573534],[7.421734341,45.190288707],[7.420815155,45.190613559],[7.42039758,45.190594279],[7.419397215,45.190674954],[7.418784575,45.191134555],[7.418327321,45.191240742],[7.416152442,45.190193409],[7.41574155,45.190205716],[7.414671037,45.189403211],[7.414350167,45.188953173],[7.413808113,45.188675598],[7.41167115,45.187930259],[7.408806286,45.187498799],[7.406915216,45.187040351],[7.405169213,45.186687417],[7.404496207,45.18654299],[7.404205397,45.186358895],[7.403934407,45.186220082],[7.403262099,45.185297016],[7.403082204,45.184916432],[7.402408996,45.183273211],[7.401939287,45.181920891],[7.401841836,45.181622473],[7.401656799,45.181426348],[7.401015393,45.180908772],[7.400267504,45.180430213],[7.39914025,45.179892319],[7.398533851,45.17964527],[7.398094418,45.179472575],[7.397745855,45.179080614],[7.397132293,45.178338366],[7.396722282,45.177869024],[7.396587773,45.177390045],[7.396662115,45.177008517],[7.394304707,45.176601824],[7.392675418,45.176623906],[7.391468246,45.176683422],[7.390512313,45.176831981],[7.3896191,45.177012921],[7.387510693,45.177536771],[7.386403409,45.177804679],[7.385620832,45.177883633],[7.385067222,45.177938816],[7.383946103,45.177949962],[7.382551389,45.177903205],[7.381193233,45.178068492],[7.380149886,45.178310242],[7.37978665,45.178440114],[7.379527512,45.178629971],[7.379309617,45.17885192],[7.379090571,45.179114363],[7.378703196,45.179351906],[7.378554914,45.179363305],[7.37796253,45.17936839],[7.377604784,45.179304798],[7.376827713,45.179104717],[7.372802416,45.177854704],[7.371437916,45.177502191],[7.371036744,45.177469461],[7.370865732,45.177539034],[7.369723298,45.178296872],[7.36836354,45.17924063],[7.367521359,45.179858705],[7.367170669,45.18028577],[7.366176427,45.181032187],[7.365750298,45.181134111],[7.365242979,45.181126849],[7.364864673,45.181044916],[7.363311123,45.180640086],[7.363187055,45.180611304],[7.359803678,45.179770606],[7.358856151,45.179621966],[7.357989436,45.179609505],[7.356973642,45.1796219],[7.355996765,45.179760866],[7.355399202,45.179945796],[7.354652045,45.180187076],[7.354093112,45.180494081],[7.353941711,45.18061342],[7.353786548,45.180863227],[7.353606809,45.181234206],[7.353345878,45.181468988],[7.353000919,45.181707056],[7.352507397,45.181951984],[7.351526696,45.182207881],[7.349378083,45.18263142],[7.344514162,45.183704212],[7.342524503,45.184471995],[7.341651312,45.184679854],[7.340292498,45.184858148],[7.338425656,45.185038035],[7.336158403,45.185185054],[7.335564131,45.185252905],[7.335248149,45.185203288],[7.33434879,45.184861612],[7.333216049,45.184530025],[7.332297075,45.184125034],[7.329600217,45.184490688],[7.328957751,45.18548497],[7.32851941,45.186000648],[7.328063421,45.186412552],[7.327220966,45.187007824],[7.326867691,45.187511239],[7.32659212,45.18825434],[7.324518347,45.188268934],[7.323294296,45.188174454],[7.322374418,45.187800876],[7.321685309,45.187507194],[7.321349442,45.187416744],[7.320946918,45.187428828],[7.320518946,45.187602564],[7.319856244,45.187831359],[7.319262061,45.187894627],[7.317474859,45.18789081],[7.317138467,45.187818337],[7.316517112,45.187723665],[7.315873623,45.187664667],[7.315578985,45.187619814],[7.313229736,45.186941512],[7.311954681,45.187147709],[7.310673895,45.187533842],[7.309949003,45.18772565],[7.30920156,45.187966633],[7.308899067,45.18817369],[7.307332666,45.189644754],[7.307117126,45.189776584],[7.306520101,45.189934262],[7.304393566,45.190303274],[7.302782687,45.190414361],[7.30201893,45.190479522],[7.301640124,45.190415378],[7.300637401,45.189995383],[7.299718043,45.189608126],[7.298950243,45.189101603],[7.298353589,45.188539108],[7.297576008,45.187654357],[7.296214311,45.18721547],[7.294309055,45.186556907],[7.291179849,45.185087855],[7.290323311,45.184732973],[7.287544217,45.185708512],[7.285724888,45.186419345],[7.285273058,45.186669107],[7.281932409,45.189431905],[7.281757594,45.189622809],[7.281729342,45.189860929],[7.281823238,45.191658168],[7.281720127,45.192268731],[7.281589215,45.192401781],[7.278520696,45.193854334],[7.2780451,45.194031696],[7.276977001,45.193804041],[7.276670688,45.193776918],[7.276222261,45.193765646],[7.275624022,45.193617089],[7.275202582,45.193502702],[7.274901162,45.193498148],[7.274476744,45.19346923],[7.273865473,45.193383479],[7.273057345,45.193150716],[7.271656159,45.192782953],[7.271012367,45.193088261],[7.269677302,45.193860181],[7.269239191,45.194348632],[7.269212658,45.194528265],[7.269295589,45.195978785],[7.269115663,45.196336123],[7.268829149,45.196705344],[7.268753801,45.196762716],[7.268569149,45.19690844],[7.267740264,45.197030893],[7.266140892,45.196754573],[7.264941004,45.19655631],[7.263173619,45.196232385],[7.261303074,45.195821345],[7.259001332,45.195682752],[7.256379291,45.196326867],[7.254218422,45.197045484],[7.25160371,45.197563573],[7.251444532,45.197538635],[7.249460203,45.196765593],[7.248329144,45.196374676],[7.246983054,45.195692395],[7.245690008,45.195019918],[7.244567293,45.194372546],[7.242894079,45.194252291],[7.241863852,45.194065402],[7.24095848,45.193983947],[7.2399683,45.193892171],[7.238638914,45.19370514],[7.237524187,45.193485402],[7.236784092,45.193244432],[7.236337991,45.192823465],[7.236037265,45.192526268],[7.235850347,45.192356849],[7.235711566,45.192354705],[7.235493999,45.192481865],[7.233536823,45.193608315],[7.232279463,45.194552029],[7.231156111,45.195650837],[7.230929039,45.195737334],[7.230660113,45.195800677],[7.230338342,45.195836202],[7.229502422,45.195926757],[7.229170869,45.19594412],[7.228317784,45.195908381],[7.227900451,45.19593341],[7.226841475,45.196326548],[7.225017119,45.196946319],[7.224341296,45.197043827],[7.223442169,45.197106357],[7.221967623,45.197465969],[7.221364732,45.19762311],[7.219936989,45.197501843],[7.219362163,45.19744787],[7.217455806,45.196918534],[7.216601867,45.196909697],[7.216293491,45.196859875],[7.216199899,45.196786399],[7.216109572,45.196595952],[7.216042542,45.196347359],[7.215950223,45.196233397],[7.213413526,45.195037023],[7.211943943,45.194221873],[7.211066562,45.193591517],[7.210394536,45.192883354],[7.206983496,45.193351936],[7.205485216,45.193782976],[7.204653667,45.194075963],[7.203893461,45.194478079],[7.203567692,45.194652989],[7.203393872,45.194740269],[7.203254527,45.194756078],[7.202275729,45.194632653],[7.201380023,45.194587041],[7.200034181,45.194597337],[7.199102435,45.19467266],[7.197245376,45.194971912],[7.195406935,45.195361449],[7.195256992,45.195372578],[7.193422764,45.194609939],[7.19172687,45.194191521],[7.190546707,45.194033295],[7.189585003,45.194049556],[7.188654224,45.194106806],[7.187770867,45.194349335],[7.187642113,45.194369796],[7.187568068,45.194346116],[7.187335922,45.194252415],[7.185979181,45.19359175],[7.185547385,45.193395852],[7.185019621,45.19320293],[7.184531548,45.193100657],[7.183978454,45.193028849],[7.183442962,45.193078839],[7.183045387,45.193495591],[7.182637251,45.193894166],[7.181805572,45.194524545],[7.181665649,45.194558321],[7.18155922,45.194552128],[7.181463997,45.194519105],[7.181274371,45.194439568],[7.180143845,45.194047989],[7.178144846,45.193444502],[7.177051739,45.193215517],[7.17659459,45.193154206],[7.176146461,45.193147048],[7.175108576,45.19320698],[7.174110359,45.193357547],[7.173452272,45.193558562],[7.172251724,45.194038939],[7.172037903,45.194044517],[7.171878952,45.194001465],[7.171563178,45.193861383],[7.170739749,45.19356014],[7.169101411,45.19336285],[7.167532962,45.193306181],[7.166602467,45.193354255],[7.164593915,45.193709053],[7.163541222,45.193894665],[7.16309341,45.193864956],[7.16276535,45.192450921],[7.162579523,45.192254396],[7.160879972,45.191304359],[7.160247237,45.191051122],[7.159587777,45.190972984],[7.157328767,45.19080602],[7.156427915,45.190602445],[7.156014085,45.190519246],[7.154408693,45.190623829],[7.153644766,45.190467451],[7.152420944,45.190668196],[7.151696509,45.190606962],[7.150706306,45.190190355],[7.150271606,45.190088795],[7.149515955,45.190009035],[7.148921999,45.189886886],[7.148827235,45.189840344],[7.148050911,45.189404676],[7.146964541,45.188986476],[7.146477161,45.188866044],[7.146404268,45.188819851],[7.146122953,45.188270683],[7.145540713,45.187788641],[7.144937118,45.187621305],[7.144132909,45.187396699],[7.143581244,45.187284211],[7.143401993,45.187218284],[7.142884384,45.186719277],[7.142326676,45.186462658],[7.141650501,45.186888232],[7.141470082,45.186858292],[7.14021963,45.186558877],[7.139606167,45.186377853],[7.139051441,45.186359812],[7.13890166,45.186366371],[7.138018965,45.186586021],[7.136552096,45.186373052],[7.135341105,45.186510811],[7.134698106,45.186576824],[7.133834657,45.186864266],[7.131811423,45.187668333],[7.131261578,45.187816865],[7.130960196,45.187897444],[7.130018341,45.187954035],[7.129119419,45.188011321],[7.128835402,45.187889648],[7.127830008,45.187603116],[7.127509955,45.187597867],[7.126778212,45.187761396],[7.125477942,45.188338666],[7.124511551,45.188826887],[7.123943357,45.189218125],[7.123401801,45.189452268],[7.123024216,45.189563085],[7.122660471,45.189579609],[7.122158808,45.18958036],[7.121029322,45.189498765],[7.120443701,45.189439617],[7.119654669,45.189408618],[7.119141134,45.189431665],[7.118765569,45.189492993],[7.118250098,45.189574513],[7.11772474,45.189642369],[7.117294011,45.189747787],[7.116787795,45.189874459],[7.114338837,45.190621685],[7.113239493,45.19092758],[7.11251543,45.191181164],[7.111769833,45.191303856],[7.111229089,45.191330921],[7.110426621,45.191380655],[7.108629247,45.191476917],[7.107482151,45.191601935],[7.107084492,45.191680855],[7.106553029,45.191919588],[7.105945726,45.19220207],[7.105104401,45.192750711],[7.102458584,45.19462412],[7.101594724,45.195226371],[7.10102676,45.195603995],[7.100371198,45.19604317],[7.099989333,45.196279863],[7.099406965,45.19677876],[7.098945935,45.197468716],[7.098486549,45.198109183],[7.097936261,45.198599606],[7.097933263,45.198689571],[7.097981297,45.198847902],[7.098082273,45.199029614],[7.098137147,45.199305082],[7.098079668,45.199430144],[7.097859526,45.199624513],[7.097336588,45.199926357],[7.096721718,45.200109643],[7.096174765,45.20017704],[7.095565737,45.200184884],[7.094255851,45.200698625],[7.093714211,45.200928127],[7.092934693,45.201239165],[7.092340368,45.201449778],[7.091954314,45.201488332],[7.091548687,45.201481552],[7.091230061,45.201431221],[7.090571704,45.201307692],[7.088789998,45.201246374],[7.087764904,45.20123821],[7.08753911,45.201279438],[7.086892977,45.201444145],[7.08613655,45.201706015],[7.085716111,45.201820488],[7.08552243,45.201853249],[7.083986176,45.201804973],[7.083354,45.201861872],[7.082033022,45.20207373],[7.080741574,45.202353583],[7.079383922,45.202708819],[7.078682851,45.202908565],[7.077752639,45.203248469],[7.07718401,45.203319908],[7.072158181,45.206660274],[7.06859357,45.209079976],[7.067010399,45.210281906],[7.066924759,45.21024895],[7.06689711,45.210382668],[7.06699073,45.210293058],[7.076823726,45.214118245],[7.083089824,45.216348003],[7.083768079,45.220041021],[7.083870215,45.223445313],[7.084264035,45.224235064],[7.084905152,45.224866919],[7.090807372,45.229673572],[7.096958289,45.233547906],[7.107070681,45.243608682],[7.109632896,45.245496451],[7.110505587,45.246077978],[7.111094605,45.246375773],[7.112121722,45.246527798],[7.113739454,45.246545523],[7.114992295,45.246422199],[7.118335056,45.245523177],[7.11959591,45.245156888],[7.12167151,45.244425925],[7.12310854,45.244125505],[7.124297647,45.244001013],[7.124758175,45.244332649],[7.128827518,45.247684953],[7.129236868,45.248024726],[7.136916881,45.255549535],[7.137090878,45.256074455],[7.136102863,45.258614755],[7.135775634,45.259266529],[7.135242822,45.259968942],[7.132701553,45.264005071],[7.132019234,45.26887272],[7.131480844,45.274012734],[7.132555982,45.274660433],[7.133671221,45.275641824],[7.1345633,45.276430525],[7.135252776,45.277566986],[7.136070956,45.279056582],[7.136081132,45.279524813],[7.136048533,45.279950104]]]]}}]}"

iMuMz commented 6 months ago

@gemanzo Thank you, the example string was helpful and I was able to display the result correctly.

Nova4FieldMap::make('Map View')
->type('GeoJson')
->geoJson($this->geojson)

$this->geojson is just a json column on the users table with the value of your string.

Screenshot 2024-04-26 at 11 12 23

I don't think the json_encode is necessary json_encode($sector->getFeatureCollection())

gemanzo commented 6 months ago

@iMuMz Thanks for the answer. I tried to pass the json value without json_encode but i still got the same error.

Nova4FieldMap::make('Mappa') ->type('GeoJson') ->geoJson($this->getFeatureCollection())

My getFeatureCollection() method:

`public function getFeatureCollection(): ?array { $model = get_class($this); $obj = $model::where('id', '=', $this->id) ->select( DB::raw('ST_AsGeoJSON(geometry) as geom') ) ->first();

    if (is_null($obj)) {
        return null;
    }
    $geom = $obj->geom;

    if (isset($geom)) {
        $featureCollection = [
            'type' => 'FeatureCollection',
            'features' => [
                [
                    'type' => 'Feature',
                    'properties' => [
                        'popup' => 'I am a Popup'
                    ],
                    'geometry' => json_decode($geom, true),
                ],
            ],
        ];
        return $featureCollection;
    } else {
        return null;
    }
}`

Geometry data for the specified model is not nullable so this method will never return null. I am using postgres with postgis. The result of this method is something like this:

Screenshot 2024-04-26 alle 12 12 26

iMuMz commented 6 months ago

@gemanzo You need to pass in a string, not an array

gemanzo commented 6 months ago

@iMuMz and so i was doing withjson_encode($this->getFeatureCollection())

iMuMz commented 6 months ago

@gemanzo You can just encode inside your return return json_encode($featureCollection)

I also think you need to remove the inverted commas " " before and at the end of your string.

Example:

{"type": "FeatureCollection"

And not

"{"type": "FeatureCollection"

gemanzo commented 6 months ago

Seems strange but if it can help to solve the problem i am migrating my app from nova 3 to nova 4. In the previous version i'm using LeafletMap package in the exact same way and it is working correctly.

i am using the version: "imumz/leaflet-map": "^1.1",

and this is how i implemented:

LeafletMap::make('Mappa') ->type('GeoJson') ->geoJson(json_encode($this->getFeatureCollection())) ->center($this->getCentroid()[1], $this->getCentroid()[0]) ->zoom(9) ->onlyOnDetail();

iMuMz commented 6 months ago

@gemanzo Passing your string directly to the geoJson() method works as expected.

Nova4FieldMap::make('Map View')
->type('GeoJson')
->geoJson('{"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "MultiPolygon", "coordinates": [[[[7.136048533, 45.279950104], [7.136068341, 45.279950188], [7.137923115, 45.279912943], [7.141179773, 45.279821984], [7.144646545, 45.279738846], [7.145104151, 45.279647266], [7.146779763, 45.27976449], [7.148392483, 45.279831161], [7.148855249, 45.279942182], [7.149318014, 45.280053203], [7.149426195, 45.280077736], [7.149873735, 45.280179231], [7.150220309, 45.280279363], [7.150394437, 45.280332633], [7.150717413, 45.28043144], [7.151266558, 45.280759887], [7.152543509, 45.281658202], [7.152947477, 45.281795263], [7.153481041, 45.281880403], [7.154080869, 45.281912607], [7.154538479, 45.281820989], [7.15596117, 45.281470411], [7.15609899, 45.281441131], [7.15623681, 45.281411852], [7.157257008, 45.281419321], [7.157947149, 45.281529472], [7.158694378, 45.281685549], [7.159631158, 45.281759166], [7.161003692, 45.281862294], [7.162520341, 45.281846205], [7.163293141, 45.282124184], [7.165384559, 45.282371442], [7.165628374, 45.282400267], [7.16609365, 45.2821692], [7.168279377, 45.282708371], [7.168390519, 45.281954024], [7.168711967, 45.280644959], [7.168833749, 45.279931294], [7.168972726, 45.279586961], [7.169202353, 45.278951539], [7.169342477, 45.278756858], [7.169561035, 45.278453204], [7.170085474, 45.277867506], [7.170435497, 45.277477051], [7.170496053, 45.277216975], [7.170628796, 45.277066077], [7.171053976, 45.276307757], [7.17165785, 45.275790843], [7.172598928, 45.274896752], [7.17295854, 45.274529615], [7.173349827, 45.274130137], [7.173982, 45.273636164], [7.175099573, 45.272677365], [7.175745754, 45.272093587], [7.176211859, 45.271695967], [7.176903945, 45.271319951], [7.178568136, 45.270891938], [7.180740798, 45.27073304], [7.181622327, 45.27059856], [7.183125393, 45.270311934], [7.184184946, 45.269878714], [7.186086083, 45.268950269], [7.186642569, 45.268626049], [7.187134503, 45.268408006], [7.187544447, 45.268226302], [7.187880671, 45.267933462], [7.188082406, 45.267757757], [7.188663393, 45.267388912], [7.188908215, 45.267181257], [7.189906646, 45.266850532], [7.190947653, 45.266646491], [7.19130286, 45.26660011], [7.19174687, 45.266542134], [7.192156123, 45.2664636], [7.192483526, 45.266400773], [7.193703034, 45.266069011], [7.194981849, 45.265864197], [7.196031664, 45.265556731], [7.19717478, 45.26524623], [7.197855261, 45.26522997], [7.198370058, 45.265301105], [7.19974971, 45.265219349], [7.200718414, 45.265284126], [7.202414399, 45.265490868], [7.20386047, 45.26570266], [7.204537296, 45.265789816], [7.206065554, 45.265795836], [7.207165107, 45.265943632], [7.208814266, 45.266158545], [7.209616108, 45.265982092], [7.210409119, 45.265706474], [7.210834366, 45.265420587], [7.210975331, 45.265067237], [7.211053782, 45.264985464], [7.211762319, 45.264246918], [7.212410893, 45.263761993], [7.213056562, 45.263191498], [7.213195659, 45.262833614], [7.213278881, 45.262402842], [7.21346288, 45.262086166], [7.2136347, 45.26161177], [7.213462116, 45.261005968], [7.213621325, 45.260742914], [7.21478356, 45.260184993], [7.215154465, 45.260118779], [7.21552537, 45.260052565], [7.217177192, 45.259452762], [7.218758213, 45.258874331], [7.220584873, 45.258425734], [7.223718056, 45.25744834], [7.224747557, 45.257284323], [7.225347124, 45.257190125], [7.226693303, 45.25747883], [7.228039481, 45.257767533], [7.228271763, 45.257816144], [7.228504045, 45.257864756], [7.231157639, 45.258666527], [7.232585409, 45.259093708], [7.233719734, 45.259614115], [7.233966175, 45.259727176], [7.2347481, 45.259982313], [7.235853045, 45.260327947], [7.236646785, 45.260587751], [7.237410069, 45.261085621], [7.237957952, 45.261413628], [7.238696108, 45.261771579], [7.239528812, 45.262099474], [7.240024439, 45.262417669], [7.240810032, 45.263487828], [7.241050367, 45.263815216], [7.241312068, 45.264245322], [7.24183547, 45.265105524], [7.241916607, 45.265273809], [7.242108754, 45.265672331], [7.242493865, 45.265997815], [7.243193924, 45.266328143], [7.243403341, 45.266835451], [7.243766125, 45.267885208], [7.24421556, 45.26876077], [7.244272854, 45.268892172], [7.245116666, 45.268747616], [7.24646747, 45.268723364], [7.247658104, 45.268674129], [7.247947183, 45.268678565], [7.248221145, 45.268565752], [7.248452326, 45.2685873], [7.248937166, 45.268495717], [7.251999363, 45.267574977], [7.253836592, 45.267769614], [7.255222398, 45.267876315], [7.25691169, 45.267803101], [7.257737934, 45.268139765], [7.259439638, 45.268129714], [7.26053154, 45.268299379], [7.260945367, 45.26857573], [7.264637369, 45.270171163], [7.264644376, 45.270171198], [7.265958972, 45.270177738], [7.269421248, 45.270374291], [7.270148782, 45.270646362], [7.270675328, 45.270807363], [7.271389883, 45.271061223], [7.274710188, 45.271449003], [7.277760724, 45.271972134], [7.278691511, 45.27228322], [7.279411773, 45.272798161], [7.280597695, 45.273698179], [7.28106295, 45.274083247], [7.28122418, 45.274157686], [7.281546639, 45.274306564], [7.282183856, 45.274419671], [7.282735398, 45.274427967], [7.283348544, 45.274216648], [7.283852172, 45.274003684], [7.284186022, 45.27377916], [7.284324396, 45.27348419], [7.28449511, 45.273252716], [7.284617112, 45.27281347], [7.285039358, 45.272378739], [7.28553601, 45.272020269], [7.286181667, 45.271554248], [7.286908492, 45.271164587], [7.288060628, 45.270700286], [7.288673028, 45.270286394], [7.288675959, 45.270284393], [7.288769824, 45.270220335], [7.289175693, 45.270037383], [7.290550865, 45.269414368], [7.290780764, 45.269134263], [7.29099816, 45.268912479], [7.291043122, 45.268715118], [7.291044602, 45.268413587], [7.291033716, 45.268165886], [7.291559812, 45.268502315], [7.291719553, 45.268624111], [7.291939139, 45.268791536], [7.292028234, 45.268853871], [7.292326975, 45.269062881], [7.292547159, 45.269205905], [7.292610667, 45.269247157], [7.29306832, 45.269528545], [7.293559101, 45.269661903], [7.294233469, 45.269743992], [7.2946367, 45.269768017], [7.295246403, 45.269921146], [7.296127089, 45.269911787], [7.296934639, 45.269896832], [7.297828368, 45.26979764], [7.298482243, 45.269699365], [7.298867425, 45.269714105], [7.299756049, 45.26977235], [7.300788284, 45.269837224], [7.301332862, 45.26990384], [7.301956155, 45.269962618], [7.302720295, 45.26990331], [7.302783499, 45.269898404], [7.303874718, 45.269815604], [7.305169802, 45.269789825], [7.306171791, 45.269813694], [7.30674027, 45.269867135], [7.307330354, 45.270078417], [7.307836248, 45.270301179], [7.308165967, 45.270446365], [7.308328482, 45.270515836], [7.308842186, 45.27073543], [7.309416887, 45.270941971], [7.309457867, 45.270979691], [7.309551065, 45.271065477], [7.309680007, 45.271458953], [7.309942109, 45.271755385], [7.310157234, 45.271970102], [7.310220514, 45.272200579], [7.310210498, 45.272537987], [7.310387257, 45.27281065], [7.310813215, 45.272848458], [7.310920427, 45.27290553], [7.311013237, 45.272954935], [7.311156566, 45.273132585], [7.311390784, 45.273577123], [7.311593568, 45.273845666], [7.311824375, 45.274056114], [7.312146261, 45.274177895], [7.313205391, 45.274387078], [7.313844536, 45.274531541], [7.314738273, 45.274769773], [7.315836456, 45.274898495], [7.316890434, 45.275188581], [7.318261015, 45.275604846], [7.318741024, 45.275755939], [7.319820261, 45.275542284], [7.320641822, 45.27532483], [7.320992114, 45.275351585], [7.321517552, 45.275391717], [7.322228941, 45.275465183], [7.322946841, 45.275588249], [7.323407206, 45.27570303], [7.324162146, 45.275799624], [7.324590259, 45.275846413], [7.325070817, 45.275979485], [7.325353773, 45.27602583], [7.325825367, 45.27610307], [7.326383325, 45.276259777], [7.326440162, 45.276263701], [7.326962642, 45.276299772], [7.327633017, 45.276264583], [7.328122592, 45.27626725], [7.328929978, 45.276355584], [7.329886711, 45.276419089], [7.330834144, 45.276432943], [7.331308588, 45.276421876], [7.331743851, 45.276320215], [7.332244433, 45.276260018], [7.332861159, 45.276152003], [7.333323787, 45.276149756], [7.33336086, 45.276152557], [7.333988067, 45.276199957], [7.334507773, 45.276180535], [7.334871898, 45.276167844], [7.335307834, 45.276111189], [7.33591552, 45.275985024], [7.336235057, 45.276039188], [7.336650824, 45.276031741], [7.337194813, 45.275985659], [7.337842611, 45.275945578], [7.338451738, 45.275783417], [7.338940617, 45.275687012], [7.339304739, 45.275674306], [7.339753554, 45.27565383], [7.340080362, 45.275622573], [7.340731571, 45.275465509], [7.341260372, 45.275297662], [7.342224239, 45.2749381], [7.3427315, 45.27470242], [7.343308139, 45.274355229], [7.343876521, 45.273962907], [7.344454911, 45.273390694], [7.345181786, 45.272739617], [7.345799025, 45.272131957], [7.346364029, 45.271690066], [7.34704899, 45.2711914], [7.347538263, 45.270914931], [7.348142712, 45.270581618], [7.348592973, 45.270358595], [7.349085885, 45.269956154], [7.349827518, 45.269287258], [7.350170155, 45.268873635], [7.350667728, 45.268309228], [7.351137368, 45.267897441], [7.351672371, 45.267360569], [7.352224772, 45.266855455], [7.352608148, 45.266491924], [7.353177467, 45.265910539], [7.353644766, 45.265413192], [7.353726602, 45.265189501], [7.353844595, 45.264866978], [7.353993171, 45.264515694], [7.35409813, 45.264267531], [7.354390356, 45.263776658], [7.354801997, 45.263246998], [7.355205866, 45.262820742], [7.355959723, 45.262219492], [7.356590117, 45.261796493], [7.357775061, 45.26128695], [7.358783914, 45.260833378], [7.359085861, 45.26066669], [7.35938227, 45.260373894], [7.359721407, 45.260077218], [7.359958155, 45.259878081], [7.360254933, 45.259738318], [7.360718094, 45.259546938], [7.361273027, 45.259280353], [7.361965658, 45.258948236], [7.362009703, 45.258926363], [7.362445755, 45.25870758], [7.362937692, 45.258512096], [7.364068174, 45.258091726], [7.364529365, 45.257967807], [7.36532538, 45.257848685], [7.365955403, 45.257767688], [7.36682422, 45.257748612], [7.367659089, 45.25776055], [7.368126087, 45.257767226], [7.368947525, 45.257594431], [7.369246908, 45.257524406], [7.369346492, 45.257501114], [7.369439605, 45.257484169], [7.369919821, 45.257396777], [7.370963166, 45.257402666], [7.371584404, 45.257407074], [7.371590733, 45.257407119], [7.371628221, 45.25741016], [7.372062009, 45.257445345], [7.37263136, 45.257493967], [7.373257516, 45.257547895], [7.373726328, 45.257644591], [7.374465456, 45.257871153], [7.375216098, 45.258196889], [7.37577531, 45.258447885], [7.37668124, 45.258775825], [7.377500562, 45.259012508], [7.377707374, 45.259064955], [7.377987731, 45.259136452], [7.378556863, 45.259207542], [7.378860318, 45.259153342], [7.379549818, 45.258969597], [7.379930454, 45.258862479], [7.380322968, 45.25882754], [7.380736857, 45.258778436], [7.380966796, 45.258751155], [7.381058643, 45.25876371], [7.38115049, 45.258776264], [7.381552994, 45.258894489], [7.382139054, 45.259028817], [7.382729372, 45.259167701], [7.382955018, 45.259202402], [7.383163132, 45.259191205], [7.38321989, 45.259188151], [7.383655263, 45.259144807], [7.383929038, 45.259139677], [7.384968427, 45.259257901], [7.385636715, 45.259330362], [7.38604643, 45.259363162], [7.386194535, 45.259338265], [7.386392204, 45.259305037], [7.386778774, 45.259182856], [7.38688292, 45.259149939], [7.387088121, 45.259062824], [7.387701439, 45.258670917], [7.387719215, 45.258549648], [7.387815179, 45.258451988], [7.388191684, 45.257575148], [7.388549427, 45.257107617], [7.38895145, 45.256609203], [7.389261438, 45.256055484], [7.389509855, 45.255397372], [7.389942409, 45.254818372], [7.39044176, 45.254172798], [7.390591441, 45.254062389], [7.392466631, 45.253562212], [7.394252939, 45.253204784], [7.394915176, 45.252929351], [7.395550924, 45.252664933], [7.396155556, 45.25222335], [7.397012672, 45.251569268], [7.397577393, 45.250776056], [7.397943028, 45.250052062], [7.398922355, 45.249057623], [7.399988817, 45.248816028], [7.400582107, 45.248662313], [7.401320387, 45.248656464], [7.401608561, 45.248654181], [7.402993941, 45.248655564], [7.404596699, 45.24858795], [7.405167325, 45.248460902], [7.405503892, 45.248518845], [7.405565618, 45.248529472], [7.405715243, 45.248555435], [7.406524663, 45.24869589], [7.406944519, 45.248615726], [7.407029917, 45.248599421], [7.407763832, 45.24852864], [7.408926193, 45.248544842], [7.409834624, 45.248413472], [7.410122381, 45.248390476], [7.41150874, 45.248342261], [7.411775372, 45.248281959], [7.412108662, 45.24820658], [7.412627408, 45.248175342], [7.41265514, 45.248173672], [7.413344423, 45.248160747], [7.414386371, 45.248382257], [7.415796505, 45.248266806], [7.416838526, 45.248213744], [7.419806011, 45.248115327], [7.420883704, 45.246257912], [7.423271338, 45.246128879], [7.425579333, 45.246057208], [7.426858007, 45.245998316], [7.426858106, 45.245980315], [7.431238674, 45.245896558], [7.431247373, 45.245910174], [7.431253179, 45.245919262], [7.431350612, 45.24607949], [7.431512613, 45.2463459], [7.432080852, 45.246997313], [7.432826804, 45.247601656], [7.433251323, 45.24805468], [7.433313872, 45.248121428], [7.433488351, 45.24835196], [7.43364088, 45.248553491], [7.433819512, 45.249168044], [7.434009962, 45.249584729], [7.434066605, 45.249763359], [7.434171938, 45.250095541], [7.434445431, 45.250562871], [7.434611485, 45.250722672], [7.43476278, 45.250868771], [7.435155296, 45.251526765], [7.435305263, 45.251996899], [7.435493242, 45.253214684], [7.43544742, 45.254172723], [7.435326239, 45.254553629], [7.435203396, 45.25522706], [7.434855357, 45.256036931], [7.434782183, 45.256801061], [7.435125918, 45.257336862], [7.43578899, 45.257629493], [7.436357122, 45.257826309], [7.436449017, 45.257875373], [7.436781061, 45.258052653], [7.437284348, 45.258369115], [7.437344476, 45.258406923], [7.437451347, 45.258575473], [7.437594927, 45.258801918], [7.437635243, 45.258958035], [7.437736062, 45.259348442], [7.437794899, 45.259817325], [7.437858818, 45.260115254], [7.43789359, 45.260276608], [7.437933722, 45.260462837], [7.438052201, 45.260892028], [7.43787377, 45.26131266], [7.440119107, 45.261325354], [7.440822483, 45.263000244], [7.440548933, 45.264189212], [7.440597397, 45.264354859], [7.440620325, 45.264433226], [7.439635204, 45.264478282], [7.439191095, 45.26593046], [7.439182462, 45.266245394], [7.439675313, 45.266576187], [7.439902212, 45.266858335], [7.439883797, 45.266876085], [7.4405674, 45.267020447], [7.440164011, 45.26726248], [7.43966236, 45.267615687], [7.439174142, 45.268045586], [7.439219112, 45.268730319], [7.439218679, 45.268905843], [7.439218681, 45.268906782], [7.439220069, 45.269887026], [7.439226971, 45.269888774], [7.439257651, 45.269896545], [7.439749286, 45.269822246], [7.44021031, 45.269644014], [7.440841336, 45.269454602], [7.441604513, 45.269429011], [7.442169581, 45.26949523], [7.442588161, 45.269594339], [7.442694027, 45.269619406], [7.442769121, 45.26970772], [7.44281406, 45.269760569], [7.443039627, 45.2700922], [7.443454089, 45.270669446], [7.443708137, 45.270819638], [7.443960613, 45.270968901], [7.444126729, 45.271056676], [7.444545465, 45.271273919], [7.445337504, 45.271140681], [7.446235237, 45.270725325], [7.446571533, 45.270576875], [7.447003093, 45.270528735], [7.447832208, 45.2704815], [7.448683288, 45.270578581], [7.449315399, 45.270816703], [7.449496351, 45.271120713], [7.449467429, 45.271597403], [7.449460141, 45.271718823], [7.449334973, 45.272014173], [7.449712809, 45.272505387], [7.449791875, 45.272801781], [7.449824872, 45.272925478], [7.449949472, 45.273137204], [7.450049152, 45.273306585], [7.450035059, 45.273589944], [7.450102215, 45.273991423], [7.450088951, 45.274109424], [7.450076452, 45.274220614], [7.450015341, 45.274548339], [7.450024806, 45.27491753], [7.449966175, 45.275168774], [7.449966423, 45.275627858], [7.450711474, 45.276754155], [7.450896623, 45.277139232], [7.451204501, 45.277552976], [7.451981154, 45.278486161], [7.453150498, 45.278150953], [7.45492486, 45.277616881], [7.455114715, 45.27758645], [7.455111532, 45.277286349], [7.455228084, 45.27705839], [7.455560535, 45.276347264], [7.455677698, 45.275876269], [7.455700086, 45.275800057], [7.455817842, 45.275410088], [7.455870386, 45.275176755], [7.45621656, 45.274825878], [7.456747551, 45.274270462], [7.457039223, 45.274004357], [7.457489906, 45.273839414], [7.45806187, 45.27371212], [7.458859397, 45.273596865], [7.459383178, 45.273527418], [7.459874629, 45.27359256], [7.460172702, 45.273722598], [7.460394286, 45.273896618], [7.460669345, 45.274008342], [7.461030902, 45.274148239], [7.461162374, 45.274222023], [7.461683605, 45.274247048], [7.461915178, 45.274272672], [7.462341286, 45.274161389], [7.462522359, 45.274109822], [7.463133229, 45.273618458], [7.463199382, 45.273529334], [7.463524696, 45.273299674], [7.463714737, 45.273122198], [7.463821142, 45.273047119], [7.464077244, 45.272798519], [7.464274726, 45.272360102], [7.464479024, 45.271890269], [7.46457821, 45.271639563], [7.464616652, 45.271514057], [7.464986567, 45.271343501], [7.465186004, 45.271260665], [7.465350025, 45.271190858], [7.465482344, 45.271026107], [7.465781472, 45.270895103], [7.466361997, 45.270655364], [7.466772161, 45.270498841], [7.467392082, 45.27030463], [7.467417117, 45.270232954], [7.467666202, 45.270155284], [7.468241705, 45.269982972], [7.468458167, 45.269918366], [7.468990009, 45.269547436], [7.469542402, 45.26927129], [7.469972333, 45.26901601], [7.470037893, 45.268962878], [7.470132335, 45.268887629], [7.472558801, 45.268857101], [7.472665687, 45.268719009], [7.473592454, 45.267835749], [7.474668889, 45.267431563], [7.475083737, 45.267648638], [7.475389452, 45.267463691], [7.47579588, 45.267221575], [7.476022409, 45.267107576], [7.474855972, 45.266232359], [7.474857732, 45.266196374], [7.474688215, 45.266041084], [7.474758478, 45.265767478], [7.474723771, 45.265546474], [7.474581765, 45.265405056], [7.474439399, 45.265277131], [7.474553729, 45.265247153], [7.474577766, 45.264959425], [7.474534334, 45.264751809], [7.474252016, 45.264405978], [7.474416857, 45.264304662], [7.474228688, 45.264072612], [7.474099216, 45.263805333], [7.474786268, 45.263584976], [7.474738405, 45.263408807], [7.475162172, 45.262964391], [7.475515086, 45.262771068], [7.476196278, 45.262456103], [7.476390895, 45.262328179], [7.477209, 45.262091549], [7.477539429, 45.261978934], [7.478625116, 45.261610842], [7.479712337, 45.261274262], [7.480400329, 45.261031375], [7.481221431, 45.26074075], [7.48149773, 45.260640907], [7.480772599, 45.259573577], [7.480179852, 45.258755552], [7.480050483, 45.258528792], [7.479941655, 45.258338309], [7.479520945, 45.257716102], [7.479257879, 45.257231018], [7.479053769, 45.256850235], [7.479783851, 45.256207343], [7.4803486, 45.255670268], [7.480687448, 45.255359724], [7.480999564, 45.255170344], [7.482038152, 45.254486536], [7.482603476, 45.254165494], [7.483519848, 45.253493548], [7.483965366, 45.253094392], [7.484370577, 45.252892739], [7.484819045, 45.252322592], [7.484971972, 45.252068077], [7.484968578, 45.251311899], [7.484731866, 45.250629141], [7.484421314, 45.249877892], [7.484148632, 45.24905063], [7.483859145, 45.24842118], [7.483324135, 45.247725456], [7.482957018, 45.247320005], [7.482634056, 45.24648307], [7.482202632, 45.246040764], [7.4819667, 45.245614553], [7.481946288, 45.245528766], [7.481919825, 45.245415895], [7.481988514, 45.244795703], [7.481931369, 45.244250349], [7.481813328, 45.244032742], [7.481822677, 45.243681805], [7.481087557, 45.24224978], [7.48098052, 45.242306865], [7.480705314, 45.242339212], [7.480051721, 45.242136982], [7.478774053, 45.241656386], [7.477660708, 45.24119597], [7.475530658, 45.240757982], [7.474740665, 45.240535892], [7.473146053, 45.239582921], [7.471416558, 45.238821654], [7.471112247, 45.238633048], [7.470715782, 45.238110147], [7.470367715, 45.23772742], [7.469897933, 45.237518587], [7.469427586, 45.236841666], [7.46906459, 45.236526249], [7.46842475, 45.236112596], [7.467682542, 45.235612054], [7.467392093, 45.235027552], [7.467276461, 45.234841468], [7.467154708, 45.234646301], [7.467082306, 45.233223078], [7.467077618, 45.232183332], [7.466859761, 45.231091217], [7.466648575, 45.229499604], [7.466543907, 45.229084124], [7.466495652, 45.228939451], [7.466333313, 45.228433182], [7.46612288, 45.227791242], [7.465955948, 45.227455939], [7.465857139, 45.227252077], [7.465658225, 45.226907343], [7.465301173, 45.226137412], [7.465024707, 45.225287546], [7.464754441, 45.224680803], [7.464335531, 45.224036061], [7.463645575, 45.223302149], [7.46335699, 45.222888694], [7.463191387, 45.222490393], [7.462519628, 45.221806232], [7.46229037, 45.221614109], [7.461905443, 45.22117235], [7.461664995, 45.220908063], [7.461225614, 45.220537581], [7.460920679, 45.220258919], [7.460736702, 45.22008541], [7.460581859, 45.219790769], [7.460463226, 45.219600139], [7.46026559, 45.219268916], [7.459899188, 45.219011927], [7.45958077, 45.218850103], [7.459489736, 45.218772364], [7.459014575, 45.218563418], [7.4588955, 45.21846279], [7.458597845, 45.218328251], [7.458377259, 45.218257758], [7.458064304, 45.218159019], [7.457288706, 45.217919001], [7.456749476, 45.217695676], [7.456354938, 45.217420294], [7.455994544, 45.217221887], [7.455318041, 45.217041709], [7.454862933, 45.216887023], [7.454393391, 45.216736642], [7.453790302, 45.216755481], [7.453349316, 45.216623489], [7.452666122, 45.216411694], [7.451990006, 45.216217997], [7.451629237, 45.216019572], [7.451310732, 45.215862226], [7.450871346, 45.215671733], [7.450368995, 45.215147323], [7.450200397, 45.21501001], [7.449555761, 45.214713207], [7.448897422, 45.214393714], [7.44852082, 45.213988027], [7.448072524, 45.213599365], [7.447875167, 45.213466156], [7.447488722, 45.213159352], [7.446999678, 45.212689118], [7.446521746, 45.212322553], [7.446313263, 45.212072172], [7.445902999, 45.211603005], [7.445643787, 45.211374437], [7.445479625, 45.21107515], [7.445442422, 45.210863103], [7.444911964, 45.210059239], [7.444590891, 45.209735309], [7.444070527, 45.209350148], [7.443760469, 45.20914789], [7.44331589, 45.208610732], [7.442820218, 45.208108884], [7.442368813, 45.20783718], [7.441980838, 45.207588845], [7.441689785, 45.207215808], [7.441243157, 45.206755129], [7.441117959, 45.206618395], [7.440863706, 45.206209849], [7.440549564, 45.205633958], [7.440108485, 45.204970815], [7.440020697, 45.204776082], [7.439752381, 45.20435834], [7.439470024, 45.204192454], [7.439057389, 45.203799741], [7.438739847, 45.203610866], [7.43827245, 45.20340194], [7.43757194, 45.203045795], [7.437059085, 45.202651704], [7.43658723, 45.202330189], [7.436172923, 45.202013958], [7.435976627, 45.201844739], [7.43568218, 45.201336614], [7.435587874, 45.201119283], [7.435199234, 45.200897919], [7.434609764, 45.200687304], [7.433806234, 45.200433243], [7.433039651, 45.200152675], [7.431453123, 45.199680812], [7.430754158, 45.197578327], [7.430255302, 45.197040375], [7.430362765, 45.195259528], [7.43047061, 45.193478685], [7.430133714, 45.19344705], [7.429291055, 45.193115903], [7.426937807, 45.19210683], [7.425533039, 45.191502362], [7.424772134, 45.191410853], [7.424357531, 45.190995554], [7.423647787, 45.191183795], [7.423207515, 45.190646621], [7.422152533, 45.190573534], [7.421734341, 45.190288707], [7.420815155, 45.190613559], [7.42039758, 45.190594279], [7.419397215, 45.190674954], [7.418784575, 45.191134555], [7.418327321, 45.191240742], [7.416152442, 45.190193409], [7.41574155, 45.190205716], [7.414671037, 45.189403211], [7.414350167, 45.188953173], [7.413808113, 45.188675598], [7.41167115, 45.187930259], [7.408806286, 45.187498799], [7.406915216, 45.187040351], [7.405169213, 45.186687417], [7.404496207, 45.18654299], [7.404205397, 45.186358895], [7.403934407, 45.186220082], [7.403262099, 45.185297016], [7.403082204, 45.184916432], [7.402408996, 45.183273211], [7.401939287, 45.181920891], [7.401841836, 45.181622473], [7.401656799, 45.181426348], [7.401015393, 45.180908772], [7.400267504, 45.180430213], [7.39914025, 45.179892319], [7.398533851, 45.17964527], [7.398094418, 45.179472575], [7.397745855, 45.179080614], [7.397132293, 45.178338366], [7.396722282, 45.177869024], [7.396587773, 45.177390045], [7.396662115, 45.177008517], [7.394304707, 45.176601824], [7.392675418, 45.176623906], [7.391468246, 45.176683422], [7.390512313, 45.176831981], [7.3896191, 45.177012921], [7.387510693, 45.177536771], [7.386403409, 45.177804679], [7.385620832, 45.177883633], [7.385067222, 45.177938816], [7.383946103, 45.177949962], [7.382551389, 45.177903205], [7.381193233, 45.178068492], [7.380149886, 45.178310242], [7.37978665, 45.178440114], [7.379527512, 45.178629971], [7.379309617, 45.17885192], [7.379090571, 45.179114363], [7.378703196, 45.179351906], [7.378554914, 45.179363305], [7.37796253, 45.17936839], [7.377604784, 45.179304798], [7.376827713, 45.179104717], [7.372802416, 45.177854704], [7.371437916, 45.177502191], [7.371036744, 45.177469461], [7.370865732, 45.177539034], [7.369723298, 45.178296872], [7.36836354, 45.17924063], [7.367521359, 45.179858705], [7.367170669, 45.18028577], [7.366176427, 45.181032187], [7.365750298, 45.181134111], [7.365242979, 45.181126849], [7.364864673, 45.181044916], [7.363311123, 45.180640086], [7.363187055, 45.180611304], [7.359803678, 45.179770606], [7.358856151, 45.179621966], [7.357989436, 45.179609505], [7.356973642, 45.1796219], [7.355996765, 45.179760866], [7.355399202, 45.179945796], [7.354652045, 45.180187076], [7.354093112, 45.180494081], [7.353941711, 45.18061342], [7.353786548, 45.180863227], [7.353606809, 45.181234206], [7.353345878, 45.181468988], [7.353000919, 45.181707056], [7.352507397, 45.181951984], [7.351526696, 45.182207881], [7.349378083, 45.18263142], [7.344514162, 45.183704212], [7.342524503, 45.184471995], [7.341651312, 45.184679854], [7.340292498, 45.184858148], [7.338425656, 45.185038035], [7.336158403, 45.185185054], [7.335564131, 45.185252905], [7.335248149, 45.185203288], [7.33434879, 45.184861612], [7.333216049, 45.184530025], [7.332297075, 45.184125034], [7.329600217, 45.184490688], [7.328957751, 45.18548497], [7.32851941, 45.186000648], [7.328063421, 45.186412552], [7.327220966, 45.187007824], [7.326867691, 45.187511239], [7.32659212, 45.18825434], [7.324518347, 45.188268934], [7.323294296, 45.188174454], [7.322374418, 45.187800876], [7.321685309, 45.187507194], [7.321349442, 45.187416744], [7.320946918, 45.187428828], [7.320518946, 45.187602564], [7.319856244, 45.187831359], [7.319262061, 45.187894627], [7.317474859, 45.18789081], [7.317138467, 45.187818337], [7.316517112, 45.187723665], [7.315873623, 45.187664667], [7.315578985, 45.187619814], [7.313229736, 45.186941512], [7.311954681, 45.187147709], [7.310673895, 45.187533842], [7.309949003, 45.18772565], [7.30920156, 45.187966633], [7.308899067, 45.18817369], [7.307332666, 45.189644754], [7.307117126, 45.189776584], [7.306520101, 45.189934262], [7.304393566, 45.190303274], [7.302782687, 45.190414361], [7.30201893, 45.190479522], [7.301640124, 45.190415378], [7.300637401, 45.189995383], [7.299718043, 45.189608126], [7.298950243, 45.189101603], [7.298353589, 45.188539108], [7.297576008, 45.187654357], [7.296214311, 45.18721547], [7.294309055, 45.186556907], [7.291179849, 45.185087855], [7.290323311, 45.184732973], [7.287544217, 45.185708512], [7.285724888, 45.186419345], [7.285273058, 45.186669107], [7.281932409, 45.189431905], [7.281757594, 45.189622809], [7.281729342, 45.189860929], [7.281823238, 45.191658168], [7.281720127, 45.192268731], [7.281589215, 45.192401781], [7.278520696, 45.193854334], [7.2780451, 45.194031696], [7.276977001, 45.193804041], [7.276670688, 45.193776918], [7.276222261, 45.193765646], [7.275624022, 45.193617089], [7.275202582, 45.193502702], [7.274901162, 45.193498148], [7.274476744, 45.19346923], [7.273865473, 45.193383479], [7.273057345, 45.193150716], [7.271656159, 45.192782953], [7.271012367, 45.193088261], [7.269677302, 45.193860181], [7.269239191, 45.194348632], [7.269212658, 45.194528265], [7.269295589, 45.195978785], [7.269115663, 45.196336123], [7.268829149, 45.196705344], [7.268753801, 45.196762716], [7.268569149, 45.19690844], [7.267740264, 45.197030893], [7.266140892, 45.196754573], [7.264941004, 45.19655631], [7.263173619, 45.196232385], [7.261303074, 45.195821345], [7.259001332, 45.195682752], [7.256379291, 45.196326867], [7.254218422, 45.197045484], [7.25160371, 45.197563573], [7.251444532, 45.197538635], [7.249460203, 45.196765593], [7.248329144, 45.196374676], [7.246983054, 45.195692395], [7.245690008, 45.195019918], [7.244567293, 45.194372546], [7.242894079, 45.194252291], [7.241863852, 45.194065402], [7.24095848, 45.193983947], [7.2399683, 45.193892171], [7.238638914, 45.19370514], [7.237524187, 45.193485402], [7.236784092, 45.193244432], [7.236337991, 45.192823465], [7.236037265, 45.192526268], [7.235850347, 45.192356849], [7.235711566, 45.192354705], [7.235493999, 45.192481865], [7.233536823, 45.193608315], [7.232279463, 45.194552029], [7.231156111, 45.195650837], [7.230929039, 45.195737334], [7.230660113, 45.195800677], [7.230338342, 45.195836202], [7.229502422, 45.195926757], [7.229170869, 45.19594412], [7.228317784, 45.195908381], [7.227900451, 45.19593341], [7.226841475, 45.196326548], [7.225017119, 45.196946319], [7.224341296, 45.197043827], [7.223442169, 45.197106357], [7.221967623, 45.197465969], [7.221364732, 45.19762311], [7.219936989, 45.197501843], [7.219362163, 45.19744787], [7.217455806, 45.196918534], [7.216601867, 45.196909697], [7.216293491, 45.196859875], [7.216199899, 45.196786399], [7.216109572, 45.196595952], [7.216042542, 45.196347359], [7.215950223, 45.196233397], [7.213413526, 45.195037023], [7.211943943, 45.194221873], [7.211066562, 45.193591517], [7.210394536, 45.192883354], [7.206983496, 45.193351936], [7.205485216, 45.193782976], [7.204653667, 45.194075963], [7.203893461, 45.194478079], [7.203567692, 45.194652989], [7.203393872, 45.194740269], [7.203254527, 45.194756078], [7.202275729, 45.194632653], [7.201380023, 45.194587041], [7.200034181, 45.194597337], [7.199102435, 45.19467266], [7.197245376, 45.194971912], [7.195406935, 45.195361449], [7.195256992, 45.195372578], [7.193422764, 45.194609939], [7.19172687, 45.194191521], [7.190546707, 45.194033295], [7.189585003, 45.194049556], [7.188654224, 45.194106806], [7.187770867, 45.194349335], [7.187642113, 45.194369796], [7.187568068, 45.194346116], [7.187335922, 45.194252415], [7.185979181, 45.19359175], [7.185547385, 45.193395852], [7.185019621, 45.19320293], [7.184531548, 45.193100657], [7.183978454, 45.193028849], [7.183442962, 45.193078839], [7.183045387, 45.193495591], [7.182637251, 45.193894166], [7.181805572, 45.194524545], [7.181665649, 45.194558321], [7.18155922, 45.194552128], [7.181463997, 45.194519105], [7.181274371, 45.194439568], [7.180143845, 45.194047989], [7.178144846, 45.193444502], [7.177051739, 45.193215517], [7.17659459, 45.193154206], [7.176146461, 45.193147048], [7.175108576, 45.19320698], [7.174110359, 45.193357547], [7.173452272, 45.193558562], [7.172251724, 45.194038939], [7.172037903, 45.194044517], [7.171878952, 45.194001465], [7.171563178, 45.193861383], [7.170739749, 45.19356014], [7.169101411, 45.19336285], [7.167532962, 45.193306181], [7.166602467, 45.193354255], [7.164593915, 45.193709053], [7.163541222, 45.193894665], [7.16309341, 45.193864956], [7.16276535, 45.192450921], [7.162579523, 45.192254396], [7.160879972, 45.191304359], [7.160247237, 45.191051122], [7.159587777, 45.190972984], [7.157328767, 45.19080602], [7.156427915, 45.190602445], [7.156014085, 45.190519246], [7.154408693, 45.190623829], [7.153644766, 45.190467451], [7.152420944, 45.190668196], [7.151696509, 45.190606962], [7.150706306, 45.190190355], [7.150271606, 45.190088795], [7.149515955, 45.190009035], [7.148921999, 45.189886886], [7.148827235, 45.189840344], [7.148050911, 45.189404676], [7.146964541, 45.188986476], [7.146477161, 45.188866044], [7.146404268, 45.188819851], [7.146122953, 45.188270683], [7.145540713, 45.187788641], [7.144937118, 45.187621305], [7.144132909, 45.187396699], [7.143581244, 45.187284211], [7.143401993, 45.187218284], [7.142884384, 45.186719277], [7.142326676, 45.186462658], [7.141650501, 45.186888232], [7.141470082, 45.186858292], [7.14021963, 45.186558877], [7.139606167, 45.186377853], [7.139051441, 45.186359812], [7.13890166, 45.186366371], [7.138018965, 45.186586021], [7.136552096, 45.186373052], [7.135341105, 45.186510811], [7.134698106, 45.186576824], [7.133834657, 45.186864266], [7.131811423, 45.187668333], [7.131261578, 45.187816865], [7.130960196, 45.187897444], [7.130018341, 45.187954035], [7.129119419, 45.188011321], [7.128835402, 45.187889648], [7.127830008, 45.187603116], [7.127509955, 45.187597867], [7.126778212, 45.187761396], [7.125477942, 45.188338666], [7.124511551, 45.188826887], [7.123943357, 45.189218125], [7.123401801, 45.189452268], [7.123024216, 45.189563085], [7.122660471, 45.189579609], [7.122158808, 45.18958036], [7.121029322, 45.189498765], [7.120443701, 45.189439617], [7.119654669, 45.189408618], [7.119141134, 45.189431665], [7.118765569, 45.189492993], [7.118250098, 45.189574513], [7.11772474, 45.189642369], [7.117294011, 45.189747787], [7.116787795, 45.189874459], [7.114338837, 45.190621685], [7.113239493, 45.19092758], [7.11251543, 45.191181164], [7.111769833, 45.191303856], [7.111229089, 45.191330921], [7.110426621, 45.191380655], [7.108629247, 45.191476917], [7.107482151, 45.191601935], [7.107084492, 45.191680855], [7.106553029, 45.191919588], [7.105945726, 45.19220207], [7.105104401, 45.192750711], [7.102458584, 45.19462412], [7.101594724, 45.195226371], [7.10102676, 45.195603995], [7.100371198, 45.19604317], [7.099989333, 45.196279863], [7.099406965, 45.19677876], [7.098945935, 45.197468716], [7.098486549, 45.198109183], [7.097936261, 45.198599606], [7.097933263, 45.198689571], [7.097981297, 45.198847902], [7.098082273, 45.199029614], [7.098137147, 45.199305082], [7.098079668, 45.199430144], [7.097859526, 45.199624513], [7.097336588, 45.199926357], [7.096721718, 45.200109643], [7.096174765, 45.20017704], [7.095565737, 45.200184884], [7.094255851, 45.200698625], [7.093714211, 45.200928127], [7.092934693, 45.201239165], [7.092340368, 45.201449778], [7.091954314, 45.201488332], [7.091548687, 45.201481552], [7.091230061, 45.201431221], [7.090571704, 45.201307692], [7.088789998, 45.201246374], [7.087764904, 45.20123821], [7.08753911, 45.201279438], [7.086892977, 45.201444145], [7.08613655, 45.201706015], [7.085716111, 45.201820488], [7.08552243, 45.201853249], [7.083986176, 45.201804973], [7.083354, 45.201861872], [7.082033022, 45.20207373], [7.080741574, 45.202353583], [7.079383922, 45.202708819], [7.078682851, 45.202908565], [7.077752639, 45.203248469], [7.07718401, 45.203319908], [7.072158181, 45.206660274], [7.06859357, 45.209079976], [7.067010399, 45.210281906], [7.066924759, 45.21024895], [7.06689711, 45.210382668], [7.06699073, 45.210293058], [7.076823726, 45.214118245], [7.083089824, 45.216348003], [7.083768079, 45.220041021], [7.083870215, 45.223445313], [7.084264035, 45.224235064], [7.084905152, 45.224866919], [7.090807372, 45.229673572], [7.096958289, 45.233547906], [7.107070681, 45.243608682], [7.109632896, 45.245496451], [7.110505587, 45.246077978], [7.111094605, 45.246375773], [7.112121722, 45.246527798], [7.113739454, 45.246545523], [7.114992295, 45.246422199], [7.118335056, 45.245523177], [7.11959591, 45.245156888], [7.12167151, 45.244425925], [7.12310854, 45.244125505], [7.124297647, 45.244001013], [7.124758175, 45.244332649], [7.128827518, 45.247684953], [7.129236868, 45.248024726], [7.136916881, 45.255549535], [7.137090878, 45.256074455], [7.136102863, 45.258614755], [7.135775634, 45.259266529], [7.135242822, 45.259968942], [7.132701553, 45.264005071], [7.132019234, 45.26887272], [7.131480844, 45.274012734], [7.132555982, 45.274660433], [7.133671221, 45.275641824], [7.1345633, 45.276430525], [7.135252776, 45.277566986], [7.136070956, 45.279056582], [7.136081132, 45.279524813], [7.136048533, 45.279950104]]]]}, "properties": {"popup": "I am a Popup"}}]}')

Screenshot 2024-04-29 at 06 42 26

gemanzo commented 6 months ago

@iMuMz Still got the same error even when i copy and paste your snippet. Maybe is a Nova version issue?

I am using:

Laravel Nova v4.33.3 (Silver Surfer) · Laravel v11.4.0 · PHP v8.2.15