forked from MapComplete/MapComplete
		
	Small fix
This commit is contained in:
		
							parent
							
								
									36b455fbf8
								
							
						
					
					
						commit
						1b5737a06c
					
				
					 3 changed files with 369 additions and 124 deletions
				
			
		| 
						 | 
					@ -372,7 +372,7 @@ export class InitUiElements {
 | 
				
			||||||
    );
 | 
					    );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    const filterView = new FilterView(State.state.FilterIsOpened).SetClass(
 | 
					    const filterView = new FilterView(State.state.filteredLayers).SetClass(
 | 
				
			||||||
      "block p-1 rounded-full"
 | 
					      "block p-1 rounded-full"
 | 
				
			||||||
    );
 | 
					    );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -14,6 +14,7 @@ import {And} from "../../Logic/Tags/And";
 | 
				
			||||||
import {UIEventSource} from "../../Logic/UIEventSource";
 | 
					import {UIEventSource} from "../../Logic/UIEventSource";
 | 
				
			||||||
import BaseUIElement from "../BaseUIElement";
 | 
					import BaseUIElement from "../BaseUIElement";
 | 
				
			||||||
import State from "../../State";
 | 
					import State from "../../State";
 | 
				
			||||||
 | 
					import FilteredLayer from "../../Models/FilteredLayer";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
| 
						 | 
					@ -21,10 +22,10 @@ import State from "../../State";
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export default class FilterView extends VariableUiElement {
 | 
					export default class FilterView extends VariableUiElement {
 | 
				
			||||||
    constructor(filteredLayer) {
 | 
					    constructor(filteredLayer: UIEventSource<FilteredLayer[]>) {
 | 
				
			||||||
        super(
 | 
					        super(
 | 
				
			||||||
            filteredLayer.map((filteredLayers) =>
 | 
					            filteredLayer.map((filteredLayers) =>
 | 
				
			||||||
                filteredLayers.map(l => FilterView.createOneFilteredLayerElement(l))
 | 
					                filteredLayers?.map(l => FilterView.createOneFilteredLayerElement(l))
 | 
				
			||||||
            )
 | 
					            )
 | 
				
			||||||
        );
 | 
					        );
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -16,49 +16,67 @@
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Pieter Vander Vennet"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Pieter Vander Vennet"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "direction_outline.svg",
 | 
					    "path": "direction_outline.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Pieter Vander Vennet"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Pieter Vander Vennet"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "direction_stroke.svg",
 | 
					    "path": "direction_stroke.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Pieter Vander Vennet"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Pieter Vander Vennet"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "SocialImageForeground.svg",
 | 
					    "path": "SocialImageForeground.svg",
 | 
				
			||||||
    "license": "CC-BY-SA",
 | 
					    "license": "CC-BY-SA",
 | 
				
			||||||
    "sources": ["https://mapcomplete.osm.be"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://mapcomplete.osm.be"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Pieter Vander Vennet"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Pieter Vander Vennet"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "add.svg",
 | 
					    "path": "add.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Pieter Vander Vennet"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Pieter Vander Vennet"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "addSmall.svg",
 | 
					    "path": "addSmall.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Hannah Declerck"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Hannah Declerck"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "download.svg",
 | 
					    "path": "download.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Hannah Declerck"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Hannah Declerck"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "copyright.svg",
 | 
					    "path": "copyright.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Hannah Declerck"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Hannah Declerck"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "arrow-download.svg",
 | 
					    "path": "arrow-download.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
| 
						 | 
					@ -70,25 +88,33 @@
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Pieter Vander Vennet"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Pieter Vander Vennet"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "arrow-left-smooth.svg",
 | 
					    "path": "arrow-left-smooth.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Pieter Vander Vennet"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Pieter Vander Vennet"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "arrow-right-smooth.svg",
 | 
					    "path": "arrow-right-smooth.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Pieter Vander Vennet"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Pieter Vander Vennet"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "back.svg",
 | 
					    "path": "back.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Github"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Github"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "bug.svg",
 | 
					    "path": "bug.svg",
 | 
				
			||||||
    "license": "MIT",
 | 
					    "license": "MIT",
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
| 
						 | 
					@ -99,26 +125,35 @@
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "path": "camera-plus.svg",
 | 
					    "path": "camera-plus.svg",
 | 
				
			||||||
    "license": "CC-BY-SA 3.0",
 | 
					    "license": "CC-BY-SA 3.0",
 | 
				
			||||||
    "authors": ["Dave Gandy", "Pieter Vander Vennet"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Dave Gandy",
 | 
				
			||||||
 | 
					      "Pieter Vander Vennet"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
      "https://fontawesome.com/",
 | 
					      "https://fontawesome.com/",
 | 
				
			||||||
      "https://commons.wikimedia.org/wiki/File:Camera_font_awesome.svg"
 | 
					      "https://commons.wikimedia.org/wiki/File:Camera_font_awesome.svg"
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Pieter Vander Vennet"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Pieter Vander Vennet"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "checkmark.svg",
 | 
					    "path": "checkmark.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Pieter Vander Vennet"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Pieter Vander Vennet"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "circle.svg",
 | 
					    "path": "circle.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Pieter Vander Vennet"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Pieter Vander Vennet"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "clock.svg",
 | 
					    "path": "clock.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
| 
						 | 
					@ -160,7 +195,9 @@
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Dave Gandy"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Dave Gandy"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "delete_icon.svg",
 | 
					    "path": "delete_icon.svg",
 | 
				
			||||||
    "license": "CC-BY-SA",
 | 
					    "license": "CC-BY-SA",
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
| 
						 | 
					@ -192,7 +229,9 @@
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["The Tango Desktop Project"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "The Tango Desktop Project"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "floppy.svg",
 | 
					    "path": "floppy.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
| 
						 | 
					@ -213,19 +252,29 @@
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Timothy Miller"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Timothy Miller"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "home.svg",
 | 
					    "path": "home.svg",
 | 
				
			||||||
    "license": "CC-BY-SA 3.0",
 | 
					    "license": "CC-BY-SA 3.0",
 | 
				
			||||||
    "sources": ["https://commons.wikimedia.org/wiki/File:Home-icon.svg"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://commons.wikimedia.org/wiki/File:Home-icon.svg"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Timothy Miller"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Timothy Miller"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "home_white_bg.svg",
 | 
					    "path": "home_white_bg.svg",
 | 
				
			||||||
    "license": "CC-BY-SA 3.0",
 | 
					    "license": "CC-BY-SA 3.0",
 | 
				
			||||||
    "sources": ["https://commons.wikimedia.org/wiki/File:Home-icon.svg"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://commons.wikimedia.org/wiki/File:Home-icon.svg"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["JOSM Team"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "JOSM Team"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "josm_logo.svg",
 | 
					    "path": "josm_logo.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
| 
						 | 
					@ -248,7 +297,9 @@
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "path": "Ornament-Horiz-0.svg",
 | 
					    "path": "Ornament-Horiz-0.svg",
 | 
				
			||||||
    "license": "CC-BY",
 | 
					    "license": "CC-BY",
 | 
				
			||||||
    "authors": ["Nightwolfdezines"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Nightwolfdezines"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
      "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes"
 | 
					      "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes"
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
| 
						 | 
					@ -256,7 +307,9 @@
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "path": "Ornament-Horiz-1.svg",
 | 
					    "path": "Ornament-Horiz-1.svg",
 | 
				
			||||||
    "license": "CC-BY",
 | 
					    "license": "CC-BY",
 | 
				
			||||||
    "authors": ["Nightwolfdezines"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Nightwolfdezines"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
      "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes"
 | 
					      "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes"
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
| 
						 | 
					@ -264,7 +317,9 @@
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "path": "Ornament-Horiz-2.svg",
 | 
					    "path": "Ornament-Horiz-2.svg",
 | 
				
			||||||
    "license": "CC-BY",
 | 
					    "license": "CC-BY",
 | 
				
			||||||
    "authors": ["Nightwolfdezines"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Nightwolfdezines"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
      "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes"
 | 
					      "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes"
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
| 
						 | 
					@ -272,7 +327,9 @@
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "path": "Ornament-Horiz-3.svg",
 | 
					    "path": "Ornament-Horiz-3.svg",
 | 
				
			||||||
    "license": "CC-BY",
 | 
					    "license": "CC-BY",
 | 
				
			||||||
    "authors": ["Nightwolfdezines"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Nightwolfdezines"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
      "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes"
 | 
					      "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes"
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
| 
						 | 
					@ -280,7 +337,9 @@
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "path": "Ornament-Horiz-4.svg",
 | 
					    "path": "Ornament-Horiz-4.svg",
 | 
				
			||||||
    "license": "CC-BY",
 | 
					    "license": "CC-BY",
 | 
				
			||||||
    "authors": ["Nightwolfdezines"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Nightwolfdezines"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
      "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes"
 | 
					      "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes"
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
| 
						 | 
					@ -288,7 +347,9 @@
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "path": "Ornament-Horiz-5.svg",
 | 
					    "path": "Ornament-Horiz-5.svg",
 | 
				
			||||||
    "license": "CC-BY",
 | 
					    "license": "CC-BY",
 | 
				
			||||||
    "authors": ["Nightwolfdezines"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Nightwolfdezines"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
      "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes"
 | 
					      "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes"
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
| 
						 | 
					@ -296,7 +357,9 @@
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "path": "Ornament-Horiz-6.svg",
 | 
					    "path": "Ornament-Horiz-6.svg",
 | 
				
			||||||
    "license": "CC-BY",
 | 
					    "license": "CC-BY",
 | 
				
			||||||
    "authors": ["Nightwolfdezines"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Nightwolfdezines"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
      "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes"
 | 
					      "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes"
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
| 
						 | 
					@ -338,16 +401,25 @@
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Pieter Vander Vennet", " OSM"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Pieter Vander Vennet",
 | 
				
			||||||
 | 
					      " OSM"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "mapcomplete_logo.svg",
 | 
					    "path": "mapcomplete_logo.svg",
 | 
				
			||||||
    "license": "Logo; CC-BY-SA",
 | 
					    "license": "Logo; CC-BY-SA",
 | 
				
			||||||
    "sources": ["https://mapcomplete.osm.be"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://mapcomplete.osm.be"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Mapillary"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Mapillary"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "mapillary.svg",
 | 
					    "path": "mapillary.svg",
 | 
				
			||||||
    "license": "Logo; All rights reserved",
 | 
					    "license": "Logo; All rights reserved",
 | 
				
			||||||
    "sources": ["https://mapillary.com/"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://mapillary.com/"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": [],
 | 
					    "authors": [],
 | 
				
			||||||
| 
						 | 
					@ -371,22 +443,32 @@
 | 
				
			||||||
    "authors": [],
 | 
					    "authors": [],
 | 
				
			||||||
    "path": "osm-copyright.svg",
 | 
					    "path": "osm-copyright.svg",
 | 
				
			||||||
    "license": "logo; all rights reserved",
 | 
					    "license": "logo; all rights reserved",
 | 
				
			||||||
    "sources": ["https://www.OpenStreetMap.org"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://www.OpenStreetMap.org"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["OpenStreetMap U.S. Chapter"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "OpenStreetMap U.S. Chapter"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "osm-logo-us.svg",
 | 
					    "path": "osm-logo-us.svg",
 | 
				
			||||||
    "license": "Logo",
 | 
					    "license": "Logo",
 | 
				
			||||||
    "sources": ["https://www.openstreetmap.us/"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://www.openstreetmap.us/"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": [],
 | 
					    "authors": [],
 | 
				
			||||||
    "path": "osm-logo.svg",
 | 
					    "path": "osm-logo.svg",
 | 
				
			||||||
    "license": "logo; all rights reserved",
 | 
					    "license": "logo; all rights reserved",
 | 
				
			||||||
    "sources": ["https://www.OpenStreetMap.org"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://www.OpenStreetMap.org"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["GitHub Octicons"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "GitHub Octicons"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "pencil.svg",
 | 
					    "path": "pencil.svg",
 | 
				
			||||||
    "license": "MIT",
 | 
					    "license": "MIT",
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
| 
						 | 
					@ -395,10 +477,14 @@
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["@ tyskrat"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "@ tyskrat"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "phone.svg",
 | 
					    "path": "phone.svg",
 | 
				
			||||||
    "license": "CC-BY 3.0",
 | 
					    "license": "CC-BY 3.0",
 | 
				
			||||||
    "sources": ["https://www.onlinewebfonts.com/icon/1059"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://www.onlinewebfonts.com/icon/1059"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": [],
 | 
					    "authors": [],
 | 
				
			||||||
| 
						 | 
					@ -413,10 +499,14 @@
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["@fatih"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "@fatih"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "pop-out.svg",
 | 
					    "path": "pop-out.svg",
 | 
				
			||||||
    "license": "CC-BY 3.0",
 | 
					    "license": "CC-BY 3.0",
 | 
				
			||||||
    "sources": ["https://www.onlinewebfonts.com/icon/2151"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://www.onlinewebfonts.com/icon/2151"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": [],
 | 
					    "authors": [],
 | 
				
			||||||
| 
						 | 
					@ -431,7 +521,9 @@
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["OOjs UI Team and other contributors"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "OOjs UI Team and other contributors"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "search.svg",
 | 
					    "path": "search.svg",
 | 
				
			||||||
    "license": "MIT",
 | 
					    "license": "MIT",
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
| 
						 | 
					@ -458,13 +550,19 @@
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["@felpgrc"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "@felpgrc"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "statistics.svg",
 | 
					    "path": "statistics.svg",
 | 
				
			||||||
    "license": "CC-BY 3.0",
 | 
					    "license": "CC-BY 3.0",
 | 
				
			||||||
    "sources": ["https://www.onlinewebfonts.com/icon/197818"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://www.onlinewebfonts.com/icon/197818"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["MGalloway (WMF)"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "MGalloway (WMF)"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "translate.svg",
 | 
					    "path": "translate.svg",
 | 
				
			||||||
    "license": "CC-BY-SA 3.0",
 | 
					    "license": "CC-BY-SA 3.0",
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
| 
						 | 
					@ -478,115 +576,163 @@
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Wikidata"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Wikidata"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "wikidata.svg",
 | 
					    "path": "wikidata.svg",
 | 
				
			||||||
    "license": "Logo; All rights reserved",
 | 
					    "license": "Logo; All rights reserved",
 | 
				
			||||||
    "sources": ["https://www.wikidata.org"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://www.wikidata.org"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Wikimedia"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Wikimedia"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "wikimedia-commons-white.svg",
 | 
					    "path": "wikimedia-commons-white.svg",
 | 
				
			||||||
    "license": "Logo; All rights reserved",
 | 
					    "license": "Logo; All rights reserved",
 | 
				
			||||||
    "sources": ["https://commons.wikimedia.org"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://commons.wikimedia.org"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Wikipedia"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Wikipedia"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "wikipedia.svg",
 | 
					    "path": "wikipedia.svg",
 | 
				
			||||||
    "license": "Logo; All rights reserved",
 | 
					    "license": "Logo; All rights reserved",
 | 
				
			||||||
    "sources": ["https://www.wikipedia.org/"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://www.wikipedia.org/"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Mapillary"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Mapillary"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "mapillary_black.svg",
 | 
					    "path": "mapillary_black.svg",
 | 
				
			||||||
    "license": "Logo; All rights reserved",
 | 
					    "license": "Logo; All rights reserved",
 | 
				
			||||||
    "sources": ["https://www.mapillary.com/"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://www.mapillary.com/"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Hannah Declerck"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Hannah Declerck"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "location.svg",
 | 
					    "path": "location.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Pol Labaut"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Pol Labaut"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "location-circle.svg",
 | 
					    "path": "location-circle.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Pol Labaut"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Pol Labaut"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "location-empty.svg",
 | 
					    "path": "location-empty.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Hannah Declerck"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Hannah Declerck"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "min-zoom.svg",
 | 
					    "path": "min-zoom.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Hannah Declerck"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Hannah Declerck"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "plus-zoom.svg",
 | 
					    "path": "plus-zoom.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Hannah Declerck"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Hannah Declerck"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "filter.svg",
 | 
					    "path": "filter.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Hannah Declerck"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Hannah Declerck"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "checkbox-empty.svg",
 | 
					    "path": "checkbox-empty.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Hannah Declerck"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Hannah Declerck"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "checkbox-filled.svg",
 | 
					    "path": "checkbox-filled.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Hannah Declerck"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Hannah Declerck"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "arrow-left-thin.svg",
 | 
					    "path": "arrow-left-thin.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Pieter Vander Vennet"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Pieter Vander Vennet"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "direction_masked.svg",
 | 
					    "path": "direction_masked.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Pieter Vander Vennet"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Pieter Vander Vennet"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "direction_outline.svg",
 | 
					    "path": "direction_outline.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Pieter Vander Vennet"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Pieter Vander Vennet"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "direction_stroke.svg",
 | 
					    "path": "direction_stroke.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Pieter Vander Vennet"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Pieter Vander Vennet"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "SocialImageForeground.svg",
 | 
					    "path": "SocialImageForeground.svg",
 | 
				
			||||||
    "license": "CC-BY-SA",
 | 
					    "license": "CC-BY-SA",
 | 
				
			||||||
    "sources": ["https://mapcomplete.osm.be"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://mapcomplete.osm.be"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Pieter Vander Vennet"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Pieter Vander Vennet"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "add.svg",
 | 
					    "path": "add.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Pieter Vander Vennet"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Pieter Vander Vennet"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "addSmall.svg",
 | 
					    "path": "addSmall.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
| 
						 | 
					@ -598,19 +744,25 @@
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Pieter Vander Vennet"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Pieter Vander Vennet"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "arrow-left-smooth.svg",
 | 
					    "path": "arrow-left-smooth.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Pieter Vander Vennet"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Pieter Vander Vennet"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "arrow-right-smooth.svg",
 | 
					    "path": "arrow-right-smooth.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Pieter Vander Vennet"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Pieter Vander Vennet"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "back.svg",
 | 
					    "path": "back.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
| 
						 | 
					@ -639,26 +791,35 @@
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "path": "camera-plus.svg",
 | 
					    "path": "camera-plus.svg",
 | 
				
			||||||
    "license": "CC-BY-SA 3.0",
 | 
					    "license": "CC-BY-SA 3.0",
 | 
				
			||||||
    "authors": ["Dave Gandy", "Pieter Vander Vennet"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Dave Gandy",
 | 
				
			||||||
 | 
					      "Pieter Vander Vennet"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
      "https://fontawesome.com/",
 | 
					      "https://fontawesome.com/",
 | 
				
			||||||
      "https://commons.wikimedia.org/wiki/File:Camera_font_awesome.svg"
 | 
					      "https://commons.wikimedia.org/wiki/File:Camera_font_awesome.svg"
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Pieter Vander Vennet"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Pieter Vander Vennet"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "checkmark.svg",
 | 
					    "path": "checkmark.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Pieter Vander Vennet"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Pieter Vander Vennet"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "circle.svg",
 | 
					    "path": "circle.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Pieter Vander Vennet"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Pieter Vander Vennet"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "clock.svg",
 | 
					    "path": "clock.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
| 
						 | 
					@ -712,7 +873,9 @@
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Dave Gandy"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Dave Gandy"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "delete_icon.svg",
 | 
					    "path": "delete_icon.svg",
 | 
				
			||||||
    "license": "CC-BY-SA",
 | 
					    "license": "CC-BY-SA",
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
| 
						 | 
					@ -744,7 +907,9 @@
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["The Tango Desktop Project"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "The Tango Desktop Project"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "floppy.svg",
 | 
					    "path": "floppy.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
| 
						 | 
					@ -765,19 +930,29 @@
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Timothy Miller"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Timothy Miller"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "home.svg",
 | 
					    "path": "home.svg",
 | 
				
			||||||
    "license": "CC-BY-SA 3.0",
 | 
					    "license": "CC-BY-SA 3.0",
 | 
				
			||||||
    "sources": ["https://commons.wikimedia.org/wiki/File:Home-icon.svg"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://commons.wikimedia.org/wiki/File:Home-icon.svg"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Timothy Miller"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Timothy Miller"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "home_white_bg.svg",
 | 
					    "path": "home_white_bg.svg",
 | 
				
			||||||
    "license": "CC-BY-SA 3.0",
 | 
					    "license": "CC-BY-SA 3.0",
 | 
				
			||||||
    "sources": ["https://commons.wikimedia.org/wiki/File:Home-icon.svg"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://commons.wikimedia.org/wiki/File:Home-icon.svg"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["JOSM Team"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "JOSM Team"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "josm_logo.svg",
 | 
					    "path": "josm_logo.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
| 
						 | 
					@ -800,7 +975,9 @@
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "path": "Ornament-Horiz-0.svg",
 | 
					    "path": "Ornament-Horiz-0.svg",
 | 
				
			||||||
    "license": "CC-BY",
 | 
					    "license": "CC-BY",
 | 
				
			||||||
    "authors": ["Nightwolfdezines"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Nightwolfdezines"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
      "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes"
 | 
					      "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes"
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
| 
						 | 
					@ -808,7 +985,9 @@
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "path": "Ornament-Horiz-1.svg",
 | 
					    "path": "Ornament-Horiz-1.svg",
 | 
				
			||||||
    "license": "CC-BY",
 | 
					    "license": "CC-BY",
 | 
				
			||||||
    "authors": ["Nightwolfdezines"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Nightwolfdezines"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
      "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes"
 | 
					      "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes"
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
| 
						 | 
					@ -816,7 +995,9 @@
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "path": "Ornament-Horiz-2.svg",
 | 
					    "path": "Ornament-Horiz-2.svg",
 | 
				
			||||||
    "license": "CC-BY",
 | 
					    "license": "CC-BY",
 | 
				
			||||||
    "authors": ["Nightwolfdezines"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Nightwolfdezines"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
      "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes"
 | 
					      "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes"
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
| 
						 | 
					@ -824,7 +1005,9 @@
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "path": "Ornament-Horiz-3.svg",
 | 
					    "path": "Ornament-Horiz-3.svg",
 | 
				
			||||||
    "license": "CC-BY",
 | 
					    "license": "CC-BY",
 | 
				
			||||||
    "authors": ["Nightwolfdezines"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Nightwolfdezines"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
      "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes"
 | 
					      "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes"
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
| 
						 | 
					@ -832,7 +1015,9 @@
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "path": "Ornament-Horiz-4.svg",
 | 
					    "path": "Ornament-Horiz-4.svg",
 | 
				
			||||||
    "license": "CC-BY",
 | 
					    "license": "CC-BY",
 | 
				
			||||||
    "authors": ["Nightwolfdezines"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Nightwolfdezines"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
      "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes"
 | 
					      "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes"
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
| 
						 | 
					@ -840,7 +1025,9 @@
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "path": "Ornament-Horiz-5.svg",
 | 
					    "path": "Ornament-Horiz-5.svg",
 | 
				
			||||||
    "license": "CC-BY",
 | 
					    "license": "CC-BY",
 | 
				
			||||||
    "authors": ["Nightwolfdezines"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Nightwolfdezines"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
      "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes"
 | 
					      "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes"
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
| 
						 | 
					@ -848,7 +1035,9 @@
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "path": "Ornament-Horiz-6.svg",
 | 
					    "path": "Ornament-Horiz-6.svg",
 | 
				
			||||||
    "license": "CC-BY",
 | 
					    "license": "CC-BY",
 | 
				
			||||||
    "authors": ["Nightwolfdezines"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Nightwolfdezines"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
      "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes"
 | 
					      "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes"
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
| 
						 | 
					@ -890,16 +1079,25 @@
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Pieter Vander Vennet", " OSM"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Pieter Vander Vennet",
 | 
				
			||||||
 | 
					      " OSM"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "mapcomplete_logo.svg",
 | 
					    "path": "mapcomplete_logo.svg",
 | 
				
			||||||
    "license": "Logo; CC-BY-SA",
 | 
					    "license": "Logo; CC-BY-SA",
 | 
				
			||||||
    "sources": ["https://mapcomplete.osm.be"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://mapcomplete.osm.be"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Mapillary"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Mapillary"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "mapillary.svg",
 | 
					    "path": "mapillary.svg",
 | 
				
			||||||
    "license": "Logo; All rights reserved",
 | 
					    "license": "Logo; All rights reserved",
 | 
				
			||||||
    "sources": ["https://mapillary.com/"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://mapillary.com/"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": [],
 | 
					    "authors": [],
 | 
				
			||||||
| 
						 | 
					@ -923,22 +1121,32 @@
 | 
				
			||||||
    "authors": [],
 | 
					    "authors": [],
 | 
				
			||||||
    "path": "osm-copyright.svg",
 | 
					    "path": "osm-copyright.svg",
 | 
				
			||||||
    "license": "logo; all rights reserved",
 | 
					    "license": "logo; all rights reserved",
 | 
				
			||||||
    "sources": ["https://www.OpenStreetMap.org"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://www.OpenStreetMap.org"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["OpenStreetMap U.S. Chapter"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "OpenStreetMap U.S. Chapter"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "osm-logo-us.svg",
 | 
					    "path": "osm-logo-us.svg",
 | 
				
			||||||
    "license": "Logo",
 | 
					    "license": "Logo",
 | 
				
			||||||
    "sources": ["https://www.openstreetmap.us/"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://www.openstreetmap.us/"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": [],
 | 
					    "authors": [],
 | 
				
			||||||
    "path": "osm-logo.svg",
 | 
					    "path": "osm-logo.svg",
 | 
				
			||||||
    "license": "logo; all rights reserved",
 | 
					    "license": "logo; all rights reserved",
 | 
				
			||||||
    "sources": ["https://www.OpenStreetMap.org"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://www.OpenStreetMap.org"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["GitHub Octicons"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "GitHub Octicons"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "pencil.svg",
 | 
					    "path": "pencil.svg",
 | 
				
			||||||
    "license": "MIT",
 | 
					    "license": "MIT",
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
| 
						 | 
					@ -947,10 +1155,14 @@
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["@ tyskrat"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "@ tyskrat"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "phone.svg",
 | 
					    "path": "phone.svg",
 | 
				
			||||||
    "license": "CC-BY 3.0",
 | 
					    "license": "CC-BY 3.0",
 | 
				
			||||||
    "sources": ["https://www.onlinewebfonts.com/icon/1059"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://www.onlinewebfonts.com/icon/1059"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": [],
 | 
					    "authors": [],
 | 
				
			||||||
| 
						 | 
					@ -965,10 +1177,14 @@
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["@fatih"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "@fatih"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "pop-out.svg",
 | 
					    "path": "pop-out.svg",
 | 
				
			||||||
    "license": "CC-BY 3.0",
 | 
					    "license": "CC-BY 3.0",
 | 
				
			||||||
    "sources": ["https://www.onlinewebfonts.com/icon/2151"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://www.onlinewebfonts.com/icon/2151"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": [],
 | 
					    "authors": [],
 | 
				
			||||||
| 
						 | 
					@ -983,7 +1199,9 @@
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["OOjs UI Team and other contributors"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "OOjs UI Team and other contributors"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "search.svg",
 | 
					    "path": "search.svg",
 | 
				
			||||||
    "license": "MIT",
 | 
					    "license": "MIT",
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
| 
						 | 
					@ -1010,13 +1228,19 @@
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["@felpgrc"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "@felpgrc"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "statistics.svg",
 | 
					    "path": "statistics.svg",
 | 
				
			||||||
    "license": "CC-BY 3.0",
 | 
					    "license": "CC-BY 3.0",
 | 
				
			||||||
    "sources": ["https://www.onlinewebfonts.com/icon/197818"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://www.onlinewebfonts.com/icon/197818"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["MGalloway (WMF)"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "MGalloway (WMF)"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "translate.svg",
 | 
					    "path": "translate.svg",
 | 
				
			||||||
    "license": "CC-BY-SA 3.0",
 | 
					    "license": "CC-BY-SA 3.0",
 | 
				
			||||||
    "sources": [
 | 
					    "sources": [
 | 
				
			||||||
| 
						 | 
					@ -1030,33 +1254,53 @@
 | 
				
			||||||
    "sources": []
 | 
					    "sources": []
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Wikidata"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Wikidata"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "wikidata.svg",
 | 
					    "path": "wikidata.svg",
 | 
				
			||||||
    "license": "Logo; All rights reserved",
 | 
					    "license": "Logo; All rights reserved",
 | 
				
			||||||
    "sources": ["https://www.wikidata.org"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://www.wikidata.org"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Wikimedia"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Wikimedia"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "wikimedia-commons-white.svg",
 | 
					    "path": "wikimedia-commons-white.svg",
 | 
				
			||||||
    "license": "Logo; All rights reserved",
 | 
					    "license": "Logo; All rights reserved",
 | 
				
			||||||
    "sources": ["https://commons.wikimedia.org"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://commons.wikimedia.org"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Wikipedia"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Wikipedia"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "wikipedia.svg",
 | 
					    "path": "wikipedia.svg",
 | 
				
			||||||
    "license": "Logo; All rights reserved",
 | 
					    "license": "Logo; All rights reserved",
 | 
				
			||||||
    "sources": ["https://www.wikipedia.org/"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://www.wikipedia.org/"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["Mapillary"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "Mapillary"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "mapillary_black.svg",
 | 
					    "path": "mapillary_black.svg",
 | 
				
			||||||
    "license": "Logo; All rights reserved",
 | 
					    "license": "Logo; All rights reserved",
 | 
				
			||||||
    "sources": ["https://www.mapillary.com/"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://www.mapillary.com/"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "authors": ["The Tango! Desktop Project"],
 | 
					    "authors": [
 | 
				
			||||||
 | 
					      "The Tango! Desktop Project"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "path": "floppy.svg",
 | 
					    "path": "floppy.svg",
 | 
				
			||||||
    "license": "CC0",
 | 
					    "license": "CC0",
 | 
				
			||||||
    "sources": ["https://commons.wikimedia.org/wiki/File:Media-floppy.svg"]
 | 
					    "sources": [
 | 
				
			||||||
 | 
					      "https://commons.wikimedia.org/wiki/File:Media-floppy.svg"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue