1.0 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.0 KiB
		
	
	
	
	
	
	
	
Openstreetmap custom tag map
Label to generate the openstreetmap iframe from the country and region.
Demo
<map address="valencia" region="spain" width="100%" height="300"></map>
Build the following result:
 
Install
1 Add Javascript dependencies.
- Axios
- Riot
- Riot compiler
- Openstreetmap Tag template
<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="https://cdn.jsdelivr.net/gh/tanrax/openstreetmap-tag-map@1.0.0/tag.map" type="riot/tag"></script>
2 Mount Component
<script>
    document.addEventListener('DOMContentLoaded', function () {
        riot.mount('*')
    });
</script>
3 Add the HTML tag with your settings
<map address="valencia" region="spain" width="100%" height="300"></map>