Skip to content

Commit

Permalink
Remove an unnecessary field in the label creation panel
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Apr 14, 2023
1 parent 334457a commit b2d3915
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion client/js/layers_style_popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -2078,7 +2078,6 @@ function make_generate_labels_section(parent_node, layer_name) {
<p>${_tr('app_page.layer_style_popup.label_popup_explanation')}</p>
<ul id="list-labels" style="padding-inline-start: 0;">
</ul>
<p style="margin: 2px 0 2px 0;">${_tr('app_page.layer_style_popup.field_label')}</p>
<div id="label_box_filter_section" style="margin: 10px 0 10px 0;font-size:0.9em;"></div>
</div>`,
type: 'question',
Expand Down
1 change: 0 additions & 1 deletion magrit_app/static/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,6 @@
"graticule_clip": "Clip graticule to layer extent",
"generate_labels": "Generate labels for this layer ...",
"label_popup_explanation": "You can select the various fields to be used to create the labels. They will be automatically arranged, in the selected order, to avoid overlaps between the different fields for the same entity.",
"field_label": "Select a field",
"layer_shadow": "Add a shadow",
"let_draggable": "Allow moving symbols",
"ref_colors": "Colors:",
Expand Down
1 change: 0 additions & 1 deletion magrit_app/static/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,6 @@
"graticule_dasharray": "Tamaño de los guiones<br>",
"generate_labels": "Generar etiquetas para esta capa...",
"label_popup_explanation": "Puede seleccionar los diferentes campos que se utilizarán para crear las etiquetas. Se dispondrán automáticamente, en el orden seleccionado, para evitar solapamientos entre los distintos campos de una misma entidad.",
"field_label": "Seleccionar campo",
"graticule_clip": "Usar los límites de la capa de referencia para la cuadrícula",
"layer_shadow": "Añadir una sombra",
"let_draggable": "Permitir símbolos mover",
Expand Down
1 change: 0 additions & 1 deletion magrit_app/static/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,6 @@
"graticule_clip": "Limiter la taille du graticule à l'emprise de la couche de référence",
"generate_labels": "Génération de labels pour cette couche...",
"label_popup_explanation": "Vous pouvez sélectionner les différents champs à utiliser pour créer les labels. Ils seront automatiquement disposés, dans l'ordre sélectionné, pour éviter les superpositions entre les différents champs pour une même entité.",
"field_label": "Sélection du champ à utiliser",
"layer_shadow": "Ajouter une ombre à la couche",
"let_draggable": "Autoriser le déplacement des symboles",
"ref_colors": "Couleurs:",
Expand Down

0 comments on commit b2d3915

Please sign in to comment.