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

Outil d'exportation: Permettre l'extraction des couches téléchargeables #327

Closed
matrottier opened this issue Oct 2, 2019 · 2 comments
Closed
Labels
enhancement New features and improvements // Nouvelles fonctionnalités et améliorations

Comments

@matrottier
Copy link
Contributor

Please tell us about your environment:
Chromuim Version 76.0.3809.100 (Build officiel) Built on Ubuntu , running on Ubuntu 18.04 (64 bits

  • Igo Version:
    1.0

Avec un layer du style WMS/WFS:

{
        "name": "Trajets",
        "visible": false,
        "id": "filtre_trajet",
        "title": "Trajets",
        "sourceOptions": {
          "type": "wms",
          "optionsFromCapabilities": true,
          "url": "/ws/tracking.fcgi",
          "params": {
            "layers": "tracking_all_trajet_l_v",
            "version": "1.3.0",
            "feature_count": 100
          },
          "paramsWFS":{
            "featureTypes": "tracking_all_trajet_l_v",
            "maxFeatures": 10000,
            "version": "2.0.0",
            "outputFormat": "GEOJSON_utf8"
          },
          "queryable": true,
          "queryFormat": "gml2"
          }
      }

L'outil export ne permet pas de sélectionner le layer, mais le petit bouton téléchargement sur le layer est présent.
serait intéressant de permettre l'export avec l'outil.

@matrottier matrottier changed the title Export non disponible mais téléchargement oui Outil Export vs téléchargement (layer) Oct 2, 2019
@matrottier matrottier added enhancement New features and improvements // Nouvelles fonctionnalités et améliorations Suggestion labels Oct 2, 2019
@pelord
Copy link
Member

pelord commented Oct 2, 2019

Il y a une balise download . voir

https://github.com/infra-geo-ouverte/igo2-lib/blob/a841bced1ccc305b001d6db84f913c4c2ba27bf7/packages/geo/src/lib/download/shared/download.interface.ts

Est-ce possible de croiser les 2 options méthodes?

@mbarbeau mbarbeau added this to To do in IGO2 - Roadmap V1.2 via automation Oct 28, 2019
@josee666 josee666 added this to To do in IGO2 - Roadmap V1.3 via automation Jan 23, 2020
@josee666 josee666 removed this from To do in IGO2 - Roadmap V1.2 Jan 23, 2020
@mbarbeau mbarbeau added this to To do in IGO2 - Roadmap V1.4 via automation Jan 24, 2020
@mbarbeau mbarbeau removed this from To do in IGO2 - Roadmap V1.3 Jan 24, 2020
@ameliebernier ameliebernier changed the title Outil Export vs téléchargement (layer) Outil d'exportation: Permettre l'extraction des couches téléchargeables Jan 29, 2020
@mbarbeau mbarbeau removed this from To do in IGO2 - Roadmap V1.4 May 1, 2020
@pelord pelord closed this as completed Oct 20, 2020
@pelord pelord reopened this Oct 20, 2020
@ameliebernier
Copy link

Terminé ou pas? @pelord il reste quelque chose à compléter?

@pelord pelord closed this as completed Jan 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features and improvements // Nouvelles fonctionnalités et améliorations
Projects
None yet
Development

No branches or pull requests

4 participants