diff --git a/js/LayersConfig.js b/js/LayersConfig.js index e5b4316..c0bae72 100644 --- a/js/LayersConfig.js +++ b/js/LayersConfig.js @@ -262,7 +262,7 @@ BR.LayersConfig = L.Class.extend({ feature: { title: '{{ tags.name }}', body: - '
| {{ k }} | {{ v }} |
|---|
| {{ k }} | {% if k matches "/email/" %}{{ v }}{% elseif v matches "/^http/" %}{{ v }}{% elseif v matches "/^www/" %}{{ v }}{% else %}{{ v }}{% endif %} |
|---|