Improving example documentation.

This commit is contained in:
ahocevar
2012-02-14 00:14:15 +01:00
parent ce71a5a3fd
commit fe0bc333ca
+6 -4
View File
@@ -18,14 +18,16 @@
</p> </p>
<div id="map" class="smallmap"></div> <div id="map" class="smallmap"></div>
<div id="docs"> <div id="docs">
<p> <p>A Grid layer with a custom <code>getURL</code> method can be
A Grid layer with a custom <code>getURL</code> method can be
used to request static maps for a specific extent and zoom used to request static maps for a specific extent and zoom
level. The Google Static Maps API is the most reliable way to level. The Google Static Maps API is the most reliable way to
get Google base maps in OpenLayers. Note, however, that this is get Google base maps in OpenLayers. Note, however, that this is
limited to 1000 page views per viewer. Every map center or zoom limited to 1000 page views per viewer per day. Every map center
level change increases the page view counter by 1. or zoom level change increases the page view counter by 1.
</p> </p>
<p>Look at the
<a href="google-static.js" target="_blank">google-static.js
source</a> to see how this is done.
</div> </div>
<script src="../lib/OpenLayers.js"></script> <script src="../lib/OpenLayers.js"></script>
<script src="google-static.js"></script> <script src="google-static.js"></script>