Merge remote-tracking branch 'upstream/pull/5102'
|
@ -10,7 +10,7 @@ $(document).ready(function () {
|
|||
var params = {};
|
||||
|
||||
if (mapParams.object) {
|
||||
params.id = mapParams.object.type[0] + mapParams.object.id;
|
||||
params.id = mapParams.object.type + '/' + mapParams.object.id;
|
||||
mapParams = OSM.parseHash(location.hash);
|
||||
if (mapParams.center) {
|
||||
params.map = mapParams.zoom + '/' + mapParams.center.lat + '/' + mapParams.center.lng;
|
||||
|
|
|
@ -37,7 +37,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
|||
parent.updateLinks(llz, zoom);
|
||||
|
||||
// Manually resolve URL to avoid iframe JS context weirdness.
|
||||
// http://bl.ocks.org/jfirebaugh/5439412
|
||||
// https://gist.github.com/jfirebaugh/5439412
|
||||
var hash = parent.OSM.formatHash(llz);
|
||||
if (hash !== parent.location.hash) {
|
||||
parent.location.replace(parent.location.href.replace(/(#.*|$)/, hash));
|
||||
|
@ -49,7 +49,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
|||
var data = parent.$(this).data();
|
||||
|
||||
// 0ms timeout to avoid iframe JS context weirdness.
|
||||
// http://bl.ocks.org/jfirebaugh/5439412
|
||||
// https://gist.github.com/jfirebaugh/5439412
|
||||
setTimeout(function () {
|
||||
id.map().centerZoom(
|
||||
[data.lon, data.lat],
|
||||
|
|
243
vendor/assets/iD/iD.css.erb
vendored
|
@ -179,8 +179,7 @@
|
|||
/* No interactivity except what we specifically allow */
|
||||
.ideditor .data-layer.osm *,
|
||||
.ideditor .data-layer.notes *,
|
||||
.ideditor .data-layer.keepRight *,
|
||||
.ideditor .data-layer.improveOSM * {
|
||||
.ideditor .data-layer.keepRight * {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
@ -440,12 +439,14 @@
|
|||
|
||||
|
||||
/* Wikidata-tagged */
|
||||
.ideditor g.point.tag-wikidata path.stroke {
|
||||
.ideditor g.point.tag-wikidata path.stroke,
|
||||
.ideditor g.vertex.tag-wikidata circle.stroke {
|
||||
stroke-width: 2px;
|
||||
stroke: #666;
|
||||
fill: #eee;
|
||||
}
|
||||
.ideditor g.point.tag-wikidata .icon {
|
||||
.ideditor g.point.tag-wikidata .icon,
|
||||
.ideditor g.vertex.tag-wikidata .icon {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
|
@ -1181,6 +1182,7 @@
|
|||
.ideditor path.line.shadow.tag-highway-cycleway,
|
||||
.ideditor path.line.shadow.tag-highway-bridleway,
|
||||
.ideditor path.line.shadow.tag-highway-corridor,
|
||||
.ideditor path.line.shadow.tag-highway-ladder,
|
||||
.ideditor path.line.shadow.tag-highway-steps {
|
||||
stroke-width: 16;
|
||||
}
|
||||
|
@ -1189,6 +1191,7 @@
|
|||
.ideditor path.line.casing.tag-highway-cycleway,
|
||||
.ideditor path.line.casing.tag-highway-bridleway,
|
||||
.ideditor path.line.casing.tag-highway-corridor,
|
||||
.ideditor path.line.casing.tag-highway-ladder,
|
||||
.ideditor path.line.casing.tag-highway-steps {
|
||||
stroke-width: 5;
|
||||
}
|
||||
|
@ -1197,6 +1200,7 @@
|
|||
.ideditor path.line.stroke.tag-highway-cycleway,
|
||||
.ideditor path.line.stroke.tag-highway-bridleway,
|
||||
.ideditor path.line.stroke.tag-highway-corridor,
|
||||
.ideditor path.line.stroke.tag-highway-ladder,
|
||||
.ideditor path.line.stroke.tag-highway-steps {
|
||||
stroke-width: 3;
|
||||
}
|
||||
|
@ -1234,6 +1238,7 @@
|
|||
.ideditor .low-zoom path.line.shadow.tag-highway-cycleway,
|
||||
.ideditor .low-zoom path.line.shadow.tag-highway-bridleway,
|
||||
.ideditor .low-zoom path.line.shadow.tag-highway-corridor,
|
||||
.ideditor .low-zoom path.line.shadow.tag-highway-ladder,
|
||||
.ideditor .low-zoom path.line.shadow.tag-highway-steps {
|
||||
stroke-width: 12;
|
||||
}
|
||||
|
@ -1242,6 +1247,7 @@
|
|||
.ideditor .low-zoom path.line.casing.tag-highway-cycleway,
|
||||
.ideditor .low-zoom path.line.casing.tag-highway-bridleway,
|
||||
.ideditor .low-zoom path.line.casing.tag-highway-corridor,
|
||||
.ideditor .low-zoom path.line.casing.tag-highway-ladder,
|
||||
.ideditor .low-zoom path.line.casing.tag-highway-steps {
|
||||
stroke-width: 3;
|
||||
}
|
||||
|
@ -1250,6 +1256,7 @@
|
|||
.ideditor .low-zoom path.line.stroke.tag-highway-cycleway,
|
||||
.ideditor .low-zoom path.line.stroke.tag-highway-bridleway,
|
||||
.ideditor .low-zoom path.line.stroke.tag-highway-corridor,
|
||||
.ideditor .low-zoom path.line.stroke.tag-highway-ladder,
|
||||
.ideditor .low-zoom path.line.stroke.tag-highway-steps {
|
||||
stroke-width: 1;
|
||||
}
|
||||
|
@ -1493,27 +1500,34 @@
|
|||
}
|
||||
|
||||
/* steps */
|
||||
.ideditor .preset-icon .icon.tag-highway-steps {
|
||||
.ideditor .preset-icon .icon.tag-highway-steps,
|
||||
.ideditor .preset-icon .icon.tag-highway-ladder {
|
||||
color: #81d25c;
|
||||
fill: #fff;
|
||||
}
|
||||
.ideditor path.line.stroke.tag-highway-steps {
|
||||
.ideditor path.line.stroke.tag-highway-steps,
|
||||
.ideditor path.line.stroke.tag-highway-ladder {
|
||||
stroke-linecap: butt;
|
||||
stroke-dasharray: 3, 3;
|
||||
}
|
||||
.ideditor .low-zoom path.line.stroke.tag-highway-steps {
|
||||
.ideditor .low-zoom path.line.stroke.tag-highway-steps,
|
||||
.ideditor .low-zoom path.line.stroke.tag-highway-ladder {
|
||||
stroke-dasharray: 2, 2;
|
||||
}
|
||||
.ideditor path.line.casing.tag-highway-steps {
|
||||
.ideditor path.line.casing.tag-highway-steps,
|
||||
.ideditor path.line.casing.tag-highway-ladder {
|
||||
stroke: #fff;
|
||||
stroke-linecap: round;
|
||||
stroke-dasharray: none;
|
||||
}
|
||||
.ideditor path.line.stroke.tag-highway-steps,
|
||||
.ideditor .preset-icon-container path.line.casing.tag-highway-steps {
|
||||
.ideditor path.line.stroke.tag-highway-ladder,
|
||||
.ideditor .preset-icon-container path.line.casing.tag-highway-steps,
|
||||
.ideditor .preset-icon-container path.line.casing.tag-highway-ladder {
|
||||
stroke: #81d25c;
|
||||
}
|
||||
.ideditor .preset-icon-container path.line.stroke.tag-highway-steps {
|
||||
.ideditor .preset-icon-container path.line.stroke.tag-highway-steps,
|
||||
.ideditor .preset-icon-container path.line.stroke.tag-highway-ladder {
|
||||
stroke: #fff;
|
||||
}
|
||||
|
||||
|
@ -1566,6 +1580,7 @@
|
|||
/* highway midpoints */
|
||||
.ideditor g.midpoint.tag-highway-corridor .fill,
|
||||
.ideditor g.midpoint.tag-highway-steps .fill,
|
||||
.ideditor g.midpoint.tag-highway-ladder .fill,
|
||||
.ideditor g.midpoint.tag-highway-path .fill,
|
||||
.ideditor g.midpoint.tag-highway-footway .fill,
|
||||
.ideditor g.midpoint.tag-highway-cycleway .fill,
|
||||
|
@ -1798,26 +1813,39 @@
|
|||
|
||||
|
||||
/* wide waterways (river) */
|
||||
.ideditor path.line.shadow.tag-waterway-river {
|
||||
.ideditor path.line.shadow.tag-waterway-river,
|
||||
.ideditor path.line.shadow.tag-waterway-flowline {
|
||||
stroke-width: 20;
|
||||
}
|
||||
.ideditor path.line.casing.tag-waterway-river {
|
||||
.ideditor path.line.casing.tag-waterway-river,
|
||||
.ideditor path.line.casing.tag-waterway-flowline {
|
||||
stroke-width: 10;
|
||||
}
|
||||
.ideditor path.line.stroke.tag-waterway-river {
|
||||
.ideditor path.line.stroke.tag-waterway-river,
|
||||
.ideditor path.line.stroke.tag-waterway-flowline {
|
||||
stroke-width: 8;
|
||||
}
|
||||
|
||||
.ideditor .low-zoom path.line.shadow.tag-waterway-river {
|
||||
.ideditor .low-zoom path.line.shadow.tag-waterway-river,
|
||||
.ideditor .low-zoom path.line.shadow.tag-waterway-flowline {
|
||||
stroke-width: 16;
|
||||
}
|
||||
.ideditor .low-zoom path.line.casing.tag-waterway-river {
|
||||
.ideditor .low-zoom path.line.casing.tag-waterway-river,
|
||||
.ideditor .low-zoom path.line.casing.tag-waterway-flowline {
|
||||
stroke-width: 7;
|
||||
}
|
||||
.ideditor .low-zoom path.line.stroke.tag-waterway-river {
|
||||
.ideditor .low-zoom path.line.stroke.tag-waterway-river,
|
||||
.ideditor .low-zoom path.line.stroke.tag-waterway-flowline {
|
||||
stroke-width: 5;
|
||||
}
|
||||
|
||||
.ideditor path.line.stroke.tag-waterway-flowline {
|
||||
stroke-opacity: 0.5;
|
||||
}
|
||||
.ideditor path.line.casing.tag-waterway-flowline {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
/* ditch */
|
||||
.ideditor .preset-icon .icon.tag-waterway-ditch {
|
||||
|
@ -2115,6 +2143,7 @@
|
|||
.ideditor path.line.shadow.tag-highway-service.tag-bridge,
|
||||
.ideditor path.line.shadow.tag-highway-track.tag-bridge,
|
||||
.ideditor path.line.shadow.tag-highway-steps.tag-bridge,
|
||||
.ideditor path.line.shadow.tag-highway-ladder.tag-bridge,
|
||||
.ideditor path.line.shadow.tag-highway-footway.tag-bridge,
|
||||
.ideditor path.line.shadow.tag-highway-cycleway.tag-bridge,
|
||||
.ideditor path.line.shadow.tag-highway-bridleway.tag-bridge {
|
||||
|
@ -2128,6 +2157,7 @@
|
|||
.ideditor path.line.casing.tag-highway-service.tag-bridge,
|
||||
.ideditor path.line.casing.tag-highway-track.tag-bridge,
|
||||
.ideditor path.line.casing.tag-highway-steps.tag-bridge,
|
||||
.ideditor path.line.casing.tag-highway-ladder.tag-bridge,
|
||||
.ideditor path.line.casing.tag-highway-footway.tag-bridge,
|
||||
.ideditor path.line.casing.tag-highway-cycleway.tag-bridge,
|
||||
.ideditor path.line.casing.tag-highway-bridleway.tag-bridge {
|
||||
|
@ -2142,6 +2172,7 @@
|
|||
.ideditor .low-zoom path.line.shadow.tag-highway-service.tag-bridge,
|
||||
.ideditor .low-zoom path.line.shadow.tag-highway-track.tag-bridge,
|
||||
.ideditor .low-zoom path.line.shadow.tag-highway-steps.tag-bridge,
|
||||
.ideditor .low-zoom path.line.shadow.tag-highway-ladder.tag-bridge,
|
||||
.ideditor .low-zoom path.line.shadow.tag-highway-footway.tag-bridge,
|
||||
.ideditor .low-zoom path.line.shadow.tag-highway-cycleway.tag-bridge,
|
||||
.ideditor .low-zoom path.line.shadow.tag-highway-bridleway.tag-bridge {
|
||||
|
@ -2155,6 +2186,7 @@
|
|||
.ideditor .low-zoom path.line.casing.tag-highway-service.tag-bridge,
|
||||
.ideditor .low-zoom path.line.casing.tag-highway-track.tag-bridge,
|
||||
.ideditor .low-zoom path.line.casing.tag-highway-steps.tag-bridge,
|
||||
.ideditor .low-zoom path.line.casing.tag-highway-ladder.tag-bridge,
|
||||
.ideditor .low-zoom path.line.casing.tag-highway-footway.tag-bridge,
|
||||
.ideditor .low-zoom path.line.casing.tag-highway-cycleway.tag-bridge,
|
||||
.ideditor .low-zoom path.line.casing.tag-highway-bridleway.tag-bridge {
|
||||
|
@ -2170,7 +2202,7 @@
|
|||
}
|
||||
.ideditor path.line.casing.tag-tunnel,
|
||||
.ideditor path.line.casing.tag-location-underground,
|
||||
.ideditor path.line.stroke.tag-location-underwater {
|
||||
.ideditor path.line.casing.tag-location-underwater {
|
||||
stroke-opacity: 0.5;
|
||||
stroke-linecap: butt;
|
||||
stroke-dasharray: none;
|
||||
|
@ -2283,14 +2315,18 @@
|
|||
.ideditor path.line.shadow.tag-highway.tag-status.tag-status-construction.tag-construction-footway,
|
||||
.ideditor path.line.shadow.tag-highway.tag-status.tag-status-construction.tag-construction-cycleway,
|
||||
.ideditor path.line.shadow.tag-highway.tag-status.tag-status-construction.tag-construction-bridleway,
|
||||
.ideditor path.line.shadow.tag-highway.tag-status.tag-status-construction.tag-construction-steps {
|
||||
.ideditor path.line.shadow.tag-highway.tag-status.tag-status-construction.tag-construction-corridor,
|
||||
.ideditor path.line.shadow.tag-highway.tag-status.tag-status-construction.tag-construction-steps,
|
||||
.ideditor path.line.shadow.tag-highway.tag-status.tag-status-construction.tag-construction-ladder {
|
||||
stroke-width: 15;
|
||||
}
|
||||
.ideditor path.line.casing.tag-highway.tag-status.tag-status-construction.tag-construction-path,
|
||||
.ideditor path.line.casing.tag-highway.tag-status.tag-status-construction.tag-construction-footway,
|
||||
.ideditor path.line.casing.tag-highway.tag-status.tag-status-construction.tag-construction-cycleway,
|
||||
.ideditor path.line.casing.tag-highway.tag-status.tag-status-construction.tag-construction-bridleway,
|
||||
.ideditor path.line.casing.tag-highway.tag-status.tag-status-construction.tag-construction-steps {
|
||||
.ideditor path.line.casing.tag-highway.tag-status.tag-status-construction.tag-construction-corridor,
|
||||
.ideditor path.line.casing.tag-highway.tag-status.tag-status-construction.tag-construction-steps,
|
||||
.ideditor path.line.casing.tag-highway.tag-status.tag-status-construction.tag-construction-ladder {
|
||||
stroke-width: 5;
|
||||
stroke-linecap: butt;
|
||||
stroke-dasharray: none
|
||||
|
@ -2299,7 +2335,9 @@
|
|||
.ideditor path.line.stroke.tag-highway.tag-status.tag-status-construction.tag-construction-footway,
|
||||
.ideditor path.line.stroke.tag-highway.tag-status.tag-status-construction.tag-construction-cycleway,
|
||||
.ideditor path.line.stroke.tag-highway.tag-status.tag-status-construction.tag-construction-bridleway,
|
||||
.ideditor path.line.stroke.tag-highway.tag-status.tag-status-construction.tag-construction-steps {
|
||||
.ideditor path.line.stroke.tag-highway.tag-status.tag-status-construction.tag-construction-corridor,
|
||||
.ideditor path.line.stroke.tag-highway.tag-status.tag-status-construction.tag-construction-steps,
|
||||
.ideditor path.line.stroke.tag-highway.tag-status.tag-status-construction.tag-construction-ladder {
|
||||
stroke-width: 4;
|
||||
stroke-linecap: butt;
|
||||
stroke-dasharray: 10, 10;
|
||||
|
@ -2310,28 +2348,32 @@
|
|||
.ideditor path.line.shadow.tag-highway.tag-status.tag-status-proposed.tag-proposed-footway,
|
||||
.ideditor path.line.shadow.tag-highway.tag-status.tag-status-proposed.tag-proposed-cycleway,
|
||||
.ideditor path.line.shadow.tag-highway.tag-status.tag-status-proposed.tag-proposed-bridleway,
|
||||
.ideditor path.line.shadow.tag-highway.tag-status.tag-status-proposed.tag-proposed-steps {
|
||||
.ideditor path.line.shadow.tag-highway.tag-status.tag-status-proposed.tag-proposed-steps,
|
||||
.ideditor path.line.shadow.tag-highway.tag-status.tag-status-proposed.tag-proposed-ladder {
|
||||
stroke-width: 15;
|
||||
}
|
||||
.ideditor path.line.casing.tag-highway.tag-status.tag-status-proposed.tag-proposed-path,
|
||||
.ideditor path.line.casing.tag-highway.tag-status.tag-status-proposed.tag-proposed-footway,
|
||||
.ideditor path.line.casing.tag-highway.tag-status.tag-status-proposed.tag-proposed-cycleway,
|
||||
.ideditor path.line.casing.tag-highway.tag-status.tag-status-proposed.tag-proposed-bridleway,
|
||||
.ideditor path.line.casing.tag-highway.tag-status.tag-status-proposed.tag-proposed-steps {
|
||||
.ideditor path.line.casing.tag-highway.tag-status.tag-status-proposed.tag-proposed-steps,
|
||||
.ideditor path.line.casing.tag-highway.tag-status.tag-status-proposed.tag-proposed-ladder {
|
||||
stroke-width: 4.5;
|
||||
}
|
||||
.ideditor path.line.casing.tag-highway.tag-bridge.tag-status.tag-status-proposed.tag-proposed-path,
|
||||
.ideditor path.line.casing.tag-highway.tag-bridge.tag-status.tag-status-proposed.tag-proposed-footway,
|
||||
.ideditor path.line.casing.tag-highway.tag-bridge.tag-status.tag-status-proposed.tag-proposed-cycleway,
|
||||
.ideditor path.line.casing.tag-highway.tag-bridge.tag-status.tag-status-proposed.tag-proposed-bridleway,
|
||||
.ideditor path.line.casing.tag-highway.tag-bridge.tag-status.tag-status-proposed.tag-proposed-steps {
|
||||
.ideditor path.line.casing.tag-highway.tag-bridge.tag-status.tag-status-proposed.tag-proposed-steps,
|
||||
.ideditor path.line.casing.tag-highway.tag-bridge.tag-status.tag-status-proposed.tag-proposed-ladder {
|
||||
stroke-width: 10;
|
||||
}
|
||||
.ideditor path.line.stroke.tag-highway.tag-status.tag-status-proposed.tag-proposed-path,
|
||||
.ideditor path.line.stroke.tag-highway.tag-status.tag-status-proposed.tag-proposed-footway,
|
||||
.ideditor path.line.stroke.tag-highway.tag-status.tag-status-proposed.tag-proposed-cycleway,
|
||||
.ideditor path.line.stroke.tag-highway.tag-status.tag-status-proposed.tag-proposed-bridleway,
|
||||
.ideditor path.line.stroke.tag-highway.tag-status.tag-status-proposed.tag-proposed-steps {
|
||||
.ideditor path.line.stroke.tag-highway.tag-status.tag-status-proposed.tag-proposed-steps,
|
||||
.ideditor path.line.stroke.tag-highway.tag-status.tag-status-proposed.tag-proposed-ladder {
|
||||
stroke-width: 3;
|
||||
}
|
||||
|
||||
|
@ -2478,6 +2520,20 @@
|
|||
.ideditor .turn circle {
|
||||
cursor: pointer;
|
||||
}
|
||||
/* legend */
|
||||
.ideditor li.list-item-photos.active:after {
|
||||
display: block;
|
||||
content: "";
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
width: 8px;
|
||||
}
|
||||
.ideditor[dir='rtl'] li.list-item-photos.active:after {
|
||||
right: auto;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
/* photo viewer div */
|
||||
.ideditor .photoviewer {
|
||||
position: relative;
|
||||
|
@ -2513,6 +2569,15 @@
|
|||
z-index: 50;
|
||||
}
|
||||
|
||||
.ideditor .photoviewer button.set-photo-from-viewer {
|
||||
border-radius: 0;
|
||||
padding: 5px;
|
||||
position: absolute;
|
||||
left: 5px;
|
||||
top: 5px;
|
||||
z-index: 50;
|
||||
}
|
||||
|
||||
.ideditor .photoviewer button.resize-handle-xy {
|
||||
border-radius: 0;
|
||||
position: absolute;
|
||||
|
@ -2561,8 +2626,8 @@
|
|||
width: 100%;
|
||||
font-size: 10px;
|
||||
text-align: right;
|
||||
line-height: 1.1em;
|
||||
padding: 4px 2px;
|
||||
line-height: 150%;
|
||||
padding: 4px 8px;
|
||||
z-index: 10;
|
||||
}
|
||||
.ideditor .photo-attribution-dual {
|
||||
|
@ -2575,6 +2640,7 @@
|
|||
.ideditor .photo-attribution span {
|
||||
padding: 4px 2px;
|
||||
color: #fff;
|
||||
text-wrap: nowrap;
|
||||
}
|
||||
|
||||
/* markers and sequences */
|
||||
|
@ -2646,7 +2712,7 @@
|
|||
.ideditor .sequence {
|
||||
fill: none;
|
||||
stroke-width: 2;
|
||||
stroke-opacity: 0.4;
|
||||
stroke-opacity: 0.6;
|
||||
}
|
||||
.ideditor .sequence.highlighted,
|
||||
.ideditor .sequence.currentView {
|
||||
|
@ -2656,6 +2722,9 @@
|
|||
|
||||
|
||||
/* Streetside Image Layer */
|
||||
.ideditor li.list-item-photos.list-item-streetside.active:after {
|
||||
background-color: #0fffc4;
|
||||
}
|
||||
.ideditor .layer-streetside-images {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
@ -2668,19 +2737,25 @@
|
|||
}
|
||||
|
||||
/* Vegbilder Image Layer */
|
||||
.ideditor li.list-item-photos.list-item-vegbilder.active:after {
|
||||
background-color: #ed1c2e;
|
||||
}
|
||||
.ideditor .layer-vegbilder {
|
||||
pointer-events: none;
|
||||
}
|
||||
.ideditor .layer-vegbilder .viewfield-group * {
|
||||
fill: #ed9300;
|
||||
fill: #ed1c2e;
|
||||
}
|
||||
.ideditor .layer-vegbilder .sequence {
|
||||
stroke: #ed9300;
|
||||
stroke: #ed1c2e;
|
||||
stroke-opacity: 0.85; /* bump opacity - only one per road */
|
||||
}
|
||||
|
||||
|
||||
/* Mapillary Image Layer */
|
||||
.ideditor li.list-item-photos.list-item-mapillary.active:after {
|
||||
background-color: #55ff22;
|
||||
}
|
||||
.ideditor .layer-mapillary {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
@ -2728,6 +2803,9 @@
|
|||
|
||||
|
||||
/* KartaView Image Layer */
|
||||
.ideditor li.list-item-photos.list-item-kartaview.active:after {
|
||||
background-color: #20c4ff;
|
||||
}
|
||||
.ideditor .layer-kartaview {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
@ -2740,6 +2818,9 @@
|
|||
|
||||
|
||||
/* Mapilio Image Layer */
|
||||
.ideditor li.list-item-photos.list-item-mapilio.active:after {
|
||||
background-color: #0056f1;
|
||||
}
|
||||
.ideditor .layer-mapilio {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
@ -2782,11 +2863,68 @@
|
|||
height: 100%;
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
overflow: hidden
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* panoramax Image Layer */
|
||||
.ideditor li.list-item-photos.list-item-panoramax.active:after {
|
||||
background-color: #ff6f00;
|
||||
}
|
||||
.ideditor .layer-panoramax {
|
||||
pointer-events: none;
|
||||
}
|
||||
.ideditor .layer-panoramax .viewfield-group * {
|
||||
fill: #ff6f00;
|
||||
stroke: #ffffff;
|
||||
stroke-opacity: .6;
|
||||
fill-opacity: .6;
|
||||
}
|
||||
.ideditor .layer-panoramax .sequence {
|
||||
stroke: #ff6f00;
|
||||
}
|
||||
.ideditor .photo-controls-panoramax {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 4px;
|
||||
}
|
||||
.ideditor .photo-controls-panoramax button {
|
||||
padding:0 6px;
|
||||
pointer-events: initial;
|
||||
}
|
||||
|
||||
.ideditor label.panoramax-hd {
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
.ideditor .panoramax-hd span {
|
||||
margin-top: 2px;
|
||||
}
|
||||
.ideditor .panoramax-hd input[type="checkbox"] {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
margin: 0 2px;
|
||||
}
|
||||
|
||||
.ideditor .slider-wrap {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.ideditor .year-datalist {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.ideditor .list-option-date-slider{
|
||||
direction: rtl
|
||||
}
|
||||
|
||||
|
||||
/* Streetside Viewer (pannellum) */
|
||||
.ideditor .ms-wrapper .photo-attribution {
|
||||
line-height: 1.1em;
|
||||
padding: 4px 2px;
|
||||
}
|
||||
.ideditor .ms-wrapper .photo-attribution .image-link {
|
||||
display: block;
|
||||
}
|
||||
|
@ -2815,7 +2953,8 @@
|
|||
}
|
||||
|
||||
.ideditor .ms-wrapper .pnlm-compass.pnlm-control,
|
||||
.ideditor .vegbilder-wrapper .pnlm-compass.pnlm-control {
|
||||
.ideditor .vegbilder-wrapper .pnlm-compass.pnlm-control,
|
||||
.ideditor .panoramax-wrapper .pnlm-compass.pnlm-control {
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
left: 4px;
|
||||
|
@ -2908,19 +3047,18 @@
|
|||
.ideditor .photo-wrapper {
|
||||
position: relative;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
.ideditor .photoviewer .plane-frame {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-image: url(<%= asset_path("iD/img/loader-black.gif") %>);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.ideditor .photoviewer .plane-frame > img.plane-photo{
|
||||
.ideditor .photoviewer .plane-frame {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
transform-origin: 0 0;
|
||||
}
|
||||
|
||||
.ideditor .photoviewer .plane-frame > img.plane-photo {
|
||||
width: auto;
|
||||
height: 100%;
|
||||
transform-origin: 0 0;
|
||||
|
@ -3066,11 +3204,11 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
/* OSM Notes and QA Layers */
|
||||
|
||||
.ideditor .qa-header-icon .qaItem-fill,
|
||||
.ideditor .layer-keepRight .qaItem .qaItem-fill,
|
||||
.ideditor .layer-improveOSM .qaItem .qaItem-fill,
|
||||
.ideditor .layer-osmose .qaItem .qaItem-fill {
|
||||
stroke: #333;
|
||||
stroke-width: 1.3px; /* NOTE: likely a better way to scale the icon stroke */
|
||||
|
@ -3194,30 +3332,6 @@
|
|||
color: #c35;
|
||||
}
|
||||
|
||||
/* ImproveOSM Issues
|
||||
------------------------------------------------------- */
|
||||
|
||||
.ideditor .improveOSM.itemType-ow { /* missing one way */
|
||||
color: #1E90FF;
|
||||
}
|
||||
|
||||
.ideditor .improveOSM.itemType-mr-road { /* missing road */
|
||||
color: #B452CD;
|
||||
}
|
||||
.ideditor .improveOSM.itemType-mr-path { /* missing path */
|
||||
color: #A0522D;
|
||||
}
|
||||
.ideditor .improveOSM.itemType-mr-parking { /* missing parking */
|
||||
color: #EEEE00;
|
||||
}
|
||||
.ideditor .improveOSM.itemType-mr-both { /* missing road+parking */
|
||||
color: #FFA500;
|
||||
}
|
||||
|
||||
.ideditor .improveOSM.itemType-tr { /* missing turn restriction */
|
||||
color: #EC1C24;
|
||||
}
|
||||
|
||||
/* Custom Map Data (geojson, gpx, kml, vector tile) */
|
||||
.ideditor .layer-mapdata {
|
||||
pointer-events: none;
|
||||
|
@ -7857,6 +7971,7 @@
|
|||
z-index: 2;
|
||||
background: #000;
|
||||
border: #aaa 1px solid;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 0 2em black;
|
||||
}
|
||||
.ideditor[dir='ltr'] .map-in-map {
|
||||
|
|
39701
vendor/assets/iD/iD.js
vendored
|
@ -1 +1 @@
|
|||
[{"format":[["housenumber","street+place"],["city","postcode"]]},{"countryCodes":["au"],"format":[["unit","housenumber","street"],["suburb","state","postcode"]]},{"countryCodes":["id"],"format":[["unit","housename"],["street","housenumber","neighbourhood"],["subdistrict","district"],["city","province","postcode"]]},{"countryCodes":["gb"],"format":[["housename"],["housenumber","street+place"],["city","postcode"]]},{"countryCodes":["ie"],"format":[["housename"],["housenumber","street+place"],["city"],["postcode"]]},{"countryCodes":["at","bg","ch","de","si","pl","lt"],"format":[["street+place","housenumber"],["postcode","city"]]},{"countryCodes":["ad","ba","be","dk","es","gr","hr","it","pt","se","sm","va"],"format":[["street+place","housenumber","unit"],["postcode","city"]]},{"countryCodes":["fi","is","li","nl","no"],"format":[["street","housenumber","unit"],["postcode","city"]]},{"countryCodes":["fr","lu"],"format":[["housenumber","street+place"],["postcode","city"]]},{"countryCodes":["mo"],"format":[["housenumber","street"],["postcode","city"]]},{"countryCodes":["nz"],"format":[["housenumber","street"],["suburb"],["city","postcode"]]},{"countryCodes":["br"],"format":[["street+place"],["housenumber","suburb"],["city","postcode"]]},{"countryCodes":["vn"],"format":[["housenumber","street"],["subdistrict"],["district"],["city"],["province","postcode"]]},{"countryCodes":["ca"],"format":[["housenumber","street","unit"],["city","province","postcode"]]},{"countryCodes":["us"],"format":[["housenumber","street","unit"],["city","state","postcode"]]},{"countryCodes":["tw"],"format":[["postcode","city","district"],["street+place"],["housenumber","floor","unit"]]},{"countryCodes":["jp"],"format":[["postcode","province","county"],["city","suburb"],["quarter","neighbourhood"],["block_number","housenumber"]],"dropdowns":["postcode","province","county","city","suburb","quarter","neighbourhood","block_number"],"widths":{"postcode":0.3,"province":0.35,"county":0.35,"city":0.65,"suburb":0.35,"quarter":0.5,"neighbourhood":0.5,"block_number":0.5,"housenumber":0.5}},{"countryCodes":["kr"],"format":[["province","city","district"],["street","housenumber","unit"],["postcode"]]},{"countryCodes":["tr"],"format":[["neighbourhood"],["street+place","housenumber"],["postcode","district","city"]]},{"countryCodes":["ua"],"format":[["housenumber","postcode"],["street+place"]]},{"countryCodes":["cn"],"format":[["postcode","province"],["city","district"],["street","housenumber"]],"widths":{"postcode":0.3,"province":0.7,"city":0.5,"district":0.5,"street":0.7,"housenumber":0.3}},{"countryCodes":["bo"],"format":[["street","housenumber"],["neighbourhood","city"]],"widths":{"street":0.7,"housenumber":0.3,"neighbourhood":0.5,"city":0.5}},{"countryCodes":["pe"],"format":[["street","housenumber"],["neighbourhood"],["city","state","postcode"]],"dropdowns":["street","neighbourhood","city","state","postcode"],"widths":{"street":0.7,"housenumber":0.3,"city":0.4,"state":0.4,"postcode":0.2}},{"countryCodes":["mx"],"format":[["street","housenumber"],["neighbourhood"],["postcode","city","state"]]},{"countryCodes":["lv"],"format":[["street","housenumber"],["housename","subdistrict"],["district","city","postcode"]],"dropdowns":["street","city","subdistrict","district","postcode"],"widths":{"street":0.7,"housenumber":0.3,"housename":0.4,"subdistrict":0.6,"district":0.4,"city":0.4,"postcode":0.2}},{"countryCodes":["in"],"format":[["housenumber","street"],["city","postcode"],["district"]]},{"countryCodes":["ru"],"format":[["housenumber","street+place"],["city","postcode"]]},{"countryCodes":["cz","sk"],"format":[["street","housenumber"],["postcode","city"]]},{"countryCodes":["ph"],"format":[["unit","housename","housenumber","street"],["neighbourhood","district","city"],["postcode","province"]]},{"countryCodes":["hu"],"format":[["postcode","city"],["street","housenumber"]]}]
|
||||
[{"format":[["housenumber","street+place"],["city","postcode"]]},{"countryCodes":["au"],"format":[["unit","housenumber","street"],["suburb","state","postcode"]]},{"countryCodes":["id"],"format":[["unit","housename"],["street","housenumber","neighbourhood"],["subdistrict","district"],["city","province","postcode"]]},{"countryCodes":["gb"],"format":[["housename"],["housenumber","street+place"],["city","postcode"]]},{"countryCodes":["ie"],"format":[["housename"],["housenumber","street+place"],["city"],["postcode"]]},{"countryCodes":["at","bg","ch","de","si","pl","lt"],"format":[["street+place","housenumber"],["postcode","city"]]},{"countryCodes":["ad","ba","be","dk","es","gr","hr","it","pt","se","sm","va"],"format":[["street+place","housenumber","unit"],["postcode","city"]]},{"countryCodes":["fi","is","li","nl","no"],"format":[["street","housenumber","unit"],["postcode","city"]]},{"countryCodes":["fr","lu"],"format":[["housenumber","street+place"],["postcode","city"]]},{"countryCodes":["mo"],"format":[["housenumber","street"],["postcode","city"]]},{"countryCodes":["nz"],"format":[["housenumber","street"],["suburb"],["city","postcode"]]},{"countryCodes":["br"],"format":[["street+place"],["housenumber","suburb"],["city","postcode"]]},{"countryCodes":["vn"],"format":[["housenumber","street"],["subdistrict"],["district"],["city"],["province","postcode"]]},{"countryCodes":["ca"],"format":[["housenumber","street","unit"],["city","province","postcode"]]},{"countryCodes":["us"],"format":[["housenumber","street","unit"],["city","state","postcode"]]},{"countryCodes":["tw"],"format":[["postcode","city","district"],["street+place"],["housenumber","floor","unit"]]},{"countryCodes":["jp"],"format":[["postcode","province","county"],["city","suburb"],["quarter","neighbourhood"],["block_number","housenumber"]],"dropdowns":["postcode","province","county","city","suburb","quarter","neighbourhood","block_number"],"widths":{"postcode":0.3,"province":0.35,"county":0.35,"city":0.65,"suburb":0.35,"quarter":0.5,"neighbourhood":0.5,"block_number":0.5,"housenumber":0.5}},{"countryCodes":["kr"],"format":[["province","city","district"],["street","housenumber","unit"],["postcode"]]},{"countryCodes":["tr"],"format":[["neighbourhood"],["street+place","housenumber"],["postcode","district","city"]]},{"countryCodes":["ua"],"format":[["housenumber","postcode"],["street+place"]]},{"countryCodes":["cn"],"format":[["postcode","province"],["city","district"],["street","housenumber"]],"widths":{"postcode":0.3,"province":0.7,"city":0.5,"district":0.5,"street":0.7,"housenumber":0.3}},{"countryCodes":["bo"],"format":[["street","housenumber"],["neighbourhood","city"]],"widths":{"street":0.7,"housenumber":0.3,"neighbourhood":0.5,"city":0.5}},{"countryCodes":["pe"],"format":[["street","housenumber"],["neighbourhood"],["city","state","postcode"]],"dropdowns":["street","neighbourhood","city","state","postcode"],"widths":{"street":0.7,"housenumber":0.3,"city":0.4,"state":0.4,"postcode":0.2}},{"countryCodes":["mx"],"format":[["street","housenumber"],["neighbourhood"],["postcode","city","state"]]},{"countryCodes":["lv"],"format":[["street","housenumber"],["housename","subdistrict"],["district","city","postcode"]],"dropdowns":["street","city","subdistrict","district","postcode"],"widths":{"street":0.7,"housenumber":0.3,"housename":0.4,"subdistrict":0.6,"district":0.4,"city":0.4,"postcode":0.2}},{"countryCodes":["in"],"format":[["housenumber","street"],["city","postcode"],["district"]]},{"countryCodes":["ru"],"format":[["housenumber","street+place"],["city","postcode"]]},{"countryCodes":["cz","sk"],"format":[["street","housenumber"],["postcode","city"]]},{"countryCodes":["ph"],"format":[["unit","housename","housenumber","street"],["neighbourhood","district","city"],["postcode","province"]]},{"countryCodes":["hu"],"format":[["postcode","city"],["street","housenumber"]]},{"countryCodes":["th"],"format":[["housenumber","place"],["street"],["subdistrict","district"],["province","postcode"]]}]
|
2
vendor/assets/iD/iD/data/imagery.min.json
vendored
2
vendor/assets/iD/iD/data/qa_data.min.json
vendored
|
@ -1 +1 @@
|
|||
{"improveOSM":{"icons":{"ow":"fas-long-arrow-alt-right","mr-both":"maki-car","mr-parking":"maki-parking","mr-path":"maki-shoe","mr-road":"maki-car","tr":"temaki-junction"}},"osmose":{"icons":{"0-1":"maki-home","0-2":"maki-home","1040-1":"maki-square-stroked","1050-1":"maki-circle-stroked","1050-1050":"maki-circle-stroked","1070-1":"maki-home","1070-4":"maki-dam","1070-5":"maki-dam","1070-8":"maki-cross","1070-10":"maki-cross","1150-1":"far-clone","1150-2":"far-clone","1150-3":"far-clone","1190-10":"fas-share-alt","1190-20":"fas-share-alt","1190-30":"fas-share-alt","1280-1":"maki-attraction","2110-21101":"temaki-plaque","2110-21102":"fas-shapes","3010-1":"maki-circle-stroked","3010-3":"maki-circle-stroked","3010-4":"maki-circle-stroked","3040-3040":"far-times-circle","3090-3090":"fas-calendar-alt","3091-3091":"fas-plus","3091-30911":"fas-hashtag","3092-30920":"maki-telephone","3092-30921":"maki-telephone","3092-30922":"maki-telephone","3092-30923":"maki-telephone","3092-30924":"maki-telephone","3092-30925":"maki-telephone","3092-30926":"maki-telephone","3161-1":"maki-parking","3161-2":"maki-parking","3180-1":"temaki-junction","3180-2":"temaki-junction","3180-3":"temaki-junction","3180-4":"temaki-junction","3180-5":"temaki-junction","3200-32001":"iD-icon-area","3200-32002":"iD-icon-area","3200-32003":"iD-icon-area","3220-32200":"maki-roadblock","3220-32201":"maki-roadblock","3250-32501":"maki-watch","4010-4010":"maki-waste-basket","4010-40102":"maki-waste-basket","4030-900":"fas-yin-yang","4080-1":"far-dot-circle","4080-2":"far-dot-circle","4080-3":"far-dot-circle","5010-803":"fas-sort-alpha-up","5010-903":"fas-i-cursor","5070-50703":"fas-tint-slash","5070-50704":"fas-code","5070-50705":"fas-question","7040-1":"temaki-power_tower","7040-2":"temaki-power","7040-4":"temaki-vertex","7040-6":"temaki-power","7090-1":"maki-rail","7090-3":"maki-circle","8300-1":"fas-tachometer-alt","8300-2":"fas-tachometer-alt","8300-3":"fas-tachometer-alt","8300-4":"fas-tachometer-alt","8300-5":"fas-tachometer-alt","8300-6":"fas-tachometer-alt","8300-7":"fas-tachometer-alt","8300-8":"fas-tachometer-alt","8300-9":"fas-tachometer-alt","8300-10":"fas-tachometer-alt","8300-11":"fas-tachometer-alt","8300-12":"fas-tachometer-alt","8300-13":"fas-tachometer-alt","8300-14":"fas-tachometer-alt","8300-15":"fas-tachometer-alt","8300-16":"fas-tachometer-alt","8300-17":"fas-tachometer-alt","8300-20":"temaki-height_restrictor","8300-21":"fas-weight-hanging","8300-32":"maki-circle-stroked","8300-34":"temaki-diamond","8300-39":"temaki-pedestrian","8300-50":"maki-bus","8300-52":"temaki-stop","8300-101":"fas-tachometer-alt","8300-102":"fas-tachometer-alt","8300-103":"fas-tachometer-alt","8300-104":"fas-tachometer-alt","8300-105":"fas-tachometer-alt","8300-106":"fas-tachometer-alt","8300-107":"fas-tachometer-alt","8300-108":"fas-tachometer-alt","8300-109":"fas-tachometer-alt","8300-110":"fas-tachometer-alt","8300-111":"fas-tachometer-alt","8300-112":"fas-tachometer-alt","8300-113":"fas-tachometer-alt","8300-114":"fas-tachometer-alt","8300-115":"fas-tachometer-alt","8300-116":"fas-tachometer-alt","8300-117":"fas-tachometer-alt","8300-118":"fas-tachometer-alt","8300-119":"fas-tachometer-alt","8300-120":"fas-tachometer-alt","8360-2":"maki-bicycle","8360-3":"temaki-security_camera","8360-4":"temaki-fire_hydrant","8360-5":"temaki-traffic_signals","8360-6":"maki-telephone","9010-9010001":"fas-tags","9010-9010003":"temaki-plaque"}}}
|
||||
{"osmose":{"icons":{"0-1":"maki-home","0-2":"maki-home","1040-1":"maki-square-stroked","1050-1":"maki-circle-stroked","1050-1050":"maki-circle-stroked","1070-1":"maki-home","1070-4":"maki-dam","1070-5":"maki-dam","1070-8":"maki-cross","1070-10":"maki-cross","1150-1":"far-clone","1150-2":"far-clone","1150-3":"far-clone","1190-10":"fas-share-alt","1190-20":"fas-share-alt","1190-30":"fas-share-alt","1280-1":"maki-attraction","2110-21101":"temaki-plaque","2110-21102":"fas-shapes","3010-1":"maki-circle-stroked","3010-3":"maki-circle-stroked","3010-4":"maki-circle-stroked","3040-3040":"far-times-circle","3090-3090":"fas-calendar-alt","3091-3091":"fas-plus","3091-30911":"fas-hashtag","3092-30920":"maki-telephone","3092-30921":"maki-telephone","3092-30922":"maki-telephone","3092-30923":"maki-telephone","3092-30924":"maki-telephone","3092-30925":"maki-telephone","3092-30926":"maki-telephone","3161-1":"maki-parking","3161-2":"maki-parking","3180-1":"temaki-junction","3180-2":"temaki-junction","3180-3":"temaki-junction","3180-4":"temaki-junction","3180-5":"temaki-junction","3200-32001":"iD-icon-area","3200-32002":"iD-icon-area","3200-32003":"iD-icon-area","3220-32200":"maki-roadblock","3220-32201":"maki-roadblock","3250-32501":"maki-watch","4010-4010":"maki-waste-basket","4010-40102":"maki-waste-basket","4030-900":"fas-yin-yang","4080-1":"far-dot-circle","4080-2":"far-dot-circle","4080-3":"far-dot-circle","5010-803":"fas-sort-alpha-up","5010-903":"fas-i-cursor","5070-50703":"fas-tint-slash","5070-50704":"fas-code","5070-50705":"fas-question","7040-1":"temaki-power_tower","7040-2":"temaki-power","7040-4":"temaki-vertex","7040-6":"temaki-power","7090-1":"maki-rail","7090-3":"maki-circle","8300-1":"fas-tachometer-alt","8300-2":"fas-tachometer-alt","8300-3":"fas-tachometer-alt","8300-4":"fas-tachometer-alt","8300-5":"fas-tachometer-alt","8300-6":"fas-tachometer-alt","8300-7":"fas-tachometer-alt","8300-8":"fas-tachometer-alt","8300-9":"fas-tachometer-alt","8300-10":"fas-tachometer-alt","8300-11":"fas-tachometer-alt","8300-12":"fas-tachometer-alt","8300-13":"fas-tachometer-alt","8300-14":"fas-tachometer-alt","8300-15":"fas-tachometer-alt","8300-16":"fas-tachometer-alt","8300-17":"fas-tachometer-alt","8300-20":"temaki-height_restrictor","8300-21":"fas-weight-hanging","8300-32":"maki-circle-stroked","8300-34":"temaki-diamond","8300-39":"temaki-pedestrian","8300-50":"maki-bus","8300-52":"temaki-stop","8300-101":"fas-tachometer-alt","8300-102":"fas-tachometer-alt","8300-103":"fas-tachometer-alt","8300-104":"fas-tachometer-alt","8300-105":"fas-tachometer-alt","8300-106":"fas-tachometer-alt","8300-107":"fas-tachometer-alt","8300-108":"fas-tachometer-alt","8300-109":"fas-tachometer-alt","8300-110":"fas-tachometer-alt","8300-111":"fas-tachometer-alt","8300-112":"fas-tachometer-alt","8300-113":"fas-tachometer-alt","8300-114":"fas-tachometer-alt","8300-115":"fas-tachometer-alt","8300-116":"fas-tachometer-alt","8300-117":"fas-tachometer-alt","8300-118":"fas-tachometer-alt","8300-119":"fas-tachometer-alt","8300-120":"fas-tachometer-alt","8360-2":"maki-bicycle","8360-3":"temaki-security_camera","8360-4":"temaki-fire_hydrant","8360-5":"temaki-traffic_signals","8360-6":"maki-telephone","9010-9010001":"fas-tags","9010-9010003":"temaki-plaque"}}}
|
2
vendor/assets/iD/iD/img/community-sprite.svg
vendored
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 33 KiB |
2
vendor/assets/iD/iD/img/fa-sprite.svg
vendored
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 145 KiB |
2
vendor/assets/iD/iD/img/iD-sprite.svg
vendored
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 82 KiB |
2
vendor/assets/iD/iD/img/temaki-sprite.svg
vendored
Before Width: | Height: | Size: 319 KiB After Width: | Height: | Size: 319 KiB |
2
vendor/assets/iD/iD/locales/af.min.json
vendored
2
vendor/assets/iD/iD/locales/ar.min.json
vendored
2
vendor/assets/iD/iD/locales/ast.min.json
vendored
2
vendor/assets/iD/iD/locales/be.min.json
vendored
2
vendor/assets/iD/iD/locales/bg.min.json
vendored
2
vendor/assets/iD/iD/locales/bn.min.json
vendored
2
vendor/assets/iD/iD/locales/br.min.json
vendored
2
vendor/assets/iD/iD/locales/ca.min.json
vendored
2
vendor/assets/iD/iD/locales/ckb.min.json
vendored
2
vendor/assets/iD/iD/locales/cs.min.json
vendored
2
vendor/assets/iD/iD/locales/cy.min.json
vendored
2
vendor/assets/iD/iD/locales/da.min.json
vendored
2
vendor/assets/iD/iD/locales/de.min.json
vendored
2
vendor/assets/iD/iD/locales/el.min.json
vendored
2
vendor/assets/iD/iD/locales/en-GB.min.json
vendored
2
vendor/assets/iD/iD/locales/en.min.json
vendored
2
vendor/assets/iD/iD/locales/eo.min.json
vendored
2
vendor/assets/iD/iD/locales/es.min.json
vendored
2
vendor/assets/iD/iD/locales/et.min.json
vendored
2
vendor/assets/iD/iD/locales/eu.min.json
vendored
2
vendor/assets/iD/iD/locales/fa.min.json
vendored
2
vendor/assets/iD/iD/locales/fi.min.json
vendored
2
vendor/assets/iD/iD/locales/fil.min.json
vendored
2
vendor/assets/iD/iD/locales/fr.min.json
vendored
2
vendor/assets/iD/iD/locales/ga.min.json
vendored
2
vendor/assets/iD/iD/locales/gl.min.json
vendored
2
vendor/assets/iD/iD/locales/he.min.json
vendored
2
vendor/assets/iD/iD/locales/hi.min.json
vendored
2
vendor/assets/iD/iD/locales/hr.min.json
vendored
2
vendor/assets/iD/iD/locales/hu.min.json
vendored
2
vendor/assets/iD/iD/locales/id.min.json
vendored
2
vendor/assets/iD/iD/locales/index.min.json
vendored
|
@ -1 +1 @@
|
|||
{"af":{"rtl":false,"pct":0.04},"ak":{"rtl":false,"pct":0},"am":{"rtl":false,"pct":0},"ar":{"rtl":true,"pct":0.9},"ar-AA":{"rtl":true,"pct":0.01},"as":{"rtl":false,"pct":0},"ast":{"rtl":false,"pct":0.12},"ay":{"rtl":false,"pct":0},"az":{"rtl":false,"pct":0},"ba":{"rtl":false,"pct":0},"be":{"rtl":false,"pct":0.24},"bg":{"rtl":false,"pct":0.39},"bn":{"rtl":false,"pct":0.06},"bo":{"rtl":false,"pct":0},"bqi":{"rtl":true,"pct":0},"br":{"rtl":false,"pct":0.66},"bs":{"rtl":false,"pct":0.02},"ca":{"rtl":false,"pct":0.5},"ckb":{"rtl":true,"pct":0.11},"co":{"rtl":false,"pct":0},"cs":{"rtl":false,"pct":0.99},"cv":{"rtl":false,"pct":0},"cy":{"rtl":false,"pct":0.56},"da":{"rtl":false,"pct":0.45},"de":{"rtl":false,"pct":1},"de-AT":{"rtl":false,"pct":0},"de-CH":{"rtl":false,"pct":0},"dv":{"rtl":true,"pct":0.01},"ee":{"rtl":false,"pct":0},"el":{"rtl":false,"pct":0.46},"en":{"rtl":false,"pct":1},"en-AU":{"rtl":false,"pct":0},"en-CA":{"rtl":false,"pct":0},"en-GB":{"rtl":false,"pct":0.48},"en-IE":{"rtl":false,"pct":0},"en-IN":{"rtl":false,"pct":0},"en-NZ":{"rtl":false,"pct":0},"en-PH":{"rtl":false,"pct":0},"en-US":{"rtl":false,"pct":1},"eo":{"rtl":false,"pct":0.62},"es":{"rtl":false,"pct":1},"et":{"rtl":false,"pct":0.21},"eu":{"rtl":false,"pct":0.06},"fa":{"rtl":true,"pct":0.55},"fa-IR":{"rtl":true,"pct":0},"ff":{"rtl":false,"pct":0},"fi":{"rtl":false,"pct":0.36},"fil":{"rtl":false,"pct":0},"fr":{"rtl":false,"pct":0.98},"fr-FR":{"rtl":false,"pct":0.08},"fy":{"rtl":false,"pct":0.01},"ga":{"rtl":false,"pct":0.22},"gan":{"rtl":false,"pct":0},"gl":{"rtl":false,"pct":0.51},"grt":{"rtl":false,"pct":0},"gu":{"rtl":false,"pct":0.01},"ha":{"rtl":false,"pct":0},"he":{"rtl":true,"pct":0.66},"he-IL":{"rtl":true,"pct":0.01},"hi":{"rtl":false,"pct":0.01},"hr":{"rtl":false,"pct":0.16},"hu":{"rtl":false,"pct":0.55},"hy":{"rtl":false,"pct":0.03},"ia":{"rtl":false,"pct":0},"id":{"rtl":false,"pct":0.07},"ig":{"rtl":false,"pct":0},"is":{"rtl":false,"pct":0.28},"it":{"rtl":false,"pct":0.97},"ja":{"rtl":false,"pct":0.97},"jam":{"rtl":false,"pct":0},"jv":{"rtl":false,"pct":0},"ka":{"rtl":false,"pct":0},"kbd":{"rtl":false,"pct":0},"kha":{"rtl":false,"pct":0},"ki":{"rtl":false,"pct":0},"kk":{"rtl":false,"pct":0},"km":{"rtl":false,"pct":0.01},"kn":{"rtl":false,"pct":0.06},"ko":{"rtl":false,"pct":1},"ks":{"rtl":false,"pct":0},"ku":{"rtl":false,"pct":0},"ky":{"rtl":false,"pct":0},"lb":{"rtl":false,"pct":0.14},"lg":{"rtl":false,"pct":0},"lij":{"rtl":false,"pct":0},"ln":{"rtl":false,"pct":0},"lo":{"rtl":false,"pct":0},"lt":{"rtl":false,"pct":0.17},"lus":{"rtl":false,"pct":0},"lv":{"rtl":false,"pct":0.23},"mg":{"rtl":false,"pct":0.06},"mi":{"rtl":false,"pct":0},"mk":{"rtl":false,"pct":0.35},"ml":{"rtl":false,"pct":0.01},"mn":{"rtl":false,"pct":0},"mr":{"rtl":false,"pct":0},"ms":{"rtl":false,"pct":0.16},"my":{"rtl":false,"pct":0},"nb":{"rtl":false,"pct":0.02},"nd":{"rtl":false,"pct":0},"ne":{"rtl":false,"pct":0.01},"nl":{"rtl":false,"pct":0.68},"nl-BE":{"rtl":false,"pct":0},"nl-NL":{"rtl":false,"pct":0},"nn":{"rtl":false,"pct":0.03},"no":{"rtl":false,"pct":0.45},"nr":{"rtl":false,"pct":0},"nso":{"rtl":false,"pct":0},"nv":{"rtl":false,"pct":0},"ny":{"rtl":false,"pct":0},"oc":{"rtl":false,"pct":0},"om":{"rtl":false,"pct":0},"or":{"rtl":false,"pct":0.01},"pa":{"rtl":false,"pct":0},"pa-PK":{"rtl":true,"pct":0.12},"pap":{"rtl":false,"pct":0},"pl":{"rtl":false,"pct":0.87},"ps":{"rtl":true,"pct":0},"pt":{"rtl":false,"pct":0.61},"pt-BR":{"rtl":false,"pct":0.6},"qu":{"rtl":false,"pct":0},"rm":{"rtl":false,"pct":0},"ro":{"rtl":false,"pct":0.12},"ru":{"rtl":false,"pct":0.54},"rw":{"rtl":false,"pct":0},"sat":{"rtl":false,"pct":0.03},"sc":{"rtl":false,"pct":0},"sd":{"rtl":false,"pct":0},"sg":{"rtl":false,"pct":0},"si":{"rtl":false,"pct":0.02},"sk":{"rtl":false,"pct":0.51},"skr":{"rtl":false,"pct":0},"sl":{"rtl":false,"pct":0.14},"sm":{"rtl":false,"pct":0},"sn":{"rtl":false,"pct":0},"so":{"rtl":false,"pct":0.01},"sq":{"rtl":false,"pct":0.07},"sr":{"rtl":false,"pct":0.4},"ss":{"rtl":false,"pct":0},"st":{"rtl":false,"pct":0},"su":{"rtl":false,"pct":0},"sv":{"rtl":false,"pct":0.98},"sw":{"rtl":false,"pct":0},"ta":{"rtl":false,"pct":0.07},"te":{"rtl":false,"pct":0.02},"tg":{"rtl":false,"pct":0},"th":{"rtl":false,"pct":0.2},"ti":{"rtl":false,"pct":0},"tk":{"rtl":false,"pct":0},"tl":{"rtl":false,"pct":0.03},"tn":{"rtl":false,"pct":0},"tr":{"rtl":false,"pct":0.95},"ts":{"rtl":false,"pct":0},"tt":{"rtl":false,"pct":0},"tum":{"rtl":false,"pct":0},"ug":{"rtl":true,"pct":0},"uk":{"rtl":false,"pct":1},"ur":{"rtl":true,"pct":0.07},"uz":{"rtl":false,"pct":0},"ve":{"rtl":false,"pct":0},"vi":{"rtl":false,"pct":0.79},"wa":{"rtl":false,"pct":0},"wo":{"rtl":false,"pct":0},"xh":{"rtl":false,"pct":0},"yo":{"rtl":false,"pct":0},"yue":{"rtl":false,"pct":0.09},"zh":{"rtl":false,"pct":0.02},"zh-CN":{"rtl":false,"pct":0.78},"zh-HK":{"rtl":false,"pct":0.3},"zh-TW":{"rtl":false,"pct":1},"zu":{"rtl":false,"pct":0}}
|
||||
{"af":{"rtl":false,"pct":0.04},"ak":{"rtl":false,"pct":0},"am":{"rtl":false,"pct":0},"ar":{"rtl":true,"pct":0.74},"ar-AA":{"rtl":true,"pct":0.01},"as":{"rtl":false,"pct":0},"ast":{"rtl":false,"pct":0.12},"ay":{"rtl":false,"pct":0},"az":{"rtl":false,"pct":0},"ba":{"rtl":false,"pct":0},"be":{"rtl":false,"pct":0.23},"bg":{"rtl":false,"pct":0.39},"bn":{"rtl":false,"pct":0.06},"bo":{"rtl":false,"pct":0},"bqi":{"rtl":true,"pct":0},"br":{"rtl":false,"pct":0.61},"bs":{"rtl":false,"pct":0.02},"ca":{"rtl":false,"pct":0.46},"ckb":{"rtl":true,"pct":0.1},"co":{"rtl":false,"pct":0},"cs":{"rtl":false,"pct":0.91},"cv":{"rtl":false,"pct":0},"cy":{"rtl":false,"pct":0.57},"da":{"rtl":false,"pct":0.44},"de":{"rtl":false,"pct":1},"de-AT":{"rtl":false,"pct":0},"de-CH":{"rtl":false,"pct":0},"dv":{"rtl":true,"pct":0.01},"ee":{"rtl":false,"pct":0},"el":{"rtl":false,"pct":0.54},"en":{"rtl":false,"pct":1},"en-AU":{"rtl":false,"pct":0},"en-CA":{"rtl":false,"pct":0},"en-GB":{"rtl":false,"pct":0.39},"en-IE":{"rtl":false,"pct":0},"en-IN":{"rtl":false,"pct":0},"en-NZ":{"rtl":false,"pct":0},"en-PH":{"rtl":false,"pct":0},"en-US":{"rtl":false,"pct":1},"eo":{"rtl":false,"pct":0.6},"es":{"rtl":false,"pct":1},"et":{"rtl":false,"pct":0.22},"eu":{"rtl":false,"pct":0.06},"fa":{"rtl":true,"pct":0.54},"fa-IR":{"rtl":true,"pct":0},"ff":{"rtl":false,"pct":0},"fi":{"rtl":false,"pct":0.35},"fil":{"rtl":false,"pct":0.05},"fr":{"rtl":false,"pct":0.95},"fr-FR":{"rtl":false,"pct":0.08},"fy":{"rtl":false,"pct":0.01},"ga":{"rtl":false,"pct":0.21},"gan":{"rtl":false,"pct":0},"gl":{"rtl":false,"pct":0.48},"grt":{"rtl":false,"pct":0},"gu":{"rtl":false,"pct":0.01},"ha":{"rtl":false,"pct":0},"he":{"rtl":true,"pct":0.63},"he-IL":{"rtl":true,"pct":0.01},"hi":{"rtl":false,"pct":0.01},"hr":{"rtl":false,"pct":0.16},"hu":{"rtl":false,"pct":0.49},"hy":{"rtl":false,"pct":0.03},"ia":{"rtl":false,"pct":0},"id":{"rtl":false,"pct":0.07},"ig":{"rtl":false,"pct":0},"is":{"rtl":false,"pct":0.27},"it":{"rtl":false,"pct":0.89},"ja":{"rtl":false,"pct":0.65},"jam":{"rtl":false,"pct":0},"jv":{"rtl":false,"pct":0},"ka":{"rtl":false,"pct":0},"kbd":{"rtl":false,"pct":0},"kha":{"rtl":false,"pct":0},"ki":{"rtl":false,"pct":0},"kk":{"rtl":false,"pct":0},"km":{"rtl":false,"pct":0.01},"kn":{"rtl":false,"pct":0.06},"ko":{"rtl":false,"pct":0.96},"ks":{"rtl":false,"pct":0},"ku":{"rtl":false,"pct":0},"ky":{"rtl":false,"pct":0},"lb":{"rtl":false,"pct":0.12},"lg":{"rtl":false,"pct":0},"lij":{"rtl":false,"pct":0},"ln":{"rtl":false,"pct":0},"lo":{"rtl":false,"pct":0},"lt":{"rtl":false,"pct":0.17},"lus":{"rtl":false,"pct":0},"lv":{"rtl":false,"pct":0.22},"mg":{"rtl":false,"pct":0.06},"mi":{"rtl":false,"pct":0},"mk":{"rtl":false,"pct":0.34},"ml":{"rtl":false,"pct":0.01},"mn":{"rtl":false,"pct":0},"mr":{"rtl":false,"pct":0},"ms":{"rtl":false,"pct":0.13},"my":{"rtl":false,"pct":0},"nb":{"rtl":false,"pct":0.02},"nd":{"rtl":false,"pct":0},"ne":{"rtl":false,"pct":0.01},"nl":{"rtl":false,"pct":0.6},"nl-BE":{"rtl":false,"pct":0},"nl-NL":{"rtl":false,"pct":0},"nn":{"rtl":false,"pct":0.03},"no":{"rtl":false,"pct":0.45},"nr":{"rtl":false,"pct":0},"nso":{"rtl":false,"pct":0},"nv":{"rtl":false,"pct":0},"ny":{"rtl":false,"pct":0},"oc":{"rtl":false,"pct":0},"om":{"rtl":false,"pct":0},"or":{"rtl":false,"pct":0.01},"pa":{"rtl":false,"pct":0},"pa-PK":{"rtl":true,"pct":0.12},"pap":{"rtl":false,"pct":0},"pl":{"rtl":false,"pct":0.81},"ps":{"rtl":true,"pct":0},"pt":{"rtl":false,"pct":0.57},"pt-BR":{"rtl":false,"pct":0.52},"qu":{"rtl":false,"pct":0},"rm":{"rtl":false,"pct":0},"ro":{"rtl":false,"pct":0.11},"ru":{"rtl":false,"pct":0.56},"rw":{"rtl":false,"pct":0},"sat":{"rtl":false,"pct":0.02},"sc":{"rtl":false,"pct":0},"sd":{"rtl":false,"pct":0},"sg":{"rtl":false,"pct":0},"si":{"rtl":false,"pct":0.02},"sk":{"rtl":false,"pct":0.49},"skr":{"rtl":false,"pct":0},"sl":{"rtl":false,"pct":0.14},"sm":{"rtl":false,"pct":0},"sn":{"rtl":false,"pct":0},"so":{"rtl":false,"pct":0.01},"sq":{"rtl":false,"pct":0.07},"sr":{"rtl":false,"pct":0.44},"ss":{"rtl":false,"pct":0},"st":{"rtl":false,"pct":0},"su":{"rtl":false,"pct":0},"sv":{"rtl":false,"pct":0.93},"sw":{"rtl":false,"pct":0},"ta":{"rtl":false,"pct":0.07},"te":{"rtl":false,"pct":0.02},"tg":{"rtl":false,"pct":0},"th":{"rtl":false,"pct":0.56},"ti":{"rtl":false,"pct":0},"tk":{"rtl":false,"pct":0},"tl":{"rtl":false,"pct":0.03},"tn":{"rtl":false,"pct":0},"tr":{"rtl":false,"pct":0.83},"ts":{"rtl":false,"pct":0},"tt":{"rtl":false,"pct":0},"tum":{"rtl":false,"pct":0},"ug":{"rtl":true,"pct":0},"uk":{"rtl":false,"pct":0.94},"ur":{"rtl":true,"pct":0.07},"uz":{"rtl":false,"pct":0},"ve":{"rtl":false,"pct":0},"vi":{"rtl":false,"pct":0.72},"wa":{"rtl":false,"pct":0},"wo":{"rtl":false,"pct":0},"xh":{"rtl":false,"pct":0},"yo":{"rtl":false,"pct":0},"yue":{"rtl":false,"pct":0.09},"zh":{"rtl":false,"pct":0.01},"zh-CN":{"rtl":false,"pct":0.76},"zh-HK":{"rtl":false,"pct":0.29},"zh-TW":{"rtl":false,"pct":1},"zu":{"rtl":false,"pct":0}}
|