Visual polishing
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user