You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
992 B
26 lines
992 B
1 year ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!-- (c) ammap.com | SVG map of Isle of Man - Low -->
|
||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:amcharts="http://amcharts.com/ammap" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
|
||
|
<defs>
|
||
|
<style type="text/css">
|
||
|
.land
|
||
|
{
|
||
|
fill: #CCCCCC;
|
||
|
fill-opacity: 1;
|
||
|
stroke:white;
|
||
|
stroke-opacity: 1;
|
||
|
stroke-width:0.5;
|
||
|
}
|
||
|
</style>
|
||
|
|
||
|
<amcharts:ammap projection="mercator" leftLongitude="-4.8301808" topLatitude="54.4179031" rightLongitude="-4.3088273" bottomLatitude="54.04464"></amcharts:ammap>
|
||
|
|
||
|
<!-- All areas are listed in the line below. You can use this list in your script. -->
|
||
|
<!--{id:"IM"}-->
|
||
|
|
||
|
</defs>
|
||
|
<g>
|
||
|
<path id="IM" title="Isle of Man" class="land" d="M30.91,988.13L41.88,957.2L0.4,965.58L30.91,988.13zM713.04,0L460.2,140.75L355.81,378.53L182.46,526.88L154.78,733.59L58.71,941.73L191.41,886.08L334.5,959.78L367.35,869.75L677.43,595.54L664.44,523.11L799.6,350.46L700.94,188.02L713.04,0z"/>
|
||
|
</g>
|
||
|
</svg>
|