Hello, I am looking for a way to identify in JOSM for each pixel/point on screen if it is a part of a road or not. At the end I need to extract a vector of this road. thanks in advance! asked 04 Nov '19, 19:01 Karinj21 |
NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum
Hello, I am looking for a way to identify in JOSM for each pixel/point on screen if it is a part of a road or not. At the end I need to extract a vector of this road. thanks in advance! asked 04 Nov '19, 19:01 Karinj21 |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Question tags:
question asked: 04 Nov '19, 19:01
question was seen: 600 times
last updated: 06 Nov '19, 17:24
NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum
Sounds like an XY problem. What are you trying to achieve? Why are you trying to work with JOSM on a per-pixel basis? Your approach sounds wrong.
I am trying to match between rendered map (JOSM output) and the a picture of the same place. I want to match between the lines (roads) on the picture to the lines on the rendered map.