Hello Hupe13, Thanks, for your answer!
This is how I put the code into a wordpress page:
[leaflet-map lat=53.366944444444 lng=7.2055555555556 zoomcontrol zoom=9 height="600"]
[leaflet-marker svg color="white" background="red" lat=53.366944444444 lng=7.2055555555556] Emden[/leaflet-marker]
[leaflet-circle lng=7.2055555555556 lat=53.366944444444 radius=70000 color="#0DC143" fillOpacity=0.1]
[leaflet-geojson opacity=1.0 src=https://www.bernersennenhund.de/wp-content/uploads/geodaten/berner-sennenhund-zuechter.geojson]
I tried to show the marker with a geojson file.
The marker is being displayed, but the popup does not work. Any idea how to show the popup?
https://www.bernersennenhund.de/berner-sennenhund-zuechter-in-niedersachsen/berner-sennenhund-zuechter-in-emden/
{ "type": "Feature",
"properties": {
"name": "Coors Field",
"amenity": "Baseball Stadium",
"popupContent": "This is where the Rockies play!"
},
"geometry": {
"type": "Point",
"coordinates": [7.3, 53.4]
}
}