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

Hello, I would like to know how to show multiple bus lines simultaneously on the map. For example, how to superpose these two bus lines : https://www.openstreetmap.org/relation/1255722 et https://www.openstreetmap.org/relation/9433940 ?

asked 12 Nov '20, 22:39

julef's gravatar image

julef
9111
accept rate: 0%


You could try this query at Overpass Turbo:

[out:xml][timeout:25];

(
relation(1255722);
relation(9433940);
);

out body;
>;
out skel qt;
permanent link

answered 13 Nov '20, 00:50

InsertUser's gravatar image

InsertUser
11.0k1369185
accept rate: 19%

Very good, it works well enough for me. ;)

(13 Nov '20, 17:13) julef
Your answer
toggle preview

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:

×62
×8

question asked: 12 Nov '20, 22:39

question was seen: 796 times

last updated: 13 Nov '20, 17:36

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