Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Capture image from OSM map #37

Open
romsson opened this issue Dec 16, 2019 · 3 comments
Open

Capture image from OSM map #37

romsson opened this issue Dec 16, 2019 · 3 comments

Comments

@romsson
Copy link
Collaborator

romsson commented Dec 16, 2019

Related to #20

We want to use the application to pick geo-related information (e.g. cities, metro stations, ..) at different scales. Eventually for different types of map layers. OSM is a good candidate.

The question is how to pick the right location/scale on a map.

The simplest approach might be to add an input field for the OSM map url that should capture all the map infos (lat/lon, scale, layers) see this example.

Then either export the map as an image or use actual OSM map as background (but without interactions) see https://wiki.openstreetmap.org/wiki/Slippy_Map

@severo severo changed the title Caputre image from OSM map Capture image from OSM map Dec 16, 2019
@severo
Copy link
Collaborator

severo commented Dec 16, 2019

related to #9

@Fil
Copy link
Collaborator

Fil commented Dec 16, 2019

On peut faire des scripts pour récupérer les "captures d'écran" de fonds OSM, Google Maps, Bing Maps, et (surtout pour la France) du Géoportail.

Pour Google et Bing il faut passer par puppeteer, ce qui n'est pas très pratique pour une application — pour les autres c'est du slippy maps bien plus facile à gérer (j'utilise d3-tile). Les fonds du géoportail sont hyper riches (par ex: le cadastre).

Pour ce qui est des données plutôt que des images, il faut viser soit les tuiles vectorielles, soit les données OSM avec des query au format Overpass. Ce serait une approche très différente.

A noter je ne connais pas d'outil qui approche ce problème de façon globale, il y a des petits outils dispersés.

@romsson
Copy link
Collaborator Author

romsson commented Dec 17, 2019

Good app using mapbox https://nuclearsecrecy.com/nukemap/

(interesting write-up on using maps in apps http://blog.nuclearsecrecy.com/2019/12/13/why-nukemap-isnt-on-google-maps-anymore/)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants