resize image sizes; add check for images that are too small
|
@ -121,6 +121,18 @@ class ValidateTheme extends DesugaringStep<LayoutConfigJson> {
|
|||
` Width = ${width} height = ${height}`;
|
||||
(json.hideFromOverview ? warnings : errors).push(e)
|
||||
}
|
||||
|
||||
const w = parseInt(width);
|
||||
const h = parseInt(height)
|
||||
if(w < 370 || h < 370){
|
||||
const e : string = [
|
||||
`the icon for theme ${json.id} is too small. Please rescale the icon at ${json.icon}`,
|
||||
`Even though an SVG is 'infinitely scaleable', the icon should be dimensioned bigger. One of the build steps of the theme does convert the image to a PNG (to serve as PWA-icon) and having a small dimension will cause blurry images.`,
|
||||
` Width = ${width} height = ${height}; we recommend a size of at least 500px * 500px and to use a square aspect ratio.`,
|
||||
].join("\n");
|
||||
(json.hideFromOverview ? warnings : errors).push(e)
|
||||
}
|
||||
|
||||
})
|
||||
} catch (e) {
|
||||
console.error("Could not read " + json.icon + " due to " + e)
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="374"
|
||||
height="374"
|
||||
viewBox="0 0 374 374"
|
||||
width="500"
|
||||
height="500"
|
||||
viewBox="0 0 500 500"
|
||||
version="1.1"
|
||||
id="svg9"
|
||||
sodipodi:docname="telescope.svg"
|
||||
inkscape:version="1.1.1 (1:1.1+202109281949+c3084ef5ed)"
|
||||
inkscape:version="1.1.2 (1:1.1+202202050950+0a00cf5339)"
|
||||
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"
|
||||
|
@ -24,11 +24,12 @@
|
|||
showgrid="false"
|
||||
inkscape:zoom="0.55505638"
|
||||
inkscape:cx="-104.49389"
|
||||
inkscape:cy="272.04443"
|
||||
inkscape:current-layer="svg9" />
|
||||
inkscape:cy="272.04444"
|
||||
inkscape:current-layer="svg9"
|
||||
width="500px" />
|
||||
<g
|
||||
id="surface1"
|
||||
transform="translate(0,15.499046)">
|
||||
transform="matrix(1.3399859,0,0,1.3399859,-0.73371278,26.823214)">
|
||||
<path
|
||||
style="fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 293.47266,24.730469 c -0.56641,-1.410157 -1.69922,-2.511719 -3.1211,-3.035157 -1.42187,-0.511718 -3.0039,-0.417968 -4.33594,0.289063 L 158.78906,89.125 c -2.39453,1.257812 -3.46094,4.113281 -2.48828,6.636719 l 2.61719,6.847661 -73.441408,40.28124 c -2.40625,1.31641 -3.421874,4.22266 -2.375,6.73438 l 2.4375,5.86719 -77.996093,37.27734 c -2.5625,1.23047 -3.71875,4.24219 -2.628907,6.87109 l 16.007813,38.58204 c 0.855469,2.05468 2.832031,3.30468 4.9375,3.30468 0.597656,0 1.195313,-0.0977 1.785156,-0.30859 l 81.476559,-28.86719 2.4375,5.86719 c 0.84375,2.03906 2.82032,3.30078 4.9375,3.30078 0.49219,0 0.98438,-0.0625 1.48438,-0.21484 l 77.75,-22.41016 2.32812,6.08203 c 0.79297,2.10547 2.8125,3.42969 4.96875,3.42969 0.52344,0 1.04688,-0.0742 1.57032,-0.23438 l 138.91406,-42.75 c 1.43359,-0.4375 2.60937,-1.45312 3.25,-2.80078 0.64062,-1.34765 0.69531,-2.90625 0.14062,-4.28515 z M 28.851562,229.44922 16.734375,200.23047 l 72.90625,-34.85156 15.378905,37.08593 z m 90.730468,-19.72656 -2.54297,-6.13672 -19.691404,-47.50391 -2.542968,-6.125 67.703122,-37.14062 25.36719,65.55859 4.00781,10.48437 z m 86.65234,-13.23438 -2.16796,-5.67187 c -0.0352,-0.1211 -0.0117,-0.25782 -0.0664,-0.375 L 197.39844,173.37109 167.96875,96.359375 285.75781,34.210938 334.82422,156.90234 Z m 0,0"
|
||||
|
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
|
@ -1,23 +1,22 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="svg2"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="15px"
|
||||
height="15px"
|
||||
viewBox="0 0 15 15"
|
||||
style="enable-background:new 0 0 15 15;"
|
||||
width="500"
|
||||
height="500"
|
||||
viewBox="0 0 500 500"
|
||||
xml:space="preserve"
|
||||
sodipodi:docname="dog-park.svg"
|
||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"><sodipodi:namedview
|
||||
inkscape:version="1.1.2 (1:1.1+202202050950+0a00cf5339)"
|
||||
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"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
|
@ -30,31 +29,31 @@
|
|||
inkscape:window-height="879"
|
||||
id="namedview8"
|
||||
showgrid="false"
|
||||
inkscape:zoom="44.333333"
|
||||
inkscape:cx="7.5"
|
||||
inkscape:cy="7.198696"
|
||||
inkscape:zoom="0.85127283"
|
||||
inkscape:cx="81.055095"
|
||||
inkscape:cy="227.89404"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1" /><metadata
|
||||
inkscape:current-layer="layer2"
|
||||
inkscape:pagecheckerboard="0"
|
||||
width="500px" /><metadata
|
||||
id="metadata13"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs11" /><g
|
||||
id="g3"
|
||||
transform="matrix(0.62012966,0,0,0.6688026,2.8752025,2.4536571)"><path
|
||||
style="fill:#010101"
|
||||
d="M 10.300781,1.2207031 C 9.9144812,1.2207031 9.6,1.2 9.5,2 L 9.0996094,4.5214844 11.5,6.5 h 2 C 14.9,6.5 15,5.5410156 15,5.5410156 l -1.900391,-2.21875 C 12.399609,2.6222656 11.7,2.5 11,2.5 V 2 C 11,2 11.06748,1.2206031 10.300781,1.2207031 Z M 4.75,1.5 c 0,0 -0.9507813,0.020603 -1.5507812,0.2207031 C 2.5992187,1.9207031 2,2.6210938 2,3.6210938 V 7.5214844 C 2,9.2214844 1.3,9.5 1,9.5 1,9.5 0,9.521484 0,10.521484 v 2.199219 c 0,0 7.8125e-4,0.800781 0.80078125,0.800781 H 1 1.5 2 v -0.5 -0.199218 c 0,-0.4 -0.2,-0.601172 -0.5,-0.701172 v -1.09961 c 1,0 1.1,-0.200781 1.5,-0.300781 l 0.5507812,2.197266 c 0.1000001,0.3 0.2000001,0.499609 0.5,0.599609 h 1 L 6,13.5 V 12.699219 C 6,12.022819 5,12 5,12 V 9.5 h 3.5 l 0.6992188,2.621094 C 9.5992188,13.521094 10.5,13.5 10.5,13.5 H 11 12 V 12.699219 C 12,11.987419 11,12 11,12 L 11.099609,7.921875 8,5.5 H 3.5 v -2 C 3.5,3.1 3.7765,3.0053 4,3 4.4941,2.9882 4.75,3 4.75,3 5.1642,3 5.5,2.6642 5.5,2.25 5.5,1.8358 5.1642,1.5 4.75,1.5 Z m 7,2.5 C 11.8881,4 12,4.1119 12,4.25 12,4.3881 11.8881,4.5 11.75,4.5 11.6119,4.5 11.5,4.3881 11.5,4.25 11.5,4.1119 11.6119,4 11.75,4 Z"
|
||||
id="path5" /></g><g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
inkscape:label="park"
|
||||
style="display:inline;opacity:0.273562"><path
|
||||
style="fill:#00ff00;fill-rule:evenodd;stroke:#b00000;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:2.4000001,2.4000001;stroke-dashoffset:8.16000032;stroke-opacity:1;paint-order:markers fill stroke"
|
||||
d="M 2.7961229,0.74148646 1.2173017,2.2397584 1.0176014,12.657561 c 0,0 1.892295,1.465716 2.4476638,1.477276 0.5553687,0.01156 8.2051358,0.243975 8.6165948,0.05769 0.411459,-0.186286 1.373093,-0.827362 1.373093,-0.827362 0,0 0.774419,-8.0286881 0.63978,-8.2078891 C 14.027361,5.067606 12.56572,3.8879455 11.122018,2.7315736 9.6805298,1.5769755 8.2569261,0.44559467 8.2569261,0.44559467 Z"
|
||||
id="path26"
|
||||
sodipodi:nodetypes="cccsscsscc" /></g><g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer2"
|
||||
inkscape:label="dog"
|
||||
style="display:inline" /></svg>
|
||||
style="display:inline"><g
|
||||
id="g1126"
|
||||
transform="matrix(29.431862,0,0,29.431862,-10.373088,79.85804)"><g
|
||||
id="g3"
|
||||
transform="matrix(0.62012966,0,0,0.6688026,4.1128606,1.4673435)"><path
|
||||
style="fill:#010101"
|
||||
d="M 10.300781,1.2207031 C 9.9144812,1.2207031 9.6,1.2 9.5,2 L 9.0996094,4.5214844 11.5,6.5 h 2 C 14.9,6.5 15,5.5410156 15,5.5410156 l -1.900391,-2.21875 C 12.399609,2.6222656 11.7,2.5 11,2.5 V 2 C 11,2 11.06748,1.2206031 10.300781,1.2207031 Z M 4.75,1.5 c 0,0 -0.9507813,0.020603 -1.5507812,0.2207031 C 2.5992187,1.9207031 2,2.6210938 2,3.6210938 V 7.5214844 C 2,9.2214844 1.3,9.5 1,9.5 1,9.5 0,9.521484 0,10.521484 v 2.199219 c 0,0 7.8125e-4,0.800781 0.80078125,0.800781 H 1 1.5 2 v -0.5 -0.199218 c 0,-0.4 -0.2,-0.601172 -0.5,-0.701172 v -1.09961 c 1,0 1.1,-0.200781 1.5,-0.300781 l 0.5507812,2.197266 c 0.1000001,0.3 0.2000001,0.499609 0.5,0.599609 h 1 L 6,13.5 V 12.699219 C 6,12.022819 5,12 5,12 V 9.5 h 3.5 l 0.6992188,2.621094 C 9.5992188,13.521094 10.5,13.5 10.5,13.5 H 11 12 V 12.699219 C 12,11.987419 11,12 11,12 L 11.099609,7.921875 8,5.5 H 3.5 v -2 C 3.5,3.1 3.7765,3.0053 4,3 4.4941,2.9882 4.75,3 4.75,3 5.1642,3 5.5,2.6642 5.5,2.25 5.5,1.8358 5.1642,1.5 4.75,1.5 Z m 7,2.5 C 11.8881,4 12,4.1119 12,4.25 12,4.3881 11.8881,4.5 11.75,4.5 11.6119,4.5 11.5,4.3881 11.5,4.25 11.5,4.1119 11.6119,4 11.75,4 Z"
|
||||
id="path5" /></g><path
|
||||
style="display:inline;opacity:0.273562;fill:#00ff00;fill-rule:evenodd;stroke:#b00000;stroke-width:1.35865;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:2.71729, 2.71729;stroke-dashoffset:9.2388;stroke-opacity:1;paint-order:markers fill stroke"
|
||||
d="M 3.6613422,-1.7211125 1.8737912,-0.02476002 1.6476892,11.770338 c 0,0 2.142468,1.659493 2.771259,1.672581 0.628792,0.01309 9.2899048,0.27623 9.7557618,0.06532 0.465856,-0.210914 1.554624,-0.936744 1.554624,-0.936744 0,0 0.876802,-9.0901277 0.724363,-9.2930207 C 16.37742,3.1769463 14.722539,1.8413273 13.087971,0.53207708 11.455909,-0.77516682 9.8440962,-2.0561221 9.8440962,-2.0561221 Z"
|
||||
id="path26"
|
||||
sodipodi:nodetypes="cccsscsscc" /></g></g></svg>
|
||||
|
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.7 KiB |
|
@ -3,12 +3,12 @@
|
|||
|
||||
<svg
|
||||
version="1.1"
|
||||
width="14px"
|
||||
height="14px"
|
||||
viewBox="0 0 14 14"
|
||||
width="500"
|
||||
height="500"
|
||||
viewBox="0 0 500 500"
|
||||
id="svg2"
|
||||
sodipodi:docname="recycling-14.svg"
|
||||
inkscape:version="1.1.1 (1:1.1+202109281949+c3084ef5ed)"
|
||||
inkscape:version="1.1.2 (1:1.1+202202050950+0a00cf5339)"
|
||||
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"
|
||||
|
@ -26,10 +26,11 @@
|
|||
inkscape:pagecheckerboard="0"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:zoom="60.071429"
|
||||
inkscape:cx="6.9916766"
|
||||
inkscape:cy="7.0083234"
|
||||
inkscape:current-layer="svg2" />
|
||||
inkscape:zoom="1.3871348"
|
||||
inkscape:cx="252.31866"
|
||||
inkscape:cy="292.68965"
|
||||
inkscape:current-layer="svg2"
|
||||
width="500px" />
|
||||
<metadata
|
||||
id="metadata8">
|
||||
<rdf:RDF>
|
||||
|
@ -44,14 +45,14 @@
|
|||
<defs
|
||||
id="defs6" />
|
||||
<rect
|
||||
width="14"
|
||||
height="14"
|
||||
width="495.07648"
|
||||
height="495.07648"
|
||||
x="0"
|
||||
y="0"
|
||||
id="canvas"
|
||||
style="visibility:hidden;fill:none;stroke:none" />
|
||||
style="visibility:hidden;fill:none;stroke:none;stroke-width:35.3626" />
|
||||
<path
|
||||
d="M 5.111113,8.690628 3.513352,5.804047 H 0.3 L 1.60621,6.5880837 0.798678,8.031102 c -0.06887,0.130859 -0.103304,0.267511 -0.103301,0.409961 -3e-6,0.142456 0.03443,0.27911 0.103301,0.40996 l 1.271077,2.298282 c 0.05733,-0.166376 0.11466,-0.309011 0.171995,-0.427902 L 3.82273,7.906591 Z m -2.38799,2.316224 c -0.09194,0.154416 -0.137914,0.320611 -0.13791,0.498585 -4e-6,0.273307 0.09456,0.504931 0.283685,0.694868 0.189119,0.189939 0.415298,0.284906 0.678537,0.284906 H 6.709398 V 9.830798 H 3.375966 C 3.352886,9.878288 3.266892,10.0327 3.117975,10.294041 Z M 7.001474,4.4322566 h 3.196047 L 11.812587,1.54622 10.506901,2.3302555 9.698844,0.8866933 C 9.549912,0.6137609 9.320934,0.4772893 9.011916,0.4772767 H 6.468711 c 0.10312,0.1185426 0.189116,0.2372528 0.257992,0.3561331 L 8.289856,3.6482199 8.032389,3.8086154 Z M 5.437797,0.6197306 C 5.07108,0.6197421 4.796134,0.7859374 4.61296,1.1183163 L 3.015198,3.9690109 C 3.622066,4.3372941 4.360906,4.7767964 5.231719,5.2875185 5.746994,4.372999 6.302478,3.3752843 6.898173,2.2943703 L 6.262635,1.1183163 C 6.079446,0.7859374 5.804501,0.6197421 5.437797,0.6197306 Z M 9.544679,9.794913 V 9.47412 8.245325 L 7.946393,11.131363 9.544679,14 v -1.55013 h 1.597761 c 0.309366,0 0.54411,-0.136653 0.704231,-0.409962 l 1.271602,-2.298279 c -0.171656,0.04749 -0.314811,0.07123 -0.42946,0.07123 L 9.544679,9.794909 Z m 2.37121,-4.88147 c -0.05735,0.035533 -0.79636,0.4750321 -2.217045,1.3185066 0.710337,1.2708484 1.271764,2.2745434 1.684282,3.0110934 h 1.288383 c 0.378233,2e-6 0.658946,-0.166373 0.842142,-0.499132 0.171629,-0.320788 0.165862,-0.647379 -0.01731,-0.979774 l -1.58045,-2.850694 z"
|
||||
d="M 180.19415,303.43775 121.18281,196.82544 H 2.501628 l 48.243254,28.95742 -29.825197,53.2961 c -2.543629,4.83311 -3.815406,9.88019 -3.815296,15.14141 -1.1e-4,5.26143 1.27163,10.30857 3.815296,15.14136 l 46.945659,84.88421 c 2.117413,-6.14489 4.234827,-11.41294 6.352424,-15.80403 L 132.60931,274.4803 Z m -88.197464,85.54686 c -3.395692,5.70317 -5.093684,11.84137 -5.093537,18.41463 -1.47e-4,10.09426 3.492457,18.649 10.477557,25.66409 6.984864,7.01516 15.338514,10.52265 25.060924,10.52265 h 116.7832 v -98.03747 h -123.1162 c -0.85243,1.75399 -4.02851,7.457 -9.52858,17.10931 z M 250.01229,146.16004 H 368.05434 L 427.70481,39.567852 379.48091,68.525236 349.63632,15.209048 C 344.13571,5.1286257 335.67869,0.08821668 324.26549,0.08775068 h -93.93014 c 3.80861,4.37822402 6.98476,8.76263902 9.52862,13.15333732 l 57.73312,103.961532 -9.50922,5.92401 z M 192.25981,5.3491097 c -13.54423,4.25e-4 -23.69903,6.1386433 -30.46433,18.4146473 L 102.78411,129.05064 c 22.41392,13.60208 49.70206,29.83456 81.86447,48.69745 19.03105,-33.77665 39.54716,-70.62601 61.54842,-110.548229 L 222.72419,23.763757 C 215.95833,11.487753 205.80357,5.3495347 192.25981,5.3491097 Z M 343.94244,344.22314 v -11.84808 -45.38404 l -59.03073,106.59226 59.03073,105.94957 V 442.2807 h 59.01132 c 11.42606,0 20.09604,-5.04711 26.0099,-15.14143 l 46.96505,-84.8841 c -6.3399,1.75398 -11.62715,2.63079 -15.86157,2.63079 L 343.94244,344.223 Z m 87.5777,-180.29107 c -2.11814,1.31237 -29.41256,17.54473 -81.88382,48.69742 26.23543,46.93721 46.97104,84.00745 62.20688,111.21102 h 47.58483 c 13.96958,7e-5 24.33736,-6.14478 31.10348,-18.43483 6.33891,-11.84791 6.12591,-23.91014 -0.63932,-36.18674 L 431.52022,163.93207 Z"
|
||||
id="recycling"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none" />
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:36.9338" />
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.3 KiB |
|
@ -1,12 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
viewBox="0 0 150 150"
|
||||
viewBox="0 0 500 500"
|
||||
version="1.1"
|
||||
id="svg14"
|
||||
sodipodi:docname="logo.svg"
|
||||
width="150"
|
||||
height="150"
|
||||
inkscape:version="1.1.1 (1:1.1+202109281949+c3084ef5ed)"
|
||||
width="500"
|
||||
height="500"
|
||||
inkscape:version="1.1.2 (1:1.1+202202050950+0a00cf5339)"
|
||||
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"
|
||||
|
@ -20,10 +20,11 @@
|
|||
inkscape:pageopacity="0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
showgrid="false"
|
||||
inkscape:zoom="4.78212"
|
||||
inkscape:cx="65.661254"
|
||||
inkscape:cy="75.280419"
|
||||
inkscape:current-layer="svg14" />
|
||||
inkscape:zoom="1.3790889"
|
||||
inkscape:cx="247.98981"
|
||||
inkscape:cy="213.18422"
|
||||
inkscape:current-layer="svg14"
|
||||
width="500px" />
|
||||
<defs
|
||||
id="defs4">
|
||||
<style
|
||||
|
@ -32,7 +33,7 @@
|
|||
<g
|
||||
id="Laag_1"
|
||||
data-name="Laag 1"
|
||||
transform="scale(1.0573395)">
|
||||
transform="scale(3.5268996)">
|
||||
<circle
|
||||
class="cls-1"
|
||||
cx="70.870003"
|
||||
|
@ -43,7 +44,7 @@
|
|||
<g
|
||||
id="Laag_2"
|
||||
data-name="Laag 2"
|
||||
transform="scale(1.0573395)">
|
||||
transform="scale(3.5268996)">
|
||||
<path
|
||||
class="cls-2"
|
||||
d="m 102.39,75 a 18.18,18.18 0 0 0 -3.92,0.43 L 92.87,57 A 7,7 0 0 0 86.1,52 h -5.43 v 2.59 h 5.43 a 4.45,4.45 0 0 1 4.29,3.19 l 1.72,5.66 H 55.54 l -2,-4.89 h 3.72 c 0,0 4.74,-0.78 4.74,-4.41 H 46.39 v 4.33 h 4.35 l 2.55,6.25 -5.62,11.55 a 18.31,18.31 0 1 0 11.33,20 h 8 L 68,95.84 93.33,67.37 96,76.15 a 18.28,18.28 0 1 0 6.4,-1.17 z M 41,109 A 15.72,15.72 0 1 1 46.58,78.6 L 38.89,94.4 40,96.27 H 56.38 A 15.74,15.74 0 0 1 41,109 Z M 56.7,93.67 H 42.07 l 6.8,-14 a 15.71,15.71 0 0 1 7.8,13.56 c 0,0.19 -0.01,0.32 -0.02,0.45 z M 50,77.39 l 4.61,-9.45 10.5,25.74 h -5.87 c 0,-0.13 0,-0.26 0,-0.39 A 18.33,18.33 0 0 0 50,77.39 Z M 67.45,92.56 56.59,66 H 91.13 Z M 102.39,109 A 15.71,15.71 0 0 1 96.74,78.62 l 4.56,15 2.48,-0.76 -4.56,-15 a 15.72,15.72 0 1 1 3.17,31.14 z"
|
||||
|
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.8 KiB |
|
@ -1,21 +1,13 @@
|
|||
{
|
||||
"id": "mapcomplete-changes",
|
||||
"title": {
|
||||
"en": "Changes made with MapComplete",
|
||||
"de": "Änderungen mit MapComplete",
|
||||
"es": "Cambios hechos con MapComplete",
|
||||
"nb_NO": "Endringer utført med MapComplete"
|
||||
"en": "Changes made with MapComplete"
|
||||
},
|
||||
"shortDescription": {
|
||||
"en": "Shows changes made by MapComplete",
|
||||
"de": "Zeigt Änderungen von MapComplete",
|
||||
"es": "Muestra los cambios hechos por MapComplete",
|
||||
"nb_NO": "Vis endringer utført med MapComplete"
|
||||
"en": "Shows changes made by MapComplete"
|
||||
},
|
||||
"description": {
|
||||
"en": "This maps shows all the changes made with MapComplete",
|
||||
"de": "Diese Karte zeigt alle Änderungen die mit MapComplete gemacht wurden",
|
||||
"es": "Este mapa muestra todos los cambios hechos con MapComplete"
|
||||
"en": "This maps shows all the changes made with MapComplete"
|
||||
},
|
||||
"maintainer": "",
|
||||
"icon": "./assets/svg/logo.svg",
|
||||
|
@ -30,10 +22,7 @@
|
|||
{
|
||||
"id": "mapcomplete-changes",
|
||||
"name": {
|
||||
"en": "Changeset centers",
|
||||
"de": "Schwerpunkte von Änderungssätzen",
|
||||
"es": "Centros de conjuntos de cambios",
|
||||
"nb_NO": "Endringssettsenter"
|
||||
"en": "Changeset centers"
|
||||
},
|
||||
"minzoom": 0,
|
||||
"source": {
|
||||
|
@ -47,47 +36,35 @@
|
|||
],
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Changeset for {theme}",
|
||||
"de": "Änderungen für {theme}",
|
||||
"es": "Conjunto de cambios para {theme}",
|
||||
"nb_NO": "Endringssett for {theme}"
|
||||
"en": "Changeset for {theme}"
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
"en": "Shows all MapComplete changes",
|
||||
"de": "Zeigt alle MapComplete Änderungen",
|
||||
"es": "Muestra todos los cambios de MapComplete"
|
||||
"en": "Shows all MapComplete changes"
|
||||
},
|
||||
"tagRenderings": [
|
||||
{
|
||||
"id": "render_id",
|
||||
"render": {
|
||||
"en": "Changeset <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>",
|
||||
"de": "Änderung <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>",
|
||||
"es": "Conjunto de cambios <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>",
|
||||
"nb_NO": "Endringssett <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>"
|
||||
"en": "Changeset <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "contributor",
|
||||
"render": {
|
||||
"en": "Change made by <a href='https://openstreetmap.org/user/{_last_edit:contributor}' target='_blank'>{_last_edit:contributor}</a>",
|
||||
"de": "Änderung wurde von <a href='https://openstreetmap.org/user/{_last_edit:contributor}' target='_blank'>{_last_edit:contributor}</a> gemacht",
|
||||
"es": "Cambio hecho por <a href='https://openstreetmap.org/user/{_last_edit:contributor}' target='_blank'>{_last_edit:contributor}</a>"
|
||||
"en": "Change made by <a href='https://openstreetmap.org/user/{_last_edit:contributor}' target='_blank'>{_last_edit:contributor}</a>"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "theme",
|
||||
"render": {
|
||||
"en": "Change with theme <a href='https://mapcomplete.osm.be/{theme}'>{theme}</a>",
|
||||
"de": "Änderung mit Thema <a href='https://mapcomplete.osm.be/{theme}'>{theme}</a>"
|
||||
"en": "Change with theme <a href='https://mapcomplete.osm.be/{theme}'>{theme}</a>"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "theme~http.*",
|
||||
"then": {
|
||||
"en": "Change with <b>unofficial</b> theme <a href='https://mapcomplete.osm.be/theme.html?userlayout={theme}'>{theme}</a>",
|
||||
"de": "Änderung mit <b>inoffiziellem</b> Thema <a href='https://mapcomplete.osm.be/theme.html?userlayout={theme}'>{theme}</a>"
|
||||
"en": "Change with <b>unofficial</b> theme <a href='https://mapcomplete.osm.be/theme.html?userlayout={theme}'>{theme}</a>"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -355,9 +332,7 @@
|
|||
}
|
||||
],
|
||||
"question": {
|
||||
"en": "Themename contains {search}",
|
||||
"de": "Themenname enthält {search}",
|
||||
"nb_NO": "Temanavn inneholder {search}"
|
||||
"en": "Themename contains {search}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -373,9 +348,7 @@
|
|||
}
|
||||
],
|
||||
"question": {
|
||||
"en": "Made by contributor {search}",
|
||||
"de": "Erstellt von {search}",
|
||||
"es": "Hecho por contributor/a {search}"
|
||||
"en": "Made by contributor {search}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -391,9 +364,7 @@
|
|||
}
|
||||
],
|
||||
"question": {
|
||||
"en": "<b>Not</b> made by contributor {search}",
|
||||
"de": "<b>Nicht</b> erstellt von {search}",
|
||||
"es": "<b>No</b> hecho por contributor/a {search}"
|
||||
"en": "<b>Not</b> made by contributor {search}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -408,9 +379,7 @@
|
|||
{
|
||||
"id": "link_to_more",
|
||||
"render": {
|
||||
"en": "More statistics can be found <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>here</a>",
|
||||
"de": "Weitere Statistiken finden Sie <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>hier</a>",
|
||||
"es": "Se pueden encontrar más estadísticas <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>aquí</a>"
|
||||
"en": "More statistics can be found <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>here</a>"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="374"
|
||||
height="374"
|
||||
viewBox="0 0 374 374"
|
||||
width="500"
|
||||
height="500"
|
||||
viewBox="0 0 500 500"
|
||||
version="1.1"
|
||||
id="svg7"
|
||||
sodipodi:docname="logo.svg"
|
||||
inkscape:version="1.1.1 (1:1.1+202109281949+c3084ef5ed)"
|
||||
inkscape:version="1.1.2 (1:1.1+202202050950+0a00cf5339)"
|
||||
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"
|
||||
|
@ -25,24 +25,24 @@
|
|||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:snap-global="false"
|
||||
inkscape:zoom="2.4702564"
|
||||
inkscape:cx="245.31867"
|
||||
inkscape:cy="234.38863"
|
||||
inkscape:zoom="0.55712596"
|
||||
inkscape:cx="-319.49687"
|
||||
inkscape:cy="166.92814"
|
||||
inkscape:current-layer="svg7"
|
||||
width="374px">
|
||||
width="500px">
|
||||
<sodipodi:guide
|
||||
position="187.00008,631.15853"
|
||||
position="250.02637,970.73555"
|
||||
orientation="1,0"
|
||||
id="guide2177" />
|
||||
</sodipodi:namedview>
|
||||
<path
|
||||
id="path2"
|
||||
style="fill:#00c82e;fill-opacity:1;fill-rule:nonzero;stroke:#40ff00;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 185.73458,1.1914152 C 124.77158,1.4071208 70.262411,43.125501 57.455283,103.58594 c -2.340449,11.04595 -3.133802,22.05225 -2.550782,32.81446 -2.144427,68.71368 52.088519,132.11868 102.355469,198.77539 12.32031,15.26562 30.35156,34.07422 30.35156,34.07422 l 27.64453,-32.61328 C 278.16426,254.62477 370.02183,134.95633 288.22286,48.294931 269.59799,26.068848 243.25657,9.7713097 212.1545,3.7070402 203.28487,1.977548 194.44358,1.1606001 185.73458,1.1914152 Z"
|
||||
style="fill:#00c82e;fill-opacity:1;fill-rule:nonzero;stroke:#40ff00;stroke-width:6.6964;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 247.20718,2.6632604 C 165.56064,2.9521506 92.557589,58.824749 75.405256,139.79821 c -3.134517,14.79363 -4.197039,29.53415 -3.416211,43.94776 -2.871989,92.02687 69.761125,176.94392 137.082655,266.21593 16.50034,20.44494 40.64924,45.63493 40.64924,45.63493 l 37.02377,-43.67832 C 370.99641,342.08152 494.01943,181.81196 384.46769,65.748064 359.52378,35.981112 324.24524,14.154143 282.59085,6.032387 270.71193,3.7161125 258.87097,2.6219904 247.20718,2.6632604 Z"
|
||||
sodipodi:nodetypes="scccccccs" />
|
||||
<path
|
||||
style="color:#000000;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:3.52437;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 266.53557,80.67223 c -6.31364,-1.014444 -12.65279,1.657101 -16.62944,7.00824 l -82.37179,110.8593 -47.96242,-46.99207 c -7.53259,-9.1813 -20.4662,-9.07329 -27.311562,-1.91781 -7.087039,7.56459 -8.507731,17.24412 -0.648456,25.76692 l 61.942428,65.80658 c 7.15464,9.62634 20.80539,9.62634 27.96003,0 l 96.3518,-129.67383 c 6.14683,-8.27231 4.87072,-20.31718 -2.85026,-26.902905 -2.45389,-2.092661 -5.37864,-3.456485 -8.48033,-3.954425 z"
|
||||
style="color:#000000;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:4.72012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 355.42234,109.11034 c -8.45573,-1.35863 -16.94563,2.21932 -22.27148,9.38599 l -110.3189,148.47166 -64.23512,-62.93554 c -10.08825,-12.29634 -27.40998,-12.15168 -36.57783,-2.56849 -9.49154,10.13111 -11.39424,23.09471 -0.86847,34.50913 l 82.95827,88.13344 c 9.58206,12.89237 27.86424,12.89237 37.44631,0 L 370.59717,150.43695 c 8.23233,-11.07894 6.52326,-27.2104 -3.81729,-36.03053 -3.28645,-2.80266 -7.20351,-4.6292 -11.35754,-5.29608 z"
|
||||
id="path3639"
|
||||
sodipodi:nodetypes="ccccccccccc" />
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |