Voici la documentation : https://geoplateforme.pages.gpf-tech.ign.fr/documentation

Skip to content
Extraits de code Groupes Projets
Valider 627862e6 rédigé par Mickaël BORNE's avatar Mickaël BORNE
Parcourir les fichiers

Client - renommage du paramètre de construction proxy en wfsProxy (closes #3)

parent 669b1f73
Aucune branche associée trouvée
Étiquettes v1.2.0
Aucune requête de fusion associée trouvée
......@@ -20,11 +20,11 @@ class Client
const DEFAULT_FORMAT = 'application/gml+xml; version=3.2';
public function __construct($proxy = '')
public function __construct($wfsProxy = '')
{
$requestOptions = [
'timeout' => 60000,
'proxy' => $proxy,
'proxy' => $wfsProxy,
'headers' => [
'Content-Type' => 'application/xml',
'Accept' => '',
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter