Skip to content

Commit

Permalink
Prepare for 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mz committed Jul 17, 2017
1 parent 89e30af commit 2f153ea
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 551 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Changes

- Fix error on jointure.

- Fix location of red square when moving proportionnal symbols
- Fix location of red square when moving proportionnal symbols.

- Fix legend size on links and discontinuities when zooming.


0.3.6 (2017-06-30)
Expand Down
2 changes: 1 addition & 1 deletion magrit_app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '0.3.6'
__version__ = '0.3.7'

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,7 @@
"flow": "Link/Flow map",
"discont": "Discontinuities map",
"typo": "Categorical map",
"typosymbol": "Pictogram map",
"two_stocks": "Waffle/Treemap map"
"typosymbol": "Pictogram map"
},
"projection_box":{
"choice_projection": "Choose a projection",
Expand Down Expand Up @@ -560,9 +559,7 @@
"generate_labels": "Generate labels for this layer ...",
"field_label": "Select a field",
"layer_shadow": "Add a shadow",
"let_draggable": "Allow moving symbols",
"ref_colors": "Colors:",
"ref_size": "Symbol size"
"let_draggable": "Allow moving symbols"
},
"lm_buttons":{
"zoom+": "Zoom in",
Expand Down Expand Up @@ -671,15 +668,6 @@
"on_value": "on value ...",
"symbol_type": "Symbol type",
"field2": "Field 2 (symbol color)"
},
"twostocks": {
"fields": "Fields",
"symbol_choice": "Symbol type",
"waffle_size_circle": "Circle radius",
"waffle_size_square": "Square size",
"waffle_width_rows": "Width rows",
"waffle_ratio": "Ratio",
"waffle_ratio_units": " units per cell"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,7 @@
"flow": "Carte des liens",
"discont": "Carte des discontinuités",
"typo": "Carte qualitative",
"typosymbol": "Carte qualitative avec utilisation de pictogrammes",
"two_stocks": "Carte de stocks (2 ou plus)"
"typosymbol": "Carte qualitative avec utilisation de pictogrammes"
},
"projection_box":{
"choice_projection": "Choix d'une projection",
Expand Down Expand Up @@ -560,9 +559,7 @@
"generate_labels": "Génération de labels pour cette couche...",
"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:",
"ref_size": "Taille du symbole"
"let_draggable": "Autoriser le déplacement des symboles"
},
"lm_buttons":{
"zoom+": "Zoom positif",
Expand Down Expand Up @@ -672,15 +669,6 @@
"on_value": "sur la valeur ... ",
"symbol_type": "Type de symbole ",
"field2": "Champ à utiliser<br>(couleur du symbole)"
},
"twostocks": {
"fields": "Champs",
"symbol_choice": "Type de symbole",
"waffle_size_circle": "Rayon du symbole",
"waffle_size_square": "Taille du symbole",
"waffle_width_rows": "Largeur (nombre de symboles)",
"waffle_ratio": "Ratio",
"waffle_ratio_units": " unités par carreau"
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions magrit_app/templates/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title> {{ app_name }} </title>
<link rel="icon" type="image/png" href="static/img/favicon.png" />
<link href="static/css/scoped-bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="static/css/style.474b5ea2bfbc.min.css" rel="stylesheet" type="text/css">
<link href="static/css/style.85465fb4e4b8.min.css" rel="stylesheet" type="text/css">
<link href="static/css/vanilla-dataTables.min.css" rel="stylesheet" type="text/css">
<link href="static/css/alertify.min.css" rel="stylesheet" type="text/css">
<link href="static/css/semantic.min.css" rel="stylesheet" type="text/css">
Expand Down Expand Up @@ -51,7 +51,7 @@
</div>
</noscript>
<script src="static/js/lib/bootstrap-native3.mod.min.js"></script>
<script src="static/js/app.f345d9870254.js"></script>
<script src="static/js/app.85465fb4e4b8.js"></script>
<script src="static/js/app.474b5ea2bfbc.js"></script>
</body>
</html>

0 comments on commit 2f153ea

Please sign in to comment.