Skip to content

Commit

Permalink
Merge pull request #52 from Gustry/ign-key
Browse files Browse the repository at this point in the history
Remove legacy strings about IGN key
  • Loading branch information
Gustry authored Oct 24, 2024
2 parents f86f382 + b9621d9 commit e245815
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ altiresolution=DEM resolution

;if IGN French data provider
;altiProfileProvider= ign
ignServiceKey=votre clé IGN / your IGN key
ignServiceUrl=https://wxs.ign.fr/

```

You can specify your data source.
Expand Down
1 change: 0 additions & 1 deletion altiProfil/install/config/altiProfil.ini.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ dock=dock

;si cas IGN
altiProfileProvider=ign
ignServiceKey=essentiels
ignServiceUrl="https://data.geopf.fr/altimetrie/1.0/calcul"
1 change: 0 additions & 1 deletion altiProfil/lib/AltiConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ function __construct()
'altisource' => '',
'altiProfileTable' => '',
'altiProfileProvider'=>'ign',
'ignServiceKey' => 'essentiels',
'ignServiceUrl' => 'https://data.geopf.fr/altimetrie/1.0/calcul',
'dock'=>'dock',
'srid'=>'3857',
Expand Down
1 change: 0 additions & 1 deletion altiProfilAdmin/locales/en_US/admin.UTF-8.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ form.dock.minidock.label=Mini-dock
form.dock.rightdock.label=Right-dock
form.altiProfileTable.label=Database table
form.srid.label=SRID
form.ignServiceKey.label=IGN key
form.ignServiceUrl.label=IGN service URL
form.altiresolution.label=Resolution
form.connection_check.label=Connection status
Expand Down
1 change: 0 additions & 1 deletion altiProfilAdmin/locales/fr_FR/admin.UTF-8.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ form.dock.minidock.label=Mini-dock
form.dock.rightdock.label=Right-dock
form.altiProfileTable.label=Table de la base
form.srid.label=SRID
form.ignServiceKey.label=Clé IGN
form.ignServiceUrl.label=URL du service IGN
form.altiresolution.label=Résolution
form.connection_check.label=Statut de la connexion
Expand Down
1 change: 0 additions & 1 deletion altiProfilAdmin/locales/ro_RO/admin.UTF-8.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ form.dock.minidock.label=Mini-doc
form.dock.rightdock.label=Dock-dreapta
form.altiProfileTable.label=Tabelul bazei de date
form.srid.label=SRID
form.ignServiceKey.label=Cheie IGN
form.ignServiceUrl.label=URL serviciu IGN
form.altiresolution.label=Rezoluție
form.connection_check.label=Stare conexiune
Expand Down

0 comments on commit e245815

Please sign in to comment.