Skip to content

Commit

Permalink
change attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate-Wessel committed Dec 5, 2024
1 parent a517261 commit fc453a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/get_nearest_centreline_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def get_nearest_centreline_node(longitude, latitude):
'centreline_id': centreline_id,
'street_names': street_names,
'geometry': loadJSON(geojson),
'distance_from_supplied_coordinates': distance
'distance': distance
}
connection.close()
return node
Expand Down

0 comments on commit fc453a0

Please sign in to comment.