This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Draw an area in a map exported as PNG

0

Hi,

I have exported a map with OpenStreetMap as a PNG-file. Now I want to select an area an highlight it to visualize in the image where I am going to conduct research. What is the best way to do this, considering I do not have any experience with Photoshop?

Thanks!

asked 05 Jan '22, 13:45

Koen's gravatar image

Koen
11112
accept rate: 0%


2 Answers:

1

Hi

Is your research area defined in OSM, such as a district of an administrative area, etc?

https://overpass-turbo.eu/s/1eRc

rel[name="Greater London"];
way(r);
out geom;

Then Export->Map->PNG

answered 06 Jan '22, 02:25

DaveF's gravatar image

DaveF
3.3k8498133
accept rate: 16%

edited 06 Jan '22, 14:37

1

You should mention that this is using overpass-turbo website.

(06 Jan '22, 14:04) H_mlet

0

Hi,

this is not an OSM related question.

But usually I use GIMP instead of photoshop (open-source).

Here are a few pointers to help you :

But you might want to use other, simpler, tools, like LibreOffice Draw, InkScape and so on. GIMP and photoshop are not designed for this kind of task.

Regards.

answered 05 Jan '22, 14:08

H_mlet's gravatar image

H_mlet
5.4k1781
accept rate: 13%

Source code available on GitHub .