]> git.openstreetmap.org Git - rails.git/commitdiff
Update to iD v2.12.1
authorBryan Housel <bryan@mapbox.com>
Wed, 5 Dec 2018 07:04:18 +0000 (02:04 -0500)
committerBryan Housel <bryan@mapbox.com>
Wed, 5 Dec 2018 07:04:18 +0000 (02:04 -0500)
vendor/assets/iD/iD.js
vendor/assets/iD/iD/locales/de.json
vendor/assets/iD/iD/locales/es.json
vendor/assets/iD/iD/locales/fr.json
vendor/assets/iD/iD/mapillary-js/cover-logo.svg [deleted file]
vendor/assets/iD/iD/mapillary-js/pano-indicator.svg [deleted file]
vendor/assets/iD/iD/mapillary-js/pano.svg [deleted file]
vendor/assets/iD/iD/mapillary-js/spinner.svg [deleted file]

index b80275e1bfac981468c94816d0902f7678ae9427..aad2e1f05e4c9d8e0f012437cc36db8aa58d2366 100644 (file)
       };
 
 
-      tooltip.destroy = function(selection$$1) {
+      tooltip.destroy = function(selection$$1, selector$$1) {
+          // by default, just destroy the current tooltip
+          selector$$1 = selector$$1 || '.tooltip-' + _id;
+
           selection$$1
               .on('mouseenter.tooltip', null)
               .on('mouseleave.tooltip', null)
                   return this.getAttribute('data-original-title') || this.getAttribute('title');
               })
               .attr('data-original-title', null)
-              .selectAll('.tooltip-' + _id)
+              .selectAll(selector$$1)
               .remove();
       };
 
 
+      tooltip.destroyAny = function(selection$$1) {
+          selection$$1.call(tooltip.destroy, '.tooltip');
+      };
+
+
       function setup() {
           var root = select(this);
           var animate = _animation.apply(this, arguments);
           // Setup data layers (only OSM)
           var layers = context.layers();
           layers.all().forEach(function(item) {
-              item.layer.enabled(item.id === 'osm');
+              // if the layer has the function `enabled`
+              if (typeof item.layer.enabled === 'function') {
+                  item.layer.enabled(item.id === 'osm');
+              }
           });
 
           // Mock geocoder
               var description = d.description();
               var isOverflowing = (span.property('clientWidth') !== span.property('scrollWidth'));
 
+              item.call(tooltip().destroyAny);
+
               if (d === _previousBackground) {
                   item.call(tooltip()
                       .placement(placement)
                       .placement(placement)
                       .title(description || d.name())
                   );
-              } else {
-                  item.call(tooltip().destroy);
               }
           });
       }
 
   function coreContext() {
       var context = {};
-      context.version = '2.12.0';
+      context.version = '2.12.1';
 
       // create a special translation that contains the keys in place of the strings
       var tkeys = cloneDeep(en);
index 85df9291f94b0170ac9d3ecbcf811506b9660b21..569c5fd3164e5ebd70a52ba23e624367d29cd739 100644 (file)
                     }
                 }
             },
+            "osm-india-forum": {
+                "name": "OpenStreetMap Indien Forum",
+                "description": "OpenStreetMap Indien Web Forum"
+            },
+            "osm-india-github": {
+                "name": "OpenStreetMap Indien GitHub",
+                "description": "Programmiere mit uns: {url}"
+            },
             "OSM-india-mailinglist": {
                 "name": "OpenStreetMap Indien Mailingliste",
                 "description": "Talk-in ist die offizielle Mailingliste für die indische Community"
             },
+            "osm-india-telegram": {
+                "name": "OpenStreetMap Indien Telegram",
+                "description": "Schließen Sie sich unserer Gemeinschaft an: {url}"
+            },
             "OSM-india-twitter": {
                 "name": "OpenStreetMap Indien Twitter",
                 "description": "Wir sind nur einen Tweet weit weg: {url}"
             },
+            "osm-india-website": {
+                "name": "OpenStreetMap Indien",
+                "description": "Mapper und OpenStreetMap Benutzer in Indien"
+            },
+            "osm-india-wiki": {
+                "name": "OpenStreetMap Wikiproject Indien",
+                "description": "Alles was du über Mappen in Indien wissen musst: {url}"
+            },
+            "osm-india-youtube": {
+                "name": "OpenStreetMap Indien Youtube",
+                "description": "Abonniere unseren Kanal: {url}"
+            },
             "OSM-India-Puducherry-Facebook": {
                 "name": "Freie Software Hardware Bewegung - Facebook",
                 "description": "FSHM Facebook Seite für Veranstaltungen und Aktivitäten der Gemeinschaft",
                 "extendedDescription": "FSHM organisiert Veranstaltungen für freie Software/Hard, Technologie, Aktivismus für OpenStreetMap. Seine Facebook Seite ist der beste Weg um in Kontakt mit sweinen Veranstaltungen zu bleiben."
             },
+            "OSM-Puducherry-Mailing-List": {
+                "name": "Freie Software Hardware Bewegung - Mailing Liste",
+                "description": "FSHM Puducherry Mailing Liste um Mappen in Puducherry und anderes zu diskutieren.",
+                "extendedDescription": "FSHM organisiert Treffen über Freie Software/Hardware, Technologie und Aktivismus für OpenStreetMap."
+            },
             "OSM-India-Puducherry-Matrix": {
                 "name": "Freie Software Hardware Bewegung - Matrix",
                 "description": "FSHM Riot Gruppe zum diskutieren, plaudern und mehr über Mapping Aktivitäten zu  erfahren, Veranstaltungen in und um Puducherry",
index 90ca7035b40b1ff3f1ca8a615d558a8a034f1da0..3951bfb917fe4ad7ede2db2e06a7b0f9addbf308 100644 (file)
                 },
                 "man_made/petroleum_well": {
                     "name": "Pozo de petróleo",
-                    "terms": "pozo, petróleo, plataforma de perforación, torre de perforación, perforación de petróleo, plataforma petrolera"
+                    "terms": "pozo, pozo petrolero, petróleo, plataforma de perforación, torre de perforación, perforación de petróleo, plataforma petrolera"
                 },
                 "man_made/pier": {
                     "name": "Embarcadero",
index 642be9b5e048500b9721ceb3be11d41d9aa46857..5c15c04c4c305be8b8dd29227211982635720bb5 100644 (file)
@@ -5,7 +5,9 @@
             "information": "info",
             "remove": "supprimer",
             "undo": "annuler",
-            "zoom_to": "zoomer dessus"
+            "zoom_to": "zoomer dessus",
+            "copy": "copier",
+            "open_wikidata": "ouvrir sur wikidata"
         },
         "modes": {
             "add_area": {
             "coordinate": "{coordinate}{direction}",
             "coordinate_pair": "{latitude}, {longitude}"
         },
+        "wikidata": {
+            "identifier": "Identifiant",
+            "label": "Étiquette",
+            "description": "Description"
+        },
         "presets": {
             "categories": {
                 "category-barrier": {
                 "width": {
                     "label": "Largeur (mètres)"
                 },
+                "wikidata": {
+                    "label": "Wikidata"
+                },
                 "wikipedia": {
                     "label": "Wikipédia"
                 },
                     "name": "Restauration rapide",
                     "terms": "fast food, restauration rapide, service au comptoir, vente à emporter, à emporter, a emporter, burger, sandwich, kebab, panini, tacos"
                 },
+                "amenity/fast_food/burger": {
+                    "name": "Fast food de burger",
+                    "terms": "burger,fast-food,macdo,mcdo"
+                },
+                "amenity/fast_food/chicken": {
+                    "name": "Fast food de poulet",
+                    "terms": "poulet,kfc,fast-food"
+                },
+                "amenity/fast_food/fish_and_chips": {
+                    "name": "Fast food de fish & chips",
+                    "terms": "fish and chips,fish & chips,fast-food,poisson"
+                },
                 "amenity/fast_food/kebab": {
                     "name": "Kebab",
                     "terms": "kebab,grec,kébab,sandwich,kebap,doner,döner"
                 "amenity/monastery": {
                     "name": "Terrain de monastère"
                 },
+                "amenity/money_transfer": {
+                    "name": "Transfert d'argent",
+                    "terms": "transfert d'argent,western union,banque,argent,échange"
+                },
                 "amenity/motorcycle_parking": {
                     "name": "Parking pour motocyclettes",
                     "terms": "Parc à motos,Stationnement motos"
                     "name": "Place de parking",
                     "terms": "Parking, Zone de stationnement"
                 },
+                "amenity/payment_centre": {
+                    "name": "Centre de paiement",
+                    "terms": "taxe,payement,paiement,chèque,facture,finance,argent"
+                },
+                "amenity/payment_terminal": {
+                    "name": "Terminal de paiement",
+                    "terms": "terminal de paiement,atm,dab,finance,argent,paiement"
+                },
                 "amenity/pharmacy": {
                     "name": "Pharmacie",
                     "terms": "Pharmacie"
                     "terms": "Restaurant,brasserie"
                 },
                 "amenity/restaurant/american": {
-                    "name": "Restaurant américain"
+                    "name": "Restaurant américain",
+                    "terms": "restaurant américain,café,diner,bar,grill"
                 },
                 "amenity/restaurant/asian": {
                     "name": "Restaurant asiatique",
                     "terms": "restaurant français,restaurant francais,cuisine française,cuisine francaise"
                 },
                 "amenity/restaurant/german": {
-                    "name": "Restaurant allemand"
+                    "name": "Restaurant allemand",
+                    "terms": "restaurant allemand,café,bar"
                 },
                 "amenity/restaurant/greek": {
-                    "name": "Restaurant grec"
+                    "name": "Restaurant grec",
+                    "terms": "restaurant grecque,café,bar"
                 },
                 "amenity/restaurant/indian": {
-                    "name": "Restaurant indien"
+                    "name": "Restaurant indien",
+                    "terms": "restaurant indien,café,bar"
                 },
                 "amenity/restaurant/italian": {
                     "name": "Restaurant italien",
                     "terms": "restaurant italien,pizzeria,cuisine italienne,pizza,pates,pâtes,risotto"
                 },
                 "amenity/restaurant/japanese": {
-                    "name": "Restaurant japonais"
+                    "name": "Restaurant japonais",
+                    "terms": "restaurant japonais,café,bar,sushi,maki,miso"
                 },
                 "amenity/restaurant/mexican": {
-                    "name": "Restaurant mexicain"
+                    "name": "Restaurant mexicain",
+                    "terms": "restaurant mexicain,café,bar,burritos,enchiladas,fajitas,nachos,tortillas,salsa,tamales"
                 },
                 "amenity/restaurant/noodle": {
-                    "name": "Restaurant de nouilles"
+                    "name": "Restaurant de nouilles",
+                    "terms": "restaurant de pâtes,café,bar,ramen,soba,nouilles,pâtes,vermicelles"
                 },
                 "amenity/restaurant/pizza": {
                     "name": "Pizzeria",
                     "terms": "pizzeria,pizza"
                 },
                 "amenity/restaurant/seafood": {
-                    "name": "Restaurant de fruits de mer"
+                    "name": "Restaurant de fruits de mer",
+                    "terms": "restaurant de fruits de mer,bar,café,poisson,crabe,crustacés,huitres,moules,coquillages"
+                },
+                "amenity/restaurant/steakhouse": {
+                    "name": "Steakhouse",
+                    "terms": "restaurant de steak,café,bar,steak,bœuf,grill"
                 },
                 "amenity/restaurant/sushi": {
-                    "name": "Restaurant sushi"
+                    "name": "Restaurant sushi",
+                    "terms": "restaurant de sushi,bar,café,sushi,japonais,restaurant japonais"
                 },
                 "amenity/restaurant/thai": {
-                    "name": "Restaurant thaïlandais"
+                    "name": "Restaurant thaïlandais",
+                    "terms": "restaurant thaïlandais,café,bar,thai"
                 },
                 "amenity/restaurant/turkish": {
-                    "name": "Restaurant turc"
+                    "name": "Restaurant turc",
+                    "terms": "restaurant turque,café,bar"
                 },
                 "amenity/restaurant/vietnamese": {
-                    "name": "Restaurant vietnamien"
+                    "name": "Restaurant vietnamien",
+                    "terms": "restaurant vietnamien,café,bar"
                 },
                 "amenity/sanitary_dump_station": {
                     "name": "Station de vidange sanitaire",
                     "name": "Clôture",
                     "terms": "clôture, cloture, grillage, grille, barrière, palissade, enceinte, enclos, barrier fence, fence"
                 },
+                "barrier/fence/railing": {
+                    "name": "garde-fou",
+                    "terms": "garde-fou,garde-corps,rampe"
+                },
                 "barrier/gate": {
                     "name": "Portail",
                     "terms": "portail, porte, passage, ouverture, entrée, portillon, entree, barrière, barriere, fermeture, barrier gate, gate"
                 },
+                "barrier/guard_rail": {
+                    "name": "barrière de sécurité",
+                    "terms": "barrière de sécurité,barre de sécurité,garde-fou,garde-corps,rampe"
+                },
                 "barrier/hedge": {
                     "name": "Haie",
                     "terms": "haie, arbustes, arbres, plantes, buisson, clôture, brise-vent, rangée, broussaille, bordure, cloture, buis, ifs, barrier hedge, hedge"
                     "name": "Trottoir",
                     "terms": "trottoir,bord"
                 },
+                "barrier/kerb/flush": {
+                    "name": "Bordure de trottoir affleurante",
+                    "terms": "abaissement de trottoir,bordure de trottoir abaissée,bordure abaissée,rampe d'accès,plan incliné,charretière,abaissement,affleurement"
+                },
                 "barrier/kerb/lowered": {
                     "name": "Bordure de trottoir abaissée",
                     "terms": "abaissement de trottoir,bateau,bordure abaissée,rampe d'accès,plan incliné,charretière"
                     "terms": "Emplacement de feu de camp"
                 },
                 "leisure/fishing": {
-                    "name": "Lieu de pêche"
+                    "name": "Lieu de pêche",
+                    "terms": "lieu de pêche,zone de pêche"
                 },
                 "leisure/fitness_centre": {
                     "name": "Centre de fitness / gym",
                     "terms": "communication,antenne,radio,télécommunication,téléphonie"
                 },
                 "man_made/mast/communication": {
-                    "name": "Mât de communication"
+                    "name": "Mât de communication",
+                    "terms": "Émetteur de téléphonie mobile, émetteur de téléphonie cellulaire, mât de transmission, pylône de transmission, tour haubanée, émetteur radio, émetteur de télévision, tour de télévision, tour de télédiffusion"
                 },
                 "man_made/mast/communication/mobile_phone": {
-                    "name": "Mât de téléphonie mobile"
+                    "name": "Mât de téléphonie mobile",
+                    "terms": "Émetteur de téléphonie mobile, émetteur de téléphonie cellulaire, mât de transmission, pylône de transmission, tour haubanée, émetteur radio, émetteur de télévision, tour de télévision, tour de télédiffusion"
                 },
                 "man_made/mast/communication/radio": {
-                    "name": "Mât de transmission radio"
+                    "name": "Mât de transmission radio",
+                    "terms": "émetteur radio,antenne,tour,communication,mât,radio,transmission"
                 },
                 "man_made/mast/communication/television": {
-                    "name": "Mât de télédiffusion"
+                    "name": "Mât de télédiffusion",
+                    "terms": "antenne,diffusion,tour de télédiffusion,mât de communication,tour,mât de télévision,télévision,transmission,tv"
                 },
                 "man_made/monitoring_station": {
                     "name": "Station de surveillance",
                 },
                 "man_made/silo": {
                     "name": "Silo",
-                    "terms": "Réservoir, emplacement de stockage, ..."
+                    "terms": "Réservoir, emplacement de stockage"
                 },
                 "man_made/storage_tank": {
                     "name": "Réservoir de stockage",
                     "terms": "Tour"
                 },
                 "man_made/tower/communication": {
-                    "name": "Tour de communication"
+                    "name": "Tour de communication",
+                    "terms": "tour de télécommunication,diffusion,antenne,téléphone portable,téléphone cellulaire,gsm,tour,radio,mât de transmission,pylône de transmission"
                 },
                 "man_made/tower/observation": {
-                    "name": "Tour d'observation"
+                    "name": "Tour d'observation",
+                    "terms": "tour d'observation,mirador"
                 },
                 "man_made/wastewater_plant": {
                     "name": "Station d'épuration",
                     "name": "Collecteur d'eaux pluviales"
                 },
                 "manhole/telecom": {
-                    "name": "Puit de télécommunication"
+                    "name": "Puits de télécommunication",
+                    "terms": "couvert,puits,trou,télécom,téléphone"
                 },
                 "natural": {
                     "name": "Nature",
                     "terms": "Autorité administrative indépendante, ONG quasi-autonome, AAI, QUANGO."
                 },
                 "office/religion": {
-                    "name": "Bureau religieux"
+                    "name": "Bureau religieux",
+                    "terms": "bureau religieux,administration religieuse,secrétariat religieux,intendance religieuse"
                 },
                 "office/research": {
                     "name": "Organisme de recherche",
                     }
                 }
             },
+            "osm-india-forum": {
+                "name": "Forum OpenStreetMap Inde",
+                "description": "Forum OpenStreetMap Inde sur le web"
+            },
+            "osm-india-github": {
+                "name": "Github d'OpenstreetMap Inde",
+                "description": "Codons ensenble : {url}"
+            },
             "OSM-india-mailinglist": {
                 "name": "Liste de diffusion OpenStreetMap Inde",
                 "description": "Talk-in est la liste de diffusion officielle pour la communauté OSM d'Inde"
             },
+            "osm-india-telegram": {
+                "name": "Telegram d'OpenStreetMap Inde",
+                "description": "Rejoignez notre famille : {url}"
+            },
             "OSM-india-twitter": {
                 "name": "Fil Twitter d'OpenStreetMap Inde",
                 "description": "Nous ne sommes qu'à un tweet : {url}"
             },
+            "osm-india-website": {
+                "name": "OpenStreetMap Inde",
+                "description": "Cartographes et utilisateurs d'OpenStreetMap en Inde"
+            },
+            "osm-india-wiki": {
+                "name": "Wikiproject OpenStreetMap Inde",
+                "description": "Tout ce dont vous avez besoin pour cartographier en Inde : {url}"
+            },
+            "osm-india-youtube": {
+                "name": "Chaîne Youtube d'OpenStreetMap Inde",
+                "description": "Abonnez-vous à notre chaîne : {url}"
+            },
             "OSM-India-Puducherry-Facebook": {
                 "name": "Mouvement logiciel libre et matériel (Free Software Hardware Movement, FSHM) - Facebook",
                 "description": "Page Facebook de FSHM pour en connaître plus sur les événements communautaires et les activités",
                 "extendedDescription": "FSHM organise des événements liés au logiciel et au matériel libre, les technologies, l'activisme et OpenStreetMap. Sa page FB est le meilleur moyen de rester en contact avec ses événements"
             },
+            "OSM-Puducherry-Mailing-List": {
+                "name": "Mouvement logiciel libre et matériel (Free Software Hardware Movement, FSHM) - Liste de diffusion",
+                "description": "Liste de diffusion de FSHM Pondichéry pour discuter de cartographie à Pondichéry et d'autres choses.",
+                "extendedDescription": "FSHM organise des événements liés au logiciel et au matériel libre, les technologies, l'activisme et OpenStreetMap."
+            },
             "OSM-India-Puducherry-Matrix": {
                 "name": "Mouvement logiciel libre et matériel (Free Software Hardware Movement, FSHM) - Matrix",
                 "description": "Group riot FSHM pour discutter, partager et mettre à jour les activités de cartographie, les événements à et autour de Puducherry",
diff --git a/vendor/assets/iD/iD/mapillary-js/cover-logo.svg b/vendor/assets/iD/iD/mapillary-js/cover-logo.svg
deleted file mode 100644 (file)
index 4c0344c..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg width="128px" height="32px" viewBox="0 0 128 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <!-- Generator: Sketch 39.1 (31720) - http://www.bohemiancoding.com/sketch -->
-    <title>Group</title>
-    <desc>Created with Sketch.</desc>
-    <defs></defs>
-    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="Artboard" transform="translate(-16.000000, -26.000000)">
-            <g id="Group" transform="translate(16.000000, 26.000000)">
-                <path d="M14.7161736,23.5288544 C15.273013,23.8278689 28.7752563,31.3393019 29.2014274,31.5808768 C30.0531362,32.0636677 30.9544434,31.1295823 30.4909782,30.2563154 C30.2575284,29.8164466 22.9442147,15.6482159 22.6972208,15.2142658 C22.4502271,14.7803157 21.8426823,14.5614419 21.3862117,14.8526467 C20.939056,15.137909 20.4237039,15.4591284 20.1356379,15.6130124 C19.553505,15.9239863 19.482113,16.3913068 19.7432649,16.9108831 C20.3172321,18.0528233 22.1237004,21.5174029 22.3304823,21.8804742 C22.7634755,22.6407313 21.7981764,23.5084973 21.1436174,23.1294941 C20.8664007,22.9689798 16.5798338,20.5987141 16.2769467,20.4130343 C15.9740598,20.2273545 15.4374711,20.2292366 15.0693201,20.8554233 C14.801612,21.3107669 14.473131,21.8757501 14.3216026,22.1590081 C14.0236598,22.7159638 14.1593343,23.2298399 14.7161736,23.5288544 L14.7161736,23.5288544 L14.7161736,23.5288544 Z" id="Path-24" fill="#36AF6D"></path>
-                <path d="M0.461547361,15.6057894 C-0.25725005,15.1960163 -0.125781874,14.1312988 0.781250629,13.8597434 C1.54973677,13.6296672 7.79032202,11.4304326 9.67885161,10.7639484 C10.0193248,10.6437914 10.2851289,10.3674693 10.3995079,10.0146876 C11.0427374,8.03076073 13.1911876,1.40424859 13.4320398,0.661381582 C13.7157205,-0.213581967 14.7426887,-0.216791739 15.161251,0.630253108 C15.3099197,0.931114291 20.9606462,11.6983111 21.1572479,12.1550519 C21.3538495,12.6117927 21.2271855,13.1177188 20.7816026,13.4095364 C20.3360196,13.7013539 19.6093695,14.1378332 19.3562006,14.3031911 C18.8978586,14.6025583 18.458548,14.3941321 18.2493052,13.9304184 C18.0400624,13.4667046 16.4280385,10.4747127 15.770701,9.20448719 C15.4421344,8.56957175 14.4522931,8.3259196 14.1195851,9.35209836 C13.8789431,10.0943157 13.3180598,11.8242606 13.0260742,12.7248384 C12.9143648,13.0693861 12.6312177,13.3659442 12.3004417,13.4811307 C11.4795677,13.7669846 9.91978403,14.31015 9.00911072,14.6272748 C8.3592442,14.8535786 8.04336233,15.9000444 8.92077509,16.3407159 C9.10405435,16.4327659 13.0544985,18.6612881 13.462091,18.8651168 C13.8696835,19.0689457 14.0963299,19.6573366 13.8576543,20.0741791 C13.5321025,20.6427494 13.115324,21.3643471 12.9641351,21.598618 C12.7021033,22.0046425 12.1873748,22.1398622 11.7550803,21.9002167 C11.3227858,21.6605713 0.718386805,15.7522088 0.461547361,15.6057894 L0.461547361,15.6057894 Z" id="Path-2" fill="#36AF6D"></path>
-                <path d="M53.3495896,8.11099854 L53.3495896,25.4659169 L50.0884042,25.4659169 L50.0884042,16.4373467 L46.4195705,25.4659169 L44.645102,25.4659169 L40.9762684,16.4373467 L40.9762684,25.4659169 L37.715083,25.4659169 L37.715083,8.11099854 L41.0721857,8.11099854 L45.5323363,19.0456003 L49.9924869,8.11099854 L53.3495896,8.11099854 L53.3495896,8.11099854 L53.3495896,8.11099854 Z M67.5816797,11.8979821 L70.4352169,11.8979821 L70.4352169,13.0265535 C70.6270523,12.6252817 71.0107173,12.2825338 71.5862236,11.9982997 C72.1617297,11.7140654 72.7931784,11.5719505 73.4805886,11.5719505 C74.1360262,11.5719505 74.7514888,11.726605 75.326995,12.0359187 C75.9025012,12.3452323 76.402065,12.8008362 76.8257016,13.4027438 C77.2493381,14.0046516 77.585045,14.7486652 77.8328324,15.6348071 C78.0806197,16.520949 78.2045115,17.5324731 78.2045115,18.6694099 C78.2045115,19.8397859 78.0846163,20.8680295 77.844822,21.7541714 C77.6050278,22.6403133 77.2773139,23.3843269 76.8616705,23.9862346 C76.4460272,24.5881422 75.9544564,25.0395662 75.3869433,25.3405202 C74.8194303,25.641474 74.1999711,25.7919486 73.5285472,25.7919486 C72.8091645,25.7919486 72.2296704,25.6749128 71.7900476,25.4408376 C71.3504248,25.2067623 71.0347005,24.9141727 70.8428651,24.5630599 L70.8428651,29.9717914 L67.5816797,30.7032982 L67.5816797,11.8979821 L67.5816797,11.8979821 L67.5816797,11.8979821 Z M72.7132509,22.5567109 C74.2958929,22.5567109 75.087202,21.2693165 75.087202,18.6944892 C75.087202,17.4405149 74.891373,16.4875086 74.4997091,15.835442 C74.1080451,15.1833753 73.5445371,14.8573469 72.809168,14.8573469 C72.2656345,14.8573469 71.8140287,15.0537999 71.4543373,15.4467118 C71.094646,15.8396238 70.8188868,16.3035874 70.6270513,16.8386165 L70.6270513,20.7008382 C70.8508593,21.3194655 71.1505976,21.7834291 71.5262752,22.0927428 C71.9019529,22.4020565 72.2976075,22.5567109 72.7132509,22.5567109 L72.7132509,22.5567109 L72.7132509,22.5567109 L72.7132509,22.5567109 Z M82.9044553,11.8979821 L82.9044553,25.4659169 L79.6192905,25.4659169 L79.6192905,11.8979821 L82.9044553,11.8979821 L82.9044553,11.8979821 L82.9044553,11.8979821 Z M79.6192905,8.88845876 C79.6192905,8.40358868 79.771158,7.98560349 80.0748973,7.63449066 C80.3786367,7.28337785 80.7702947,7.10782407 81.2498832,7.10782407 C81.6974992,7.10782407 82.0851607,7.28337785 82.4128795,7.63449066 C82.7405983,7.98560349 82.9044553,8.40358868 82.9044553,8.88845876 C82.9044553,9.35660919 82.7405983,9.75369511 82.4128795,10.0797284 C82.0851607,10.4057618 81.6974992,10.5687761 81.2498832,10.5687761 C80.7702947,10.5687761 80.3786367,10.4057618 80.0748973,10.0797284 C79.771158,9.75369511 79.6192905,9.35660919 79.6192905,8.88845876 L79.6192905,8.88845876 L79.6192905,8.88845876 L79.6192905,8.88845876 Z M84.6069859,8.33671279 L87.8681713,7.18306215 L87.8681713,25.4659169 L84.6069859,25.4659169 L84.6069859,8.33671279 L84.6069859,8.33671279 L84.6069859,8.33671279 Z M89.5707019,8.33671279 L92.8318873,7.18306215 L92.8318873,25.4659169 L89.5707019,25.4659169 L89.5707019,8.33671279 L89.5707019,8.33671279 L89.5707019,8.33671279 Z M110.527978,11.8979821 L110.527978,12.8259186 C110.751786,12.4413664 111.119465,12.1362372 111.631026,11.9105219 C112.142587,11.6848065 112.67812,11.5719505 113.23764,11.5719505 C113.605325,11.5719505 113.961013,11.6304684 114.304719,11.747506 C114.648424,11.8645436 114.91619,12.0568168 115.108025,12.3243314 L113.93304,15.3589341 C113.533383,14.9911016 113.093766,14.8071881 112.614178,14.8071881 C112.214521,14.8071881 111.850839,14.9618427 111.523119,15.2711563 C111.195401,15.58047 110.927634,16.061153 110.719813,16.7132196 L110.719813,25.4659169 L107.458628,25.4659169 L107.458628,11.8979821 L110.527978,11.8979821 L110.527978,11.8979821 L110.527978,11.8979821 Z M102.482805,24.4765396 C101.613833,25.2658489 100.601424,25.8135695 99.5208864,25.8135695 C95.7785322,25.8135695 94.2098643,22.6362279 94.2098643,18.7167784 C94.2098643,14.7973289 95.7785322,11.6199873 99.5208864,11.6199873 C100.68408,11.6199873 101.672663,12.1305847 102.482805,12.8972394 L102.482805,11.803935 L105.80612,11.803935 L105.80612,25.6296219 L102.482805,25.6296219 L102.482805,24.4765396 L102.482805,24.4765396 L102.482805,24.4765396 Z M102.482805,21.0500025 C102.066682,21.9924002 101.331028,22.580946 100.267783,22.60018 C98.2571551,22.6365523 97.4857848,20.9057723 97.4495466,18.7541896 C97.4133085,16.602607 98.1259253,14.8449821 100.136553,14.8086102 C101.173097,14.7898592 102.013525,15.47639 102.482805,16.5808678 L102.482805,21.0500025 L102.482805,21.0500025 L102.482805,21.0500025 Z M62.9717676,24.4765396 C62.1027954,25.2658489 61.090386,25.8135695 60.0098489,25.8135695 C56.2674947,25.8135695 54.6988267,22.6362279 54.6988267,18.7167784 C54.6988267,14.7973289 56.2674947,11.6199873 60.0098489,11.6199873 C61.1730422,11.6199873 62.161625,12.1305847 62.9717676,12.8972394 L62.9717676,11.803935 L66.2950826,11.803935 L66.2950826,25.6296219 L62.9717676,25.6296219 L62.9717676,24.4765396 L62.9717676,24.4765396 L62.9717676,24.4765396 L62.9717676,24.4765396 Z M62.9717676,21.0500025 C62.555644,21.9924002 61.8199899,22.580946 60.7567457,22.60018 C58.7461176,22.6365523 57.9747472,20.9057723 57.9385091,18.7541896 C57.902271,16.602607 58.6148878,14.8449821 60.6255157,14.8086102 C61.6620591,14.7898592 62.5024876,15.47639 62.9717676,16.5808678 L62.9717676,21.0500025 L62.9717676,21.0500025 L62.9717676,21.0500025 L62.9717676,21.0500025 Z M121.126513,30.2811544 L117.721452,30.2811544 L119.759693,24.2871869 L115.491376,11.8979821 L119.088272,11.8979821 L121.510182,19.7729018 L123.932091,11.8979821 L127.457049,11.8979821 L121.126513,30.2811544 L121.126513,30.2811544 L121.126513,30.2811544 Z" id="Mapillary" fill="#FFFFFF"></path>
-            </g>
-        </g>
-    </g>
-</svg>
\ No newline at end of file
diff --git a/vendor/assets/iD/iD/mapillary-js/pano-indicator.svg b/vendor/assets/iD/iD/mapillary-js/pano-indicator.svg
deleted file mode 100755 (executable)
index 23732c5..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18">
-  <path fill="#FFFFFF" d="M9,18A9,9,0,1,0,0,9a9,9,0,0,0,9,9H9Zm0-6A3,3,0,1,0,6,9a3,3,0,0,0,3,3H9Z"/>
-</svg>
diff --git a/vendor/assets/iD/iD/mapillary-js/pano.svg b/vendor/assets/iD/iD/mapillary-js/pano.svg
deleted file mode 100644 (file)
index 15b9850..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
-    <!-- Generator: Sketch 3.4.4 (17249) - http://www.bohemiancoding.com/sketch -->
-    <title>pano</title>
-    <desc>Created with Sketch.</desc>
-    <defs></defs>
-    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
-        <g id="pano" sketch:type="MSArtboardGroup">
-            <g id="Rectangle-1-Copy-+-Rectangle-1-Copy-2-+-Oval-1" sketch:type="MSLayerGroup" transform="translate(61.572384, 84.192352)">
-                <path d="M135.855232,101.615296 C135.855232,101.615296 103.382746,92.2132101 67.9276161,92.2132101 C32.4724863,92.2132101 0,101.615296 0,101.615296 L0,0 C0,0 30.4122297,10.0360786 67.9276161,10.0360786 C105.443003,10.0360786 135.855232,0 135.855232,0 L135.855232,101.615296 Z" id="Rectangle-1-Copy" stroke="#FFFFFF" stroke-width="8" stroke-linecap="square" sketch:type="MSShapeGroup"></path>
-                <path d="M65.2515468,92.2308451 C66.141358,92.2191889 67.0335387,92.2132101 67.9276161,92.2132101 C103.382746,92.2132101 135.855232,101.615296 135.855232,101.615296 L135.855232,84.0980298 L98.3326441,48.9258831 L76.4197966,75.0316935 L50.9457121,57.298266 L26.0895311,75.0316935 L15.1908438,65.499134 L1.06628275,83.4616565 L0.396784939,97.363561 L5.38768417,100.205177 C15.5281798,97.7097096 38.7177244,92.7317312 64.01058,92.2507818 L65.3398193,92.1152917 L65.2515468,92.2308451 L65.2515468,92.2308451 Z" id="Rectangle-1-Copy-2" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
-                <ellipse id="Oval-1" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="24.2149372" cy="29.7946083" rx="12.2647085" ry="12.2314708"></ellipse>
-            </g>
-            <path d="M218.346443,139.284176 L218.346443,151.634652 L252.65332,134.481213 L218.346443,117.327775 L218.346443,128.305975 L207.368243,128.305975 L207.368243,139.284176 L218.346443,139.284176 Z" id="Triangle-1-Copy-3" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
-            <path d="M40.6535565,139.284176 L40.6535565,151.634652 L6.34667969,134.481213 L40.6535565,117.327775 L40.6535565,128.305975 L51.6317571,128.305975 L51.6317571,139.284176 L40.6535565,139.284176 Z" id="Triangle-1-Copy-4" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
-            <path d="M134.336433,73.2141516 L146.686909,73.2141516 L129.53347,38.9072747 L112.380032,73.2141516 L123.358232,73.2141516 L123.358232,84.1923522 L134.336433,84.1923522 L134.336433,73.2141516 Z" id="Triangle-1-Copy-5" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
-            <path d="M134.336433,196.785848 L146.686909,196.785848 L129.53347,231.092725 L112.380032,196.785848 L123.358232,196.785848 L123.358232,185.807648 L134.336433,185.807648 L134.336433,196.785848 Z" id="Triangle-1-Copy-6" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
-        </g>
-    </g>
-</svg>
\ No newline at end of file
diff --git a/vendor/assets/iD/iD/mapillary-js/spinner.svg b/vendor/assets/iD/iD/mapillary-js/spinner.svg
deleted file mode 100644 (file)
index f7d2b0d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><title>spinner</title><path d="M16 3.368c.93 0 1.684-.754 1.684-1.684C17.684.754 16.93 0 16 0c-.93 0-1.684.754-1.684 1.684 0 .93.754 1.684 1.684 1.684zm4.82.956c.857.364 1.845-.036 2.21-.892.362-.856-.037-1.845-.894-2.208-.856-.364-1.844.036-2.208.892-.363.856.036 1.845.892 2.208zm4.112 2.744c.658.658 1.724.658 2.382 0 .657-.658.657-1.724 0-2.382-.658-.657-1.724-.657-2.382 0-.658.658-.658 1.724 0 2.382zm2.732 4.085c.35.862 1.33 1.28 2.193.93.862-.348 1.28-1.33.93-2.192-.348-.862-1.33-1.278-2.192-.93-.862.348-1.28 1.33-.93 2.193zM28.632 16c0 .93.754 1.684 1.684 1.684.93 0 1.684-.754 1.684-1.684 0-.93-.754-1.684-1.684-1.684-.93 0-1.684.754-1.684 1.684zm-.956 4.82c-.364.857.036 1.845.892 2.21.856.362 1.845-.037 2.208-.894.364-.856-.036-1.844-.892-2.208-.856-.363-1.845.036-2.208.892zm-2.744 4.112c-.658.658-.658 1.724 0 2.382.658.657 1.724.657 2.382 0 .657-.658.657-1.724 0-2.382-.658-.658-1.724-.658-2.382 0zm-4.085 2.732c-.862.35-1.28 1.33-.93 2.193.348.862 1.33 1.28 2.192.93.862-.348 1.278-1.33.93-2.192-.348-.862-1.33-1.28-2.193-.93zM16 28.632c-.93 0-1.684.754-1.684 1.684 0 .93.754 1.684 1.684 1.684.93 0 1.684-.754 1.684-1.684 0-.93-.754-1.684-1.684-1.684zm-4.82-.956c-.857-.364-1.845.036-2.21.892-.362.856.037 1.845.894 2.208.856.364 1.844-.036 2.208-.892.363-.856-.036-1.845-.892-2.208zm-4.112-2.744c-.658-.658-1.724-.658-2.382 0-.657.658-.657 1.724 0 2.382.658.657 1.724.657 2.382 0 .658-.658.658-1.724 0-2.382zM4.324 20.82c-.363-.856-1.352-1.255-2.208-.892-.856.364-1.256 1.352-.892 2.208.363.857 1.352 1.256 2.208.893.856-.365 1.256-1.353.892-2.21zM3.368 16c0-.93-.754-1.684-1.684-1.684C.754 14.316 0 15.07 0 16c0 .93.754 1.684 1.684 1.684.93 0 1.684-.754 1.684-1.684zm.956-4.82c.364-.857-.036-1.845-.892-2.21-.856-.362-1.845.037-2.208.894-.364.856.036 1.844.892 2.208.856.363 1.845-.036 2.208-.892zm2.744-4.112c.658-.658.658-1.724 0-2.382-.658-.657-1.724-.657-2.382 0-.657.658-.657 1.724 0 2.382.658.658 1.724.658 2.382 0zm4.085-2.732c.862-.35 1.28-1.33.93-2.193-.348-.862-1.33-1.28-2.192-.93-.862.348-1.278 1.33-.93 2.192.348.862 1.33 1.28 2.193.93z" fill="#ABB1B9" fill-rule="evenodd"/></svg>