You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
235 lines
9.0 KiB
XML
235 lines
9.0 KiB
XML
2 days ago
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<svg
|
||
|
version="1.1"
|
||
|
width="60.178589"
|
||
|
height="65.080475"
|
||
|
id="svg263"
|
||
|
sodipodi:docname="BlankMap-World.svg"
|
||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||
|
xmlns="http://www.w3.org/2000/svg"
|
||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||
|
<defs
|
||
|
id="defs263" />
|
||
|
<sodipodi:namedview
|
||
|
id="namedview263"
|
||
|
pagecolor="#ffffff"
|
||
|
bordercolor="#000000"
|
||
|
borderopacity="0.25"
|
||
|
inkscape:showpageshadow="2"
|
||
|
inkscape:pageopacity="0.0"
|
||
|
inkscape:pagecheckerboard="0"
|
||
|
inkscape:deskcolor="#d1d1d1">
|
||
|
<inkscape:page
|
||
|
x="0"
|
||
|
y="0"
|
||
|
width="60.178589"
|
||
|
height="65.080475"
|
||
|
id="page2"
|
||
|
margin="0"
|
||
|
bleed="0" />
|
||
|
</sodipodi:namedview>
|
||
|
<title
|
||
|
id="title1">World Map</title>
|
||
|
<style
|
||
|
id="style_css_sheet"
|
||
|
type="text/css">
|
||
|
|
||
|
/*
|
||
|
* Below are Cascading Style Sheet (CSS) definitions in use in this file,
|
||
|
* which allow easily changing how countries are displayed.
|
||
|
*
|
||
|
* The styles are applied in the order in which they are defined (and re-defined) here in the preamble.
|
||
|
*/
|
||
|
|
||
|
/*
|
||
|
* Circles around small countries and territories
|
||
|
*
|
||
|
* Change opacity to 1 to display all circles
|
||
|
*/
|
||
|
.circlexx
|
||
|
{
|
||
|
opacity: 0;
|
||
|
fill: #c0c0c0;
|
||
|
stroke: #000000;
|
||
|
stroke-width: 0.5;
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
* Smaller circles around subnational territories: Australian external territories, Chinese SARs, Dutch special municipalities, and French DOMs (overseas regions/departments) [but not French COMs (overseas collectivities)]
|
||
|
*
|
||
|
* Change opacity to 1 to display all circles
|
||
|
*/
|
||
|
.subxx
|
||
|
{
|
||
|
opacity: 0;
|
||
|
fill: #c0c0c0;
|
||
|
stroke: #000000;
|
||
|
stroke-width: 0.3;
|
||
|
}
|
||
|
|
||
|
|
||
|
/*
|
||
|
* Land
|
||
|
* (all land, as opposed to water, should belong to this class; in order to modify the coastline for land pieces with no borders on them a special class "coastxx" has been added below)
|
||
|
*/
|
||
|
.landxx
|
||
|
{
|
||
|
fill: #c0c0c0;
|
||
|
stroke: #ffffff;
|
||
|
stroke-width: 0.5;
|
||
|
fill-rule: evenodd;
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
* Styles for coastlines of islands and continents with no borders on them
|
||
|
* (all of them should also belong to the class "landxx" - to allow for all land to be modified at once by refining "landxx" style's definition further down)
|
||
|
*/
|
||
|
.coastxx
|
||
|
{
|
||
|
stroke-width: 0.2;
|
||
|
}
|
||
|
|
||
|
|
||
|
/*
|
||
|
* Styles for territories without permanent population (the largest of which is Antarctica)
|
||
|
*
|
||
|
* Change opacity to 0 to hide all territories
|
||
|
*/
|
||
|
.antxx
|
||
|
{
|
||
|
opacity: 1;
|
||
|
fill: #c0c0c0;
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
* Circles around small countries without permanent population
|
||
|
*
|
||
|
* Change opacity to 1 to display all circles
|
||
|
*/
|
||
|
.noxx
|
||
|
{
|
||
|
opacity: 0;
|
||
|
fill: #c0c0c0;
|
||
|
stroke: #000000;
|
||
|
stroke-width: 0.5;
|
||
|
}
|
||
|
|
||
|
|
||
|
/*
|
||
|
* Styles for territories with limited or no recognition
|
||
|
* (all of them - including Taiwan - are overlays (i.e. duplicate layers) over their "host" countries, and so not showing them doesn't leave any gaps on the map)
|
||
|
*
|
||
|
* Change opacity to 1 to display all territories
|
||
|
*/
|
||
|
.limitxx
|
||
|
{
|
||
|
opacity: 0;
|
||
|
fill: #c0c0c0;
|
||
|
stroke: #ffffff;
|
||
|
stroke-width: 0.2;
|
||
|
fill-rule: evenodd;
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
* Smaller circles around small territories with limited or no recognition
|
||
|
*
|
||
|
* Change opacity to 1 to display all circles
|
||
|
*/
|
||
|
.unxx
|
||
|
{
|
||
|
opacity: 0;
|
||
|
fill: #c0c0c0;
|
||
|
stroke: #000000;
|
||
|
stroke-width: 0.3;
|
||
|
}
|
||
|
|
||
|
|
||
|
/*
|
||
|
* Oceans, seas, and large lakes
|
||
|
*/
|
||
|
.oceanxx
|
||
|
{
|
||
|
opacity: 1;
|
||
|
fill: #ffffff;
|
||
|
stroke: #000000;
|
||
|
stroke-width: 0.5;
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
* Reserved class names:
|
||
|
*
|
||
|
* .eu - for members of European Union
|
||
|
* .eaeu - for members of Eurasian Economic Union
|
||
|
*/
|
||
|
|
||
|
|
||
|
/*
|
||
|
* Additional style rules
|
||
|
*
|
||
|
* The following are examples of colouring countries.
|
||
|
* These can be substituted with custom styles to colour the countries on the map.
|
||
|
*
|
||
|
* Colour a few countries:
|
||
|
*
|
||
|
* .gb, .au, .nc
|
||
|
* {
|
||
|
* fill: #ff0000;
|
||
|
* }
|
||
|
*
|
||
|
* Colour a few small-country circles (along with the countries):
|
||
|
*
|
||
|
* .ms, .ky
|
||
|
* {
|
||
|
* opacity: 1;
|
||
|
* fill: #ff0000;
|
||
|
* }
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
|
||
|
</style>
|
||
|
<g
|
||
|
id="de"
|
||
|
class="landxx coastxx eu de"
|
||
|
transform="translate(-1350.0354,-225.74887)">
|
||
|
<title
|
||
|
id="title55">Germany</title>
|
||
|
<path
|
||
|
id="Germany_mainland"
|
||
|
class="landxx eu de"
|
||
|
d="m 1366.68,226.26 c -0.68,0.276 -0.75,1.235 -0.61,1.814 0,-0.392 0.36,-0.733 0.81,-0.907 -0.32,-0.107 -0.49,-0.419 -0.2,-0.907 z m 0.9,0.806 c -0.21,0 -0.4,0.04 -0.6,0.101 0.38,0.09 0.91,0.03 1.21,0 -0.2,-0.08 -0.39,-0.1 -0.61,-0.101 z m 1.75,-0.107 c -0.63,-0.06 -0.41,0.144 -1.04,0.208 0.42,0.212 0.87,1.512 1.11,1.915 0.21,0.355 1.19,1.046 0.91,1.512 -0.47,0.767 -1.79,0.342 -2.32,1.31 0.7,0.298 1.4,0.167 2.11,0 -1.6,0.736 0.13,1.241 0.41,2.117 -0.68,-0.03 -0.93,0.392 -0.41,0.907 0.58,0.561 1.41,0.387 2.12,0.604 0.75,0.231 1.13,0.832 1.61,1.412 0.58,0.695 1.35,0.778 2.02,1.31 -1.74,-0.189 -2.2,-1.634 -3.53,-2.419 -0.87,-0.514 -1.89,0.09 -2.82,0 -1.09,-0.108 -2.15,-0.461 -2.32,1.008 -0.1,0.586 0.41,1.047 0.4,1.612 -0.16,0.421 -0.22,0.868 -0.3,1.311 -0.1,-0.728 0.11,-1.425 -0.7,-1.814 -0.96,-0.456 -1.3,0.446 -0.71,1.108 -0.53,0.133 -0.98,0.02 -1.41,-0.302 2.37,-1.6 -4.05,-1.852 -4.74,-1.714 -0.79,0.158 -2.13,1.428 -2.11,2.319 0,0.739 2.77,1.13 2.31,0.907 -1.12,-0.548 -1.88,3.684 -2.11,4.636 -0.3,1.227 -1.34,0.315 -2.22,0.907 -1.38,0.923 1.19,1.355 1.53,1.928 0.99,1.641 -2.43,2.131 -1.36,3.355 1.03,1.196 -3.61,0.917 -4.24,0.593 0.41,1.153 -0.35,0.145 -1.17,0.676 0.1,0.267 -0.21,0.334 0,0.706 0.92,0.316 2.04,2.476 1.53,3.445 -0.45,0.868 -2.21,2.14 -1.36,3.326 0.46,0.635 0.1,1.515 0.19,1.748 0.27,0.711 1.93,0.746 1.15,1.761 0.99,-0.167 0.9,0.972 1.19,1.577 -2.97,-0.03 -3.47,2.321 -0.63,3.705 1.99,0.974 0,2.851 0.72,3.703 0.11,0.13 2.04,2.504 2.52,2.425 0.69,-0.114 0.14,-0.539 1.16,-0.405 0.54,0.07 0,0.96 0.92,0.723 0.35,-0.09 0.83,0 1.19,-0.03 1.28,-0.444 1.41,0.25 2.59,0.622 1.07,0.335 2.4,0.479 3.51,0.664 -0.9,0.795 -1.75,1.581 -2.49,2.538 -0.83,1.096 -1.12,2.764 -1.68,3.978 -0.37,0.812 -1.77,6.672 0.32,4.909 -0.72,0.839 2.91,0.25 3.58,0.285 1.3,0.07 2.44,0.02 2.72,-0.807 -1.56,0.581 -1.03,-1.517 0.81,-0.604 1.3,0.645 4.45,1.039 5.77,1.809 0.81,0.472 5.14,0.181 4.01,2.122 1.56,-0.05 1.67,-1.466 2.01,-2.621 0.67,0.595 2.19,0.583 3.03,0.504 -0.73,0.358 1.14,0.898 1.51,0.907 0.86,0.02 1.4,-0.725 2.22,-0.806 1.57,-0.158 3.09,-1.375 4.83,-0.807 0,-0.269 0,-0.547 -0.1,-0.806 0.81,0.1 1.6,0.504 2.42,0.504 0.4,-0.136 0.8,-0.222 1.21,-0.302 0.45,0.05 0.64,0.924 1.01,1.209 1.12,0.861 1.11,0.424 1.41,-0.605 0.3,-1.026 -0.98,-0.63 -0.91,-1.511 0.1,-1.075 0.13,-1.029 -0.7,-1.916 -0.63,-0.668 -0.2,-1.186 0.5,-1.511 0.81,-0.371 3.43,-0.819 3.43,-2.016 0,-2.107 1.44,-0.274 2.22,-1.21 1.4,-1.7 -1.05,-2.884 -2.12,-3.528 -1.26,-0.753 -2.32,-1.795 -3.63,-2.519 -1.64,-0.911 -1.97,-2.984 -3.53,-3.831 1.23,-0.978 0.66,-1.782 -0.5,-2.419 -0.9,-0.493 -1.1,-1.385 -1.51,-2.116 0.65,-0.1 1.16,0.165 1.41,1.108 0.25,-2.655 3.66,-1.621 5.04,-2.721 2.19,-1.756 5.85,-2.725 8.46,-3.729 -0.23,-0.222 -0.46,-0.395 -0.7,-0.605 1,-0.236 1.24,-0.523 2.1,0.611 2.12,2.734 3.47,-2.328 2.42,-3.64 -0.14,-0.816 -1.44,-0.857 -1.51,-1.507 -0.1,-0.883 0,-1.186 -0.69,-1.915 -0.45,-0.488 0.22,-0.881 0.4,-1.345 1.04,-2.665 -1.62,-3.381 -0.92,-4.181 1.4,-1.604 -2.47,-2.162 -3,-3.67 0.71,-0.558 2.96,-4.006 1.5,-4.209 -0.3,-1.109 -0.63,-2.284 -1.81,-2.722 -0.73,-0.269 -1.92,-0.466 -2.02,-1.411 0,-0.492 -0.27,-2.016 -1.01,-2.016 -0.44,0 -1.35,0 -1.11,0.504 -0.8,-0.471 -2.55,-2.551 -3.32,-2.62 -1.62,-0.145 -2.72,-0.01 -3.93,1.209 -0.2,-1.355 2.07,-1.451 2.92,-1.31 -1.65,-0.616 -1.89,-0.141 -3.12,0.806 -0.59,0.448 -1.86,0.947 -1.52,1.915 0.16,-1.634 -3.08,-0.178 -3.83,0.303 1.47,-0.715 -0.16,0.484 -0.4,1.209 -0.6,-0.562 -4.1,-1.343 -3.33,0 -0.14,-0.517 -0.5,-0.796 -1,-0.907 0.97,-1 1.85,-1.665 2.11,-3.125 -1.32,0.263 -2.11,0.794 -3.42,0.202 -0.82,-0.369 -2.12,-0.869 -2.52,0.302 -0.11,-0.52 -0.13,-0.55 0.2,-1.008 -0.67,-0.299 -1.46,-0.27 -2.12,0 0.5,-0.236 1.65,-1.744 0.4,-1.713 2,-0.907 -4.79,-1.513 -4.52,-1.364 -0.6,-0.331 -2.04,-0.59 -2.7,-0.658 z" />
|
||
|
<path
|
||
|
id="path3832"
|
||
|
d="m 1367.74,228.87 c 0.16,-0.763 -0.1,-0.811 -0.72,-0.145 0.24,0.05 0.48,0.1 0.72,0.145" />
|
||
|
<path
|
||
|
id="path3834"
|
||
|
d="m 1384.01,231.03 c 0.43,0.05 0.87,0.05 1.3,0 -0.3,-0.76 -1.07,-1.027 -1.8,-0.721 0.16,0.241 0.33,0.481 0.5,0.721" />
|
||
|
<path
|
||
|
id="path3892"
|
||
|
d="m 1396.9,231.68 c 1.08,-0.136 0.57,-1.164 0.22,-1.728 0.76,-0.07 1.48,0.207 2.16,0.504 -0.32,-0.887 -2.18,-0.628 -0.72,-1.584 -0.1,1.46 1.49,0.18 1.73,1.043 0.11,0.423 -0.62,0.963 -0.11,1.289 0.38,0.24 0.69,0.272 0.68,0.835 -0.71,-0.121 -1.34,-0.549 -1.95,-0.02 -0.53,0.459 -1.7,0.328 -2.01,-0.334" />
|
||
|
<path
|
||
|
id="path3894"
|
||
|
d="m 1401.37,234.05 c 0,-0.344 0,-0.68 -0.15,-1.008 0.69,0.875 2.13,0.861 2.75,1.821 0.61,0.937 -1.93,0.942 -2.39,0.699 1.02,-0.184 0.1,-1.227 1.23,-1.296 -0.5,0.04 -0.98,-0.03 -1.44,-0.216" />
|
||
|
</g>
|
||
|
<!--
|
||
|
/*
|
||
|
* Countries with subnational territories (Australia, China, France, Netherlands)
|
||
|
*
|
||
|
*/
|
||
|
-->
|
||
|
<!--
|
||
|
/*
|
||
|
* Small countries and territories with an optional circle around them
|
||
|
*
|
||
|
*/
|
||
|
-->
|
||
|
<!--
|
||
|
/*
|
||
|
* Territories without ISO 3166-1 codes are listed above inside their respective host countries' groupings:
|
||
|
*
|
||
|
* xa, xo, xj, xk, xs, xq, xn, xz, xv, xp, xd, xl, xc
|
||
|
*/
|
||
|
-->
|
||
|
</svg>
|