Geoportal Extension for OpenLayers API Reference

Module: ProxyUtils

Gp.ProxyUtils

...

Example

proxifyUrl();

Methods

innerproxifyUrl(url, proxyOptions){String}

Common/Utils/ProxyUtils.js, line 13

Ajoute un proxy aux url des couches vecteurs si besoin.

Name Type Description
url String

Url to proxify.

proxyOptions Object optional

Object defining proxy options.

Name Type Description
proxyUrl String

Proxy URL.

noProxyDomains Array.<String> optional

Proxy will not be used for this list of domain names.

Returns:
url