mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 08:44:23 -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);
|
var polygonGroup = L.featureGroup(polygons).addTo(mymap);
|
||||||
mymap.fitBounds(
|
mymap.fitBounds(
|
||||||
polygonGroup.getBounds(),
|
polygonGroup.getBounds(),
|
||||||
{padding: [5, 5]}
|
{padding: [1, 1]}
|
||||||
);
|
);
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user