Sha256: 20ffe805d70a8f6d3ca60842c9dc6880e805208d702cb7099712e346c4896771

Contents?: true

Size: 678 Bytes

Versions: 6

Compression:

Stored size: 678 Bytes

Contents

<html dir="rtl">
<head>

	<link rel="stylesheet" href="../../dist/leaflet.css" />

	<meta name="viewport" content="width=device-width, initial-scale=1.0">

	<link rel="stylesheet" href="../css/mobile.css" />

	<script type="text/javascript" src="../../build/deps.js"></script>
	<script src="../leaflet-include.js"></script>
	<style>
    #map { height: 100%; }
  </style>
</head>
<body>
<div id="map"></div>
<script>
  var map = L.map('map').setView([51.505, -0.09], 13);
  L.tileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png').addTo(map);
map.on('click', function(e) {
    L.popup().setLatLng(e.latlng).setContent('Hello').openOn(map);
});

</script>
</body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
leaflet-js-0.8.dev2 lib/leaflet/debug/tests/rtl2.html
leaflet-js-0.7.0.4 lib/leaflet/debug/tests/rtl2.html
leaflet-js-0.7.0.3 lib/leaflet/debug/tests/rtl2.html
leaflet-js-0.7.0.2 lib/leaflet/debug/tests/rtl2.html
leaflet-js-0.7.0.1 lib/leaflet/debug/tests/rtl2.html
leaflet-js-0.7.0 lib/leaflet/debug/tests/rtl2.html