-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'next' of https://github.com/infra-geo-ouverte/igo2
- Loading branch information
Showing
40 changed files
with
36,023 additions
and
6,458 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# This file is currently used by autoprefixer to adjust CSS to support the below specified browsers | ||
# For additional information regarding the format and rule options, please see: | ||
# https://github.com/browserslist/browserslist#queries | ||
# For IE 9-11 support, please uncomment the last line of the file and adjust as needed | ||
# adjust as needed | ||
> 0.5% | ||
last 2 versions | ||
Firefox ESR | ||
not dead | ||
not IE 9-10 | ||
IE 11 | ||
not IE 11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "npm" # See documentation for possible values | ||
directory: "/" # Location of package manifests | ||
schedule: | ||
interval: "weekly" | ||
target-branch: "next" | ||
# Labels on pull requests for security and version updates | ||
labels: | ||
- "npm dependencies" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v3 | ||
- name: Install [email protected] | ||
if: startsWith(github.ref, 'refs/tags/') | ||
run: npm install [email protected] | ||
|
@@ -21,7 +21,7 @@ jobs: | |
- name: Install zip | ||
uses: montudor/action-zip@v1 | ||
- name: Zip output | ||
run: zip igo2.zip * | ||
run: zip -qq -r igo2.zip * | ||
working-directory: dist/igo2 | ||
- name: Release | ||
uses: softprops/action-gh-release@v1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Propriétés,Type,Description,Valeurs possibles,Valeur défaut | ||
showSearchBar,Boolean,Permet de définir si la barre de recherche est affichée ou non.,true | false,true | ||
showSearchButton,Boolean,Permet de définir si un bouton de recherche est visible ou non.,true | false,false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Propriétés,Type,Description,Valeurs possibles,Valeur défaut | ||
title ,String,Le titre de la source de recherche,"icherche,ilayer,icherchereverse,nominatim", | ||
searchUrl ,String,Définit l'url de la source de recherche,, | ||
available ,Boolean,,true/false, | ||
enabled ,Boolean, La valeur permet/bloque l'accesibilité de la propriété,true/false, | ||
order ,number,Ordre d'apparition des résultats de recherche,, | ||
distance ,number,Rayon de recherche à appliquer pour la icherche reverse,100,500,1000,2000,5000, | ||
params ,String,Permet de modifier les paramètres d'url,limit: 5 (limite le nombre de resultats de recherche à 5), | ||
settings ,SearchSourceSettings[],Permet de modifier les paramètres d'affichage de la source,, | ||
queryFormat ,String, Permet de forcer un format pour l'interrogation (query),, | ||
showInPointerSummary ,Boolean,Afficher ou non la possibilité du pointeur sommaire,true/false, true | ||
showInSettings ,Boolean,Permettre l'affichage de la source dans les paramètres de la recherche,true/false, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Propriétés,Type,Description,Valeurs possibles,Valeur défaut | ||
showResultsCount ,boolean,Permet d'afficher ou non le nombre de résultats de chaque source, true/false, true | ||
cadastre ,,Permet de définir la recherche par cadastre (numéro de lot),, | ||
nominatim ,,Permet de définir l'utilisation de la recherche nominatim,, | ||
ilayer ,,Permet d'activer icherche pour les couches de données,, | ||
icherche ,,Permet d'activer icherche (géocodage),, | ||
icherchereverse ,,Permet d'activer icherche reverse (géocodage inversé),, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.