Skip to content
Snippets Groups Projects
Commit dedd71a7 authored by Sara Savanovic Djordjevic's avatar Sara Savanovic Djordjevic
Browse files

update: comment

parent 54b7d1c8
No related branches found
No related tags found
1 merge request!7Clhp map
......@@ -10,7 +10,7 @@ const int fetchInterval = 60; // Fetch marker data every n minutes
// Map variables
LatLng mapCenter = LatLng(60.7666, 10.8471);
DateTime ?lastUpdate; // Last time marker data was fetched from server
DateTime ?lastUpdate; // Last time data was fetched from server
// Font variables
const textColor = Colors.white;
......
......@@ -29,7 +29,7 @@ def get_relation(self, body_of_water: str): # NB: implement body_of_water
divided_map.extend(combine_grid_with_poly(polygon, lines))
'''
####################### PLOTTIND ############################
####################### PLOTTING ############################
tiles = [gpd.GeoDataFrame(geometry=[tile]) for tile in divided_map]
print("Plotting... This may take some time...")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment