mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-17 13:09:42 -04:00
Remove padding on map render
We don’t need it now we’re projecting a bigger bleed.
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
var polygonGroup = L.featureGroup(polygons).addTo(mymap);
|
||||
mymap.fitBounds(
|
||||
polygonGroup.getBounds(),
|
||||
{padding: [5, 5]}
|
||||
{padding: [1, 1]}
|
||||
);
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user