Add aeroway to the road-type layers

pull/101/head
Marco De Nadai 2022-11-06 15:34:56 +01:00 zatwierdzone przez GitHub
rodzic 72fd33ce5f
commit 682006fed8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -376,7 +376,7 @@ def get_layer(layer: String, **kwargs) -> Union[Polygon, MultiPolygon]:
else:
raise Exception("Either 'perimeter' or 'point' & 'radius' must be provided")
# Fetch streets or railway
if layer in ["streets", "railway", "waterway"]:
if layer in ["streets", "railway", "waterway", "aeroway"]:
return get_streets(**kwargs, layer=layer)
# Fetch Coastline
elif layer == "coastline":