From 55b46f8caec309273c8ffe6a1bbace4b58f8f729 Mon Sep 17 00:00:00 2001 From: gcebelieu Date: Thu, 21 Dec 2017 14:56:58 +0100 Subject: [PATCH] =?UTF-8?q?mise=20=C3=A0=20jour=20/=20enrichissement=20de?= =?UTF-8?q?=20certains=20exemples=20SDK=20OL3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- samples/ol3/ol3-geojson.html | 9 ++- samples/ol3/ol3-gpx.html | 1 + samples/ol3/ol3-interaction.html | 28 ++++++-- samples/ol3/ol3-kml-drawing.html | 1 + samples/ol3/ol3-kml.html | 1 + samples/ol3/ol3-local-config.html | 2 +- samples/ol3/ol3-measures-without-toolbox.html | 1 + samples/ol3/ol3-measures.html | 1 + samples/ol3/ol3-modifyLayers.html | 1 + samples/ol3/ol3-projection.html | 20 ++++++ samples/ol3/ol3-removeLayers.html | 1 + samples/ol3/ol3-wfs-geoportail.html | 4 +- samples/ol3/ol3-wfs.html | 1 + samples/ol3/ol3-wms-gfi.html | 6 +- samples/ol3/ol3-wms.html | 1 + samples/ol3/ol3-wmsc-espagne.html | 1 + samples/ol3/ol3-wmsc-geologie.html | 9 +-- samples/ol3/ol3-wmsc-luxembourg.html | 70 ------------------- samples/ol3/ol3-wmts-geoportail.html | 1 + samples/ol3/ol3-wmts-restful.html | 1 + 20 files changed, 77 insertions(+), 83 deletions(-) delete mode 100644 samples/ol3/ol3-wmsc-luxembourg.html diff --git a/samples/ol3/ol3-geojson.html b/samples/ol3/ol3-geojson.html index e71043574..d2c5387cb 100644 --- a/samples/ol3/ol3-geojson.html +++ b/samples/ol3/ol3-geojson.html @@ -14,6 +14,7 @@

Une carte avec une couche GeoJSON

+

NB : le clic sur les features s'obtient par l'ajout du controle GetFeatureInfo (ici : caché et activé).

diff --git a/samples/ol3/ol3-kml-drawing.html b/samples/ol3/ol3-kml-drawing.html index 7811540f5..0413361f8 100644 --- a/samples/ol3/ol3-kml-drawing.html +++ b/samples/ol3/ol3-kml-drawing.html @@ -14,6 +14,7 @@

Une carte affichant une couche KML

+

NB : le clic sur les features s'obtient par l'ajout du controle GetFeatureInfo (ici : caché et activé).

@@ -24,6 +28,9 @@

CAS 1 : l'utilisateur veut afficher une carte en WebMercator.

CAS 2 : l'utilisateur veut afficher une carte en WGS84.

La projection de la carte est EPSG:4326.

+

CAS 3 : l'utilisateur veut afficher une carte en EPSG:2154.

+

La projection de la carte est EPSG:2154.

+
diff --git a/samples/ol3/ol3-removeLayers.html b/samples/ol3/ol3-removeLayers.html index ab7200c7c..2acaa7bf7 100644 --- a/samples/ol3/ol3-removeLayers.html +++ b/samples/ol3/ol3-removeLayers.html @@ -18,6 +18,7 @@

removeLayers

+

Les trois boutons permettent de retirer des couches à l'aide la méthode removeLayers()


diff --git a/samples/ol3/ol3-wfs-geoportail.html b/samples/ol3/ol3-wfs-geoportail.html index 599b31dd1..bbae28296 100644 --- a/samples/ol3/ol3-wfs-geoportail.html +++ b/samples/ol3/ol3-wfs-geoportail.html @@ -14,6 +14,7 @@

Affichage couche WFS Géoportail

+

En mode : "couche externe"

-

WMSC Géoportail comme WMS

+

WMSC Géologie comme WMS

+

Charge la couche géologie du BRGM depuis le serveur WMSC comme une couche WMS (en mode tuilé)

- - -

WMSC Géoportail comme WMS

-
- - - diff --git a/samples/ol3/ol3-wmts-geoportail.html b/samples/ol3/ol3-wmts-geoportail.html index 7f4522840..c5bd86654 100644 --- a/samples/ol3/ol3-wmts-geoportail.html +++ b/samples/ol3/ol3-wmts-geoportail.html @@ -14,6 +14,7 @@

Une carte avec une couche WMTS Géoportail Externe

+

Ici, tous les paramètres de la couche Photographies aériennes sont passé "à la main" au chargement.