This commit is contained in:
Austen Adler 2023-05-05 23:14:54 -04:00
parent 883641b4bf
commit 828ca8f735

View File

@ -148,11 +148,7 @@
coordinateInputValue = addr.allCoordinates[selectedCoordinateType];
}
history.replaceState(
undefined,
undefined,
`#${addr.address.replaceAll(' ', '-')}`
);
history.replaceState(undefined, undefined, `#${addr.address.replaceAll(' ', '-')}`);
map.panTo(latlng, 20);
leaflet.popup().setLatLng(latlng).setContent(`${addr.address}`).openOn(map);