]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - src/handlebar_helpers.js
Merge pull request #7 from mtmail/npm-package-upgrades2
[nominatim-ui.git] / src / handlebar_helpers.js
index c7dca541ede8d196945b21d517b854cc84bf39c8..de8778b4784d87e4f4713ac10cc59ff5e9836963 100644 (file)
@@ -14,6 +14,9 @@ function formatOSMType(sType, bExcludeExternal) {
 }
 
 Handlebars.registerHelper({
+  formatOSMType: function (sType, bExcludeExternal) {
+    return formatOSMType(sType, bExcludeExternal);
+  },
   shortOSMType: function (sType) {
     if (sType === 'node') return 'N';
     if (sType === 'way') return 'W';