Files
leaflet/docs/examples/extending/class-diagram.md
Florian Bischof 999a074eb8 Add Ukraini dialog (#8177)
* Add Ukraini dialog

* Fix lint

* Make it more keyboard-user friendly

* Change close element to button and add dialog as first element
2022-04-25 11:57:58 +03:00

415 B

layout, title, css
layout title css
tutorial_frame Leaflet class diagram #map { width: 100vw; height: 100%; }
<script type='text/javascript'> var bounds = 0, 0], [1570, 1910; var map = L.map('map', { crs: L.CRS.Simple, maxZoom: 0, minZoom: -4, maxBounds: bounds }); var image = L.imageOverlay('class-diagram.png', bounds).addTo(map); map.fitBounds(bounds); </script>