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é).

+ + +

Get Feature Info

+

Exemple de mise en oeuvre du widget getFeatureInfo avec une couche WMS (école) et WMTS (photos).

+

Ici l'évènement par défault est le simple click.

+
+ + + diff --git a/samples/ol3/ol3-gfi.html b/samples/ol3/ol3-gfi.html index bd6a1b8d5..a08657e1f 100644 --- a/samples/ol3/ol3-gfi.html +++ b/samples/ol3/ol3-gfi.html @@ -40,7 +40,12 @@

Get Feature Info

active : false, hidden: false, defaultEvent : "singleclick", - cursorStyle : "pointer" + cursorStyle : "pointer", + autoPanOptions : { + autoPan : true, + duration : 1000, + margin : 20 + } }, layers : { myVectorLayer : {}, diff --git a/samples/ol3/ol3-gpx.html b/samples/ol3/ol3-gpx.html index 666857922..20b6925c5 100644 --- a/samples/ol3/ol3-gpx.html +++ b/samples/ol3/ol3-gpx.html @@ -14,6 +14,7 @@

Une carte avec une couche GPX

+

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.