Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to download .svg file from this page?

Tags:

download

svg

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?

like image 997
smack123 Avatar asked Oct 20 '16 17:10

smack123


2 Answers

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.

  1. Mouse over the light grey area of the map.
  2. Right-click, then select "Inspect" from the menu
  3. The browser web tools pane should open with the <svg> element selected.
  4. Ctrl-C to copy
  5. Paste into your favourite text editor.
like image 144
Paul LeBeau Avatar answered Nov 12 '22 21:11

Paul LeBeau


"Save Page As"

  • Chrome(right click)

  • Firefox (menu/Alt or Ctrl + S), then choose the "just SVG" option in the dropdown menu.

  • Internet Explorer (get Firefox or Chrome, its about time!)

like image 39
Arts Fantasy Avatar answered Nov 12 '22 19:11

Arts Fantasy