Skip to content

Commit

Permalink
Add event coordinates to message (#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
lopezvoliver authored Dec 5, 2024
1 parent 6903b7e commit 3551b13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/jupyter_leaflet/src/layers/GeoJSON.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 3551b13

Please sign in to comment.