NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Hello,

I'm looking for a solution to put 400 old map images, as layers that can be turned on and off, on a current OSM type map background. I know how to geo-reference old map images, but I can't find a solution to create layers with these images. I would like to know if OSM, via open layer or umap can do this, please?

Thank you in advance.

asked 08 Jun '22, 09:22

PhilBdN's gravatar image

PhilBdN
11112
accept rate: 0%


OSM would only be a small component in what you are doing. You would not solve your problem "with OSM" but rather "with OpenLayers" or "with Leaflet" - both of which exist independently of OSM - and OSM map tiles would just be one layer you're showing.

To show your georeferenced images in an OpenLayers or Leaflet map, one possible avenue is setting up a map server - utilizing e.g. the open Source products MapServer or Geoserver - which load your images and serve them as tiles, WMTS, or WMS which can then be loaded by OpenLayers or Leaflet.

There might be plugins for OpenLayers or Leaflet to consume georeferenced images directly, but even if there are, there's a danger of overloading the browser when you load 400 maps into it. The server solution would make the browser only load what the user currently needs.

permanent link

answered 08 Jun '22, 09:32

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Hello Frederik,

Thank you for this detailed answer. I had some doubts about the quantity of images. I don't know if the solution is not going to be a bit oversized for this project, but I'm going to follow your advice and look at Leaflet and OpenLayers. I'll drop a little note to say what will be decided.

Phil

(08 Jun '22, 09:45) PhilBdN

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×92
×60

question asked: 08 Jun '22, 09:22

question was seen: 937 times

last updated: 08 Jun '22, 09:49

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum