2.0_beta sync to rsa
[framework/web/web-ui-fw.git] / libs / js / jquery-geo-1.0a4 / docs / index.html
1 <!doctype html>  
2
3 <html lang="en">
4 <head>
5   <meta charset="utf-8">
6
7   <title>jQuery Geo docs</title>
8   <meta name="description" content="Documentation for jQuery Geo, a JavaScript geospatial mapping plugin from Applied Geographics">
9   <meta name="author" content="Ryan Westphal">
10
11   <meta name="viewport" content="width=device-width, initial-scale=1.0">
12
13   <link rel="stylesheet" href="css/style.css?v=2">
14   <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css" />
15 </head>
16
17 <body>
18
19   <div id="index" data-role="page" data-theme="b">
20     <div data-role="header">
21       <h1><img src="images/$.geo-logo.png" alt="" />jQuery Geo docs</h1>
22     </div>
23     
24     <div data-role="content">
25       <h2>Welcome!</h2>
26
27       <p>jQuery Geo is an open-source, geospatial mapping jQuery plugin from Applied Geographics developed with the intention of making spatial web mapping significantly simpler than it may initially seem. We would like to point out the term &quot;open-source&quot; to explictly state that Google, Bing, MapQuest, Yahoo! &amp; Esri are generally free but not open.</p>
28
29       <ul data-role="listview" data-inset="true">
30         <li><a href="http://github.com/AppGeo/geo" rel="external">project source on GitHub</a></li>
31       </ul>
32
33       <p>Please read the following sections for more information and examples, and thank you for considering us! If you have any questions feel free to ask the lead developer on Twitter.</p>
34
35       <ul data-role="listview" data-inset="true">
36         <li><a href="https://twitter.com/#!/ryanttb" rel="external">ryanttb on Twitter</a></li>
37       </ul>
38
39       <h2>docs</h2>
40
41       <ul data-role="listview" data-inset="true">
42         <li><a href="what/index.html">what?</a></li>
43         <li><a href="quickstart/index.html">quickstart</a></li>
44         <li><a href="html/index.html">html</a></li>
45         <li><a href="geomap/index.html">geomap widget</a></li>
46         <li><a href="geo/index.html">geo namespace</a></li>
47       </ul>
48
49       <p>This project takes pride in having easy-to-use, up-to-date documentation. Before any code is committed, these docs are updated with any public API changes and sometimes internal design decisions. The side effect is that the documenation may be ahead of the code at times. Also, any undocumented features you find in the source should be ignored or asked about.</p>
50
51       <h2>examples</h2>
52
53       <p>Now that that's out of the way, here are some code examples! Use these as a suppliment to reading the above sections but above all, have fun!</p>
54
55       <h3>&quot;everything&quot; examples</h3>
56
57       <p>These first two examples attempt to let you test as many of jQuery Geo's features as possible on one page. The first link is a tiled map, i.e., it has a tilingScheme, set-in-stone zoom levels, and uses at least one tiled map service object. The second link is a dynamic map, i.e., it does not have a tilingScheme, displays fully dynamic data from MassGIS, and uses all shingled map service objects. The second type of map usually redraws slower but allows for more accurate zooming.</p>
58
59       <ul data-role="listview" data-inset="true">
60         <li><a href="examples/all-tiled.html" rel="external">tiled</a></li>
61         <li><a href="examples/all-shingled.html" rel="external">shingled</a></li>
62       </ul>
63
64       <p>You can find isolated examples of individual jQuery Geo features in the <a href="javascript:document.getElementById('component-examples').scrollIntoView();">component examples</a> section at the bottom of this page.<p>
65
66       <h3>demos</h3>
67
68       <p>The examples in this second set of use the features of jQuery Geo in a more interesting way. They attempt to show &amp; test how you can use different parts jQuery Geo together to build apps and how we can integrate with external data and libraries.</p>
69
70       <ul data-role="listview" data-inset=true>
71         <li><a href="examples/logo.html" rel="external">jQuery Geo logos!</a></li>
72         <li><a href="examples/usastates.html" rel="external">USA states</a></li>
73         <li><a href="examples/twitter-heat.html" rel="external">Twitter heat map</a></li>
74         <li><a href="examples/tracking.html" rel="external">GPS tracking</a></li>
75         <li><a href="examples/hurricane.html" rel="external">Hurricane tracking</a></li>
76         <li><a href="examples/voting.html" rel="external">MA Voting District Demographics</a></li>
77       </ul>
78
79       <h3>showcase</h3>
80
81       <p>This third set are more complete examples using jQuery Geo. These try to implement slimmed-down versions of an existing applications and test how jQuery Geo can be used in real-world situations.</p>
82
83       <ul data-role="listview" data-inset=true>
84         <li><a href="examples/utah/index.html" rel="external"><h3>Atlas Utah!</h3><p>implementation of Utah map cache viewer</p></a></li>
85         <li><a href="http://twheat.jquerygeo.com/" rel="external"><h3>Twheat !</h3><p>full implementation of our Twitter heat map demo</p></a></li>
86       </ul>
87
88       <h3 id="component-examples">component examples</h3>
89
90       <p>This last set of examples attempts to test various components of jQuery Geo in an insolated way.</p>
91
92       <ul data-role="listview" data-inset="true">
93         <li><a href="examples/simplest.html" rel="external">simplest</a></li>
94         <li><a href="examples/mobile.html" rel="external">mobile</a></li>
95         <li><a href="examples/proj.html" rel="external">proj</a></li>
96         <li><a href="examples/bbox.html" rel="external">bbox</a></li>
97         <li><a href="examples/center.html" rel="external">center, zoom, &amp; pixelSize options</a></li>
98         <li><a href="examples/static.html" rel="external">static mode</a></li>
99         <li><a href="examples/mode-zoom.html" rel="external">zoom mode</a></li>
100         <li><a href="examples/zoom.html" rel="external">zoom method</a></li>
101         <li><a href="examples/panscroll.html" rel="external">pannable &amp; scroll options</a></li>
102         <li><a href="examples/destroy.html" rel="external">destroy</a></li>
103         <li><a href="examples/tiledservices.html" rel="external">tiled services</a></li>
104         <li><a href="examples/shingled.html" rel="external">shingled (dynamic) services</a></li>
105         <li><a href="examples/stringsrc.html" rel="external">string service src</a></li>
106         <li><a href="examples/tilingScheme.html" rel="external">tilingScheme</a></li>
107         <li><a href="examples/opacity.html" rel="external">opacity &amp; toggle</a></li>
108         <li><a href="examples/events.html" rel="external">events</a></li>
109         <li><a href="examples/append.html" rel="external">append</a></li>
110         <li><a href="examples/shapeStyle.html" rel="external">shapeStyle</a></li>
111         <li><a href="examples/find.html" rel="external">find</a></li>
112         <li><a href="examples/remove.html" rel="external">remove</a></li>
113         <li><a href="examples/empty.html" rel="external">empty</a></li>
114         <li><a href="examples/draw.html" rel="external">draw</a></li>
115         <li><a href="examples/measure.html" rel="external">measure</a></li>
116         <li><a href="examples/drawStyle.html" rel="external">drawStyle</a></li>
117         <li><a href="examples/label.html" rel="external">label</a></li>
118         <li><a href="examples/geo-geometry.html" rel="external">geometry functions</a></li>
119       </ul>
120
121       <h2>internals</h2>
122
123       <p>Lastly, short of looking through the source code you can read a bit about the internal design decisions we made in the following section.</p>
124
125       <ul data-role="listview" data-inset=true>
126         <li><a href="internals/index.html">internals</a></li>
127       </ul>
128
129       <img src="images/bostonbuilt.png" alt="Boston Built badge"/>
130     </div>
131   </div> <!-- end of #container -->
132
133   <script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
134   <script src="http://code.jquerygeo.com/jquery.geo-1.0a4.min.js"></script>
135   <script src="js/script.js"></script>
136   <script src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js"></script>
137     
138   <script>
139     var _gaq = [['_setAccount', 'UA-26084853-1'], ['_trackPageview']];
140     (function (d, t) {
141       var g = d.createElement(t), s = d.getElementsByTagName(t)[0]; g.async = 1;
142       g.src = ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js';
143       s.parentNode.insertBefore(g, s);
144     } (document, 'script'));
145   </script>
146 </body>
147 </html>