Начало работ по рисованию иконок для кнопок

This commit is contained in:
Krivchikov Dmitry 2015-08-12 22:24:04 +03:00
parent 1d5d1ec807
commit 6ec5c4ef07
9 changed files with 732 additions and 65 deletions

View File

@ -67,6 +67,8 @@ class Point extends Model
ORDER BY `dist` ORDER BY `dist`
LIMIT 6;'; LIMIT 6;';
$gumLat = sin(deg2rad($lng))*111-11;
var_dump($gumLat, $lat, $lng);die;
$res = App::DB()->prepare($query, array(PDO::ATTR_CURSOR => PDO::CURSOR_FWDONLY)); $res = App::DB()->prepare($query, array(PDO::ATTR_CURSOR => PDO::CURSOR_FWDONLY));
$res->execute(array(':lat' => $lat, ':lng' => $lng, ':minLat' => $lat - 1, ':minLng' => $lng - 1, ':maxLat' => $lat + 1, ':maxLng' => $lng + 1)); $res->execute(array(':lat' => $lat, ':lng' => $lng, ':minLat' => $lat - 1, ':minLng' => $lng - 1, ':maxLat' => $lat + 1, ':maxLng' => $lng + 1));

View File

@ -11,14 +11,14 @@ if (App::$user) {
<div class="glyphicon glyphicon-plus big _t" title="Приблизить" onclick="myMap.zoomIn()"></div> <div class="glyphicon glyphicon-plus big _t" title="Приблизить" onclick="myMap.zoomIn()"></div>
<div class="glyphicon glyphicon-minus big _b" title="Отдалить" onclick="myMap.zoomOut()"></div> <div class="glyphicon glyphicon-minus big _b" title="Отдалить" onclick="myMap.zoomOut()"></div>
<div class="glyphicon glyphicon-globe _t boxButtonLayers" onclick="openBox('Layers')" title="Слои карты"></div> <div class="glyphicon _t boxButtonLayers" onclick="openBox('Layers')" title="Слои карты"><img src="/img/buttons/layers.png" style="margin-top: -10px; margin-left: -5px; width: 30px;" /></div>
<div class="glyphicon glyphicon-filter _c boxButtonFilter" title="Фильтры и поиск" onclick="openBox('Filter')"></div> <div class="glyphicon _c boxButtonFilter" title="Фильтры и поиск" onclick="openBox('Filter')"><img src="/img/buttons/search.png" style="margin-top: -10px; margin-left: -5px; width: 30px;" /></div>
<div class="glyphicon glyphicon-screenshot _b" id="showMeOnTheMap" title="Я на карте" onclick="showMeOnTheMap(false)"></div> <div class="glyphicon _b" id="showMeOnTheMap" title="Я на карте" onclick="showMeOnTheMap(false)"><img src="/img/buttons/myPosition.png" style="margin-top: -20px; height: 21px;" /></div>
<div class="glyphicon glyphicon-list boxButtonRoute" title="Маршрут" onclick="openBox('Route')"></div> <div class="glyphicon boxButtonRoute" title="Маршрут" onclick="openBox('Route')"><img src="/img/buttons/route.png" style="margin-top: -10px; margin-left: -5px; width: 30px;" /></div>
<?php if ($user): ?> <?php if ($user): ?>
<div class="glyphicon glyphicon-map-marker _t" id="addPointButton" title="Добавить точку" onclick="<?= $addWithoutConfirm ? 'activateAddPoint()' : 'showPointagreement()'; ?>"></div> <div class="glyphicon _t" id="addPointButton" title="Добавить точку" onclick="<?= $addWithoutConfirm ? 'activateAddPoint()' : 'showPointagreement()'; ?>"><img src="/img/buttons/addPoint.png" style="margin-top: -10px; height: 30px;" /></div>
<div class="glyphicon glyphicon-star _c boxButtonFavorites" onclick="openBox('Favorites')" title="Хочу посетить"></div> <div class="glyphicon glyphicon-star _c boxButtonFavorites" onclick="openBox('Favorites')" title="Хочу посетить"></div>
<div class="glyphicon glyphicon-cloud-download _c boxButtonRoutes" onclick="openBox('Routes')" title="Мои маршруты"></div> <div class="glyphicon glyphicon-cloud-download _c boxButtonRoutes" onclick="openBox('Routes')" title="Мои маршруты"></div>
<div class="glyphicon glyphicon-user _b boxButtonUser" onclick="openBox('User')" title="Профиль"></div> <div class="glyphicon glyphicon-user _b boxButtonUser" onclick="openBox('User')" title="Профиль"></div>

View File

@ -66,6 +66,7 @@ div#control div._t {border-radius: 8px 0 0 0;border-bottom: solid 1px #666; marg
div#control div._c {border-radius: 0; border-bottom: solid 1px #666; margin-bottom: 0;} div#control div._c {border-radius: 0; border-bottom: solid 1px #666; margin-bottom: 0;}
div#control div._b {border-radius: 0 0 0 8px;} div#control div._b {border-radius: 0 0 0 8px;}
div#control div.space {height: 10px; background-color: transparent; padding: 0;} div#control div.space {height: 10px; background-color: transparent; padding: 0;}
div#control div._t2 {background-color: rgba(200, 200, 200, 0.65); border-radius: 8px 0 0 0;border-bottom: solid 1px #ddd; margin-bottom: 0;}
/*BOX*/ /*BOX*/
body.openBox div#box {display: block;} body.openBox div#box {display: block;}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -95,27 +95,31 @@
</defs> </defs>
<sodipodi:namedview <sodipodi:namedview
id="base" id="base"
pagecolor="#ffffff" pagecolor="#005564"
bordercolor="#666666" bordercolor="#666666"
borderopacity="1.0" borderopacity="1.0"
inkscape:pageopacity="0.0" inkscape:pageopacity="1"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:zoom="0.35355338" inkscape:zoom="0.125"
inkscape:cx="-2557.8458" inkscape:cx="-8637.2483"
inkscape:cy="-138.79307" inkscape:cy="-1511.6429"
inkscape:document-units="px" inkscape:document-units="px"
inkscape:current-layer="layer1" inkscape:current-layer="layer1"
showgrid="false" showgrid="false"
showguides="true" showguides="true"
inkscape:guide-bbox="true" inkscape:guide-bbox="true"
inkscape:window-width="1920" inkscape:window-width="1366"
inkscape:window-height="1056" inkscape:window-height="744"
inkscape:window-x="0" inkscape:window-x="0"
inkscape:window-y="24" inkscape:window-y="24"
inkscape:window-maximized="1"> inkscape:window-maximized="1">
<inkscape:grid <inkscape:grid
type="xygrid" type="xygrid"
id="grid3122" /> id="grid3122"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview> </sodipodi:namedview>
<metadata <metadata
id="metadata7"> id="metadata7">
@ -133,6 +137,32 @@
inkscape:label="Layer 1" inkscape:label="Layer 1"
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="layer1"> id="layer1">
<rect
style="fill:#4d4d4d;stroke:none"
id="rect3129"
width="600"
height="600"
x="-9278.8311"
y="2042.6196"
ry="20.902573" />
<rect
style="fill:#f2f2f2;stroke:none"
id="rect3856"
width="752"
height="752"
x="-5646"
y="362.36215"
ry="26.197889" />
<rect
ry="26.197889"
y="1172.3622"
x="-5654"
height="752"
width="752"
id="rect3848"
style="fill:#f2f2f2;stroke:none"
inkscape:export-xdpi="7.1799998"
inkscape:export-ydpi="7.1799998" />
<rect <rect
style="fill:#ffffff;stroke:#333333;stroke-width:79.34757996000000446;stroke-miterlimit:4;stroke-dasharray:none" style="fill:#ffffff;stroke:#333333;stroke-width:79.34757996000000446;stroke-miterlimit:4;stroke-dasharray:none"
id="rect4076" id="rect4076"
@ -142,37 +172,41 @@
y="-418.93439" y="-418.93439"
ry="31.674721" ry="31.674721"
transform="matrix(0.96054471,-0.27812563,0.96054471,0.27812563,0,0)" /> transform="matrix(0.96054471,-0.27812563,0.96054471,0.27812563,0,0)" />
<path <g
inkscape:export-ydpi="12.822552" id="g3850"
inkscape:export-xdpi="12.822552" transform="translate(-2896.0001,-88.000003)">
inkscape:export-filename="/home/web/poi/public/img/mapThumb.png" <path
style="fill:#333333" sodipodi:nodetypes="szsss"
d="m -2178.464,1564.3275 c 0,155.8739 -202.4229,376.6642 -206.9422,376.6642 -4.5186,0 -206.9415,-221.4315 -206.9415,-376.6642 0,-114.291 92.6508,-206.9421 206.9415,-206.9421 114.2914,0 206.9422,92.6511 206.9422,206.9421 z" inkscape:connector-curvature="0"
id="path3854" id="path3854"
inkscape:connector-curvature="0" d="m -2178.464,1564.3275 c 0,155.8739 -202.4229,376.6642 -206.9422,376.6642 -4.5186,0 -206.9415,-221.4315 -206.9415,-376.6642 0,-114.291 92.6508,-206.9421 206.9415,-206.9421 114.2914,0 206.9422,92.6511 206.9422,206.9421 z"
sodipodi:nodetypes="szsss" /> style="fill:#333333"
<path inkscape:export-filename="/home/web/poi/public/img/mapThumb.png"
sodipodi:type="arc" inkscape:export-xdpi="12.822552"
style="fill:#ffffff;fill-opacity:1" inkscape:export-ydpi="12.822552" />
id="path3856" <path
sodipodi:cx="2341.4285" transform="matrix(0.50760953,0,0,0.50760953,-3574.089,619.21397)"
sodipodi:cy="1862.3622" d="m 2634.2856,1862.3622 c 0,161.7405 -131.1166,292.8571 -292.8571,292.8571 -161.7406,0 -292.8572,-131.1166 -292.8572,-292.8571 0,-161.7406 131.1166,-292.8572 292.8572,-292.8572 161.7405,0 292.8571,131.1166 292.8571,292.8572 z"
sodipodi:rx="292.85715" sodipodi:ry="292.85715"
sodipodi:ry="292.85715" sodipodi:rx="292.85715"
d="m 2634.2856,1862.3622 a 292.85715,292.85715 0 1 1 -585.7143,0 292.85715,292.85715 0 1 1 585.7143,0 z" sodipodi:cy="1862.3622"
transform="matrix(0.50760953,0,0,0.50760953,-3574.089,619.21397)" /> sodipodi:cx="2341.4285"
<text id="path3856"
xml:space="preserve" style="fill:#ffffff;fill-opacity:1"
style="font-size:339.47021484px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#333333;fill-opacity:1;stroke:none;font-family:Sans" sodipodi:type="arc" />
x="-2526.5076" <text
y="1670.3257" sodipodi:linespacing="125%"
id="text3275" id="text3275"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3277"
x="-2526.5076"
y="1670.3257" y="1670.3257"
style="font-weight:bold;-inkscape-font-specification:Sans Bold">+</tspan></text> x="-2526.5076"
style="font-size:339.47021484px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#333333;fill-opacity:1;stroke:none;font-family:Sans"
xml:space="preserve"><tspan
style="font-weight:bold;-inkscape-font-specification:Sans Bold"
y="1670.3257"
x="-2526.5076"
id="tspan3277"
sodipodi:role="line">+</tspan></text>
</g>
<g <g
id="g4101" id="g4101"
transform="matrix(0.96592583,0.25881905,-0.25881905,0.96592583,647.47175,154.58571)" /> transform="matrix(0.96592583,0.25881905,-0.25881905,0.96592583,647.47175,154.58571)" />
@ -296,11 +330,106 @@
id="g4268" id="g4268"
style="fill:#000000" /> style="fill:#000000" />
</g> </g>
<rect
transform="matrix(0.96054471,-0.27812563,0.96054471,0.27812563,0,0)"
ry="31.674721"
y="-642.66565"
x="-2265.6741"
height="468.78583"
width="468.78583"
id="rect4074"
style="fill:#ffffff;stroke:#333333;stroke-width:79.34757996000000446;stroke-miterlimit:4;stroke-dasharray:none" />
<rect
style="fill:#ffffff;stroke:#333333;stroke-width:79.34757996000000446;stroke-miterlimit:4;stroke-dasharray:none"
id="rect4072"
width="468.78583"
height="468.78583"
x="-2060.7307"
y="-847.60901"
ry="31.674721"
transform="matrix(0.96054471,-0.27812563,0.96054471,0.27812563,0,0)" />
<g <g
id="g4054" id="g3055"
transform="translate(0,316.78385)"> transform="matrix(0.77646065,0,0,0.77646065,-2479.8235,380.88801)">
<rect
transform="matrix(0.93171079,-0.36320106,0.93171079,0.36320106,0,0)"
ry="32.329311"
y="-1447.1222"
x="-2888.2065"
height="478.47379"
width="478.47379"
id="rect3051"
style="fill:#ffffff;stroke:#333333;stroke-width:80.98738098;stroke-miterlimit:4;stroke-dasharray:none" />
<rect
style="fill:#ffffff;stroke:#333333;stroke-width:80.98738098;stroke-miterlimit:4;stroke-dasharray:none"
id="rect3053"
width="478.47379"
height="478.47379"
x="-2676.2122"
y="-1659.126"
ry="32.329311"
transform="matrix(0.93171079,-0.36320106,0.93171079,0.36320106,0,0)" />
</g>
<rect
style="fill:#f2f2f2;stroke:none"
id="rect3858"
width="752"
height="752"
x="-5654"
y="1972.3622"
ry="26.197889" />
<g
id="g3870">
<path <path
transform="matrix(1.1102661,0,0,1.1102661,-263.71589,-225.79743)" sodipodi:type="arc"
style="fill:#333333"
id="path3059"
sodipodi:cx="3258.5"
sodipodi:cy="369.86221"
sodipodi:rx="68"
sodipodi:ry="68"
d="m 3326.5,369.86221 a 68,68 0 1 1 -136,0 68,68 0 1 1 136,0 z"
transform="matrix(1.2789086,0,0,1.2739898,-9679.2832,2086.268)" />
<path
transform="matrix(1.2789086,0,0,1.2739898,-9212.4476,1957.5745)"
d="m 3326.5,369.86221 a 68,68 0 1 1 -136,0 68,68 0 1 1 136,0 z"
sodipodi:ry="68"
sodipodi:rx="68"
sodipodi:cy="369.86221"
sodipodi:cx="3258.5"
id="path3061"
style="fill:#333333"
sodipodi:type="arc" />
<path
sodipodi:type="arc"
style="fill:#333333"
id="path3063"
sodipodi:cx="3258.5"
sodipodi:cy="369.86221"
sodipodi:rx="68"
sodipodi:ry="68"
d="m 3326.5,369.86221 a 68,68 0 1 1 -136,0 68,68 0 1 1 136,0 z"
transform="matrix(1.2789086,0,0,1.2739898,-9468.4203,1708.9013)" />
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path3076"
d="m -5511.7635,2545.2708 220.6173,-367.6955 246.0732,250.3157"
style="fill:none;stroke:#333333;stroke-width:29.20000076;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:58.4, 29.2;stroke-dashoffset:0" />
</g>
<rect
ry="26.197889"
y="2788.3623"
x="-5654"
height="752"
width="752"
id="rect3876"
style="fill:#f2f2f2;stroke:none" />
<g
id="g3071"
transform="translate(-2896.0001,2128.0001)">
<path
transform="matrix(1.1102661,0,0,1.1102661,-263.71589,90.98642)"
d="m -1725.3406,867.80731 c 0,102.70789 -83.2612,185.96909 -185.9691,185.96909 -102.7079,0 -185.9691,-83.2612 -185.9691,-185.96909 0,-102.70789 83.2612,-185.96908 185.9691,-185.96908 102.7079,0 185.9691,83.26119 185.9691,185.96908 z" d="m -1725.3406,867.80731 c 0,102.70789 -83.2612,185.96909 -185.9691,185.96909 -102.7079,0 -185.9691,-83.2612 -185.9691,-185.96909 0,-102.70789 83.2612,-185.96908 185.9691,-185.96908 102.7079,0 185.9691,83.26119 185.9691,185.96908 z"
sodipodi:ry="185.96909" sodipodi:ry="185.96909"
sodipodi:rx="185.96909" sodipodi:rx="185.96909"
@ -318,9 +447,9 @@
sodipodi:rx="292.85715" sodipodi:rx="292.85715"
sodipodi:ry="292.85715" sodipodi:ry="292.85715"
d="m 2634.2856,1862.3622 c 0,161.7405 -131.1166,292.8571 -292.8571,292.8571 -161.7406,0 -292.8572,-131.1166 -292.8572,-292.8571 0,-161.7406 131.1166,-292.8572 292.8572,-292.8572 161.7405,0 292.8571,131.1166 292.8571,292.8572 z" d="m 2634.2856,1862.3622 c 0,161.7405 -131.1166,292.8571 -292.8571,292.8571 -161.7406,0 -292.8572,-131.1166 -292.8572,-292.8571 0,-161.7406 131.1166,-292.8572 292.8572,-292.8572 161.7405,0 292.8571,131.1166 292.8571,292.8572 z"
transform="matrix(0.50760953,0,0,0.50760953,-3574.089,-206.68683)" /> transform="matrix(0.50760953,0,0,0.50760953,-3574.089,110.09702)" />
<path <path
transform="matrix(1.2789086,0,0,1.2739898,-6551.8837,266.67586)" transform="matrix(1.2789086,0,0,1.2739898,-6551.8837,583.45971)"
d="m 3326.5,369.86221 c 0,37.55537 -30.4446,68 -68,68 -37.5554,0 -68,-30.44463 -68,-68 0,-37.55536 30.4446,-68 68,-68 37.5554,0 68,30.44464 68,68 z" d="m 3326.5,369.86221 c 0,37.55537 -30.4446,68 -68,68 -37.5554,0 -68,-30.44463 -68,-68 0,-37.55536 30.4446,-68 68,-68 37.5554,0 68,30.44464 68,68 z"
sodipodi:ry="68" sodipodi:ry="68"
sodipodi:rx="68" sodipodi:rx="68"
@ -330,9 +459,17 @@
style="fill:#333333" style="fill:#333333"
sodipodi:type="arc" /> sodipodi:type="arc" />
</g> </g>
<rect
style="fill:#f2f2f2;stroke:none"
id="rect3878"
width="752"
height="752"
x="-5654"
y="3596.3623"
ry="26.197889" />
<g <g
id="g3955" id="g3955"
transform="matrix(6.6616945,0,0,6.6616945,-18689.345,-3043.8551)"> transform="matrix(6.6616945,0,0,6.6616945,-21585.345,-1475.8551)">
<path <path
sodipodi:nodetypes="szsss" sodipodi:nodetypes="szsss"
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
@ -364,22 +501,549 @@
transform="matrix(0.19197948,0,0,0.1912411,1825.1064,735.98502)" /> transform="matrix(0.19197948,0,0,0.1912411,1825.1064,735.98502)" />
</g> </g>
<rect <rect
transform="matrix(0.96054471,-0.27812563,0.96054471,0.27812563,0,0)" ry="26.197889"
ry="31.674721" y="362.36215"
y="-642.66565" x="-4826"
x="-2265.6741" height="752"
height="468.78583" width="752"
width="468.78583" id="rect3880"
id="rect4074" style="fill:#f2f2f2;stroke:none" />
style="fill:#ffffff;stroke:#333333;stroke-width:79.34757996000000446;stroke-miterlimit:4;stroke-dasharray:none" />
<rect <rect
style="fill:#ffffff;stroke:#333333;stroke-width:79.34757996000000446;stroke-miterlimit:4;stroke-dasharray:none" style="fill:#f2f2f2;stroke:none"
id="rect4072" id="rect3882"
width="468.78583" width="752"
height="468.78583" height="752"
x="-2060.7307" x="-4834"
y="-847.60901" y="1172.3622"
ry="31.674721" ry="26.197889" />
transform="matrix(0.96054471,-0.27812563,0.96054471,0.27812563,0,0)" /> <rect
ry="26.197889"
y="1972.3622"
x="-4834"
height="752"
width="752"
id="rect3884"
style="fill:#f2f2f2;stroke:none" />
<rect
style="fill:#f2f2f2;stroke:none"
id="rect3886"
width="752"
height="752"
x="-4834"
y="2788.3623"
ry="26.197889" />
<rect
ry="26.197889"
y="3596.3623"
x="-4834"
height="752"
width="752"
id="rect3888"
style="fill:#f2f2f2;stroke:none" />
<g
id="g3840"
transform="translate(-1012,-1680)">
<path
sodipodi:type="arc"
style="fill:#333333;stroke:none"
id="path3892"
sodipodi:cx="-1911.3097"
sodipodi:cy="867.80731"
sodipodi:rx="185.96909"
sodipodi:ry="185.96909"
d="m -1725.3406,867.80731 c 0,102.70789 -83.2612,185.96909 -185.9691,185.96909 -102.7079,0 -185.9691,-83.2612 -185.9691,-185.96909 0,-102.70789 83.2612,-185.96908 185.9691,-185.96908 102.7079,0 185.9691,83.26119 185.9691,185.96908 z"
transform="matrix(1.1102661,0,0,1.1102661,-1447.716,1338.9865)" />
<path
transform="matrix(0.50760953,0,0,0.50760953,-4758.0891,1358.0971)"
d="m 2634.2856,1862.3622 c 0,161.7405 -131.1166,292.8571 -292.8571,292.8571 -161.7406,0 -292.8572,-131.1166 -292.8572,-292.8571 0,-161.7406 131.1166,-292.8572 292.8572,-292.8572 161.7405,0 292.8571,131.1166 292.8571,292.8572 z"
sodipodi:ry="292.85715"
sodipodi:rx="292.85715"
sodipodi:cy="1862.3622"
sodipodi:cx="2341.4285"
id="path3894"
style="fill:#ffffff;fill-opacity:1"
sodipodi:type="arc" />
<path
inkscape:connector-curvature="0"
id="path3898"
d="m -3227.648,2614.7957 -215.8338,-189.1038"
style="fill:#333333;stroke:#333333;stroke-width:41.03078842;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
style="fill:#333333;stroke:#333333;stroke-width:95;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m -3157.4479,2677.7846 -206.3273,-180.7747"
id="path3067"
inkscape:connector-curvature="0" />
</g>
<path
sodipodi:type="star"
style="fill:#ffffff;fill-opacity:1;stroke:#333333;stroke-width:104.33214832;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
id="path3846"
sodipodi:sides="5"
sodipodi:cx="-3112"
sodipodi:cy="2188.3623"
sodipodi:r1="593.1745"
sodipodi:r2="318.06549"
sodipodi:arg1="-1.5672462"
sodipodi:arg2="-0.93892763"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="m -3109.8942,1595.1915 185.7608,336.5158 376.9231,75.3579 -262.6423,280.658 44.806,381.7621 -348.0826,-163.0595 -349.2315,160.5839 47.5154,-381.4343 -260.6429,-282.5157 377.4487,-72.6799 z"
inkscape:transform-center-x="-20.177309"
inkscape:transform-center-y="-4.0800748"
transform="matrix(0.47923867,0,0,0.47923867,-2963.7734,522.04081)" />
<text
xml:space="preserve"
style="font-size:1072.81396484px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="-4771.0161"
y="2654.7834"
id="text3848"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3850"
x="-4771.0161"
y="2654.7834"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium">+</tspan></text>
<text
sodipodi:linespacing="125%"
id="text3852"
y="4576.0063"
x="-3620.6038"
style="font-size:1410.12145996px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
xml:space="preserve"
transform="scale(1.3144138,0.76079542)"><tspan
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium"
y="4576.0063"
x="-3620.6038"
id="tspan3854"
sodipodi:role="line">-</tspan></text>
<text
sodipodi:linespacing="125%"
id="text3856"
y="4211.8447"
x="-4781.8433"
style="font-size:624.51763916px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
xml:space="preserve"><tspan
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium"
y="4211.8447"
x="-4781.8433"
id="tspan3858"
sodipodi:role="line">?-!</tspan></text>
<rect
style="fill:#f2f2f2;stroke:none"
id="rect3860"
width="752"
height="752"
x="-4005.7561"
y="362.36215"
ry="26.197889" />
<rect
ry="26.197889"
y="1172.3622"
x="-4013.7561"
height="752"
width="752"
id="rect3862"
style="fill:#f2f2f2;stroke:none" />
<rect
style="fill:#f2f2f2;stroke:none"
id="rect3864"
width="752"
height="752"
x="-4013.7561"
y="1972.3622"
ry="26.197889" />
<rect
ry="26.197889"
y="2788.3623"
x="-4013.7561"
height="752"
width="752"
id="rect3866"
style="fill:#f2f2f2;stroke:none" />
<rect
style="fill:#f2f2f2;stroke:none"
id="rect3868"
width="752"
height="752"
x="-4013.7561"
y="3596.3623"
ry="26.197889" />
<g
id="g3887">
<path
transform="matrix(1.2789086,0,0,1.2739898,-8021.8248,2086.268)"
d="m 3326.5,369.86221 a 68,68 0 1 1 -136,0 68,68 0 1 1 136,0 z"
sodipodi:ry="68"
sodipodi:rx="68"
sodipodi:cy="369.86221"
sodipodi:cx="3258.5"
id="path3873"
style="fill:#333333"
sodipodi:type="arc" />
<path
transform="matrix(1.2789086,0,0,1.2739898,-7810.9619,1708.9013)"
d="m 3326.5,369.86221 a 68,68 0 1 1 -136,0 68,68 0 1 1 136,0 z"
sodipodi:ry="68"
sodipodi:rx="68"
sodipodi:cy="369.86221"
sodipodi:cx="3258.5"
id="path3877"
style="fill:#333333"
sodipodi:type="arc" />
<path
style="fill:none;stroke:#333333;stroke-width:29.20000076;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:58.4, 29.2;stroke-dashoffset:0"
d="m -3854.3051,2545.2708 220.6173,-367.6955 87.6813,332.3401"
id="path3879"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
<path
sodipodi:type="star"
style="fill:#ffffff;fill-opacity:1;stroke:#333333;stroke-width:104.33214569;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
id="path3881"
sodipodi:sides="5"
sodipodi:cx="-3112"
sodipodi:cy="2188.3623"
sodipodi:r1="593.1745"
sodipodi:r2="318.06549"
sodipodi:arg1="-1.5672462"
sodipodi:arg2="-0.93892763"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="m -3109.8942,1595.1915 185.7608,336.5158 376.9231,75.3579 -262.6423,280.658 44.806,381.7621 -348.0826,-163.0595 -349.2315,160.5839 47.5154,-381.4343 -260.6429,-282.5157 377.4487,-72.6799 z"
inkscape:transform-center-x="-12.970057"
inkscape:transform-center-y="-2.622675"
transform="matrix(0.30805719,0,0,0.30805719,-2535.9415,1848.6425)" />
</g>
<rect
ry="15.990467"
y="491.36218"
x="-8371"
height="459"
width="559"
id="rect3893"
style="fill:#cccccc;stroke:none"
inkscape:export-filename="/home/web/poi/public/img/buttons/layers.png"
inkscape:export-xdpi="9"
inkscape:export-ydpi="9" />
<rect
inkscape:export-ydpi="7.180851"
inkscape:export-xdpi="7.180851"
style="fill:#f2f2f2;stroke:none"
id="rect3895"
width="752"
height="752"
x="-8478.001"
y="1164.22"
ry="26.197889"
inkscape:export-filename="/home/web/poi/public/img/buttons/addPoint.png" />
<path
style="fill:#ffffff"
d="m -8097.4062,1232.6054 c -114.2908,0 -206.9376,92.6465 -206.9376,206.9375 0,155.2327 202.4188,376.6875 206.9376,376.6875 4.5192,0 206.9375,-220.8136 206.9374,-376.6875 0,-114.291 -92.646,-206.9375 -206.9374,-206.9375 z m -0.1563,58.5312 c 82.101,0 148.6562,66.5553 148.6563,148.6563 0,82.101 -66.5553,148.6562 -148.6563,148.6563 -82.101,0 -148.6563,-66.5553 -148.6563,-148.6563 0,-82.101 66.5553,-148.6562 148.6563,-148.6563 z m -18.4375,41.5938 0,86.8438 -86.5312,0 0,39.125 86.5312,0 0,86.8437 39.4375,0 0,-86.8437 86.5313,0 0,-39.125 -86.5313,0 0,-86.8438 -39.4375,0 z"
id="path3899"
inkscape:export-filename="/home/web/poi/public/img/buttons/addPoint.png"
inkscape:export-xdpi="9.2525167"
inkscape:export-ydpi="9.2525167"
inkscape:connector-curvature="0" />
<g
id="g4020"
style="stroke:#ffffff;stroke-width:57.34197617;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:export-filename="/home/web/poi/public/img/buttons/layers.png"
inkscape:export-xdpi="9.4204378"
inkscape:export-ydpi="9.4204378"
transform="matrix(0.74614254,0,0,1.018997,-2043.5992,-16.366955)">
<path
sodipodi:nodetypes="cccssssssccc"
inkscape:connector-curvature="0"
id="rect3909"
d="m -5215.9373,-3262.3207 -16.1506,21.9867 -5.3125,19.6501 0,125.8239 c 0,13.9067 -11.1957,25.1024 -25.1025,25.1024 l -321.3112,0 c -13.9067,0 -25.1024,-11.1957 -25.1024,-25.1024 l 0,-321.3112 c 0,-13.9068 11.1957,-25.1025 25.1024,-25.1025 l 135.5109,0 13.0505,-0.9893 19.7735,-13.7589"
style="fill:none;stroke:#ffffff;stroke-width:69.70172882;stroke-miterlimit:4;stroke-dasharray:none"
transform="matrix(0.93171079,-0.36320106,0.93171079,0.36320106,0,0)" />
<path
id="rect3911"
d="m -5419.2086,-3605.8862 321.3112,0 c 13.9068,0 25.1024,11.1957 25.1024,25.1024 l 0,321.3112 c 0,13.9068 -11.1956,25.1025 -25.1024,25.1025 l -321.3112,0 c -13.9067,0 -25.1024,-11.1957 -25.1024,-25.1025 l 0,-321.3112 c 0,-13.9067 11.1957,-25.1024 25.1024,-25.1024 z"
style="fill:none;stroke:#ffffff;stroke-width:69.70172882;stroke-miterlimit:4;stroke-dasharray:none"
transform="matrix(0.93171079,-0.36320106,0.93171079,0.36320106,0,0)"
inkscape:connector-curvature="0" />
</g>
<rect
ry="26.197889"
y="1986.3622"
x="-8474"
height="752"
width="752"
id="rect3913"
style="fill:#f2f2f2;stroke:none" />
<g
id="g3131"
transform="translate(888.00003,-32.000001)">
<path
transform="matrix(1.2789086,0,0,1.2739898,-13357.155,2067.2386)"
d="m 3326.5,369.86221 c 0,37.55537 -30.4446,68 -68,68 -37.5554,0 -68,-30.44463 -68,-68 0,-37.55536 30.4446,-68 68,-68 37.5554,0 68,30.44464 68,68 z"
sodipodi:ry="68"
sodipodi:rx="68"
sodipodi:cy="369.86221"
sodipodi:cx="3258.5"
id="path3917"
style="fill:#ffffff;stroke:#ffffff"
sodipodi:type="arc" />
<path
sodipodi:type="arc"
style="fill:#ffffff;stroke:#ffffff"
id="path3919"
sodipodi:cx="3258.5"
sodipodi:cy="369.86221"
sodipodi:rx="68"
sodipodi:ry="68"
d="m 3326.5,369.86221 c 0,37.55537 -30.4446,68 -68,68 -37.5554,0 -68,-30.44463 -68,-68 0,-37.55536 30.4446,-68 68,-68 37.5554,0 68,30.44464 68,68 z"
transform="matrix(1.2789086,0,0,1.2739898,-12949.319,1977.5451)" />
<path
transform="matrix(1.2789086,0,0,1.2739898,-13133.292,1669.8719)"
d="m 3326.5,369.86221 c 0,37.55537 -30.4446,68 -68,68 -37.5554,0 -68,-30.44463 -68,-68 0,-37.55536 30.4446,-68 68,-68 37.5554,0 68,30.44464 68,68 z"
sodipodi:ry="68"
sodipodi:rx="68"
sodipodi:cy="369.86221"
sodipodi:cx="3258.5"
id="path3921"
style="fill:#ffffff;stroke:#ffffff"
sodipodi:type="arc" />
<path
style="fill:none;stroke:#ffffff;stroke-width:29.20000076;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:58.4, 29.2;stroke-dashoffset:0"
d="m -9178.635,2515.2414 207.8894,-366.2813 171.1442,274.3868"
id="path3923"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
</g>
<rect
style="fill:#f2f2f2;stroke:none"
id="rect3925"
width="752"
height="752"
x="-8478.4854"
y="2791.1907"
ry="26.197889" />
<path
style="fill:#ffffff;stroke:none"
d="M -8097.7812 2976 C -8211.8144 2976 -8304.25 3068.4356 -8304.25 3182.4688 C -8304.25 3296.5017 -8211.8144 3388.9688 -8097.7812 3388.9688 C -7983.7482 3388.9688 -7891.3125 3296.5017 -7891.3125 3182.4688 C -7891.3125 3068.4356 -7983.7483 2976 -8097.7812 2976 z M -8097.5625 3034.7812 C -8015.4615 3034.7812 -7948.9063 3101.3365 -7948.9062 3183.4375 C -7948.9062 3265.5385 -8015.4615 3332.0936 -8097.5625 3332.0938 C -8179.6635 3332.0938 -8246.2188 3265.5385 -8246.2188 3183.4375 C -8246.2188 3101.3365 -8179.6635 3034.7813 -8097.5625 3034.7812 z M -8096.5625 3096.0312 C -8144.5924 3096.0312 -8183.5312 3134.8111 -8183.5312 3182.6562 C -8183.5313 3230.5014 -8144.5924 3269.2812 -8096.5625 3269.2812 C -8048.5326 3269.2813 -8009.5938 3230.5014 -8009.5938 3182.6562 C -8009.5937 3134.8111 -8048.5326 3096.0312 -8096.5625 3096.0312 z "
id="path3929"
inkscape:export-filename="/home/web/poi/public/img/buttons/myPosition.png"
inkscape:export-xdpi="9.3711662"
inkscape:export-ydpi="9.3711662" />
<rect
ry="26.197889"
y="3596.3623"
x="-8470"
height="752"
width="752"
id="rect3935"
style="fill:#f2f2f2;stroke:none" />
<path
style="fill:#ffffff"
d="M -8076.5625 3691.875 C -8190.8532 3691.875 -8283.5 3784.5215 -8283.5 3898.8125 C -8283.5 4054.0452 -8081.0811 4275.4687 -8076.5625 4275.4688 C -8072.0432 4275.4687 -7869.625 4054.6864 -7869.625 3898.8125 C -7869.625 3784.5215 -7962.2711 3691.875 -8076.5625 3691.875 z M -8076.7188 3750.375 C -7994.6177 3750.375 -7928.0625 3816.9302 -7928.0625 3899.0312 C -7928.0625 3981.1324 -7994.6176 4047.6875 -8076.7188 4047.6875 C -8158.8198 4047.6875 -8225.375 3981.1323 -8225.375 3899.0312 C -8225.375 3816.9302 -8158.8198 3750.375 -8076.7188 3750.375 z M -8075.7188 3811.625 C -8123.7486 3811.625 -8162.6875 3850.4049 -8162.6875 3898.25 C -8162.6875 3946.0951 -8123.7486 3984.875 -8075.7188 3984.875 C -8027.6889 3984.875 -7988.75 3946.0951 -7988.75 3898.25 C -7988.75 3850.4049 -8027.6889 3811.625 -8075.7188 3811.625 z "
id="path3939" />
<rect
style="fill:#f2f2f2;stroke:none"
id="rect3945"
width="752"
height="752"
x="-7653.314"
y="353.87686"
ry="26.197889" />
<rect
ry="26.197889"
y="1172.3622"
x="-7650"
height="752"
width="752"
id="rect3947"
style="fill:#f2f2f2;stroke:none" />
<rect
style="fill:#f2f2f2;stroke:none"
id="rect3949"
width="752"
height="752"
x="-7650"
y="1972.3622"
ry="26.197889" />
<rect
ry="26.197889"
y="2788.3623"
x="-7650"
height="752"
width="752"
id="rect3951"
style="fill:#f2f2f2;stroke:none" />
<rect
style="fill:#f2f2f2;stroke:none"
id="rect3953"
width="752"
height="752"
x="-7650"
y="3596.3623"
ry="26.197889" />
<g
id="g3140"
transform="translate(1680.0001,-1634)">
<path
id="path3958"
d="m -9045.5637,2086.2686 c -100.3984,0 -181.7818,81.3833 -181.7818,181.7817 0,100.3983 81.3834,181.8092 181.7818,181.8092 100.3982,0 181.7816,-81.4109 181.7816,-181.8092 0,-100.3984 -81.3834,-181.7817 -181.7816,-181.7817 z m 0.1925,51.7529 c 72.2843,0 130.8817,58.5973 130.8818,130.8817 0,72.2843 -58.5975,130.8817 -130.8818,130.8817 -72.2843,0 -130.8817,-58.5974 -130.8817,-130.8817 0,-72.2844 58.5974,-130.8817 130.8817,-130.8817 z"
style="fill:#ffffff;stroke:#ffffff;stroke-width:0.88043189"
inkscape:connector-curvature="0" />
<path
style="fill:#333333;stroke:#ffffff;stroke-width:41.03078842;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m -8720.1775,2569.6266 -215.8338,-189.1038"
id="path3962"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path3964"
d="m -8709.9774,2572.6155 -146.3273,-120.7747"
style="fill:#333333;stroke:#ffffff;stroke-width:95;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
sodipodi:nodetypes="cc" />
</g>
<path
transform="matrix(0.46547068,0,0,0.46547068,-5825.5663,571.04378)"
inkscape:transform-center-y="-3.9628174"
inkscape:transform-center-x="-19.597681"
d="m -3109.8942,1595.1915 185.7608,336.5158 376.9231,75.3579 -262.6423,280.658 44.806,381.7621 -348.0826,-163.0595 -349.2315,160.5839 47.5154,-381.4343 -260.6429,-282.5157 377.4487,-72.6799 z"
inkscape:randomized="0"
inkscape:rounded="0"
inkscape:flatsided="false"
sodipodi:arg2="-0.93892763"
sodipodi:arg1="-1.5672462"
sodipodi:r2="318.06549"
sodipodi:r1="593.1745"
sodipodi:cy="2188.3623"
sodipodi:cx="-3112"
sodipodi:sides="5"
id="path3966"
style="fill:none;stroke:#ffffff;stroke-width:104.33214569;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
sodipodi:type="star" />
<text
sodipodi:linespacing="125%"
id="text3968"
y="2654.7834"
x="-7587.0161"
style="font-size:1072.81396483999992597px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#333333;fill-opacity:1;stroke:none;font-family:Sans"
xml:space="preserve"><tspan
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium;fill:#333333"
y="2654.7834"
x="-7587.0161"
id="tspan3970"
sodipodi:role="line">+</tspan></text>
<text
transform="scale(1.3144138,0.76079542)"
xml:space="preserve"
style="font-size:1410.12145996000003834px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#333333;fill-opacity:1;stroke:none;font-family:Sans"
x="-5763.0039"
y="4576.0063"
id="text3972"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3974"
x="-5763.0039"
y="4576.0063"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium;fill:#333333">-</tspan></text>
<text
xml:space="preserve"
style="font-size:624.51763916px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="-7597.8433"
y="4211.8447"
id="text3976"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3978"
x="-7597.8433"
y="4211.8447"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium">?-!</tspan></text>
<rect
ry="26.197889"
y="362.36215"
x="-6821.7563"
height="752"
width="752"
id="rect3980"
style="fill:#f2f2f2;stroke:none" />
<rect
style="fill:#f2f2f2;stroke:none"
id="rect3982"
width="752"
height="752"
x="-6829.7563"
y="1172.3622"
ry="26.197889" />
<rect
ry="26.197889"
y="1972.3622"
x="-6829.7563"
height="752"
width="752"
id="rect3984"
style="fill:#f2f2f2;stroke:none" />
<rect
style="fill:#f2f2f2;stroke:none"
id="rect3986"
width="752"
height="752"
x="-6829.7563"
y="2788.3623"
ry="26.197889" />
<rect
ry="20.902573"
y="3748.3623"
x="-6829.7563"
height="600"
width="600"
id="rect3988"
style="fill:#4d4d4d;stroke:none" />
<g
id="g3149"
transform="translate(2551.2414,5.6568541)">
<path
sodipodi:type="arc"
style="fill:#ffffff"
id="path3992"
sodipodi:cx="3258.5"
sodipodi:cy="369.86221"
sodipodi:rx="68"
sodipodi:ry="68"
d="m 3326.5,369.86221 c 0,37.55537 -30.4446,68 -68,68 -37.5554,0 -68,-30.44463 -68,-68 0,-37.55536 30.4446,-68 68,-68 37.5554,0 68,30.44464 68,68 z"
transform="matrix(1.2789086,0,0,1.2739898,-13350.825,2052.268)" />
<path
sodipodi:type="arc"
style="fill:#ffffff"
id="path3994"
sodipodi:cx="3258.5"
sodipodi:cy="369.86221"
sodipodi:rx="68"
sodipodi:ry="68"
d="m 3326.5,369.86221 c 0,37.55537 -30.4446,68 -68,68 -37.5554,0 -68,-30.44463 -68,-68 0,-37.55536 30.4446,-68 68,-68 37.5554,0 68,30.44464 68,68 z"
transform="matrix(1.2789086,0,0,1.2739898,-13158.962,1663.9013)" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3996"
d="m -9183.3053,2511.2708 179.6173,-330.6955"
style="fill:none;stroke:#ffffff;stroke-width:29.20000076;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:58.4, 29.2;stroke-dashoffset:0" />
<path
transform="matrix(0.30805719,0,0,0.30805719,-7917.9417,1774.6425)"
inkscape:transform-center-y="-2.622675"
inkscape:transform-center-x="-12.970057"
d="m -3109.8942,1595.1915 185.7608,336.5158 376.9231,75.3579 -262.6423,280.658 44.806,381.7621 -348.0826,-163.0595 -349.2315,160.5839 47.5154,-381.4343 -260.6429,-282.5157 377.4487,-72.6799 z"
inkscape:randomized="0"
inkscape:rounded="0"
inkscape:flatsided="false"
sodipodi:arg2="-0.93892763"
sodipodi:arg1="-1.5672462"
sodipodi:r2="318.06549"
sodipodi:r1="593.1745"
sodipodi:cy="2188.3623"
sodipodi:cx="-3112"
sodipodi:sides="5"
id="path3998"
style="fill:none;stroke:#ffffff;stroke-width:104.33214569;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
sodipodi:type="star" />
</g>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 42 KiB