[GIS] Displaying raster images using Leaflet

leafletraster

The purpose is to create a small web application using an open source product, preferred Leaflet (but I will Switch the product if it works within another Framework than leaflet), simply showing a base map and with the possibility that the user can load (through a search on the computer system) raster images that only have to be displayed.

What is the basic conceputal Approach to solve this problem?

Best Answer

Start by reading the reference for L.ImageOverlay, and browse plugins such as L.ImageOverlay.Rotated and L.DistortableImage.

Related Question