Feature #982
Updated by Alexander Watzinger almost 7 years ago
This Until #978 is a implemented workaround for our favorite archaeologist Stefan until #978 DPP is implemented. Other user won't be able needed to use it but it's a good preparation for #978 and will then already be testet by Stefan. digitise archaeological features Therefore three image files need to be shown on the map using Leaflet imageoverlay sample code: <pre> var imageUrl = 'path to image/Kourim_north_georeferenced', --as url or relative path to file on server imageBounds = [[49.99800, 14.99246], [49.99747, 14.99328]]; --sample coordinates Kourim WGS84 L.imageOverlay(imageUrl, imageBounds).addTo(map); </pre> Max Zoom needs to be adjusted to 30 to show the required scale of the image Todo: prepare Images, upload Images, provide IDs and coords