Skip to content

Commit

Permalink
Updated osm_processing.py to 0.6b
Browse files Browse the repository at this point in the history
  • Loading branch information
OSINT-TECHNOLOGIES authored Feb 15, 2024
1 parent fb90546 commit bf51a13
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions osm/osm_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,3 @@ def additional_datasets(map_folium):
def map_layers(map_folium):
folium.TileLayer('cartodbpositron', name='Bright-colored map').add_to(map_folium)
folium.TileLayer('cartodbdark_matter', name='Dark-colored map').add_to(map_folium)

def dual_maps_processing(map_folium):
folium.TileLayer("openstreetmap").add_to(map_folium.m1)
folium.TileLayer("openstreetmap").add_to(map_folium.m2)
folium.TileLayer("cartodb dark_matter", name='Dark-colored map').add_to(map_folium.m1)
folium.TileLayer("cartodb dark_matter", name='Dark-colored map').add_to(map_folium.m2)
folium.TileLayer('cartodbpositron', name='Bright-colored map').add_to(map_folium.m1)
folium.TileLayer('cartodbpositron', name='Bright-colored map').add_to(map_folium.m2)
folium.LayerControl(collapsed=False).add_to(map_folium)

0 comments on commit bf51a13

Please sign in to comment.