Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Création d'une gallerie de thématiques mviewer #19

Closed
spelhate opened this issue Apr 30, 2019 · 11 comments
Closed

Création d'une gallerie de thématiques mviewer #19

spelhate opened this issue Apr 30, 2019 · 11 comments

Comments

@spelhate
Copy link
Collaborator

Depuis l'évolution mviewer/mviewer#112 du mviewer, il est possible d'injecter une thématique d'une instance mviewer x dans une autre instance mviewer.
Exemple, je souhaite intégrer dans un nouveau mviewer la thématique population de Kartenn territoires. Il faut actuellement faire l'ajout suivant à la main dans le config.xml :
<thematique id="population" url="https://kartenn.region-bretagne.fr/kartoviz/apps/region/territoire/territoire.xml" />
Le mécanisme fonctionne bien. La difficulté réside maintenant dans la connaissance / référencement des thématiques utilisables.
Je propose donc de créer un référencement (page statique ?) des thématiques remobilisables et d'exploiter ce référencement dans le studio.
On pourrait ainsi en un click, ajouter le calcul d'isochrones, la thématique limites administratives...

@spelhate
Copy link
Collaborator Author

spelhate commented May 6, 2019

Première implémentation effectuée. Il est possible à partir d'un fichier json statique, d'importer une ou plusieurs thématiques listées dans ce fichier.

Exemple de fichier : https://github.com/geobretagne/mviewerstudio/blob/master/themes.json
Structure du fichier:

[
  {
    "mviewer": "",
    "url": "",
    "themes": [
      {
        "id": "",
        "label": ""
      }    
    ]
  }
]

@spelhate
Copy link
Collaborator Author

spelhate commented May 6, 2019

Démo disponible ici : http://kartenn.region-bretagne.fr/mviewerstudio/

@spelhate
Copy link
Collaborator Author

spelhate commented Jun 7, 2019

Première implémentation revue pour exploiter un store de thémes publiés sur GéoBretagne : https://geobretagne.fr/minicatalog/ et https://geobretagne.fr/minicatalog/csv
Le format json est remplacé par un format csv

@bchartier
Copy link
Contributor

@spelhate :
Est-ce que cette évolution a fait l'objet d'un paragraphe dans une doc du projet ?
(J'ai eu une question d'un client très récemment sur ça.)

@spelhate
Copy link
Collaborator Author

Aucune doc malheureusement mais je peux l'initier. dans le README ?

@bchartier
Copy link
Contributor

Oui pour l'instant ; nous n'avons pas d'autre doc pour l'instant pour mviewerstudio.

@spelhate
Copy link
Collaborator Author

spelhate commented Apr 1, 2020

Work in progress.

  • Doc mviewer mise à jour
  • Spécifications techniques mviewerstudio

spelhate pushed a commit that referenced this issue Apr 1, 2020
@spelhate
Copy link
Collaborator Author

spelhate commented Apr 1, 2020

@bchartier, je viens d'ajouter un premier niveau de documentation dans le README.

@bchartier
Copy link
Contributor

Ok, merci. Je vais regarder cela.

@bchartier
Copy link
Contributor

@spelhate : à fermer ? La fonctionnalité est améliorable mais en l'état j'ai l'impression que ça fonctionne bien dans MViewer Studio.

@lecault
Copy link
Contributor

lecault commented Mar 8, 2023

Lié à #159

@lecault lecault closed this as completed Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants