Restore missing marker type

This commit is contained in:
Edward Betts 2021-06-20 14:44:35 +02:00
parent 801be6d547
commit 7cb7df8e2b
1 changed files with 7 additions and 0 deletions

View File

@ -384,6 +384,13 @@ var osmYellowMarker = ExtraMarkers.icon({
prefix: "fa", prefix: "fa",
}); });
var osmOrangeMarker = ExtraMarkers.icon({
icon: "fa-map",
markerColor: "orange",
shape: "square",
prefix: "fa",
});
export default { export default {
props: { props: {
startLat: Number, startLat: Number,