Visual polishing

This commit is contained in:
2022-08-31 05:36:14 +02:00
parent 1a4b1f0f22
commit fff45d8308
4 changed files with 12 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ def style(x):
# geo_json = json.loads(gpd.read_file("./plz-1stellig.shp", dtype={"plz": str}).to_json())
geo_json = json.loads(open_url("./plz-2stellig.geojson").read())
m = folium.Map(location=[50.4, 9.6], zoom_start=6)
m = folium.Map(height=937, width=1920, location=[51.16, 10.45], zoom_start=6)
folium.GeoJson(
geo_json,
name="Postleitzahl",