I am working on incorporating a leaflet.js map with a square shape imported from an external GeoJSON file. I have determined the exact coordinates for the center of the square, and now I need to convert these coordinates in order to pass them correctly to the setView function. When I initially passed the values directly from the GeoJSON file to setView, the map displayed a different location. It seems that the coordinate reference systems are not matching up. How can I properly convert the coordinates so that they work with setView?