Commit c3be6150 authored by Lukas Eller's avatar Lukas Eller

fix merge

parent 9ef0845e
......@@ -18,13 +18,6 @@ def plot_series_osm(gps_series : gpd.GeoSeries, c_series : np.ndarray = None, zo
if gps_series.crs != "EPSG:4326":
raise ValueError("Make sure to pass data with EPSG:4326 projection")
<<<<<<< HEAD
=======
'''
Make a very simple test
'''
>>>>>>> acf279e246eb4d95cc291cda8b61e11cd7773375
request = cimgt.OSM()
extent = gps_series.total_bounds[[0, 2, 1, 3]]
plt.figure(figsize=fig_size)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment