Coordinate Reflection issue with Leaflet
问题 Salutations all and happy holidays. I Noticed an interesting behavioral quirk while trying to draw polygon layers with L.geoJson(). consider the following code: var polygonCoords = [ {"type": "Feature", "properties": {"group": "Violations"}, "geometry": { "type" : "Polygon", "coordinates": [[ [-107.69348, 43.22519], [-105.48523, 42.99259], [-107.7594, 42.26105] ]] } }]; and var polygons = L.polygon([ [43.22519, -107.69348], [42.99259, -105.48523], [42.26105, -107.7594] ]); Now, both work in