shortOSMType: function (sType) {
if (sType === 'node') return 'N';
if (sType === 'way') return 'W';
if (sType === 'relation') return 'R';
return '';
},
shortOSMType: function (sType) {
if (sType === 'node') return 'N';
if (sType === 'way') return 'W';
if (sType === 'relation') return 'R';
return '';
},
// { osm_type: 'R', osm_id: 12345 }
// <a href="https://www.openstreetmap.org/relation/12345">relation 12345</a
osmLink: function (aPlace) {
// { osm_type: 'R', osm_id: 12345 }
// <a href="https://www.openstreetmap.org/relation/12345">relation 12345</a
osmLink: function (aPlace) {