Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/craws/OpenAtlas into dev…
Browse files Browse the repository at this point in the history
…elop
  • Loading branch information
AlexanderWatzinger committed Feb 8, 2024
2 parents fea2a89 + 9aa767f commit ae9b6ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openatlas/static/js/map/draw.js
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ map.on('draw:editvertex', function () {
$("#coordinatesDiv input").removeClass('error');

});

map.on('draw:editmove', function () {
$('#easting').val(currentEditLayer.getLatLng().lng)
$('#northing').val(currentEditLayer.getLatLng().lat)
Expand Down

0 comments on commit ae9b6ff

Please sign in to comment.