Sha256: ba5c1b8ad7b4023b85e618d316c0bd5baeaec05745908f03e8077d13e38e07ca

Contents?: true

Size: 689 Bytes

Versions: 3

Compression:

Stored size: 689 Bytes

Contents

---
layout: tutorial_frame
title: Video Overlay Tutorial
---
<script>
	var map = L.map('map');

	L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', {
		maxZoom: 18,
		attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
			'<a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, ' +
			'Imagery © <a href="http://mapbox.com">Mapbox</a>',
		id: 'mapbox.satellite'
	}).addTo(map);

	bounds = L.latLngBounds([[ 32, -130], [ 13, -100]]);

	L.rectangle(bounds).addTo(map);

	map.fitBounds(bounds);

</script>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
columbus3-0.5.1 bower_components/leaflet/docs/examples/video-overlay/example-bounds.md
columbus3-0.6.0 bower_components/leaflet/docs/examples/video-overlay/example-bounds.md
columbus3-0.5.0 bower_components/leaflet/docs/examples/video-overlay/example-bounds.md