- map.getBounds().getSouthWest().lat.toFixed(5),
- map.getBounds().getSouthWest().lng.toFixed(5),
- map.getBounds().getNorthEast().lat.toFixed(5),
- map.getBounds().getNorthEast().lng.toFixed(5) ].join(',');
+ map.getBounds().getSouthWest().lng.toFixed(5), // left
+ map.getBounds().getNorthEast().lat.toFixed(5), // top
+ map.getBounds().getNorthEast().lng.toFixed(5), // right
+ map.getBounds().getSouthWest().lat.toFixed(5) // bottom
+ ].join(',');