Why not ask your question on the new OpenStreetMap Community Forum?

I'm defining map with a Tile Layer like this:

L.tileLayer("http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", {
          attribution: "&copy; <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a>",
          subdomains: ["a", "b", "c"]
        }).addTo(map);

How can I use tags, like "from", "to", "route" and others, and where to put them to get something like this? Thank you!

asked 30 Apr '18, 13:36

RevoltEnergy's gravatar image

RevoltEnergy
11112
accept rate: 0%

Be the first one to answer this question!
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:

×304
×284
×13

question asked: 30 Apr '18, 13:36

question was seen: 1,135 times

last updated: 30 Apr '18, 13:36

powered by OSQA