Link to home
Start Free TrialLog in
Avatar of Zolf
ZolfFlag for United Arab Emirates

asked on

Help to run code


Hello there,

i want to run this javascript makeSVGfromMap() from a site http://www.netzgesta.de/mapper/.
appreciate your help.

cheers
Zolf
Avatar of remorina
remorina
Flag of Australia image

Hi Zolf,
Can you please explain further what you'd like to achieve.
Do you have an image that you would like to highlight parts of it?
Providing the image might be helpful.

Cheers
Avatar of Zolf

ASKER


thanks,i want to create image map for this image.can you please help me to get it.
1.jpg
Avatar of Michel Plungjan
All you need is to get the coordinates - that is a massive task but doable

http://webdesign.about.com/od/imagemaps/a/aabg051899a.htm
SOLUTION
Avatar of remorina
remorina
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Here is an image map in HTML - your image was imported into CorelDraw X4 and traced and then saved as an HTML page with a map. You could do as I did in the HTML code I have attached, have a Javascript function to handle the clicks or you could simply just make the HREFs be a URL instead of the JavaScript URLs I supplied.
iran.gif
Here is the HTML code:
<HTML>
<HEAD>
<TITLE>Clickable Iran Map</TITLE>
<script type="text/javascript" language="javascript">
    function click(place) {
        if (place == 'West Azerbaijan') {
            window.location =  "http://en.wikipedia.org/wiki/West_Azerbaijan_Province";
        }
        if (place == 'East Azerbaijan_Zanjan') {
            window.location = "http://en.wikipedia.org/wiki/East_Azerbaijan_Province";
        }
    }
</script>
</HEAD>
<BODY>
    <DIV STYLE="position: absolute; left: 0px; top:0px; width: 740px; height: 632px;">
        <IMG SRC="iran.gif" HEIGHT=632 WIDTH=740 ALIGN=TOP BORDER=0 USEMAP="#iran">
    </DIV>
    </BODY>
    <MAP id="myIranMap" NAME="iran">
     <AREA SHAPE=POLYGON HREF="javascript:click('West Azerbaijan')" COORDS="47,161, 52,161, 51,156, 55,154, 57,152, 59,150, 61,149, 65,149, 66,146, 67,143, 69,142, 72,141, 74,141, 76,142, 76,143, 77,144, 80,143, 82,143, 84,142, 88,145, 99,142, 100,145, 102,147, 105,147, 108,148, 111,147, 112,146, 112,144, 113,141, 111,125, 106,125, 102,124, 99,123, 97,120, 97,116, 93,116, 90,118, 87,119, 83,120, 78,119, 74,118, 71,116, 69,112, 60,110, 56,110, 57,112, 47,115, 44,107, 43,88, 39,84, 37,79, 36,72, 36,66, 39,65, 38,59, 43,56, 43,49, 44,49, 49,33, 31,14, 31,8, 24,2, 21,2, 15,17, 5,17, 9,33, 6,33, 10,41, 11,60, 17,61, 8,82, 14,84, 18,86, 21,90, 21,97, 28,108, 28,110, 27,111, 27,116, 29,118, 30,120, 31,122, 31,124, 30,126, 30,128, 36,132, 36,140, 45,153, 43,154, 43,155, 45,157, 47,161">
     <AREA SHAPE=POLYGON HREF="javascript:click('East Azerbaijan_Zanjan')" COORDS="49,33, 44,49, 43,49, 43,56, 38,59, 39,65, 53,71, 52,88, 57,88, 61,89, 67,92, 67,96, 63,96, 63,101, 62,106, 60,110, 69,112, 74,118, 83,120, 90,118, 97,116, 97,120, 102,124, 111,125, 113,141, 137,146, 134,165, 147,174, 151,176, 167,181, 167,174, 161,168, 161,167, 176,164, 187,160, 187,151, 185,146, 174,138, 175,131, 182,128, 174,113, 170,113, 170,110, 159,114, 159,111, 153,113, 150,106, 147,102, 147,98, 141,98, 138,97, 137,94, 137,86, 140,86, 139,84, 132,77, 132,68, 113,68, 113,60, 117,56, 120,54, 125,54, 124,41, 123,34, 119,30, 119,22, 117,18, 113,17, 107,25, 97,29, 92,37, 81,40, 79,42, 72,42, 60,39, 49,33">
    </MAP>
</HTML>

Open in new window

Avatar of Zolf

ASKER


thanks for your comments

>>your image was imported into CorelDraw X4 and traced
can you please tell m ehow you got the coordinates of those two states and how do you trance imaage in coreldraw.

remorina:

can you please tell m ehow you got the coordinates of those states
Hi Zolf,
In Dreamweaver there is an option to create an image map.
You practically open the html file, then in the design view you can click the picture and select a shape to draw (circle, square, polygon) and mark the points you want which creates the coordinates for you

it's like drawing over your map with a pencil to create each state coordinates
Avatar of Zolf

ASKER


in there we have these two functions in the maputil.js.what are those.i am in the impression that it converts the image to svg and get its coordinates.
Avatar of Zolf

ASKER


remorina:

thanks for your feedbacks.you see the borders are not very clean. by the way those 2 functions.do they draw the cordintes for a map using svg image.please let m eknow
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
By the way - Zolf,

In CorelDraw you cold also export this as an SVG-file if you like. You mentioned that in your intial question - but be aware that IE currently doesnt support SVG whereas the other popular browsers do...

The above examples from my part is not in SVG - but the follwing code is purely SVG with no bitmaps - all generated directly from the same CorelDraw X4 file:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Creator: CorelDRAW -->
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
viewBox="0 0 600 848.571"
 xmlns:xlink="http://www.w3.org/1999/xlink">
 <defs>
  <style type="text/css">
   <![CDATA[
    .fil7 {fill:#71706E}
    .fil1 {fill:#77C4EE}
    .fil6 {fill:#828280}
    .fil4 {fill:#959595}
    .fil3 {fill:darkgray}
    .fil5 {fill:#C1C1C1}
    .fil2 {fill:#DDDDDB}
    .fil0 {fill:#FEFEFD}
   ]]>
  </style>
 </defs>
 <g id="Layer_x0020_1">
  <metadata id="CorelCorpID_0Corel-Layer"/>
  <path class="fil0" d="M37.7531 24.5414c2.18629,2.30486 12.8323,7.05543 17.1351,7.05543l3.02371 0c2.25971,0 2.21257,-0.797714 4.03171,-2.01571 6.31914,0 11.6149,-2.28886 12.0951,-8.06343 5.59771,-0.466 9.64629,-5.41429 12.0954,-9.07143l4.03171 -3.024 5.17257 0.139714 8.93857 -7.19514 0.538571 3.468 7.02086 6.10743 -3.75657 2.54829 1.036 10.6654 -7.48314 4.15229 18.7711 15.3917 6.04771 -1.00771 -3.186 -14.2174 3.186 -4.93343c-1.15886,-13.9274 -0.413714,-6.214 7.05543,-6.04771l0 -4.03171c0,-3.04714 1.18629,-2.78686 4.03171,-3.02371l0 -2.016 -1.26714 0.410571 -1.75657 -7.466 100.794 0 0.124 1.204 10.9634 1.81971c1.16886,5.018 7.534,10.4443 12.3557,12.1554l-2.19657 12.0137 -0.100857 23.2077 3.098 21.2489 1.96257 -1.094c4.45829,-2.59457 -1.00571,0 4.03171,0 2.50629,0 16.1271,-7.26371 16.1271,-8.06343 0,-2.30886 -0.341714,-1.172 -1.008,-4.03171 4.05771,-2.71714 3.01886,-4.86971 6.72143,-7.38971 4.15314,-2.82657 4.53514,-2.79371 7.37143,-6.73971 6.02171,-8.37686 15.9437,-1.05571 24.2089,-5.02143 1.53171,-2.28743 4.496,-6.04771 8.06343,-6.04771 3.654,0 5.626,0.846286 8.08457,2.05686l6.02657 -3.06457c1.71886,1.15086 4.03171,2.19286 4.03171,5.03943l0 3.024c3.81514,0.888857 11.8977,2.358 15.1911,2.95143 2.31371,0.416857 5.596,0.592 7.62171,1.45 4.48629,1.90029 1.40514,3.83143 5.40429,3.546l10.9411 0.0657143 1.15914 -1.96571 15.376 3.06571 -1.26486 7.01371c7.07229,0.157714 3.06143,4.27486 17.1031,6.07943 4.43771,0.570286 10.9834,7.78029 12.1686,12.4143l22.1331 -2.36657 0 4.03171c0,8.45086 4.71343,7.396 0.821143,15.2943l4.21829 4.86429 -0.0211429 7.11086 3.04514 0.952571c-0.387429,4.656 -4.81114,13.4851 -4.21743,19.1766l1.42629 10.2863 -6.37143 5.88 4.12286 5.98257c-4.38914,1.172 -7.62429,4.80171 -8.06343,10.0794 0,5.53 1.238,17.1349 6.04743,17.1349 2.64571,0 2.61057,-1.646 7.05571,-2.01571 -0.732,1.52543 -7.05571,15.7897 -7.05571,16.1269 0,3.53371 5.11771,14.2831 6.71571,17.4749 5.936,11.8549 3.36371,5.29629 3.36371,18.8109l0 1.008c0,4.92943 1.88029,10.0071 4.03171,13.1031l9.07143 0 10.0794 0 5.03971 0c1.534,2.89914 3.02371,5.632 3.02371,10.0794l0 6.04743c0,3.55257 -17.3069,30.0111 -20.1586,34.27 1.68714,2.51943 9.288,11.7549 11.8026,13.3957 3.02857,1.97629 8.76771,10.7406 10.8366,14.3617 7.61629,13.3297 30.236,14.3166 31.7894,18.6074l7.05543 0c0,3.96143 5.80057,32.254 8.06343,32.254 3.70029,0 4.87229,-1.56171 7.03914,-2.98029l5.05629 1.97229c0,5.30229 -1.00571,7.61286 3.02371,9.07143l0 -375.96 -539.246 0 5.03971 4.03171 0.211429 4.82229 13.8994 14.3286z"/>
  <path class="fil1" d="M125.444 317.851c-1.15743,1.58 -0.185429,2.016 -3.02371,2.016l-3.024 0c-4.48486,0 -0.441714,-2.854 -8.06343,-3.02371l0 2.01571c3.82771,0.318571 7.05571,2.552 7.05571,6.04771 0,2.34543 -4.548,2.15371 -5.03971,8.06343l-3.87629 -3.19543 -8.73857 7.68343 11.6111 0.253429c-0.00428571,6.20571 0.221429,13.124 5.03543,14.4094l0 3.02371c0,3.64086 2.04543,2.93457 4.03171,2.016l0 6.04743 1.24914 -0.489429 3.61829 9.23343 3.04057 3.52314 -2.00657 2.73057 6.01343 2.63 -0.772286 2.55229c1.54257,0.557143 3.97657,2.27629 3.97657,4.01057 0,2.13171 -0.360857,1.32886 -1.008,4.03171l5.516 3.29914 4.56343 0.732571c3.38114,0 4.89029,5.838 7.05543,9.07143l6.04771 -0.336 -0.878857 5.39914c4.17514,2.254 4.38086,5.01743 9.05457,6.91971 3.06286,1.24686 7.95114,3.37171 7.95114,7.168 0,2.37629 -2.74029,8.05 2.016,3.02371l1.86057 5.11286 -2.25829 12.962 0.397714 9.13943 3.02371 0 0 3.02371c0,5.25314 4.59343,-0.398571 7.94543,9.18971 1.61057,4.60657 2.73029,7.344 5.15771,10.9691l3.024 0 -1.008 -24.1906 3.02371 0 0 -6.04743 2.016 0c0,-4.95429 2.58286,-11.0874 6.04743,-11.0874 3.97771,0 7.16457,4.35229 6.04771,7.05571l5.03971 0c0.673429,1.27286 2.016,3.33257 2.016,5.03971 0,4.33543 -1.17543,5.46343 -2.016,9.07114 2.34171,3.49714 4.03171,3.834 4.03171,10.0794l0 5.03971c0,2.72229 -0.481143,2.77914 -1.008,5.03971l89.7066 0c3.20686,-4.78914 12.0149,-10.1309 13.1466,-12.0677 2.37886,-4.07114 -0.704571,-0.397714 4.00457,-6.05057 1.71314,-2.05629 3.92771,-5.02857 5.36657,-7.74486 3.35771,-6.33714 7.46257,-6.68429 13.0389,-12.1597 3.20514,-3.14714 5.84457,-20.2409 8.45057,-14.1037l2.36686 -6.36971 5.16486 1.22743 -3.158 2.84029 3.02371 0 0 4.03171 -3.13029 0.552857 3.13029 0.455143c-0.709143,1.478 -4.03171,12.4091 -4.03171,13.1031l0 3.02371c5.21543,2.10514 1.80914,10.772 3.41771,16.7406 1.626,6.03314 5.43457,11.2546 6.66171,16.5214l190.5 0 0 -36.2857 -5.36086 1.12686 0.195714 1.36771 -8.03257 -2.81914 -12.1886 4.42857 1.19571 2.95171c-4.14429,-0.453429 -3.47886,0.139714 -2.01571,-3.024l-7.05571 0 -0.194 2.42486 -7.272 2.35543 0.410571 1.26743 -3.894 -0.018 -1.14571 -4.01371 -4.83086 -0.921429 -2.22457 5.96114 -2.016 0 0 -2.016 -3.02371 0c-2.78857,0 -2.42429,-0.777714 -3.024,-3.02371l-17.1349 0 0 -4.03171c0,-4.72971 -2.73943,-1.77886 -6.23571,-0.936l1.18286 3.14486 -21.1534 -1.20114 -5.03971 0 0 -2.01571 -3.02371 0c-1.20057,0.834 -4.294,3.02371 -6.04771,3.02371l-6.04771 0c-4.03286,0 -2.32,-4.37057 -7.05543,-4.03171l-20.1434 1.22429c-1.85257,-7.09714 -13.6817,-5.256 -22.19,-5.256 -4.71514,-9.82686 -5.748,-11.7274 -7.116,-25.138 -0.358857,-3.51771 -2.66429,-9.14914 -4.67229,-11.4546 -0.867429,-0.996 -8.42086,-6.74857 -9.37829,-6.74857 -20.0417,0 -15.8843,4.70029 -32.254,9.07143 -0.154,6.90657 -1.77629,5.03943 -9.07143,5.03943l-1.228 3.97429c-6.344,0.775714 -4.59371,7.11314 -11.8751,7.11314l-5.03971 0 0 -3.02371c-6.19257,-0.138 -7.90114,-3.06829 -10.0794,-3.024l-20.1466 0.596571 -4.57229 -7.24657c-5.13914,-0.531714 -19.5629,-4.44114 -20.6383,-8.46886l-3.87629 -3.19571 0.976 -3.82086 -18.5417 -9.59143 -13.8103 0.738857c-4.714,0.204 -2.16086,-3.79629 -8.08886,-4.28971l-1.26686 -9.04229c-3.57571,-5.75543 -4.33429,-1.41829 -5.86829,-10.0291 -0.845714,-4.74886 -1.15171,-8.01314 -6.976,-8.14286l0 -8.06343 -4.98829 1.21343 -0.0514286 -2.22143 -2.016 0 0 -8.06343c0,-1.29029 -12.9763,-16.8726 -16.1269,-17.1349l1.008 -6.04771 -2.016 0 0 -2.01571 -5.03971 0c-4.336,0 -6.75143,8.06343 -11.0871,8.06343 -2.47029,0 -3.03114,-3.85257 -2.016,-6.04771l-6.04771 0 0 -2.01571 -8.06343 0c0,3.98971 -0.141714,8.06343 -4.03171,8.06343l-4.03171 0 -1.008 2.01571z"/>
  <a xlink:href="http://en.wikipedia.org/wiki/Sistan_and_Baluchestan_Province">
   <path class="fil2" d="M466.126 240.24l3.28886 7.95943c-5.12486,2.67543 -4.07543,5.34971 -9.16857,7.32714 -2.824,1.09657 -8.26971,2.57314 -11.0589,4.06057 -4.05886,2.16457 -14.5157,11.8857 -18.3391,12.9069 3.288,6.214 3.20457,12.7189 1.41029,22.5769 -2.958,16.2491 4.63743,15.1883 4.63743,21.7723l0 5.03971 -4.23457 4.90771 4.75857 11.0043 -13.2411 8.84343 4.22657 3.97029 1.16943 0.0717143 -3.95171 5.10143 -0.822571 -0.637143 0 9.07143c0,3.04743 1.18629,2.78714 4.03171,3.02371l0 3.024c0,4.79714 -3.09114,-0.335714 -4.07686,9.026 -0.450571,4.27857 -0.962571,5.60171 -0.962571,11.1326 0,5.59486 7.05543,8.73914 7.05543,12.0954 0,1.36429 -1.08886,0.560286 -2.016,4.03171l2.016 0 0 2.01571 -2.016 0 0 5.03971 2.016 0 0 3.02371c-2.83,1.14257 -4.70829,2.80486 -1.008,4.032l-1.86057 5.11286 10.5894 8.468c0.463714,4.95743 2.374,7.16771 7.39829,7.58571l3.02371 0 0 2.01571 5.03971 0 21.1534 1.20114 -1.18286 -3.14486c3.49629,-0.842857 6.23571,-3.79371 6.23571,0.936l0 4.03171 17.1349 0c0.599714,2.246 0.235429,3.02371 3.024,3.02371l3.02371 0 0 2.016 2.016 0 2.22457 -5.96114 4.83086 0.921429 2.87771 -30.3594 2.162 -2.90257 -0.120857 -9.39943 8.18429 -2.69571 0 -3.02371c6.996,-0.582286 2.10686,-3.06629 7.022,-6.08143 2.72686,-1.67257 7.82457,-1.83371 9.13886,-4.75086l10.0454 -1.26314 0.0337143 -5.89486 6.014 -1.16057 0 -2.016c-4.02943,-1.45857 -3.02371,-3.76914 -3.02371,-9.07143l-5.05629 -1.97229c-2.16686,1.41857 -3.33886,2.98029 -7.03914,2.98029 -2.26286,0 -8.06343,-28.2926 -8.06343,-32.254l-7.05543 0c-1.55343,-4.29086 -24.1731,-5.27771 -31.7894,-18.6074 -2.06886,-3.62114 -7.808,-12.3854 -10.8366,-14.3617 -2.51457,-1.64086 -10.1154,-10.8763 -11.8026,-13.3957 2.85171,-4.25886 20.1586,-30.7174 20.1586,-34.27l0 -6.04743c0,-4.44743 -1.48971,-7.18029 -3.02371,-10.0794l-5.03971 0c-2.11057,3.98857 -6.04771,4.75257 -6.04771,8.06343l0 1.008 1.84029 13.1331 -3.46486 3.50714 -6.24229 3.85857 -0.196571 -3.364c0,-1.05743 2.66543,-5.77314 3.02371,-10.0794l-0.986571 0.353429 -2.26371 -6.31971 1.01057 0.702571 4.03171 -4.03171 -0.784 -0.784 -2.01571 0 0 -3.02371 2.01571 0 0 -3.02371 -9.07143 0z"/>
  </a>
  <a xlink:href="http://en.wikipedia.org/wiki/Kerm%C4%81n_Province">
   <path class="fil3" d="M296.793 316.843l14.9574 10.3066 0.161714 4.81229 3.82057 2.30886 -0.796857 2.73086 3.024 0c2.48629,1.66486 5.70886,7.05571 9.07143,7.05571 5.82171,0 3.37771,-5.83114 13.2531,-6.06886l1.86571 12.1163c-0.217143,0.410571 -2.01571,3.91514 -2.01571,4.03171 0,5.22686 9.074,9.94486 15.1191,10.0794 1.59943,-5.99086 6.35971,-0.710286 7.104,-9.31371l5.99914 1.25029c1.93714,8.31486 1.636,11.8566 10.4054,14.2391l-2.342 6.92743c2.28343,0.609714 4.03171,0.969143 4.03171,4.03171l0 4.03171c6.064,2.44771 3.544,14.072 15.834,14.908l2.60171 -3.60943 0.301143 -1.03743 10.8246 7.63714 18.8194 5.28429 2.016 0 0 -2.01571 -2.016 0c0.927143,-3.47143 2.016,-2.66743 2.016,-4.03171 0,-3.35629 -7.05543,-6.50057 -7.05543,-12.0954 0,-5.53086 0.512,-6.854 0.962571,-11.1326 0.985714,-9.36171 4.07686,-4.22886 4.07686,-9.026l0 -3.024c-2.84543,-0.236571 -4.03171,0.0237143 -4.03171,-3.02371l0 -9.07143 0.822571 0.637143 3.95171 -5.10143 -1.16943 -0.0717143 -4.22657 -3.97029 13.2411 -8.84343 -4.75857 -11.0043 4.23457 -4.90771 0 -5.03971c0,-6.584 -7.59543,-5.52314 -4.63743,-21.7723 1.79429,-9.858 1.87771,-16.3629 -1.41029,-22.5769 -1.31457,-0.530571 -7.72171,-8.17 -9.98657,-10.1723 -2.84514,-2.51457 -8.96543,-4.448 -13.052,-6.09886 -4.32914,-1.74886 -12.0269,-2.23429 -15.428,-3.72257 -6.59057,-2.884 -4.74914,-3.06229 -13.9463,-5.20486l-30.0657 -10.5911c-0.172286,10.4031 -9.062,19.4566 -18.3151,19.6626 -3.58486,6.77514 -6.13086,7.71057 -12.422,11.7686 -2.414,1.55686 -14.1506,6.37429 -16.808,6.37429 -2.72229,0 -2.77914,-0.481143 -5.03971,-1.008 -3.77829,1.99914 -7.05571,2.89171 -7.05571,9.07143l0 1.008c0,2.00429 3.68486,7.07086 5.03971,8.06343l-1.228 3.97429 4.22229 2.12857 0.0294286 19.0957z"/>
  </a>
  <a xlink:href="http://en.wikipedia.org/wiki/Yazd_Province">
   <path class="fil2" d="M328.039 156.581l-7.12743 12.0531 -10.9977 1.19286 -0.0177143 2.88114c0,7.236 2.842,19.2057 -1.30743,21.2149l-0.708571 9.02314c-8.85714,0.737143 -18.0163,3.05257 -22.9469,8.29914 -2.63886,2.808 -13.8486,14.8834 -17.3706,14.8834 -6.52571,0 -10.4194,-3.02371 -12.0951,-3.02371 -2.48829,0 -6.28,4.69257 -12.0954,6.04743l0 15.1191c0,3.50143 -2.01571,1.538 -2.01571,5.03971l0.726286 4.56743 1.98543 3.86171 -4.72771 3.666c5.59171,1.49314 4.88571,3.54114 7.05571,8.06343 -0.86,0.989143 -2.016,1.77486 -2.016,4.03171 0,6.34257 12.9526,10.6357 18.1429,14.1111l6.34371 -0.272 7.20914 7.84086 1.04 -0.307429 -3.27943 7.70543 11.8691 18.2951 5.63343 -0.655714 5.45371 -3.376 -0.0294286 -19.0957 -4.22229 -2.12857 1.228 -3.97429c-1.35486,-0.992571 -5.03971,-6.05914 -5.03971,-8.06343l0 -1.008c0,-6.17971 3.27743,-7.07229 7.05571,-9.07143 2.26057,0.526857 2.31743,1.008 5.03971,1.008 2.65743,0 14.394,-4.81743 16.808,-6.37429 6.29114,-4.058 8.83714,-4.99343 12.422,-11.7686 9.25314,-0.206 18.1429,-9.25943 18.3151,-19.6626l30.0657 10.5911 10.0917 -9.07914 -2.028 -4.024c2.84543,-0.236857 4.03171,0.0234286 4.03171,-3.02371l0 -3.024c2.072,-0.482571 7.05543,-0.906286 7.05543,-3.02371 0,-5.15886 -4.49029,-7.05543 -10.2803,-6.992l-3.83086 -15.1826c-9.23171,-4.88486 -3.96371,-14.9869 -11.0871,-23.1826l-2.016 0 0 2.016 -2.90257 -2.162c-1.71657,0.911714 -1.56829,1.154 -4.15286,1.154l-4.03171 0 0.396857 1.00857 -6.26714 2.46629c-0.958857,-3.37743 -6.22514,-6.47514 -6.22514,-10.5303 0,-0.054 3.948,-6.40171 5.03971,-11.0874l12.0683 -3.12057 0.0271429 -2.92714 3.02371 0 -1.09629 -7.03886 -5.96886 -0.976 0.00942857 -4.08029 -8.06343 0 -1.13114 3.99257 -6.89171 1.264 -2.06886 3.80714c-6.336,0.00771429 -6.16457,2.02371 -9.05914,2.02371 -2.13171,0 -1.32886,-0.360857 -4.03171,-1.008l-1.00771 2.01571z"/>
  </a>
  <path class="fil1" d="M126.452 43.6923c0,28.7754 8.976,29.6297 36.2857,30.238 2.63514,11.3106 4.118,10.0574 12.0951,15.1189 8.20429,1.91143 16.9603,9.07143 27.2143,9.07143l8.06371 0c5.02143,0 8.82486,-4.03171 16.8803,-4.92771l28.4769 -7.16743 6.04743 -1.008 0 -10.0791 0 -2.016 -1.96257 1.094 -3.098 -21.2489 0.100857 -23.2077 2.19657 -12.0137c-4.82171,-1.71114 -11.1869,-7.13743 -12.3557,-12.1554l-10.9634 -1.81971 -0.124 -1.204 -100.794 0 1.75657 7.466 1.26714 -0.410571 0 2.016c-2.84543,0.236857 -4.03171,-0.0234286 -4.03171,3.02371l0 4.03171c-7.46914,-0.166286 -8.21429,-7.87971 -7.05543,6.04771l-3.186 4.93343 3.186 14.2174z"/>
  <a xlink:href="http://en.wikipedia.org/wiki/F%C4%81rs_Province">
   <path class="fil4" d="M212.126 285.597l4.03171 3.02371c-0.0362857,1.628 -1.54714,7.278 -2.192,8.94457 -1.564,4.04171 -2.56457,1.25343 -7.88743,1.13486 -0.334286,-4.01857 -1.924,-5.03971 -6.04743,-5.03971l-3.024 0 0 3.02371c0,3.47486 -0.745429,3.90286 -1.00771,7.05571l-5.55657 0.179429 -2.50714 6.876 -5.03943 0 0 3.02371 -2.016 0 12.1371 1.96343 7.01371 5.09229 -0.133143 5.42286 11.2203 3.64857c0.632286,7.59743 11.0874,11.6126 11.7297,25.7223l7.39914 9.82057 -0.986 0.742857c-7.28286,2.93943 -0.0994286,4.45943 5.03971,4.03171 1.83829,3.47371 4.87943,11.7774 7.42943,13.7371 3.87829,2.98086 10.4689,5.76229 11.7214,10.4531l7.05543 -1.00771c1.19143,4.46143 4.494,6.04743 10.0794,6.04743l2.016 0c2.25971,0 2.21257,-0.797714 4.03171,-2.01571 8.98029,0 5.03971,-1.16857 5.03971,-5.03971 0,-3.37029 3.90771,-5.62257 6.06829,-6.75943l19.13 -1.304 0 2.01571 10.0794 0c0.709429,-8.52543 6.18029,-10.0006 10.0794,-14.1111 -1.044,-1.55914 -6.04771,-6.32114 -6.04771,-7.05543 0,-0.0705714 2.57971,-7.16486 3.02371,-9.07143 -6.65914,-9.94457 -9.47771,-0.905714 -9.07143,-19.1509l0.796857 -2.73086 -3.82057 -2.30886 -0.161714 -4.81229 -14.9574 -10.3066 -5.45371 3.376 -5.63343 0.655714 -11.8691 -18.2951 3.27943 -7.70543 -1.04 0.307429 -7.20914 -7.84086 -6.34371 0.272c-5.19029,-3.47543 -18.1429,-7.76857 -18.1429,-14.1111 0,-2.25686 1.156,-3.04257 2.016,-4.03171 -2.17,-4.52229 -1.464,-6.57029 -7.05571,-8.06343l-16.1269 0 -2.05829 -2.98429c-11.2786,2.598 -6.00543,1.84971 -6.00543,13.0637l0 2.01571c0,2.42343 -1.63314,2.96314 -3.02371,5.03971l0 7.05571z"/>
  </a>
  <a xlink:href="http://en.wikipedia.org/wiki/Razavi_Khorasan_Province">
   <path class="fil5" d="M339.126 98.1206l-3.02371 4.032c0.895714,10.7634 5.47743,19.0491 14.1111,22.1746l0 3.02371c-2.46543,0.892286 -3.024,1.15886 -3.024,5.03971l0 5.03971 -5.03971 0c-1.58714,5.94429 -13.2514,8.82286 -14.1109,19.1506l1.00771 -2.01571c2.70286,0.647143 1.9,1.008 4.03171,1.008 2.89457,0 2.72314,-2.016 9.05914,-2.02371l2.06886 -3.80714 6.89171 -1.264 1.13114 -3.99257 8.06343 0 -0.00942857 4.08029 5.96886 0.976 1.09629 7.03886 -3.02371 0 -0.0271429 2.92714 -12.0683 3.12057c-1.09171,4.68571 -5.03971,11.0334 -5.03971,11.0874 0,4.05514 5.26629,7.15286 6.22514,10.5303l6.26714 -2.46629 -0.396857 -1.00857 4.03171 0c2.58457,0 2.43629,-0.242286 4.15286,-1.154l2.90257 2.162 0 -2.016 2.016 0 0 -5.03971 3.02371 0c3.93057,0 12.1949,-16.1269 26.2063,-16.1269l9.07143 0 0 2.016 6.04771 0c0.0657143,0 8.77571,4.414 10.4154,5.37543l3.69571 -4.36771 8.06343 0c0.674,-1.274 1.38514,-4.03171 3.024,-4.03171 2.30857,0 1.17171,0.341714 4.03171,1.008 0.439143,-5.27771 3.67429,-8.90743 8.06343,-10.0794l-4.12286 -5.98257 6.37143 -5.88 -1.42629 -10.2863c-0.593714,-5.69143 3.83,-14.5206 4.21743,-19.1766l-3.04514 -0.952571 0.0211429 -7.11086 -4.21829 -4.86429c3.89229,-7.89829 -0.821143,-6.84343 -0.821143,-15.2943l0 -4.03171 -22.1331 2.36657c-1.18514,-4.634 -7.73086,-11.844 -12.1686,-12.4143 -14.0417,-1.80457 -10.0309,-5.92171 -17.1031,-6.07943l1.26486 -7.01371 -15.376 -3.06571 0 6.04771 2.01571 0 0 7.05571 -2.01571 0 2.19229 4.59143 0.831429 8.51171c0,6.49514 -3.99571,6.85343 -7.05543,10.0791l1.13143 3.99257 -4.98314 4.278 -0.18 5.84057 -3.46429 2.506 -0.459714 1.39257 -8.92486 -9.18543 -3.72714 3.93171c-7.15114,0.347143 -6.74057,-2.31229 -10.6383,-5.70029l-11.0874 6.04743z"/>
  </a>
  <a xlink:href="http://en.wikipedia.org/wiki/E%C5%9Ffah%C4%81n_Province">
   <path class="fil5" d="M219.182 169.684l0 4.032c-2.26057,0.526571 -2.31743,1.00771 -5.03971,1.00771l-12.0954 0 -1.00771 -5.03971 -14.3429 3.22914 -0.776286 6.85029 -0.0885714 14.106c-3.15314,0.760286 -20.8914,4.602 -22.086,9.07657l-3.024 0 -4.01229 12.8557 1.07429 0.521429 -7.00057 2.19114 2.02143 2.45314 -1.15429 3.14514 21.7434 9.944 0.431429 -6.92 12.0951 0 0 4.03171 2.95171 1.196 -0.972 4.84257 5.61457 5.54086 5.51857 1.47514 -0.859714 21.2271 1.858 -0.012 0 8.06343 -5.03971 0 0 2.016 4.03171 -1.008c4.79714,9.99771 7.79229,6.29714 9.07143,11.0874l4.03171 0 0 -7.05571c1.39057,-2.07657 3.02371,-2.61629 3.02371,-5.03971l0 -2.01571c0,-11.214 -5.27314,-10.4657 6.00543,-13.0637l2.05829 2.98429 16.1269 0 4.72771 -3.666 -1.98543 -3.86171 -0.726286 -4.56743c0,-3.50171 2.01571,-1.53829 2.01571,-5.03971l0 -15.1191c5.81543,-1.35486 9.60714,-6.04743 12.0954,-6.04743 1.67571,0 5.56943,3.02371 12.0951,3.02371 3.522,0 14.7317,-12.0754 17.3706,-14.8834 4.93057,-5.24657 14.0897,-7.562 22.9469,-8.29914l0.708571 -9.02314c4.14943,-2.00914 1.30743,-13.9789 1.30743,-21.2149l-1.146 -4.01371 -69.3829 5.34114c-2.63314,-0.101714 -4.26714,-1.36286 -5.06657,-3.34343l-15.1189 -1.008z"/>
  </a>
  <a xlink:href="http://en.wikipedia.org/wiki/Semn%C4%81n_Province">
   <path class="fil3" d="M212.962 156.581c3.04714,0 -0.236857,4.21 0,7.05571l5.89086 2.35057 0.156857 3.69686 15.1189 1.008c0.799429,1.98057 2.43343,3.24171 5.06657,3.34343l69.3829 -5.34114 1.146 4.01371 0.0177143 -2.88114 10.9977 -1.19286 7.12743 -12.0531c0.859429,-10.3277 12.5237,-13.2063 14.1109,-19.1506l5.03971 0 0 -5.03971c0,-3.88086 0.558571,-4.14743 3.024,-5.03971l0 -3.02371c-8.63371,-3.12543 -13.2154,-11.4111 -14.1111,-22.1746l3.02371 -4.032c-1.51257,-5.66457 -4.79514,-2.01571 -11.0871,-2.01571 -0.155714,0 -9.07143,-4.82629 -9.07143,-7.05571l0 -3.02371 -2.016 0 0 -4.03171 2.016 0 0 -2.016 -0.837143 0.8 -5.21057 -5.83943c-4.90086,2.59314 -6.04771,4.71886 -6.04771,12.0951l0 6.04771 -15.1189 0 -8.90686 8.01143 0.843143 1.06c-5.93657,0.494 -2.102,2.01571 -6.04743,2.01571 -3.50171,0 -1.53829,-2.01571 -5.03971,-2.01571 -2.58571,0 -5.30543,1.176 -7.05571,2.01571l-2.01571 -1.008 0 2.016 0 6.04771 -10.4311 7.60457c-1.90886,-0.068 -1.96571,-0.549143 -4.688,-0.549143 -1.38314,0 -2.40743,2.10314 -3.02371,3.02371l-6.04771 1.008 4.76629 7.20886c-5.00971,10.8571 -8.43,4.42943 -19.8854,9.926l-11.1129 -4.98429 0.0257143 1.96057 -2.016 0 0 5.03971c0,4.07657 5.03971,3.98657 5.03971,8.06343 0,2.404 -2.86743,0.0431429 -3.02371,7.05543z"/>
  </a>
  <a xlink:href="http://en.wikipedia.org/wiki/South_Khorasan_Province">
   <path class="fil4" d="M372.388 179.763c7.12343,8.19571 1.85543,18.2977 11.0871,23.1826l3.83086 15.1826c5.79,-0.0634286 10.2803,1.83314 10.2803,6.992 0,2.11743 -4.98343,2.54114 -7.05543,3.02371l0 3.024c0,3.04714 -1.18629,2.78686 -4.03171,3.02371l2.028 4.024 -10.0917 9.07914c9.19714,2.14257 7.35571,2.32086 13.9463,5.20486 3.40114,1.48829 11.0989,1.97371 15.428,3.72257 4.08657,1.65086 10.2069,3.58429 13.052,6.09886 2.26486,2.00229 8.672,9.64171 9.98657,10.1723 3.82343,-1.02114 14.2803,-10.7423 18.3391,-12.9069 2.78914,-1.48743 8.23486,-2.964 11.0589,-4.06057 5.09314,-1.97743 4.04371,-4.65171 9.16857,-7.32714l-3.28886 -7.95943c-2.15143,-3.096 -4.03171,-8.17371 -4.03171,-13.1031l0 -1.008c0,-13.5146 2.57229,-6.956 -3.36371,-18.8109 -1.598,-3.19171 -6.71571,-13.9411 -6.71571,-17.4749 0,-0.337143 6.32371,-14.6014 7.05571,-16.1269 -4.44514,0.369714 -4.41,2.01571 -7.05571,2.01571 -4.80943,0 -6.04743,-11.6049 -6.04743,-17.1349 -2.86,-0.666286 -1.72314,-1.008 -4.03171,-1.008 -1.63886,0 -2.35,2.75771 -3.024,4.03171l-8.06343 0 -3.69571 4.36771c-1.63971,-0.961429 -10.3497,-5.37543 -10.4154,-5.37543l-6.04771 0 0 -2.016 -9.07143 0c-14.0114,0 -22.2757,16.1269 -26.2063,16.1269l-3.02371 0 0 5.03971z"/>
  </a>
  <a xlink:href="http://en.wikipedia.org/wiki/Hormozg%C4%81n_Province">
   <path class="fil5" d="M253.452 394.454l-5.03971 3.024c1.07543,4.02771 15.4991,7.93714 20.6383,8.46886l4.57229 7.24657 20.1466 -0.596571c2.17829,-0.0442857 3.88686,2.886 10.0794,3.024l0 3.02371 5.03971 0c7.28143,0 5.53114,-6.33743 11.8751,-7.11314l1.228 -3.97429c7.29514,0 8.91743,1.86714 9.07143,-5.03943 16.3697,-4.37114 12.2123,-9.07143 32.254,-9.07143 0.957429,0 8.51086,5.75257 9.37829,6.74857 2.008,2.30543 4.31343,7.93686 4.67229,11.4546 1.368,13.4106 2.40086,15.3111 7.116,25.138 8.50829,0 20.3374,-1.84114 22.19,5.256l20.1434 -1.22429c4.73543,-0.338857 3.02257,4.03171 7.05543,4.03171l6.04771 0c1.75371,0 4.84714,-2.18971 6.04771,-3.02371 -5.02429,-0.418 -6.93457,-2.62829 -7.39829,-7.58571l-10.5894 -8.468 1.86057 -5.11286c-3.70029,-1.22714 -1.822,-2.88943 1.008,-4.032l0 -3.02371 -2.016 0 0 -5.03971 -18.8194 -5.28429 -10.8246 -7.63714 -0.301143 1.03743 -2.60171 3.60943c-12.29,-0.836 -9.77,-12.4603 -15.834,-14.908l0 -4.03171c0,-3.06257 -1.74829,-3.422 -4.03171,-4.03171l2.342 -6.92743c-8.76943,-2.38257 -8.46829,-5.92429 -10.4054,-14.2391l-5.99914 -1.25029c-0.744286,8.60343 -5.50457,3.32286 -7.104,9.31371 -6.04514,-0.134571 -15.1191,-4.85257 -15.1191,-10.0794 0,-0.116571 1.79857,-3.62114 2.01571,-4.03171l-1.86571 -12.1163c-9.87543,0.237714 -7.43143,6.06886 -13.2531,6.06886 -3.36257,0 -6.58514,-5.39086 -9.07143,-7.05571l-3.024 0c-0.406286,18.2451 2.41229,9.20629 9.07143,19.1509 -0.444,1.90657 -3.02371,9.00086 -3.02371,9.07143 0,0.734286 5.00371,5.49629 6.04771,7.05543 -3.89914,4.11057 -9.37,5.58571 -10.0794,14.1111l-10.0794 0 0 -2.01571 -19.13 1.304c-2.16057,1.13686 -6.06829,3.38914 -6.06829,6.75943 0,3.87114 3.94057,5.03971 -5.03971,5.03971 -1.81914,1.218 -1.772,2.01571 -4.03171,2.01571l-2.016 0c-5.58543,0 -8.888,-1.586 -10.0794,-6.04743l-7.05543 1.00771z"/>
  </a>
  <a xlink:href="http://en.wikipedia.org/wiki/East_Azerbaijan_Province">
   <path class="fil5" d="M37.7531 24.5414l-3.81829 12.4569 -1.22114 -0.361714 0 5.03971 -3.82086 2.30886 0.796857 4.74657c14.9917,0 10.0794,5.52257 10.0794,17.1351l4.03171 0c2.35714,0 2.992,2.07714 7.05571,3.02371l0 3.02371 -3.024 0 0 4.03171c0,3.66171 -1.19571,3.53543 -2.01571,7.05571l7.04829 1.12914c1.22,5.08514 3.98714,5.92629 10.0866,5.92629 4.81914,0 6.19343,-2.61657 11.0871,-3.02371l0 3.02371c0,4.09657 5.76686,4.03171 10.0794,4.03171l2.016 12.0954 17.922 4.12943 -2.46086 14.3757 9.73714 6.69314 3.20971 1.40743 11.9094 3.63229 0 -5.03971 -4.59714 -4.46714 0.491143 -0.977143 10.7766 -2.50914 8.44857 -3.13371 0 -4.032c0,-3.85371 -0.309429,-0.366857 0.368571,-2.74829l-1.86829 -3.64571 -8.57971 -5.70114c0.595143,-7.15343 1.15314,-5.71486 6.04743,-8.06343l-6.04743 -11.0874 -3.024 0 0 -2.01571 -8.06343 3.02371 -0.0574286 -2.236 -3.97429 1.228c-0.641429,-7.70686 -5.03971,-2.758 -5.03971,-8.06343l0 -3.02371 -4.03171 0c-2.32229,0 -3.02371,-0.701429 -3.02371,-3.02371l0 -6.04771 2.01571 0 -0.747143 -1.40029 -5.30029 -5.65543 -0.00171429 -6.77457 -14.1094 -0.280857 0 -6.04771c4.69257,-1.894 0.102571,-4.03171 5.03971,-4.03171l3.84229 0.0294286 -0.818571 -10.1089c-0.642857,-4.152 -0.562,-6.80743 -4.03171,-8.06343l0 -6.04743c0,-3.06257 -1.74829,-3.42229 -4.03171,-4.03171 -2.44914,3.65714 -6.49771,8.60543 -12.0954,9.07143 -0.480286,5.77457 -5.776,8.06343 -12.0951,8.06343 -1.81914,1.218 -1.772,2.01571 -4.03171,2.01571l-3.02371 0c-4.30286,0 -14.9489,-4.75057 -17.1351,-7.05543z"/>
  </a>
  <a xlink:href="http://en.wikipedia.org/wiki/Khuzestan_Province">
   <path class="fil6" d="M103.269 227.137c-0.123143,5.52914 -2.95429,19.682 -7.05543,21.1666l8.06343 12.0951c-1.58,2.986 -4.03171,8.61829 -4.03171,13.1031l0 10.0794 9.07143 0 0 16.1271c8.264,2.20657 -0.652571,6.57114 10.2994,9.12886l-0.572571 3.56 3.37629 5.45371 3.02371 0 1.008 -2.01571 4.03171 0c3.89,0 4.03171,-4.07371 4.03171,-8.06343l8.06343 0 0 2.01571 6.04771 0c-1.01514,2.19514 -0.454286,6.04771 2.016,6.04771 4.33571,0 6.75114,-8.06343 11.0871,-8.06343l5.03971 0 0 2.01571 2.016 0 5.48771 -2.56286 6.60743 6.59457 2.016 0 0 -3.02371c-4.37943,-1.76771 -0.154571,-2.46943 -3.80286,-7.28457 -1.53,-2.01943 -4.26086,-3.32514 -4.26086,-6.82657 0,-1.79429 1.51143,-1.65371 3.024,-2.01571 -1.13971,-4.26829 -0.769714,-2.37143 -5.03971,-2.016l-4.95171 -8.11829 -8.14771 -0.976286c-0.732857,-3.10657 -0.838286,-1.22171 -1.01171,-4.00857l0.212286 -5.05286c-0.237714,-0.395143 0.481429,-1.82629 0.795714,-3.01057l4.03171 0c2.32229,0 3.02371,-0.701429 3.02371,-3.024l0 -3.02371 6.04771 -1.008 1.16057 -6.014c-6.94514,-1.84714 -1.46829,-7.45171 -9.224,-8.09686 -0.107429,-4.81543 -0.429714,-5.664 -5.03971,-6.04771 -1.466,-6.292 -8.05571,-14.5311 -15.1191,-15.1191l1.008 -3.02371 -7.94057 -3.46371c-5.08257,-8.93343 -13.1063,-6.61571 -24.3134,-6.61571l-5.03971 0 -5.03971 11.0874z"/>
  </a>
  <a xlink:href="http://en.wikipedia.org/wiki/North_Khorasan_Province">
   <path class="fil2" d="M318.968 41.6763l2.01571 1.008c-0.0714286,3.21286 -0.917429,6.94886 -1.46343,10.7169 -0.957429,6.60629 2.47143,6.18886 2.47143,9.44171l0 2.016c0,2.35943 -1.67257,4.03171 -4.03171,4.03171l-2.81514 0.0865714 -2.22457 5.96114 5.21057 5.83943 0.837143 -0.8 0 2.016 -2.016 0 0 4.03171 2.016 0 0 3.02371c0,2.22943 8.91571,7.05571 9.07143,7.05571 6.292,0 9.57457,-3.64886 11.0871,2.01571l11.0874 -6.04743c3.89771,3.388 3.48714,6.04743 10.6383,5.70029l3.72714 -3.93171 8.92486 9.18543 0.459714 -1.39257 3.46429 -2.506 0.18 -5.84057 4.98314 -4.278 -1.13143 -3.99257c3.05971,-3.22571 7.05543,-3.584 7.05543,-10.0791l-0.831429 -8.51171 -2.19229 -4.59143 2.01571 0 0 -7.05571 -2.01571 0 0 -6.04771 -1.15914 1.96571 -10.9411 -0.0657143c-3.99914,0.285429 -0.918,-1.64571 -5.40429,-3.546 -2.02571,-0.858 -5.308,-1.03314 -7.62171,-1.45 -3.29343,-0.593429 -11.376,-2.06257 -15.1911,-2.95143l0 -3.024c0,-2.84657 -2.31286,-3.88857 -4.03171,-5.03943l-6.02657 3.06457c-2.45857,-1.21057 -4.43057,-2.05686 -8.08457,-2.05686 -3.56743,0 -6.53171,3.76029 -8.06343,6.04771z"/>
  </a>
  <a xlink:href="http://en.wikipedia.org/wiki/West_Azerbaijan_Province">
   <path class="fil3" d="M35.7374 121.303l4.15514 -0.0391429 -1.13143 -3.99257c5.03057,-1.34314 4.28,-5.03971 8.06343,-5.03971l3.024 0c0.669143,-2.87257 1.55857,-6.04743 5.03971,-6.04743 3.34457,0 2.10429,2.01571 4.03171,2.01571 2.72229,0 2.77914,-0.481143 5.16086,-1.154l2.83286 1.90057 8.13314 -1.75457c0.885143,3.31457 3.09971,4.032 7.05571,4.032 3.96114,0 2.20257,-2.15686 4.03171,-5.03971l-2.016 -12.0954c-4.31257,0 -10.0794,0.0648571 -10.0794,-4.03171l0 -3.02371c-4.89371,0.407143 -6.268,3.02371 -11.0871,3.02371 -6.09943,0 -8.86657,-0.841143 -10.0866,-5.92629l-7.04829 -1.12914 -3.024 0 0.410571 1.26743 -7.272 2.35543 -2.05486 -5.712 -1.33343 -15.0297c-4.30257,-1.63514 -4.744,-10.5263 -4.86914,-16.1431l2.01571 -1.008 -0.796857 -4.74657 3.82086 -2.30886 0 -5.03971 1.22114 0.361714 3.81829 -12.4569 -13.8994 -14.3286 -0.211429 -4.82229 -5.03971 -4.03171 -2.016 0 -5.03971 11.0874 -7.41657 0.113714 3.38486 11.9814 -2.62543 0.375714 3.13114 5.68714 0.456 14.2726 4.90543 1.184 -6.87514 15.7743c6.48057,1.50971 10.0794,2.52 10.0594,11.1003l5.05971 8.05029c-0.647143,2.70286 -1.008,1.9 -1.008,4.03171 0,3.71571 3.024,3.942 3.024,7.05571 0,2.72229 -0.481429,2.77914 -0.794857,4.588l4.82657 2.46743 -0.0465714 6.08657 7.102 10.0406c-4.31571,1.43086 -0.302286,1.14057 1.008,6.04743z"/>
  </a>
  <a xlink:href="http://en.wikipedia.org/wiki/Lorest%C4%81n_Province">
   <path class="fil3" d="M90.166 186.819l0.02 5.16314 -7.27714 0.682857 -1.768 2.04086 -4.078 -0.831429 0 3.02371c-1.95543,0.162857 -4.03171,-0.0474286 -4.03171,2.016 0,7.71343 27.8814,11.9237 28.2754,27.1283l1.96257 1.094 5.03971 -11.0874 5.03971 0c11.2071,0 19.2309,-2.31771 24.3134,6.61571l7.94057 3.46371 6.04743 -2.016 1.15429 -3.14514 -2.02143 -2.45314 7.00057 -2.19114 -1.07429 -0.521429 4.01229 -12.8557 -4.97571 -8.73257 -1.07171 0.669143 0 3.02371 -5.916 -3.22657c0.997143,-2.14971 2.30686,-5.84486 -2.14743,-5.84486l-6.04771 0 0 5.03971 -4.03171 0c-2.72229,0 -2.77914,-0.481143 -5.03971,-1.008l0 -7.05543 -5.59857 -6.61086 -8.57571 5.50343 -12.032 -7.964 -10.744 -4.79886c-0.447429,5.43857 -1.71971,6.71057 -6.39114,6.81457l2.016 8.06371z"/>
  </a>
  <a xlink:href="http://en.wikipedia.org/wiki/Kurdistan_province_(Iran)">
   <path class="fil2" d="M35.7374 121.303c2.148,5.322 5.48,-1.63686 10.0974,7.17657l9.05343 -1.12886 0 2.01571c3.35829,-0.0745714 6.04743,-1.58114 6.04743,1.008 0,3.59 -3.44914,3.95143 -7.05543,4.03171l0 6.04771c0,3.84086 4.67771,3.94114 6.04771,9.07143l8.91857 10.4649 -0.855143 0.622571c2.26057,0.526571 2.31743,1.00771 5.03971,1.00771l4.54771 -0.280857 4.64486 -7.92857 2.90257 2.162c1.75029,-3.648 0.457714,-6.15114 4.68657,-4.25457l2.36886 -2.80114c8.09371,4.28257 3.32257,7.05571 14.1111,7.05571l1.79914 -1.04857 0.962286 -6.81486 -9.78429 -13.8283 5.00714 0.524857c3.522,0.219429 0.661714,0.163429 3.37257,-1.22571l-2.27829 -4.02257 5.96114 2.22457 -9.73714 -6.69314 2.46086 -14.3757 -17.922 -4.12943c-1.82914,2.88286 -0.0705714,5.03971 -4.03171,5.03971 -3.956,0 -6.17057,-0.717429 -7.05571,-4.032l-8.13314 1.75457 -2.83286 -1.90057c-2.38171,0.672857 -2.43857,1.154 -5.16086,1.154 -1.92743,0 -0.687143,-2.01571 -4.03171,-2.01571 -3.48114,0 -4.37057,3.17486 -5.03971,6.04743l-3.024 0c-3.78343,0 -3.03286,3.69657 -8.06343,5.03971l1.13143 3.99257 -4.15514 0.0391429z"/>
  </a>
  <a xlink:href="http://en.wikipedia.org/wiki/Markazi_Province">
   <path class="fil2" d="M137.539 139.446l2.286 2.288 3.808 9.984 -4.078 0.831143 0.0517143 2.81829 4.97886 1.24971 0.0808571 1.17343 -8.13514 -0.201714c-0.572286,6.87714 -4.03171,10.4797 -4.03171,14.1111l0 1.008c0,4.00429 4.03171,3.05143 4.03171,7.05543l0 1.008c0,3.28343 -2.86057,3.88657 -5.03971,5.03971l0 7.05543c2.26057,0.526857 2.31743,1.008 5.03971,1.008l4.03171 0 0 -5.03971 6.04771 0c4.45429,0 3.14457,3.69514 2.14743,5.84486l5.916 3.22657 0 -3.02371 1.07171 -0.669143 4.97571 8.73257 3.024 0c1.19457,-4.47457 18.9329,-8.31629 22.086,-9.07657l0.0885714 -14.106 -6.10286 -0.986571 -1.00429 -3.25057 -5.61543 1.61486 -4.41229 -8.46486 -3.024 0c-2.69543,0 -2.98114,-1.45514 -4.24771,-3.24l3.18457 -2.78657 -0.952571 -3.04486 6.04743 0c1.76629,-4.376 3.63143,-2.016 6.04771,-2.016 2.30857,0 1.172,-0.341714 4.03171,-1.008l0 -6.04743c0,-3.85371 -0.309429,-0.366857 1.008,-3.024l1.52714 -9.18c-7.77629,0.108571 -6.18943,-3.92314 -12.6146,-3.92314l-3.02371 0 -1.008 -4.03171c-1.75914,1.52914 -8.97629,5.03971 -12.0951,5.03971l-4.03171 0 0 4.03171 -12.042 -2.25571 -0.0534286 2.25571z"/>
  </a>
  <a xlink:href="http://en.wikipedia.org/wiki/M%C4%81zandar%C4%81n_Province">
   <path class="fil2" d="M174.833 89.0491l-5.04657 8.424 -2.00886 3.67143c1.144,4.28486 8.08429,6.94886 12.0951,9.07143l18.1429 9.07143c17.3494,0 7.21,3.34171 19.1509,9.07143 4.83486,-2.55829 6.07457,-7.05571 9.07143,-7.05571l2.016 0c4.44714,0 7.18029,1.49 9.99314,2.97057l1.094 -1.96257 6.04771 -1.008c0.616286,-0.920571 1.64057,-3.02371 3.02371,-3.02371 2.72229,0 2.77914,0.481143 4.688,0.549143l10.4311 -7.60457 0 -6.04771 0 -2.016 -4.94914 -9.69143 -3.11429 -7.44343 -28.4769 7.16743c-8.05543,0.896 -11.8589,4.92771 -16.8803,4.92771l-8.06371 0c-10.254,0 -19.01,-7.16 -27.2143,-9.07143z"/>
  </a>
  <a xlink:href="http://en.wikipedia.org/wiki/Golest%C4%81n_Province">
   <path class="fil4" d="M261.515 72.9223l0 2.016 0 10.0791 -6.04743 1.008 3.11429 7.44343 4.94914 9.69143 2.01571 1.008c1.75029,-0.839714 4.47,-2.01571 7.05571,-2.01571 3.50143,0 1.538,2.01571 5.03971,2.01571 3.94543,0 0.110857,-1.52171 6.04743,-2.01571l-0.843143 -1.06 8.90686 -8.01143 15.1189 0 0 -6.04771c0,-7.37629 1.14686,-9.502 6.04771,-12.0951l2.22457 -5.96114 2.81514 -0.0865714c2.35914,0 4.03171,-1.67229 4.03171,-4.03171l0 -2.016c0,-3.25286 -3.42886,-2.83543 -2.47143,-9.44171 0.546,-3.768 1.392,-7.504 1.46343,-10.7169l-2.01571 -1.008c-8.26514,3.96571 -18.1871,-3.35543 -24.2089,5.02143 -2.83629,3.946 -3.21829,3.91314 -7.37143,6.73971 -3.70257,2.52 -2.66371,4.67257 -6.72143,7.38971 0.666286,2.85971 1.008,1.72286 1.008,4.03171 0,0.799714 -13.6209,8.06343 -16.1271,8.06343 -5.03743,0 0.426571,-2.59457 -4.03171,0z"/>
  </a>
  <path class="fil0" d="M512.491 446.867l1.14571 4.01371 3.894 0.018 -0.410571 -1.26743 7.272 -2.35543 0.194 -2.42486 7.05571 0c-1.46314,3.16371 -2.12857,2.57057 2.01571,3.024l-1.19571 -2.95171 12.1886 -4.42857 8.03257 2.81914 -0.195714 -1.36771 5.36086 -1.12686 0 -61.484 -6.014 1.16057 -0.0337143 5.89486 -10.0454 1.26314c-1.31429,2.91714 -6.412,3.07829 -9.13886,4.75086 -4.91514,3.01514 -0.026,5.49914 -7.022,6.08143l0 3.02371 -8.18429 2.69571 0.120857 9.39943 -2.162 2.90257 -2.87771 30.3594z"/>
  <a xlink:href="http://en.wikipedia.org/wiki/Bushehr_Province">
   <path class="fil2" d="M168.785 309.787l-1.008 6.04771c3.15057,0.262286 16.1269,15.8446 16.1269,17.1349l0 8.06343 2.016 0 0.0514286 2.22143 4.98829 -1.21343 0 8.06343c5.82429,0.129714 6.13029,3.394 6.976,8.14286 1.534,8.61086 2.29257,4.27371 5.86829,10.0291l1.26686 9.04229c5.928,0.493429 3.37486,4.49371 8.08886,4.28971l13.8103 -0.738857 18.5417 9.59143 -0.976 3.82086 3.87629 3.19571 5.03971 -3.024c-1.25257,-4.69086 -7.84314,-7.47229 -11.7214,-10.4531 -2.55,-1.95971 -5.59114,-10.2634 -7.42943,-13.7371 -5.13914,0.427714 -12.3226,-1.09229 -5.03971,-4.03171l0.986 -0.742857 -7.39914 -9.82057c-0.642286,-14.1097 -11.0974,-18.1249 -11.7297,-25.7223l-11.2203 -3.64857 0.133143 -5.42286 -7.01371 -5.09229 -12.1371 -1.96343 -6.60743 -6.59457 -5.48771 2.56286z"/>
  </a>
  <a xlink:href="http://en.wikipedia.org/wiki/Kermanshah_Province">
   <path class="fil4" d="M59.928 149.525c-2.64514,3.95 -3.30486,6.04771 -10.0794,6.04771l1.01429 0.829143 -6.07714 7.238 0.984571 7.91886 -7.65114 2.46857 2.558 5.266 1.108 -0.538286 -0.0577143 3.81171 -3.68571 1.21343 -0.302857 6.09629 4.04629 0.974c1.158,-1.00686 3.02371,-1.76314 3.02371,-3.024 0,-2.30857 -0.341714,-1.17171 -0.916,-3.63086l6.96371 -2.41657c3.11371,2.08514 20.6129,9.75886 25.2163,9.19229l9.10857 -1.10771 0.952857 -3.04486 4.03171 0 -2.016 -8.06371c4.67143,-0.104 5.94371,-1.376 6.39114,-6.81457l10.744 4.79886 -1.23486 -4.99629c2.47286,-0.643143 3.25057,-0.278857 3.25057,-3.06714l0 -3.024 -6.878 2.46714 1.68514 -6.55657 -1.86257 0.0577143 0 -3.02371 6.04743 -3.02371c-10.7886,0 -6.01743,-2.77314 -14.1111,-7.05571l-2.36886 2.80114c-4.22886,-1.89657 -2.93629,0.606571 -4.68657,4.25457l-2.90257 -2.162 -4.64486 7.92857 -4.54771 0.280857c-2.72229,0 -2.77914,-0.481143 -5.03971,-1.00771l0.855143 -0.622571 -8.91857 -10.4649z"/>
  </a>
  <a xlink:href="http://en.wikipedia.org/wiki/%C4%AAl%C4%81m_Province">
   <path class="fil2" d="M41.7851 190.851l0.0157143 4.01857 16.1111 18.156c0,16.8894 -2.93971,5.384 11.2329,12.9574 2.93971,1.57086 11.8729,10.252 12.9577,13.2489l9.398 0.38 4.71314 8.69143c4.10114,-1.48457 6.93229,-15.6374 7.05543,-21.1666l-1.96257 -1.094c-0.394,-15.2046 -28.2754,-19.4149 -28.2754,-27.1283 0,-2.06343 2.07629,-1.85314 4.03171,-2.016l0 -3.02371 4.078 0.831429 1.768 -2.04086 7.27714 -0.682857 -0.02 -5.16314 -4.03171 0 -0.952857 3.04486 -9.10857 1.10771c-4.60343,0.566571 -22.1026,-7.10714 -25.2163,-9.19229l-6.96371 2.41657c0.574286,2.45914 0.916,1.32229 0.916,3.63086 0,1.26086 -1.86571,2.01714 -3.02371,3.024z"/>
  </a>
  <a xlink:href="http://en.wikipedia.org/wiki/Tehran_Province">
   <path class="fil7" d="M165.761 130.375l1.008 4.03171 3.02371 0c6.42514,0 4.83829,4.03171 12.6146,3.92314l-1.52714 9.18c7.75743,-1.80714 9.76257,-2.42686 16.5486,1.59429 6.48829,3.84429 9.29971,4.40371 15.7054,7.47714 0.156286,-7.01229 3.02371,-4.65143 3.02371,-7.05543 0,-4.07686 -5.03971,-3.98686 -5.03971,-8.06343l0 -5.03971 2.016 0 -0.0257143 -1.96057 11.1129 4.98429c11.4554,-5.49657 14.8757,0.931143 19.8854,-9.926l-4.76629 -7.20886 -1.094 1.96257c-2.81286,-1.48057 -5.546,-2.97057 -9.99314,-2.97057l-2.016 0c-2.99686,0 -4.23657,4.49743 -9.07143,7.05571 -11.9409,-5.72971 -1.80143,-9.07143 -19.1509,-9.07143l-18.1429 -9.07143 -7.04486 -0.086 -3.03457 0.086 0 5.03971 7.34543 2.25286c-6.84171,1.316 -2.538,3.01686 -5.80829,6.33971 -2.82486,2.87 -3.46057,-0.143143 -6.57657,4.51057l1.00771 2.01571z"/>
  </a>
  <a xlink:href="http://en.wikipedia.org/wiki/Hamad%C4%81n_Province">
   <path class="fil6" d="M106.293 155.573l-6.04743 3.02371 0 3.02371 1.86257 -0.0577143 -1.68514 6.55657 6.878 -2.46714 0 3.024c0,2.78829 -0.777714,2.424 -3.25057,3.06714l1.23486 4.99629 12.032 7.964 8.57571 -5.50343 5.59857 6.61086c2.17914,-1.15314 5.03971,-1.75629 5.03971,-5.03971l0 -1.008c0,-4.004 -4.03171,-3.05114 -4.03171,-7.05543l0 -1.008c0,-3.63143 3.45943,-7.234 4.03171,-14.1111l8.13514 0.201714 -0.0808571 -1.17343 -4.97886 -1.24971 -0.0517143 -2.81829 4.078 -0.831143 -3.808 -9.984 -2.286 -2.288c-7.356,-3.52971 -3.26543,0.559143 -5.03943,-7.05543l-6.04771 -1.008 0 5.03971 -11.9094 -3.63229 -3.20971 -1.40743 -5.96114 -2.22457 2.27829 4.02257c-2.71086,1.38914 0.149429,1.44514 -3.37257,1.22571l-5.00714 -0.524857 9.78429 13.8283 -0.962286 6.81486 -1.79914 1.04857z"/>
  </a>
  <path class="fil0" d="M309.896 477.105l57.4523 0c-1.22714,-5.26686 -5.03571,-10.4883 -6.66171,-16.5214 -1.60857,-5.96857 1.79771,-14.6354 -3.41771,-16.7406l0 -3.02371c0,-0.694 3.32257,-11.6251 4.03171,-13.1031l-3.13029 -0.455143 3.13029 -0.552857 0 -4.03171 -3.02371 0 3.158 -2.84029 -5.16486 -1.22743 -2.36686 6.36971c-2.606,-6.13714 -5.24543,10.9566 -8.45057,14.1037 -5.57629,5.47543 -9.68114,5.82257 -13.0389,12.1597 -1.43886,2.71629 -3.65343,5.68857 -5.36657,7.74486 -4.70914,5.65286 -1.62571,1.97943 -4.00457,6.05057 -1.13171,1.93686 -9.93971,7.27857 -13.1466,12.0677z"/>
  <a xlink:href="http://en.wikipedia.org/wiki/Ardab%C4%ABl_Province">
   <path class="fil2" d="M86.1343 12.4463c2.28343,0.609429 4.03171,0.969143 4.03171,4.03171l0 6.04743c3.46971,1.256 3.38886,3.91143 4.03171,8.06343l0.818571 10.1089 -3.84229 -0.0294286c-4.93714,0 -0.347143,2.13771 -5.03971,4.03171l0 6.04771 14.1094 0.280857 0.00171429 6.77457 5.30029 5.65543 0.747143 1.40029 -2.01571 0 0 6.04771c0,2.32229 0.701429,3.02371 3.02371,3.02371l4.03171 0 0 3.02371c0,5.30543 4.39829,0.356571 5.03971,8.06343l3.97429 -1.228 0.0574286 2.236 8.06343 -3.02371 1.008 -5.03971c-4.17943,-0.457143 -10.0794,-13.9794 -10.0794,-15.1191 0,-3.85029 3.52514,-9.94629 5.01029,-13.048l-4.00229 -2.07086 0 -3.024 -18.7711 -15.3917 7.48314 -4.15229 -1.036 -10.6654 3.75657 -2.54829 -7.02086 -6.10743 -0.538571 -3.468 -8.93857 7.19514 -5.17257 -0.139714 -4.03171 3.024z"/>
  </a>
  <a xlink:href="http://en.wikipedia.org/wiki/Chaharmahal_and_Bakhtiari_Province">
   <path class="fil2" d="M145.603 226.129l-1.008 3.02371c7.06343,0.588 13.6531,8.82714 15.1191,15.1191 4.61,0.383714 4.93229,1.23229 5.03971,6.04771 7.75571,0.645143 2.27886,6.24971 9.224,8.09686l-1.16057 6.014 10.6529 6.016 -0.573429 1.03971 3.02371 0c4.08686,0 5.22,0.932857 6.04771,4.03171l3.02371 0 0 -2.016 5.03971 0 0 -8.06343 -1.858 0.012 0.859714 -21.2271 -5.51857 -1.47514 -5.61457 -5.54086 0.972 -4.84257 -2.95171 -1.196 0 -4.03171 -12.0951 0 -0.431429 6.92 -21.7434 -9.944 -6.04743 2.016z"/>
  </a>
  <a xlink:href="http://en.wikipedia.org/wiki/Kohgiluyeh_and_Boyer-Ahmad_Province">
   <path class="fil3" d="M182.896 310.795l5.03943 0 2.50714 -6.876 5.55657 -0.179429c0.262286,-3.15286 1.00771,-3.58086 1.00771,-7.05571l0 -3.02371 3.024 0c4.12343,0 5.71314,1.02114 6.04743,5.03971 5.32286,0.118571 6.32343,2.90686 7.88743,-1.13486 0.644857,-1.66657 2.15571,-7.31657 2.192,-8.94457l-4.03171 -3.02371 -4.03171 0c-1.27914,-4.79029 -4.27429,-1.08971 -9.07143,-11.0874l-4.03171 1.008 -3.02371 0c-0.827714,-3.09886 -1.96086,-4.03171 -6.04771,-4.03171l-3.02371 0 0.573429 -1.03971 -10.6529 -6.016 -6.04771 1.008 0 3.02371c0,2.32257 -0.701429,3.024 -3.02371,3.024l-4.03171 0c-0.314286,1.18429 -1.03343,2.61543 -0.795714,3.01057l-0.212286 5.05286c0.173429,2.78686 0.278857,0.902 1.01171,4.00857l8.14771 0.976286 4.95171 8.11829c4.27,-0.355429 3.9,-2.25229 5.03971,2.016 -1.51257,0.362 -3.024,0.221429 -3.024,2.01571 0,3.50143 2.73086,4.80714 4.26086,6.82657 3.64829,4.81514 -0.576571,5.51686 3.80286,7.28457z"/>
  </a>
  <a xlink:href="http://en.wikipedia.org/wiki/G%C4%ABl%C4%81n_Province">
   <path class="fil6" d="M120.404 44.7l0 3.024 4.00229 2.07086c-1.48514,3.10171 -5.01029,9.19771 -5.01029,13.048 0,1.13971 5.9,14.662 10.0794,15.1191l-1.008 5.03971 0 2.01571 3.024 0 6.04743 11.0874c6.28743,3.32686 4.17257,9.07143 15.1191,9.07143 3.38943,0 3.50657,-4.03171 15.1191,-4.03171l2.00886 -3.67143 5.04657 -8.424c-7.97714,-5.06143 -9.46,-3.80829 -12.0951,-15.1189 -27.3097,-0.608286 -36.2857,-1.46257 -36.2857,-30.238l-6.04771 1.00771z"/>
  </a>
  <a xlink:href="http://en.wikipedia.org/wiki/Qazv%C4%ABn_Province">
   <path class="fil3" d="M126.452 131.383l6.04771 1.008c1.774,7.61457 -2.31657,3.52571 5.03943,7.05543l0.0534286 -2.25571 12.042 2.25571 0 -4.03171 4.03171 0c3.11886,0 10.336,-3.51057 12.0951,-5.03971l-1.00771 -2.01571c3.116,-4.65371 3.75171,-1.64057 6.57657,-4.51057 3.27029,-3.32286 -1.03343,-5.02371 5.80829,-6.33971l-7.34543 -2.25286 0 -5.03971 3.03457 -0.086 7.04486 0.086c-4.01086,-2.12257 -10.9511,-4.78657 -12.0951,-9.07143 -11.6126,0 -11.7297,4.03171 -15.1191,4.03171 -10.9466,0 -8.83171,-5.74457 -15.1191,-9.07143 -4.89429,2.34857 -5.45229,0.91 -6.04743,8.06343l8.57971 5.70114 1.86829 3.64571c-0.678,2.38143 -0.368571,-1.10543 -0.368571,2.74829l0 4.032 -8.44857 3.13371 -10.7766 2.50914 -0.491143 0.977143 4.59714 4.46714z"/>
  </a>
  <path class="fil0" d="M195.999 477.105l24.1903 0c0.526857,-2.26057 1.008,-2.31743 1.008,-5.03971l0 -5.03971c0,-6.24543 -1.69,-6.58229 -4.03171,-10.0794 0.840571,-3.60771 2.016,-4.73571 2.016,-9.07114 0,-1.70714 -1.34257,-3.76686 -2.016,-5.03971l-5.03971 0c1.11686,-2.70343 -2.07,-7.05571 -6.04771,-7.05571 -3.46457,0 -6.04743,6.13314 -6.04743,11.0874l-2.016 0 0 6.04743 -3.02371 0 1.008 24.1906z"/>
  <path class="fil1" d="M45.8169 83.0017c0.82,-3.52029 2.01571,-3.394 2.01571,-7.05571l0 -4.03171 3.024 0 0 -3.02371c-4.06371,-0.946571 -4.69857,-3.02371 -7.05571,-3.02371l-4.03171 0c0,-11.6126 4.91229,-17.1351 -10.0794,-17.1351l-2.01571 1.008c0.125143,5.61686 0.566571,14.508 4.86914,16.1431l1.33343 15.0297 2.05486 5.712 7.272 -2.35543 -0.410571 -1.26743 3.024 0z"/>
  <path class="fil1" d="M485.277 240.24l-10.0794 0 0 3.02371 -2.01571 0 0 3.02371 2.01571 0 0.784 0.784 -4.03171 4.03171 -1.01057 -0.702571 2.26371 6.31971 0.986571 -0.353429c-0.358286,4.30629 -3.02371,9.022 -3.02371,10.0794l0.196571 3.364 6.24229 -3.85857 3.46486 -3.50714 -1.84029 -13.1331 0 -1.008c0,-3.31086 3.93714,-4.07486 6.04771,-8.06343z"/>
  <path class="fil1" d="M201.039 169.684l1.00771 5.03971 12.0954 0c2.72229,0 2.77914,-0.481143 5.03971,-1.00771l0 -4.032 -0.156857 -3.69686 -5.89086 -2.35057c1.12743,-4.85829 2.45314,-7.33857 -0.594,-7.33857 -3.64057,0 -5.84486,5.414 -5.69029,9.068l-5.81086 4.318z"/>
  <a xlink:href="http://en.wikipedia.org/wiki/Qom_Province">
   <path class="fil3" d="M212.958 156.255c-6.40571,-3.07343 -8.62314,-3.35 -15.1114,-7.19429 -6.786,-4.02114 -8.79114,-3.40143 -16.5486,-1.59429 -1.31743,2.65714 -1.008,-0.829714 -1.008,3.024l0 6.04743c-2.85971,0.666286 -1.72314,1.008 -4.03171,1.008 -2.41629,0 -4.28143,-2.36 -6.04771,2.016l-6.04743 0 0.952571 3.04486 -3.18457 2.78657c1.26657,1.78486 1.55229,3.24 4.24771,3.24l3.024 0 4.41229 8.46486 5.61543 -1.61486 1.00429 3.25057 6.10286 0.986571 0.776286 -6.85029 14.3429 -3.22914 5.81086 -4.318c0.236571,-3.218 2.04971,-9.068 5.69029,-9.068z"/>
  </a>
 </g>
</svg>

Open in new window

I would say these comments go above and WAYYY beyond answering questions :)
I am impressed.
thanks mplungjan, I got a bit carried away - I guess I will not spend that much time on all my answers ;)
Avatar of Zolf

ASKER


>>mplungjan:
>>these comments go above and WAYYY beyond answering questions
infact it is what i was had aked for and i was looking for.

yogi4life:
cheeers mate.i appreciate your sincere help. it is exactly what i was looking for.
Avatar of Zolf

ASKER


yogi4life:
thanks a lot,you made my life easy
Avatar of Zolf

ASKER


yogi4life:

can you please tell me how do i run the svg code you provided.
Avatar of Zolf

ASKER


yogi4life:

i dont see anything in the url
3-30-2010-9-13-25-AM.gif
Last question first - if you have done the scanning process yourself - you do have to manually copy-and-paste or type in the URLs in each clickable object. However if you import the svg file i sent by first saving it to an .svg file each object should have the URLs I have already copied in.
The SVG code has to be embedded in an HTML file like this:

By the way one of the provinces in your bitmap image is actually two provinces. The map is not accurate according to Wikipedia. East Azerbaijan and Zanjan has merged in your map... that can't be correct?
<HTML>
<HEAD>
	<TITLE>Iran2</TITLE>
	<META http-equiv="Content-Type" Content="text/html; charset=utf-8">
</HEAD>
<BODY>
<object type="image/svg+xml" data="Iran3.svg" width="1440" height="900">
  <param name="src" value="Iran3.svg"/>
  alt : <a href="Iran3.svg">Iran3.svg</a>
</object>
</BODY>
</HTML>

Open in new window

Avatar of Zolf

ASKER


by the way how do you get the coordinates.do you get it in coreldraw or come other place
All the coordinates are generated by CorelDraw. It is made when you either save it as a HTML page (with map) or as an SVG file. Be aware that SVG is not supported natively by Internet Explorer. Seems to be support planned for IE 9 though. So if youre planning to use the SVG version you will have a problem with a lot of the visitors if it is meant for a public website... You could also consider exporting it from CorelDraw into SWF (Adobe Flash) - then it will be accessible to most browsers - and scalable graphics with hyperlinks...
here is the Flash file I exported:
Iran3.swf