Skip to content

Commit 997cca8

Browse files
committed
added existing examples to jsduck (with screenshots)
1 parent 9ba978e commit 997cca8

File tree

21 files changed

+147
-0
lines changed

21 files changed

+147
-0
lines changed

examples.json

+147
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
1+
[
2+
{
3+
"title": "Ungrouped Examples",
4+
"items": [
5+
{
6+
"name": "mappanel-with-actions",
7+
"title": "Action",
8+
"description": "A GeoExt.Action is created to insert an OpenLayers control in a toolbar as a button or in a menu as a menu item.",
9+
"url": "../../../examples/action/mappanel_with_actions.html",
10+
"icon": "../../../examples/action/thumb.png"
11+
},
12+
{
13+
"name": "simple-app",
14+
"title": "MVC Application",
15+
"description": "A simple complete MVC application example called CF (Cartography Framework).",
16+
"url": "../../../examples/app/simple/simple.html",
17+
"icon": "../../../examples/app/simple/thumb.png"
18+
},
19+
{
20+
"name": "geocoder",
21+
"title": "Geocoder",
22+
"description": "Creates a combo box that handles results from a geocoding service. By default it uses OSM Nominatim.",
23+
"url": "../../../examples/geocoder/geocoder.html",
24+
"icon": "../../../examples/geocoder/thumb.png"
25+
},
26+
{
27+
"name": "feature-grid",
28+
"title": "Freature Grid",
29+
"description": "An Ext.grid.Panel loaded with features read from a GeoJSON document.",
30+
"url": "../../../examples/grid/feature-grid.html",
31+
"icon": "../../../examples/grid/thumb.png"
32+
},
33+
{
34+
"name": "layer-opacity-slider",
35+
"title": "Layer Opacity Slider",
36+
"description": "The LayerOpacitySlider allows control of a layer opacity using an Ext.Slider.",
37+
"url": "../../../examples/layeropacityslider/layeropacityslider.html",
38+
"icon": "../../../examples/layeropacityslider/thumb.png"
39+
},
40+
{
41+
"name": "legend-panel",
42+
"title": "Legend Panel",
43+
"description": "Create a LegendPanel that is autopopulated with legends from a map that has already been created.",
44+
"url": "../../../examples/legendpanel/legendpanel.html",
45+
"icon": "../../../examples/legendpanel/thumb.png"
46+
},
47+
{
48+
"name": "map-panel",
49+
"title": "MapPanel",
50+
"description": "Create a simple GeoExt.panel.Map container for a map.",
51+
"url": "../../../examples/mappanel/mappanel.html",
52+
"icon": "../../../examples/mappanel/thumb.png"
53+
},
54+
{
55+
"name": "permalink",
56+
"title": "Permalink",
57+
"description": "Generate permalinks with the current map position and visible layers.",
58+
"url": "../../../examples/permalink/permalink.html",
59+
"icon": "../../../examples/permalink/thumb.png"
60+
},
61+
{
62+
"name": "popup",
63+
"title": "Popup",
64+
"description": "A popup is a specialized window that supports anchoring to a particular location in a MapPanel.",
65+
"url": "../../../examples/popup/popup.html",
66+
"icon": "../../../examples/popup/thumb.png"
67+
},
68+
{
69+
"name": "print-extent",
70+
"title": "Print Extent",
71+
"description": "Set the bounds of a printable PDF interactively with a dynamic print extent rectangle. It requires the MapFish or GeoServer print module.",
72+
"url": "../../../examples/printextent/print-extent.html",
73+
"icon": "../../../examples/printextent/thumb.png"
74+
},
75+
{
76+
"name": "print-form",
77+
"title": "Print Form",
78+
"description": "Set the bounds of a printable PDF interactively with a dynamic print extent rectangle. It requires the MapFish or GeoServer print module.",
79+
"url": "../../../examples/printform/print-form.html",
80+
"icon": "../../../examples/printform/thumb.png"
81+
},
82+
{
83+
"name": "print-page",
84+
"title": "Print Page",
85+
"description": "Create a printable PDF, using the MapFish or GeoServer print module.",
86+
"url": "../../../examples/printpage/print-page.html",
87+
"icon": "../../../examples/printpage/thumb.png"
88+
},
89+
{
90+
"name": "print-preview",
91+
"title": "Print Preview",
92+
"description": "How to create a printable PDF with GeoExt.data.MapfishPrintProvider and GeoExt.PrintMapPanel.",
93+
"url": "../../../examples/printpreview/print-preview.html",
94+
"icon": "../../../examples/printpreview/thumb.png"
95+
},
96+
{
97+
"name": "renderer",
98+
"title": "Renderer",
99+
"description": "The FeatureRenderer renderers arbitrary OpenLayers.Feature.Vector objects given a list of symbolizers.",
100+
"url": "../../../examples/renderer/renderer.html",
101+
"icon": "../../../examples/renderer/thumb.png"
102+
},
103+
{
104+
"name": "style-grid",
105+
"title": "Style Grid",
106+
"description": "The StyleReader populates a store with records representing rules of a Style or the entries of a ColorMap, so they can easily be shown in a grid.",
107+
"url": "../../../examples/stylegrid/style-grid.html",
108+
"icon": "../../../examples/stylegrid/thumb.png"
109+
},
110+
{
111+
"name": "layer-tree",
112+
"title": "Layer Tree",
113+
"description": "This example shows how to work with a layer tree.",
114+
"url": "../../../examples/tree/tree-legend.html",
115+
"icon": "../../../examples/tree/thumb.png"
116+
},
117+
{
118+
"name": "wfs-capabilities",
119+
"title": "WFS Capabilities",
120+
"description": "Load a grid with data from a WFS capabilities document.",
121+
"url": "../../../examples/wfscapabilities/wfscapabilities.html",
122+
"icon": "../../../examples/wfscapabilities/thumb.png"
123+
},
124+
{
125+
"name": "wms-capabilities",
126+
"title": "WMS Capabilities",
127+
"description": "Load a grid with data from a WMS capabilities document.",
128+
"url": "../../../examples/wmscapabilities/wmscapabilities.html",
129+
"icon": "../../../examples/wmscapabilities/thumb.png"
130+
},
131+
{
132+
"name": "zoom-chooser",
133+
"title": "Zoom Chooser",
134+
"description": "This example demonstrates the use of a GeoExt.data.ScaleStore to list the available zoom levels for a map.",
135+
"url": "../../../examples/zoomchooser/zoomchooser.html",
136+
"icon": "../../../examples/zoomchooser/thumb.png"
137+
},
138+
{
139+
"name": "zoom-slider",
140+
"title": "Zoom Slider",
141+
"description": "Allows control of the map scale using an Ext.slider.SingleSlider.",
142+
"url": "../../../examples/zoomslider/zoomslider.html",
143+
"icon": "../../../examples/zoomslider/thumb.png"
144+
}
145+
]
146+
}
147+
]

examples/action/thumb.png

11.4 KB
Loading

examples/app/simple/thumb.png

12.4 KB
Loading

examples/geocoder/thumb.png

10.2 KB
Loading

examples/grid/thumb.png

7.34 KB
Loading

examples/layeropacityslider/thumb.png

14.3 KB
Loading

examples/legendpanel/thumb.png

5.19 KB
Loading

examples/mappanel/thumb.png

14.3 KB
Loading

examples/permalink/thumb.png

5.2 KB
Loading

examples/popup/thumb.png

12.8 KB
Loading

examples/printextent/thumb.png

1.28 KB
Loading

examples/printform/thumb.png

1.87 KB
Loading

examples/printpage/thumb.png

1.85 KB
Loading

examples/printpreview/thumb.png

982 Bytes
Loading

examples/renderer/thumb.png

6.81 KB
Loading

examples/stylegrid/thumb.png

4.16 KB
Loading

examples/tree/thumb.png

2.18 KB
Loading

examples/wfscapabilities/thumb.png

2.54 KB
Loading

examples/wmscapabilities/thumb.png

8.99 KB
Loading

examples/zoomchooser/thumb.png

13.6 KB
Loading

examples/zoomslider/thumb.png

17.1 KB
Loading

0 commit comments

Comments
 (0)