jump to coordinate feature added to the header stripe #25
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/jump-to-specific-coordinates-in-mapeditor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -7,6 +7,10 @@
z-index: 1;
}
#jumpForm {
Is this necessary?
True. Not necessary anymore. I wanted to put the text input and button inside a form, but the form tag somehow breaks the template and stops the subheader yield before the form.
I'll remove it.
@ -310,6 +310,21 @@
var placeId = addedPlaces[i].id;
places[tempId].id = placeId;
}
},
I would execute context menu -> Format Document on this file in VSCode. Formatting JS files should work well in VSCode without any extension.
@ -13,2 +13,3 @@
@section(subheader)
@section(subheader)
<span><a href="javascript:;" id="mapName" title="Edit map data"><?= $mapName ?></a></span><!--
--><span>
This may not look perfect on mobile devices so it might be moved to a popup in the future, but I like the feature!