Lurking in the code
if (attributes.type === "landmark") {
= "LM";
text else if (attributes.type === "benchmark") {
} = "BM";
text else if (attributes.type === "pointofinterest") {
} = "POI";
text else if (attributes.type === "accidentpoint") {
} = "ACC";
text else if (attributes.type === "evidencepoint") {
} = "EVD";
text else if (attributes.type === "eventlocation") {
} = "EVT";
text else if (attributes.type === "startingpoint") {
} = "STR";
text else if (attributes.type === "turningpoint") {
} = "TRN";
text }