resolves #103
This commit is contained in:
@@ -122,7 +122,7 @@ const HeliportsLayer = () => {
|
||||
};
|
||||
|
||||
const filterVisibleHeliports = () => {
|
||||
const bounds = map.getBounds();
|
||||
const bounds = map?.getBounds();
|
||||
if (!heliports?.length) return;
|
||||
// Filtere die Heliports, die innerhalb der Kartenansicht liegen
|
||||
const visibleHeliports = heliports.filter((heliport) => {
|
||||
|
||||
Reference in New Issue
Block a user