diff --git a/examples/mapserver.html b/examples/mapserver.html index d39467fce9..ac6be7bd6c 100644 --- a/examples/mapserver.html +++ b/examples/mapserver.html @@ -24,7 +24,7 @@
-Use the MousePosition Control to display the coordinates of the cursor inside or outside the map div. diff --git a/examples/multimap-mercator.html b/examples/multimap-mercator.html index 06f5d0a8a9..32d35d16e8 100644 --- a/examples/multimap-mercator.html +++ b/examples/multimap-mercator.html @@ -54,7 +54,7 @@
-This sphericalMercator example using multimap demonstrates that the multimap layer does not fully support the sphericalMercator projection at diff --git a/examples/navtoolbar.html b/examples/navtoolbar.html index e7cb203ab0..f437dd014b 100644 --- a/examples/navtoolbar.html +++ b/examples/navtoolbar.html @@ -29,7 +29,7 @@
-Demo the NavToolbar, a subclass of Control.Panel which shows icons for navigation. diff --git a/examples/outOfRangeMarkers.html b/examples/outOfRangeMarkers.html index 891c50148d..4870410235 100644 --- a/examples/outOfRangeMarkers.html +++ b/examples/outOfRangeMarkers.html @@ -50,7 +50,7 @@
-See how to control the maximum resolution for a markers layer, causing it to not be displayed beyond a certain point. diff --git a/examples/panel.html b/examples/panel.html index b64ca1212a..dcc8275303 100644 --- a/examples/panel.html +++ b/examples/panel.html @@ -85,7 +85,7 @@
-Create a custom control.panel, styled entirely with CSS, and add your own controls to it. diff --git a/examples/regular-polygons.html b/examples/regular-polygons.html index d316329578..45274ba44b 100644 --- a/examples/regular-polygons.html +++ b/examples/regular-polygons.html @@ -72,7 +72,7 @@
-Shows how to use the RegularPolygon handler to draw features with different numbers of sides. diff --git a/examples/resize-features.html b/examples/resize-features.html index 1e2985a915..d5eaf26d89 100644 --- a/examples/resize-features.html +++ b/examples/resize-features.html @@ -79,7 +79,7 @@
-Demonstration of how to use the geometry resize methods to change feature sizes programatically. diff --git a/examples/restricted-extent.html b/examples/restricted-extent.html index f443292daf..740ccc94c5 100644 --- a/examples/restricted-extent.html +++ b/examples/restricted-extent.html @@ -36,7 +36,7 @@
-Don't let users drag outside the map extent: instead, limit dragging such that the extent of the layer is the maximum viewable area.