Main Map

From The Lands Of Liberos Project

Revision as of 18:42, 25 January 2024 by Though you bgt (talk | contribs)

var map = L.map('map', {
  crs: L.CRS.Simple, // CRS.Simple, which represents a square grid:
  minZoom: -2,
  maxZoom: 1
})
var bounds = [xy(0, 0), xy(1920, 1067)]
var image = L.imageOverlay('data/Front Page 150.png', bounds)
image.addTo(map)
Cookies help us deliver our services. By using our services, you agree to our use of cookies.