From 0a74cb45f8f7849ae266d9c70421793c176daffe Mon Sep 17 00:00:00 2001 From: Matthew Perry Date: Tue, 7 Feb 2012 12:21:03 -0800 Subject: [PATCH] Filled out the html example page --- examples/utfgrid.html | 43 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 35 insertions(+), 8 deletions(-) diff --git a/examples/utfgrid.html b/examples/utfgrid.html index 0c5befa9c6..70d75999c2 100644 --- a/examples/utfgrid.html +++ b/examples/utfgrid.html @@ -3,15 +3,20 @@ OpenLayers UTFGrid Demo

OpenLayers UTFGrid Demo

-
+
+
+

+ This page demostrates the use of the OpenLayers UTFGrid Controls. When the selected event is triggered, the underlying feature attributes are shown on the right. +

+
+
  • Click with custom callback
+
-
+
+
+
+

UTFGrids can be used to + output highly optimized feature "hit grids". The UTFGrid encoding scheme encodes + interactivity data for a tile in a space efficient manner. It is designed to be + used in browsers for interactive features like displaying tooltips without + having to hit the server for an "info query". +

+

+ For more info, view the + UTFGrid Specification + or check out the Visible Map Demo + (implemented in Wax and ModestMaps). +

+