Example
In [ ]:
Copied!
import geolog
from ipyleaflet import Map, basemaps, basemap_to_tiles
m = geolog.Map(center=(35.89, -85.42), zoom=12)
dark_matter_layer = basemap_to_tiles(basemaps.OpenTopoMap)
m.add_layer(dark_matter_layer)
# Display the map
m.add_draw_control()
m
import geolog
from ipyleaflet import Map, basemaps, basemap_to_tiles
m = geolog.Map(center=(35.89, -85.42), zoom=12)
dark_matter_layer = basemap_to_tiles(basemaps.OpenTopoMap)
m.add_layer(dark_matter_layer)
# Display the map
m.add_draw_control()
m
Map(center=[40, -100], controls=(ZoomControl(options=['position', 'zoom_in_text', 'zoom_in_title', 'zoom_out_t…
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/Documents/geolog/geolog/geotest.py:25, in Map.handle_interaction(self, event, **kwargs) 24 def handle_interaction(self, event, **kwargs): ---> 25 if event['type'] == 'click': 26 lat, lon = event['coordinates'] 27 marker = ipyleaflet.Marker(location=(lat, lon)) TypeError: string indices must be integers, not 'str'
Last update:
2023-05-12