From 6461a1246bdfcfcf69d17166f5f6618af53564fe Mon Sep 17 00:00:00 2001 From: bach Date: Sun, 16 Jul 2023 23:26:04 +0200 Subject: [PATCH] added numbers to doleancer legends #2218 --- src/components/MapConcernements.vue | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/MapConcernements.vue b/src/components/MapConcernements.vue index 5d6dcdc..6b64e90 100644 --- a/src/components/MapConcernements.vue +++ b/src/components/MapConcernements.vue @@ -645,7 +645,7 @@ export default { //text new paper.PointText({ point: [-p_t - 1, o_t], - content: "Enquête menée\nsur le terrain de vie", + content: "2 Enquête menée\nsur le terrain de vie", fontSize: fontsize, fontFamily: fontFamily, justification: 'right' @@ -666,7 +666,7 @@ export default { // texte new paper.PointText({ point: [-o_t - 1, p_t], - content: "Construction de groupes d'intérets\navec qui composer la doléance", + content: "3 Construction de groupes d'intérets\navec qui composer la doléance", fontSize: fontsize, fontFamily: fontFamily, justification: 'right' @@ -687,7 +687,7 @@ export default { // texte new paper.PointText({ point: [-q_t - 1, -q_t], - content: "Réception et traitement\nde la doléance", + content: "5 Réception et traitement\nde la doléance", fontSize: fontsize, fontFamily: fontFamily, justification: 'right' @@ -708,7 +708,7 @@ export default { // texte new paper.PointText({ point: [q_t + 1, -q_t], - content: "Mise-en-œuvre\nde la décision", + content: "7 Mise-en-œuvre\nde la décision", fontSize: fontsize, fontFamily: fontFamily, justification: 'left' @@ -729,7 +729,7 @@ export default { // texte new paper.PointText({ point: [o_t + 1, p_t], - content: "Réception et application\nde la décision", + content: "9 Réception et application\nde la décision", fontSize: fontsize, fontFamily: fontFamily, justification: 'left' @@ -750,7 +750,7 @@ export default { // texte new paper.PointText({ point: [p_t + 1, o_t], - content: "Réussite / échec / reprise\ndu cercle politique", + content: "10 Réussite / échec / reprise\ndu cercle politique", fontSize: fontsize, fontFamily: fontFamily, justification: 'left' @@ -773,7 +773,7 @@ export default { }), new paper.PointText({ point: [0, -r - 11], - content: "Décision", + content: "6 Décision", fontSize: fontsize, fontFamily: fontFamily, justification: 'center' @@ -793,7 +793,7 @@ export default { }), new paper.PointText({ point: [0, r + 14], - content: "Début du cercle\nLe problème\n(injustice, indignation, plainte...)", + content: "1 Début du cercle\nLe problème\n(injustice, indignation, plainte...)", fontSize: fontsize, fontFamily: fontFamily, justification: 'center' @@ -813,7 +813,7 @@ export default { }), new paper.PointText({ point: [r + 10, -0.5], - content: "Adresse de la décision\nà appliquer", + content: "8 Adresse de la décision\nà appliquer", fontSize: fontsize, fontFamily: fontFamily, justification: 'left' @@ -833,7 +833,7 @@ export default { }), new paper.PointText({ point: [-r - 10, 0.4], - content: "Adresse de la doléance", + content: "4 Adresse de la doléance", fontSize: fontsize, fontFamily: fontFamily, justification: 'right'