Draw HTML map with routes

I need to draw a Map in HTML and create routes between points I’ve marked.

Here is an example:

https://www.thalys.com/fr/en/

But this one is their own code and is with bitmap images.

I’ve checked for different jquery plugins, but I can’t find nothing, don’t know if theres some plugin that can help me.

Any help will be appreciated.

Thanks in advance.

Can you give a few more details about what you want to use it for, and which area(s) you’d need the map to cover? There are various sites, for example, which allow you to make a map of a running or cycling route.

Hi Technobear,

The idea is very closed to the example I showed you. I want a background map, and after like a tube/subway map. Different points you can click on to set as origin and others to set as destiny. And when that happens draw the path between those points.

Thanks in advance.