Skip to content

Commit

Permalink
feat (import/export) : export naming (#449)
Browse files Browse the repository at this point in the history
* docs(configuration) Bypass page max-width by css (#412)

* docs (import/export) : ajout des parametre forceNaming et formats

* docs (Import/Export) : Ajout dans l'exemple et correction du String[]
  • Loading branch information
LavoieO authored May 4, 2020
1 parent 63f3406 commit 8d5adef
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/config_json.rst
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,9 @@ Exemples
importExport: {
url: 'https://geoegl.msp.gouv.qc.ca/apis/ogre',
clientSideFileSizeMaxMb: 30,
gpxAggregateInComment: false
gpxAggregateInComment: false,
forceNaming: false,
formats: ['GeoJSON', 'GML', 'GPX', 'KML', 'Shapefile', 'CSV']
}
Propriétés
Expand Down Expand Up @@ -731,6 +733,20 @@ Propriétés
- .. line-block::
- false
* - forceNaming
- Boolean
- .. line-block::
Ajoute une boite texte au formulaire d'exportation qui permet de nommer le fichier exporter.
- .. line-block::
- false
* - formats
- String[]
- .. line-block::
La liste des formats qu'il est possible d'exporter.
- .. line-block::
'GeoJSON', 'GML', 'GPX', 'KML', 'Shapefile', 'CSV'
- ['GeoJSON', 'GML', 'GPX', 'KML', 'Shapefile', 'CSV']
Important : Les propriétés en caractère gras suivis d'un * sont obligatoires.

Liens
Expand Down

0 comments on commit 8d5adef

Please sign in to comment.