Project

General

Profile

Feature #1531

Updated by Alexander Watzinger over 2 years ago

Currently map overlays can only be from files that were georeferenced in WGS84 CRS.  
 By using https://github.com/IvanSanchez/Leaflet.ImageOverlay.Rotated the three corner points of the image can be entered and the image is rotated correctly. 

 
 I created the branch feature_map_overlay_improved where I implemented this functionality.  
 The js library is only loaded using CDN in map.html 
 @Alex: if you approve the commit and merge it, could you load this js library the way you usually do this (npm?) 
 The hitherto overlays with only two points should still work. I just could not test it properly as I do not have the images locally.

Back