Skip to content

Commit

Permalink
Add event coordinates to message
Browse files Browse the repository at this point in the history
  • Loading branch information
lopezvoliver committed Aug 25, 2024
1 parent f635a68 commit b55ed1c
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 b55ed1c

Please sign in to comment.