diff --git a/python/jupyter_leaflet/src/layers/GeoJSON.ts b/python/jupyter_leaflet/src/layers/GeoJSON.ts index f3d2bb56..b2acb501 100644 --- a/python/jupyter_leaflet/src/layers/GeoJSON.ts +++ b/python/jupyter_leaflet/src/layers/GeoJSON.ts @@ -57,6 +57,7 @@ export class LeafletGeoJSONView extends LeafletFeatureGroupView { feature: feature, properties: feature.properties, id: feature.id, + coordinates: [e.latlng.lat, e.latlng.lng], }); }; layer.on({