Label to generate the openstreetmap iframe from the country and region.
example.html | ||
LICENSE | ||
README.md | ||
tag.map |
Openstreetmap custom tag map
Label to generate the openstreetmap iframe from the country and region.
Demo
<map address="valencia" region="spain" delay="0" width="100%" height="300"></map>
Build the following result:
Install
1 Add Javascript dependencies.
- Axios
- Riot
- Riot compiler
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/riot/3.13.2/riot.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/riot/3.13.2/riot+compiler.min.js"></script>
<script src="map.tag" type="riot/tag"></script>
2 Mount Riot
<script>
document.addEventListener('DOMContentLoaded', function () {
riot.mount('*')
});
</script>
3 Download and link the label template
<script src="map.tag" type="riot/tag"></script>
4 Add the HTML tag with your settings
<map address="valencia" region="spain" delay="0" width="100%" height="300"></map>