The Dash Leaflet GeoJSON tutorial provides a good example of how to apply a geojson filter (see Aarhus example on Dash). However, I would like to filter using a list of cities. I could filter multiple cities using the manual approach as provided by the tutorial, in my case street names like [“Kastanienallee”,“Britzer Damm”] and this works fine. But as soon as I use a python list with street names, the filter does not work anymore. Interestingly, other street names with German characters do not even work manually (e.g. Turiner Straße). I tried converting using json.dumps but that does not help and I actually think python interprets the geojson file correctly anyhow. I have tried and searched a lot, any suggestions would be very welcome!