Skip to content

Commit

Permalink
Merge pull request #71 from rCarto/master
Browse files Browse the repository at this point in the history
New version
  • Loading branch information
rCarto committed Mar 16, 2022
2 parents 6a9a044 + fef445a commit a86a7bb
Show file tree
Hide file tree
Showing 23 changed files with 14,577 additions and 53 deletions.
2 changes: 1 addition & 1 deletion client/dist/app.a1e987.js → client/dist/app.aab970.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions client/dist/html/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
</div>
<script src="static/vendor/bootstrap-native3.mod.min.js"></script>
<script src="static/vendor/opentip-native.min.js"></script>
<script src="static/dist/vendor.a1e987.js"></script>
<script src="static/dist/vendor.aab970.js"></script>
<script src="static/dist/d3-custom.min.js"></script>
<script src="static/dist/app.a1e987.js"></script>
<script src="static/dist/app.aab970.js"></script>
</body>
</html>

Large diffs are not rendered by default.

File renamed without changes.
14,540 changes: 14,524 additions & 16 deletions client/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"minify": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js",
"watch": "./node_modules/webpack/bin/webpack.js --watch"
},
"version": "0.8.13",
"version": "0.8.14",
"dependencies": {
"alertifyjs": "^1.13.1",
"bluebird": "^3.7.2",
Expand Down
2 changes: 1 addition & 1 deletion documentation/src/carto/choro_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Un clic sur le bouton <img src="img/discr_new.png" alt="choro_map" style="width:
<p style="text-align: center;">
<img src="img/discr3.png" alt="choro_map" style="width: 480px;"/>
</p>
Les différents modes de discrétisation proposés dans cette boite sont détaillés dans la partie [Discrétisation des données](./discretisation_fr.html).
Les différents modes de discrétisation proposés dans cette boite sont détaillés dans la partie <a href="./discretisation_fr.html"> Discrétisation des données</a>.

#### Exemple :

Expand Down
10 changes: 8 additions & 2 deletions documentation/src/changelog_fr.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# Historique des versions et des changements effectués

#### 0.8.13 (2022-11-27)
#### 0.8.14 (2022-03-16)

- Corrections dans la documentation
- suppression de la page de contact


#### 0.8.13 (2020-11-27)

- Remplace `cascaded_union` par `unary_union` dans le code Python et tentative de mieux gérer les géométries en entrée qui comportent des erreurs.

- Attribut shape-rendering lors de la création des cartes lissées.


#### 0.8.12 (2022-11-26)
#### 0.8.12 (2020-11-26)

- Permet une personnalisation plus simple des jeux de couches d'exemple lors du déploiement de Magrit.

Expand Down
Binary file modified documentation/src/img/bandologo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion documentation/src/misc/contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Timothée Giraud & Nicolas Lambert : Conception

## Financement

[UMS RIATE](http://riate.cnrs.fr) (tutelles : Université Paris Diderot - CNRS - CGET)
[UAR RIATE](https://riate.cnrs.fr) (tutelles : Université Paris Cité - CNRS)

<div style="text-align:center;padding:20px;">
<img src="img/bandologo.png" alt="upd7_cnrs_cget_logo" style="max-height:60px;">
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.8.13'
__version__ = '0.8.14'
2 changes: 1 addition & 1 deletion magrit_app/static/book/carto/choro_fr.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h1 class="menu-title">Les docs de Magrit</h1>
<p style="text-align: center;">
<img src="img/discr3.png" alt="choro_map" style="width: 480px;"/>
</p>
Les différents modes de discrétisation proposés dans cette boite sont détaillés dans la partie [Discrétisation des données](./discretisation_fr.html).
Les différents modes de discrétisation proposés dans cette boite sont détaillés dans la partie <a href="./discretisation_fr.html"> Discrétisation des données</a>.
<a class="header" href="carto/choro_fr.html#exemple-" id="exemple-"><h4>Exemple :</h4></a>
<p style="text-align: center;">
<img src="img/choropleth_map.png" alt="choro_map" style="width: 480px;"/>
Expand Down
9 changes: 7 additions & 2 deletions magrit_app/static/book/changelog_fr.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,12 @@ <h1 class="menu-title">Les docs de Magrit</h1>
<div id="content" class="content">
<main>
<a class="header" href="changelog_fr.html#historique-des-versions-et-des-changements-effectués" id="historique-des-versions-et-des-changements-effectués"><h1>Historique des versions et des changements effectués</h1></a>
<a class="header" href="changelog_fr.html#0813-2022-11-27" id="0813-2022-11-27"><h4>0.8.13 (2022-11-27)</h4></a>
<a class="header" href="changelog_fr.html#0814-2022-03-16" id="0814-2022-03-16"><h4>0.8.14 (2022-03-16)</h4></a>
<ul>
<li>Corrections dans la documentation</li>
<li>suppression de la page de contact</li>
</ul>
<a class="header" href="changelog_fr.html#0813-2020-11-27" id="0813-2020-11-27"><h4>0.8.13 (2020-11-27)</h4></a>
<ul>
<li>
<p>Remplace <code>cascaded_union</code> par <code>unary_union</code> dans le code Python et tentative de mieux gérer les géométries en entrée qui comportent des erreurs.</p>
Expand All @@ -130,7 +135,7 @@ <h1 class="menu-title">Les docs de Magrit</h1>
<p>Attribut shape-rendering lors de la création des cartes lissées.</p>
</li>
</ul>
<a class="header" href="changelog_fr.html#0812-2022-11-26" id="0812-2022-11-26"><h4>0.8.12 (2022-11-26)</h4></a>
<a class="header" href="changelog_fr.html#0812-2020-11-26" id="0812-2020-11-26"><h4>0.8.12 (2020-11-26)</h4></a>
<ul>
<li>
<p>Permet une personnalisation plus simple des jeux de couches d'exemple lors du déploiement de Magrit.</p>
Expand Down
Binary file modified magrit_app/static/book/img/bandologo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion magrit_app/static/book/misc/contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h1 class="menu-title">Les docs de Magrit</h1>
<p>Matthieu Viry : Développement &amp; Conception</p>
<p>Timothée Giraud &amp; Nicolas Lambert : Conception</p>
<a class="header" href="misc/contributors.html#financement" id="financement"><h2>Financement</h2></a>
<p><a href="http://riate.cnrs.fr">UMS RIATE</a> (tutelles : Université Paris Diderot - CNRS - CGET)</p>
<p><a href="https://riate.cnrs.fr">UAR RIATE</a> (tutelles : Université Paris Cité - CNRS)</p>
<div style="text-align:center;padding:20px;">
<img src="img/bandologo.png" alt="upd7_cnrs_cget_logo" style="max-height:60px;">
</div>
Expand Down
13 changes: 9 additions & 4 deletions magrit_app/static/book/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ <h1 class="menu-title">Les docs de Magrit</h1>
<p style="text-align: center;">
<img src="img/discr3.png" alt="choro_map" style="width: 480px;"/>
</p>
Les différents modes de discrétisation proposés dans cette boite sont détaillés dans la partie [Discrétisation des données](./discretisation_fr.html).
Les différents modes de discrétisation proposés dans cette boite sont détaillés dans la partie <a href="./discretisation_fr.html"> Discrétisation des données</a>.
<a class="header" href="print.html#exemple--1" id="exemple--1"><h4>Exemple :</h4></a>
<p style="text-align: center;">
<img src="img/choropleth_map.png" alt="choro_map" style="width: 480px;"/>
Expand Down Expand Up @@ -1044,7 +1044,12 @@ <h1 class="menu-title">Les docs de Magrit</h1>
<a class="header" href="print.html#pourquoi-magrit-émet-un-message-davertissement-lorsque-la-géométrie-de-certaines-entités-dune-couche-est-nulle-" id="pourquoi-magrit-émet-un-message-davertissement-lorsque-la-géométrie-de-certaines-entités-dune-couche-est-nulle-"><h3>Pourquoi Magrit émet un message d'avertissement lorsque la géométrie de certaines entités d'une couche est nulle ?</h3></a>
<a class="header" href="print.html#pourquoi-nest-il-pas-possible-dafficher-un-fond-type-openstreetmap-lors-de-la-réalisation-dune-carte-avec-magrit-" id="pourquoi-nest-il-pas-possible-dafficher-un-fond-type-openstreetmap-lors-de-la-réalisation-dune-carte-avec-magrit-"><h3>Pourquoi n'est-il pas possible d'afficher un fond type &quot;OpenStreetMap&quot; lors de la réalisation d'une carte avec Magrit ?</h3></a>
<a class="header" href="print.html#historique-des-versions-et-des-changements-effectués" id="historique-des-versions-et-des-changements-effectués"><h1>Historique des versions et des changements effectués</h1></a>
<a class="header" href="print.html#0813-2022-11-27" id="0813-2022-11-27"><h4>0.8.13 (2022-11-27)</h4></a>
<a class="header" href="print.html#0814-2022-03-16" id="0814-2022-03-16"><h4>0.8.14 (2022-03-16)</h4></a>
<ul>
<li>Corrections dans la documentation</li>
<li>suppression de la page de contact</li>
</ul>
<a class="header" href="print.html#0813-2020-11-27" id="0813-2020-11-27"><h4>0.8.13 (2020-11-27)</h4></a>
<ul>
<li>
<p>Remplace <code>cascaded_union</code> par <code>unary_union</code> dans le code Python et tentative de mieux gérer les géométries en entrée qui comportent des erreurs.</p>
Expand All @@ -1053,7 +1058,7 @@ <h1 class="menu-title">Les docs de Magrit</h1>
<p>Attribut shape-rendering lors de la création des cartes lissées.</p>
</li>
</ul>
<a class="header" href="print.html#0812-2022-11-26" id="0812-2022-11-26"><h4>0.8.12 (2022-11-26)</h4></a>
<a class="header" href="print.html#0812-2020-11-26" id="0812-2020-11-26"><h4>0.8.12 (2020-11-26)</h4></a>
<ul>
<li>
<p>Permet une personnalisation plus simple des jeux de couches d'exemple lors du déploiement de Magrit.</p>
Expand Down Expand Up @@ -1639,7 +1644,7 @@ <h1 class="menu-title">Les docs de Magrit</h1>
<p>Matthieu Viry : Développement &amp; Conception</p>
<p>Timothée Giraud &amp; Nicolas Lambert : Conception</p>
<a class="header" href="print.html#financement" id="financement"><h2>Financement</h2></a>
<p><a href="http://riate.cnrs.fr">UMS RIATE</a> (tutelles : Université Paris Diderot - CNRS - CGET)</p>
<p><a href="https://riate.cnrs.fr">UAR RIATE</a> (tutelles : Université Paris Cité - CNRS)</p>
<div style="text-align:center;padding:20px;">
<img src="img/bandologo.png" alt="upd7_cnrs_cget_logo" style="max-height:60px;">
</div>
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file modified magrit_app/static/img/bandologo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions magrit_app/static/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@
"carnet_hypotheses": "<i>Hypothèses</i> blog",
"contact": "Contact",
"gh_link": "GitHub project page",
"credits": "Created by Matthieu Viry, Timothée Giraud and Nicolas Lambert (<span id=\"credit_link\">UMS RIATE</span>)"
"credits": "Created by Matthieu Viry, Timothée Giraud and Nicolas Lambert (<span id=\"credit_link\">UAR RIATE</span>)"
},
"north_arrow_edit_box": {
"title": "North arrow options",
Expand Down Expand Up @@ -813,16 +813,16 @@
"interop2": "The application accepts many input formats. It allows you to export the final map in several formats as well as to save it in a \"project-file\".",
"customizable1": "Customizable",
"customizable2": "Produced maps are customizable thanks to a large choice of projections, color palettes, fonts and more...!",
"realized_by1": "Made by UMS RIATE",
"realized_by2": "Magrit is developed and maintained by members of <a href=\"http://riate.cnrs.fr\">UMS RIATE</a>.",
"realized_by1": "Made by UAR RIATE",
"realized_by2": "Magrit is developed and maintained by members of <a href=\"http://riate.cnrs.fr\">UAR RIATE</a>.",
"user_manual1": "Documented",
"user_manual2": "A full description of each method is available in the <a href=\"/docs/index.html\">user manual</a>.",
"box1_title": "Free and Open-Source",
"box2_title": "Open to contributions",
"box3_title": "Multilingual",
"box4_title": "Under active development",
"box1_text": "The project is fully free and open-sourced (licensed under CeCILL, compatible with GNU GPL).<br> It's backed against a solid and modern suite of Free and Open-Source libraries and you can deploy your own instance of the application.",
"box2_text": "Bug reports and contributions are welcome. Please use the <a href=\"/contact\">contact page</a> or the project page on <a href=\"https://github.com/riatelab/magrit\">GitHub</a>.",
"box2_text": "Bug reports and contributions are welcome. Please use the project page on <a href=\"https://github.com/riatelab/magrit\">GitHub</a>.",
"box3_text": "Code is instrumented for localization and 3 languages are currently available.",
"box4_text": "Project is still under development. More features will be available soon, hang tight!",
"hypotheses1": "Alive",
Expand All @@ -846,7 +846,7 @@
"contact_form": {
"contact": "Contact",
"index": "Index page",
"intro_text": "An observation ? A suggestion ? A bug to report?<br>Don't hesitate to contact us and give your feedback by using <a target=\"_blank\" href=\"http://riate.cnrs.fr/?page_id=363\">the contact form of our lab</a>, our <a target=\"_blank\" href=\"https://github.com/riatelab/magrit/issues\">code repository on GitHub</a> or our e-mail address : <br><span class=\"link_email\">riate [at] cnrs [dot] fr</span>"
"intro_text": "An observation ? A suggestion ? A bug to report?<br>Don't hesitate to contact us and give your feedback by using <a target=\"_blank\" href=\"https://github.com/riatelab/magrit/issues\">issues in the GitHub repository issues</a>."
},
"page404": {
"message1": "Error 404 - Page not found",
Expand Down
10 changes: 5 additions & 5 deletions magrit_app/static/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@
"carnet_hypotheses": "Carnet <i>Hypothèses</i>",
"contact": "Contacto",
"gh_link": "Página GitHub del proyecto",
"credits": "Elaborado por Matthieu Viry, Timothée Giraud y Nicolas Lambert (<span id=\"credit_link\">UMS RIATE</span>)"
"credits": "Elaborado por Matthieu Viry, Timothée Giraud y Nicolas Lambert (<span id=\"credit_link\">UAR RIATE</span>)"
},
"north_arrow_edit_box": {
"title": "Opciones de la flecha de orientación",
Expand Down Expand Up @@ -807,16 +807,16 @@
"interop2": "La aplicación acepta diversos formatos de entrada. Permite exportar el mapa en varios formatos así como guardar un \"archivo-proyecto\".",
"customizable1": "Personalizable",
"customizable2": "En los mapas se puede personalizar la proyección, las rampas de colores, las fuentes de texto y permite integrar elementos como: cuadros de texto, escala gráfica, etc.",
"realized_by1": "Elaborado por la UMS RIATE",
"realized_by2": "El proyecto es desarrollado y mantenido por los miembros de la <a href=\"http://riate.cnrs.fr\">UMS RIATE</a>.",
"realized_by1": "Elaborado por la UAR RIATE",
"realized_by2": "El proyecto es desarrollado y mantenido por los miembros de la <a href=\"http://riate.cnrs.fr\">UAR RIATE</a>.",
"user_manual1": "Documentado",
"user_manual2": "Una descripción completa de cada método está disponible en el <a href=\"/docs/index.html\">manual de usuario</a> (en francés).",
"box1_title": "Libre y gratuito",
"box2_title": "Abierto a contribuciones",
"box3_title": "Multilingüe",
"box4_title": "En desarrollo continuo",
"box1_text": "El proyecto es completamente libre (código bajo la licencia de CeCILL, compatible con la GNU GPL).<br>Está basado en una serie moderna de tecnologías libres, de código abierto y es posible desplegar la aplicación en entornos locales.",
"box2_text": "El señalamiento de errores y la contribuciones son más que bienvenidas. Pueden hacerse vía el <a href=\"/contact\">formulario de contacto</a> y vía la plataforma <a href=\"https://github.com/riatelab/magrit\">GitHub</a>.",
"box2_text": "El señalamiento de errores y la contribuciones son más que bienvenidas. Pueden hacerse vía la plataforma <a href=\"https://github.com/riatelab/magrit\">GitHub</a>.",
"box3_text": "El código fue construido para permitir su fácil traducción y ya está disponible en tres idiomas.",
"box4_text": "El proyecto sigue en construcción. ¡Hay nuevas funciones que actualmente se están desarrollando!",
"hypotheses1": "Vivo",
Expand All @@ -840,7 +840,7 @@
"contact_form": {
"contact": "Contacto",
"index": "Inicio",
"intro_text": "¿Algún comentario? ¿Sugerencia? ¿Error (bug)?<br>No dude en contactarnos y enviarnos sus comentarios utilizando <a target=\"_blank\" href=\"http://riate.cnrs.fr/?page_id=363\">el formulario de contacto de nuestro laboratorio</a>, o nuestro <a target=\"_blank\" href=\"https://github.com/riatelab/magrit/issues\">repositorio de código en GitHub </a> o nuestra dirección de correo electrónico : <br> <span class=\"link_email\">riate [at] cnrs [dot] fr</span>"
"intro_text": "¿Algún comentario? ¿Sugerencia? ¿Error (bug)?<br>No dude en contactarnos y enviarnos sus comentarios utilizando <a target=\"_blank\" href=\"https://github.com/riatelab/magrit/issues\">los issues del repositorio de código en GitHub </a>."
},
"page404": {
"message1": "Error 404 - Página inválida",
Expand Down
10 changes: 5 additions & 5 deletions magrit_app/static/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@
"carnet_hypotheses": "Carnet <i>Hypothèses</i>",
"contact": "Contact",
"gh_link": "Page GitHub du projet",
"credits": "Réalisé par Matthieu Viry, Timothée Giraud et Nicolas Lambert (<span id=\"credit_link\">UMS RIATE</span>)"
"credits": "Réalisé par Matthieu Viry, Timothée Giraud et Nicolas Lambert (<span id=\"credit_link\">UAR RIATE</span>)"
},
"north_arrow_edit_box": {
"title": "Options de la flèche d'orientation",
Expand Down Expand Up @@ -813,16 +813,16 @@
"interop2": "L'application accepte de nombreux formats en entrée. Elle permet d'exporter la carte réalisée dans plusieurs formats ainsi que sauvegarder un \"fichier-projet\".",
"customizable1": "Personnalisable",
"customizable2": "Les cartes sont personnalisables grâce notamment à de nombreuses projections, palettes de couleurs et polices d'écriture ainsi qu'à l'ajout de divers éléments: annotation de texte, échelle, etc.",
"realized_by1": "Réalisé par l'UMS RIATE",
"realized_by2": "Le projet est développé et maintenu par des membres de l'<a href=\"http://riate.cnrs.fr\">UMS RIATE</a>.",
"realized_by1": "Réalisé par l'UAR RIATE",
"realized_by2": "Le projet est développé et maintenu par des membres de l'<a href=\"http://riate.cnrs.fr\">UAR RIATE</a>.",
"user_manual1": "Documenté",
"user_manual2": "Une description complète de chacune des méthodes utilisées est disponible dans le <a href=\"/docs/index.html\">manuel de l'utilisateur</a>.",
"box1_title": "Libre et gratuit",
"box2_title": "Ouvert aux contributions",
"box3_title": "Multilingue",
"box4_title": "En developpement actif",
"box1_text": "Le projet est entièrement libre (code sous licence CeCILL, compatible avec la GNU GPL).<br>Il repose sur une suite moderne de technologies libres et open-source et il est possible de déployer sa propre instance de l'application.",
"box2_text": "Les rapports d'erreurs et contributions sont les bienvenues. Ils sont possibles via le <a href=\"/contact\">formulaire de contact</a> et via la plateforme <a href=\"https://github.com/riatelab/magrit\">GitHub</a>.",
"box2_text": "Les rapports d'erreurs et contributions sont les bienvenues. Ils sont possibles via la plateforme <a href=\"https://github.com/riatelab/magrit\">GitHub</a>.",
"box3_text": "Le code a été préparé pour permettre la traduction et trois langues sont déjà disponibles.",
"box4_text": "Le projet est toujours en developpement. De nouvelles fonctionnalités sont actuellement en préparation!",
"hypotheses1": "Vivant",
Expand All @@ -846,7 +846,7 @@
"contact_form": {
"contact": "Contact",
"index": "Accueil",
"intro_text": "Une remarque ? Une suggestion ? Un bug à signaler?<br>N'hésitez pas à nous contacter et à nous faire part de vos commentaires en utilisant <a target=\"_blank\" href=\"http://riate.cnrs.fr/?page_id=363\">le formulaire de contact de notre laboratoire</a>, notre <a target=\"_blank\" href=\"https://github.com/riatelab/magrit/issues\">dépot de code sur GitHub</a> ou notre adresse e-mail : <br><span class=\"link_email\">riate [at] cnrs [point] fr</span>"
"intro_text": "Une remarque ? Une suggestion ? Un bug à signaler?<br>N'hésitez pas à nous contacter en utilisant les <a target=\"_blank\" href=\"https://github.com/riatelab/magrit/issues\">issues du projet sur GitHub</a>."
},
"page404": {
"message1": "Erreur 404 - Page introuvable",
Expand Down
4 changes: 2 additions & 2 deletions magrit_app/static/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
</div>
<script src="static/vendor/bootstrap-native3.mod.min.js"></script>
<script src="static/vendor/opentip-native.min.js"></script>
<script src="static/dist/vendor.a1e987.js"></script>
<script src="static/dist/vendor.aab970.js"></script>
<script src="static/dist/d3-custom.min.js"></script>
<script src="static/dist/app.a1e987.js"></script>
<script src="static/dist/app.aab970.js"></script>
</body>
</html>

0 comments on commit a86a7bb

Please sign in to comment.