How to download .svg file from this page?

download, svg

Solution

Assuming you have the rights to use the map. Make sure you do.

The SVG is embedded into the code of the page. You need to cut and paste it from the page source.

The following instructions are for Chrome. Other browsers will be similar.

- Mouse over the light grey area of the map.

- Right-click, then select "Inspect" from the menu

- The browser web tools pane should open with the `<svg>` element selected.

- Ctrl-C to copy

- Paste into your favourite text editor.

Problem

I need to download the "Municipalities in Bosnia and Herzegovina.svg" (map) file from this page, but I have no idea how to download it, i.e. to find a link to the image on the page. I found `sodipodi:docname="Municipalities in Bosnia and Herzegovina.svg"` in the source code, but that still doesn't help me. Could someone link to the svg file and perhaps explain how they deduced where the file is stored?

Original source