Changeset 3702 for sandbox

Show
Ignore:
Timestamp:
12/08/10 20:25:33 (18 months ago)
Author:
cmoullet
Message:

Doc Build ith new theme

Location:
sandbox/cmoullet/2010_mapfish_workshop_fhnw/build
Files:
3 added
54 modified

Legend:

Unmodified
Added
Removed
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/.buildinfo

    r3670 r3702  
    11# Sphinx build info version 1 
    22# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. 
    3 config: ee2e8411f85692881e14da6bd104967c 
     3config: 6c4480b681548dd4df1624bdc81d8227 
    44tags: fbb0d17656682115ca4d033fb2f83ba1 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/_sources/agenda.txt

    r3698 r3702  
    33 
    44 * 09h00 - 09h45 Introduction to MapFish Framework 
    5  * 09h45 - 11h30 MapFish Workshop 
    6  * 11h30 - 12h00 GeoExt Workshop 
     5 * 09h45 - 12h00 MapFish Workshop 
     6 
     7 Lunch 
     8  
    79 * 13h00 - 14h30 GeoExt Workshop 
    8  * 14h30 - 15h00 GeoExt-MapFish Workshop 
     10 * 14h30 - 15h00 GeoExt & MapFish Workshop 
    911 * 15h00 - 15h45 GeoAdmin API Workshop 
    1012 * 15h45 - 16h00 Discussion 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/_sources/creating_application.txt

    r3699 r3702  
    8787tools acting on the map, and a layer tree for controlling the visibility of 
    8888layers. The map itself is composed of two `OpenStreetMap 
    89 <http://openstreetmap.org>`_ base layers (Mapnik and Tiles@Home). 
     89<http://www.openstreetmap.org>`_ base layers (Mapnik and Tiles@Home). 
    9090 
    9191The default user interface is provided to the application developer as an 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/_sources/dissect.txt

    r3699 r3702  
    150150 
    151151    Ext JS keeps a registry of available 
    152     `components <http://www.extjs.com/deploy/dev/docs/?class=Ext.Component>`_, 
     152    `components <http://dev.sencha.com/deploy/dev/docs/?class=Ext.Component>`_, 
    153153    called "xtypes". GeoExt adds its components to this registry. To make them 
    154154    distinguishable from others, their names start with the "gx\_" prefix. 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/_sources/geoext_basic.txt

    r3699 r3702  
    99`GeoExt <http://geoext.org/>`_ is a young, rapidly-developing library for 
    1010building rich, web-based GIS applications. The library is built upon 
    11 `Ext JS <http://extjs.com/>`_ and `OpenLayers <http://openlayers.org/>`_. The 
     11`Ext JS <http://www.sencha.com/>`_ and `OpenLayers <http://openlayers.org/>`_. The 
    1212former provides UI components for building web applications along with solid 
    1313underlying data components, the latter is the de-facto standard for dynamic web 
     
    1515 
    1616GeoExt provides mapping related UI components. It also unifies access to 
    17 information from `OGC <http://opengeospatial.org/>`_ services, OpenLayers 
     17information from `OGC <http://www.opengeospatial.org/>`_ services, OpenLayers 
    1818objects and arbitrary remote data sources. This allows for easy presentation of 
    1919geospatial information in a wide choice of widgets, ranging from combo boxes or 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/_sources/geoext_stores.txt

    r3699 r3702  
    55 
    66Module 2: WMS with Readers and Stores 
    7 ==================================== 
     7===================================== 
    88 
    99In GeoExt, map layers, features of vector layers and even the zoom levels 
    1010of a map are accessible like any remote Ext JS data source. Read by an 
    1111`Ext.data.DataReader 
    12 <http://www.extjs.com/deploy/dev/docs/?class=Ext.data.DataReader>`_, 
     12<http://dev.sencha.com/deploy/dev/docs/?class=Ext.data.DataReader>`_, 
    1313data records are made available to an `Ext.data.Store 
    14 <http://www.extjs.com/deploy/dev/docs/?class=Ext.data.Store>`_. Depending on 
     14<http://dev.sencha.com/deploy/dev/docs/?class=Ext.data.Store>`_. Depending on 
    1515the Reader used, not only OpenLayers objects, but also remote OGC services 
    1616can be accessed. 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/_sources/index.txt

    r3698 r3702  
    44   contain the root `toctree` directive. 
    55 
    6 Welcome to 2010 FHNW Training's documentation! 
    7 ============================================== 
    8  
    9 Contents: 
     6Welcome to 2010 MapFish Training 
     7================================ 
    108 
    119.. toctree:: 
     
    1917   api 
    2018 
     19General information 
     20=================== 
     21 
     22Training provided on 15.12.2010, FHNW, Muttenz 
     23 
     24Lecturer: Cedric Moullet, Head of Swiss Federal Spatial Infrastructure, Swisstopo 
     25 
     26Organizer: Hans-Jorg Stark, Professor, FHNW 
     27 
    2128Indices and tables 
    2229================== 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/_sources/introduction.txt

    r3671 r3702  
    5757.. note:: 
    5858 
    59    MapFish is cartographic server agnostic. It can be used with `MapServer <http://www.mapserver.org>`_, `GeoServer <http://www.geoserver.org>`_, `MapGuide <http://www.mapguide.org>`_ 
     59   MapFish is cartographic server agnostic. It can be used with `MapServer <http://www.mapserver.org>`_, `GeoServer <http://www.geoserver.org>`_, `MapGuide <http://mapguide.osgeo.org>`_ 
    6060   or whatever cartographic server that is able to communicate with open protocols like WMS or WFS. 
    6161 
     
    6969 * `GeoExt <http://www.geoext.org>`_: GeoExt is a JavaScript library providing the groundwork for creating web-mapping applications based on OpenLayers and ExtJS. 
    7070 * `OpenLayers <http://www.openlayers.org>`_: OpenLayers makes it easy to put a dynamic map in any web page. It can display map tiles and markers loaded from any source. 
    71  * `ExtJS <http://extjs.com/>`_: Ext JS is a cross-browser JavaScript library for building rich internet applications. 
     71 * `ExtJS <http://www.sencha.com/>`_: Ext JS is a cross-browser JavaScript library for building rich internet applications. 
    7272 
    7373Server side: 
     
    9191^^^^^ 
    9292 
    93 Ext JS is a cross-browser JavaScript library for building rich internet applications. It provides a `very large list of UI components <http://www.extjs.com/deploy/dev/examples/samples.html>`_. 
     93Ext JS is a cross-browser JavaScript library for building rich internet applications. It provides a `very large list of UI components <http://dev.sencha.com/deploy/dev/examples/>`_. 
    9494 
    9595.. note:: 
    9696 
    97    In order to play with ExtJS, it is needed to reference the ExtJS library and the associated css. For simplicity, we have prepared an accessible build with `CacheFly <http://extjs.com/products/extjs/build/index.php>`_. 
     97   In order to play with ExtJS, it is needed to reference the ExtJS library and the associated css. For simplicity, we have prepared an accessible build with `CacheFly <http://www.sencha.com/products/js/build/index.php>`_. 
    9898 
    9999   Then, simply add the following code in the html page: 
     
    143143:::::::::::: 
    144144 
    145 The Viewport renders itself to the document body, and automatically sizes itself to the size of the browser viewport and manages window resizing. There may only be one Viewport created in a page. Let's have a look at the configuration of a `viewport <http://www.extjs.com/deploy/dev/docs/?class=Ext.Viewport>`_: 
     145The Viewport renders itself to the document body, and automatically sizes itself to the size of the browser viewport and manages window resizing. There may only be one Viewport created in a page. Let's have a look at the configuration of a `viewport <http://dev.sencha.com/deploy/dev/docs/?class=Ext.Viewport>`_: 
    146146 
    147147To test: :download:`extjs_viewport.html <_static/extjs_viewport.html>` 
     
    242242:::::::::::::::::: 
    243243 
    244 `Globe application <http://map.globe.admin.ch>`_ uses a `grid panel <http://extjs.com/deploy/dev/docs/?class=Ext.grid.GridPanel>`_: 
     244`Globe application <http://map.globe.admin.ch>`_ uses a `grid panel <http://dev.sencha.com/deploy/dev/docs/?class=Ext.grid.GridPanel>`_: 
    245245 
    246246 .. image:: _static/mapfish_globe.png 
     
    266266::: 
    267267 
    268 Instances of `OpenLayers.Map <http://dev.openlayers.org/releases/OpenLayers-2.7/doc/apidocs/files/OpenLayers/Map-js.html>`_ are interactive maps embedded in a web page. 
     268Instances of `OpenLayers.Map <http://dev.openlayers.org/releases/OpenLayers-2.9/doc/apidocs/files/OpenLayers/Map-js.html>`_ are interactive maps embedded in a web page. 
    269269 
    270270To test: :download:`openlayers_map.html <_static/openlayers_map.html>` 
     
    312312::::::::::::::: 
    313313 
    314 `Editing Toolbar <http://dev.openlayers.org/releases/OpenLayers-2.7/doc/apidocs/_staticOpenLayers/Control/EditingToolbar-js.html>`_ 
     314`Editing Toolbar <http://dev.openlayers.org/releases/OpenLayers-2.9/doc/apidocs/files/OpenLayers/Control/EditingToolbar-js.html>`_ 
    315315 
    316316To test: :download:`openlayers_editing_toolbar.html <_static/openlayers_editing_toolbar.html>` 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/_sources/map.txt

    r3699 r3702  
    66In GeoExt, following the conventions of the underlying Ext JS framework, a map 
    77is wrapped into an 
    8 `Ext.Panel <http://www.extjs.com/deploy/dev/docs/?class=Ext.Panel>`_. The map is an 
     8`Ext.Panel <http://dev.sencha.com/deploy/dev/docs/?class=Ext.Panel>`_. The map is an 
    99`OpenLayers.Map <http://dev.openlayers.org/apidocs/files/OpenLayers/Map-js.html>`_ 
    1010object. 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/_sources/map1.txt

    r3699 r3702  
    167167``grid.getSelectionModel()``. Since we did not explicitly configure a selection 
    168168model, our grid automatically instantiated an `Ext.grid.RowSelectionModel 
    169 <http://www.extjs.com/deploy/dev/docs/?class=Ext.grid.RowSelectionModel>`_. 
     169<http://dev.sencha.com/deploy/dev/docs/?class=Ext.grid.RowSelectionModel>`_. 
    170170This model provides a method called ``each``, which we can use to walk through 
    171171the selected rows. Conveniently, this function gets called with the record of a 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/_sources/resources.txt

    r3699 r3702  
    2222OpenLayers before.  
    2323 
    24  * http://www.extjs.com/deploy/dev/examples/ 
     24 * http://dev.sencha.com/deploy/dev/examples/ 
    2525 * http://openlayers.org/dev/examples/ 
    2626 
     
    4848further reference. The root of these can be found here: 
    4949 
    50  * http://www.extjs.com/deploy/dev/docs/ 
     50 * http://dev.sencha.com/deploy/dev/docs/ 
    5151 * http://dev.openlayers.org/apidocs/files/OpenLayers-js.html 
    5252 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/_sources/scales.txt

    r3699 r3702  
    7474`````````````````````````` 
    7575The `Ext.form.ComboBox 
    76 <http://www.extjs.com/deploy/dev/docs/?class=Ext.form.ComboBox>`_ works 
     76<http://dev.sencha.com/deploy/dev/docs/?class=Ext.form.ComboBox>`_ works 
    7777similar to the grid: 
    7878 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/_sources/tree.txt

    r3699 r3702  
    55 
    66With the `Ext.tree.TreePanel 
    7 <http://www.extjs.com/deploy/dev/docs/?class=Ext.tree.TreePanel>`_ and its 
     7<http://dev.sencha.com/deploy/dev/docs/?class=Ext.tree.TreePanel>`_ and its 
    88tree nodes, Ext JS provides a powerful tool to work with hierarchical 
    99information. While Ext JS trees cannot be populated from stores, GeoExt 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/agenda.html

    r3698 r3702  
    88    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    99     
    10     <title>Agenda &mdash; 2010 FHNW Training v1.0 documentation</title> 
    11     <link rel="stylesheet" href="_static/default.css" type="text/css" /> 
     10    <title>Agenda &mdash; 2010 MapFish Training v1.0 documentation</title> 
     11    <link rel="stylesheet" href="_static/agogo.css" type="text/css" /> 
    1212    <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 
    1313    <script type="text/javascript"> 
     
    2323    <script type="text/javascript" src="_static/underscore.js"></script> 
    2424    <script type="text/javascript" src="_static/doctools.js"></script> 
    25     <link rel="top" title="2010 FHNW Training v1.0 documentation" href="index.html" /> 
     25    <link rel="top" title="2010 MapFish Training v1.0 documentation" href="index.html" /> 
    2626    <link rel="next" title="Introduction" href="introduction.html" /> 
    27     <link rel="prev" title="Welcome to 2010 FHNW Training’s documentation!" href="index.html" />  
     27    <link rel="prev" title="Welcome to 2010 MapFish Training" href="index.html" />  
    2828  </head> 
    2929  <body> 
    30     <div class="related"> 
    31       <h3>Navigation</h3> 
    32       <ul> 
    33         <li class="right" style="margin-right: 10px"> 
     30    <div class="header-wrapper"> 
     31      <div class="header"> 
     32        <h1><a href="index.html">2010 MapFish Training v1.0 documentation</a></h1> 
     33        <div class="rel"> 
     34          <a href="index.html" title="Welcome to 2010 MapFish Training" 
     35             accesskey="P">previous</a> | 
     36          <a href="introduction.html" title="Introduction" 
     37             accesskey="N">next</a> | 
     38          <a href="py-modindex.html" title="Python Module Index" 
     39             >modules</a> | 
    3440          <a href="genindex.html" title="General Index" 
    35              accesskey="I">index</a></li> 
    36         <li class="right" > 
    37           <a href="py-modindex.html" title="Python Module Index" 
    38              >modules</a> |</li> 
    39         <li class="right" > 
    40           <a href="introduction.html" title="Introduction" 
    41              accesskey="N">next</a> |</li> 
    42         <li class="right" > 
    43           <a href="index.html" title="Welcome to 2010 FHNW Training’s documentation!" 
    44              accesskey="P">previous</a> |</li> 
    45         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li>  
    46       </ul> 
    47     </div>   
     41             accesskey="I">index</a> 
     42        </div> 
     43       </div> 
     44    </div> 
    4845 
    49     <div class="document"> 
     46    <div class="content-wrapper"> 
     47      <div class="content"> 
     48        <div class="document"> 
     49             
    5050      <div class="documentwrapper"> 
    5151        <div class="bodywrapper"> 
     
    5757<ul class="simple"> 
    5858<li>09h00 - 09h45 Introduction to MapFish Framework</li> 
    59 <li>09h45 - 11h30 MapFish Workshop</li> 
    60 <li>11h30 - 12h00 GeoExt Workshop</li> 
     59<li>09h45 - 12h00 MapFish Workshop</li> 
     60</ul> 
     61<p>Lunch</p> 
     62<ul class="simple"> 
    6163<li>13h00 - 14h30 GeoExt Workshop</li> 
    62 <li>14h30 - 15h00 GeoExt-MapFish Workshop</li> 
     64<li>14h30 - 15h00 GeoExt &amp; MapFish Workshop</li> 
    6365<li>15h00 - 15h45 GeoAdmin API Workshop</li> 
    6466<li>15h45 - 16h00 Discussion</li> 
     
    7173        </div> 
    7274      </div> 
    73       <div class="sphinxsidebar"> 
    74         <div class="sphinxsidebarwrapper"> 
    75   <h4>Previous topic</h4> 
    76   <p class="topless"><a href="index.html" 
    77                         title="previous chapter">Welcome to 2010 FHNW Training&#8217;s documentation!</a></p> 
    78   <h4>Next topic</h4> 
    79   <p class="topless"><a href="introduction.html" 
    80                         title="next chapter">Introduction</a></p> 
    81   <h3>This Page</h3> 
    82   <ul class="this-page-menu"> 
    83     <li><a href="_sources/agenda.txt" 
    84            rel="nofollow">Show Source</a></li> 
    85   </ul> 
    86 <div id="searchbox" style="display: none"> 
    87   <h3>Quick search</h3> 
    88     <form class="search" action="search.html" method="get"> 
    89       <input type="text" name="q" size="18" /> 
    90       <input type="submit" value="Go" /> 
    91       <input type="hidden" name="check_keywords" value="yes" /> 
    92       <input type="hidden" name="area" value="default" /> 
    93     </form> 
    94     <p class="searchtip" style="font-size: 90%"> 
    95     Enter search terms or a module, class or function name. 
    96     </p> 
    97 </div> 
    98 <script type="text/javascript">$('#searchbox').show(0);</script> 
    9975        </div> 
     76        <div class="sidebar"> 
     77          <h3>Table Of Contents</h3> 
     78          <ul class="current"> 
     79<li class="toctree-l1 current"><a class="current reference internal" href="">Agenda</a></li> 
     80<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li> 
     81<li class="toctree-l1"><a class="reference internal" href="mapfish.html">MapFish Workshop</a></li> 
     82<li class="toctree-l1"><a class="reference internal" href="geoext.html">GeoExt Workshop</a></li> 
     83<li class="toctree-l1"><a class="reference internal" href="mapfish_geoext.html">MapFish-Geoext Workshop</a></li> 
     84<li class="toctree-l1"><a class="reference internal" href="api.html">GeoAdmin API Workshop</a></li> 
     85</ul> 
     86 
     87          <h3 style="margin-top: 1.5em;">Search</h3> 
     88          <form class="search" action="search.html" method="get"> 
     89            <input type="text" name="q" size="18" /> 
     90            <input type="submit" value="Go" /> 
     91            <input type="hidden" name="check_keywords" value="yes" /> 
     92            <input type="hidden" name="area" value="default" /> 
     93          </form> 
     94          <p class="searchtip" style="font-size: 90%"> 
     95            Enter search terms or a module, class or function name. 
     96          </p> 
     97        </div> 
     98        <div class="clearer"></div> 
    10099      </div> 
    101       <div class="clearer"></div> 
    102100    </div> 
    103     <div class="related"> 
    104       <h3>Navigation</h3> 
    105       <ul> 
    106         <li class="right" style="margin-right: 10px"> 
     101 
     102    <div class="footer-wrapper"> 
     103      <div class="footer"> 
     104        <div class="left"> 
     105          <a href="index.html" title="Welcome to 2010 MapFish Training" 
     106             >previous</a> | 
     107          <a href="introduction.html" title="Introduction" 
     108             >next</a> | 
     109          <a href="py-modindex.html" title="Python Module Index" 
     110             >modules</a> | 
    107111          <a href="genindex.html" title="General Index" 
    108              >index</a></li> 
    109         <li class="right" > 
    110           <a href="py-modindex.html" title="Python Module Index" 
    111              >modules</a> |</li> 
    112         <li class="right" > 
    113           <a href="introduction.html" title="Introduction" 
    114              >next</a> |</li> 
    115         <li class="right" > 
    116           <a href="index.html" title="Welcome to 2010 FHNW Training’s documentation!" 
    117              >previous</a> |</li> 
    118         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li>  
    119       </ul> 
    120     </div> 
     112             >index</a> 
     113            <br/> 
     114            <a href="_sources/agenda.txt" 
     115               rel="nofollow">Show Source</a> 
     116        </div> 
     117 
     118        <div class="right"> 
     119           
    121120    <div class="footer"> 
    122         &copy; Copyright 2010, C.Moullet. 
     121        &copy; Copyright 2010, Cedric Moullet. 
    123122      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.5. 
    124123    </div> 
     124        </div> 
     125        <div class="clearer"></div> 
     126      </div> 
     127    </div> 
     128 
    125129  </body> 
    126130</html> 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/api.html

    r3698 r3702  
    88    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    99     
    10     <title>GeoAdmin API Workshop &mdash; 2010 FHNW Training v1.0 documentation</title> 
    11     <link rel="stylesheet" href="_static/default.css" type="text/css" /> 
     10    <title>GeoAdmin API Workshop &mdash; 2010 MapFish Training v1.0 documentation</title> 
     11    <link rel="stylesheet" href="_static/agogo.css" type="text/css" /> 
    1212    <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 
    1313    <script type="text/javascript"> 
     
    2323    <script type="text/javascript" src="_static/underscore.js"></script> 
    2424    <script type="text/javascript" src="_static/doctools.js"></script> 
    25     <link rel="top" title="2010 FHNW Training v1.0 documentation" href="index.html" /> 
     25    <link rel="top" title="2010 MapFish Training v1.0 documentation" href="index.html" /> 
    2626    <link rel="prev" title="MapFish-Geoext Workshop" href="mapfish_geoext.html" />  
    2727  </head> 
    2828  <body> 
    29     <div class="related"> 
    30       <h3>Navigation</h3> 
    31       <ul> 
    32         <li class="right" style="margin-right: 10px"> 
     29    <div class="header-wrapper"> 
     30      <div class="header"> 
     31        <h1><a href="index.html">2010 MapFish Training v1.0 documentation</a></h1> 
     32        <div class="rel"> 
     33          <a href="mapfish_geoext.html" title="MapFish-Geoext Workshop" 
     34             accesskey="P">previous</a> | 
     35          <a href="py-modindex.html" title="Python Module Index" 
     36             >modules</a> | 
    3337          <a href="genindex.html" title="General Index" 
    34              accesskey="I">index</a></li> 
    35         <li class="right" > 
    36           <a href="py-modindex.html" title="Python Module Index" 
    37              >modules</a> |</li> 
    38         <li class="right" > 
    39           <a href="mapfish_geoext.html" title="MapFish-Geoext Workshop" 
    40              accesskey="P">previous</a> |</li> 
    41         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li>  
    42       </ul> 
    43     </div>   
     38             accesskey="I">index</a> 
     39        </div> 
     40       </div> 
     41    </div> 
    4442 
    45     <div class="document"> 
     43    <div class="content-wrapper"> 
     44      <div class="content"> 
     45        <div class="document"> 
     46             
    4647      <div class="documentwrapper"> 
    4748        <div class="bodywrapper"> 
     
    6566        </div> 
    6667      </div> 
    67       <div class="sphinxsidebar"> 
    68         <div class="sphinxsidebarwrapper"> 
    69   <h4>Previous topic</h4> 
    70   <p class="topless"><a href="mapfish_geoext.html" 
    71                         title="previous chapter">MapFish-Geoext Workshop</a></p> 
    72   <h3>This Page</h3> 
    73   <ul class="this-page-menu"> 
    74     <li><a href="_sources/api.txt" 
    75            rel="nofollow">Show Source</a></li> 
    76   </ul> 
    77 <div id="searchbox" style="display: none"> 
    78   <h3>Quick search</h3> 
    79     <form class="search" action="search.html" method="get"> 
    80       <input type="text" name="q" size="18" /> 
    81       <input type="submit" value="Go" /> 
    82       <input type="hidden" name="check_keywords" value="yes" /> 
    83       <input type="hidden" name="area" value="default" /> 
    84     </form> 
    85     <p class="searchtip" style="font-size: 90%"> 
    86     Enter search terms or a module, class or function name. 
    87     </p> 
    88 </div> 
    89 <script type="text/javascript">$('#searchbox').show(0);</script> 
    9068        </div> 
     69        <div class="sidebar"> 
     70          <h3>Table Of Contents</h3> 
     71          <ul class="current"> 
     72<li class="toctree-l1"><a class="reference internal" href="agenda.html">Agenda</a></li> 
     73<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li> 
     74<li class="toctree-l1"><a class="reference internal" href="mapfish.html">MapFish Workshop</a></li> 
     75<li class="toctree-l1"><a class="reference internal" href="geoext.html">GeoExt Workshop</a></li> 
     76<li class="toctree-l1"><a class="reference internal" href="mapfish_geoext.html">MapFish-Geoext Workshop</a></li> 
     77<li class="toctree-l1 current"><a class="current reference internal" href="">GeoAdmin API Workshop</a></li> 
     78</ul> 
     79 
     80          <h3 style="margin-top: 1.5em;">Search</h3> 
     81          <form class="search" action="search.html" method="get"> 
     82            <input type="text" name="q" size="18" /> 
     83            <input type="submit" value="Go" /> 
     84            <input type="hidden" name="check_keywords" value="yes" /> 
     85            <input type="hidden" name="area" value="default" /> 
     86          </form> 
     87          <p class="searchtip" style="font-size: 90%"> 
     88            Enter search terms or a module, class or function name. 
     89          </p> 
     90        </div> 
     91        <div class="clearer"></div> 
    9192      </div> 
    92       <div class="clearer"></div> 
    9393    </div> 
    94     <div class="related"> 
    95       <h3>Navigation</h3> 
    96       <ul> 
    97         <li class="right" style="margin-right: 10px"> 
     94 
     95    <div class="footer-wrapper"> 
     96      <div class="footer"> 
     97        <div class="left"> 
     98          <a href="mapfish_geoext.html" title="MapFish-Geoext Workshop" 
     99             >previous</a> | 
     100          <a href="py-modindex.html" title="Python Module Index" 
     101             >modules</a> | 
    98102          <a href="genindex.html" title="General Index" 
    99              >index</a></li> 
    100         <li class="right" > 
    101           <a href="py-modindex.html" title="Python Module Index" 
    102              >modules</a> |</li> 
    103         <li class="right" > 
    104           <a href="mapfish_geoext.html" title="MapFish-Geoext Workshop" 
    105              >previous</a> |</li> 
    106         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li>  
    107       </ul> 
    108     </div> 
     103             >index</a> 
     104            <br/> 
     105            <a href="_sources/api.txt" 
     106               rel="nofollow">Show Source</a> 
     107        </div> 
     108 
     109        <div class="right"> 
     110           
    109111    <div class="footer"> 
    110         &copy; Copyright 2010, C.Moullet. 
     112        &copy; Copyright 2010, Cedric Moullet. 
    111113      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.5. 
    112114    </div> 
     115        </div> 
     116        <div class="clearer"></div> 
     117      </div> 
     118    </div> 
     119 
    113120  </body> 
    114121</html> 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/building_javascript.html

    r3699 r3702  
    88    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    99     
    10     <title>Module 4 - Building JavaScript &mdash; 2010 FHNW Training v1.0 documentation</title> 
    11     <link rel="stylesheet" href="_static/default.css" type="text/css" /> 
     10    <title>Module 4 - Building JavaScript &mdash; 2010 MapFish Training v1.0 documentation</title> 
     11    <link rel="stylesheet" href="_static/agogo.css" type="text/css" /> 
    1212    <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 
    1313    <script type="text/javascript"> 
     
    2323    <script type="text/javascript" src="_static/underscore.js"></script> 
    2424    <script type="text/javascript" src="_static/doctools.js"></script> 
    25     <link rel="top" title="2010 FHNW Training v1.0 documentation" href="index.html" /> 
    26     <link rel="up" title="MapFish" href="mapfish.html" /> 
    27     <link rel="next" title="GeoExt" href="geoext.html" /> 
     25    <link rel="top" title="2010 MapFish Training v1.0 documentation" href="index.html" /> 
     26    <link rel="up" title="MapFish Workshop" href="mapfish.html" /> 
     27    <link rel="next" title="Module 5 - Creating Web Services" href="creating_webservice.html" /> 
    2828    <link rel="prev" title="Module 3 - Customizing the Application" href="customizing_application.html" />  
    2929  </head> 
    3030  <body> 
    31     <div class="related"> 
    32       <h3>Navigation</h3> 
    33       <ul> 
    34         <li class="right" style="margin-right: 10px"> 
     31    <div class="header-wrapper"> 
     32      <div class="header"> 
     33        <h1><a href="index.html">2010 MapFish Training v1.0 documentation</a></h1> 
     34        <div class="rel"> 
     35          <a href="customizing_application.html" title="Module 3 - Customizing the Application" 
     36             accesskey="P">previous</a> | 
     37          <a href="creating_webservice.html" title="Module 5 - Creating Web Services" 
     38             accesskey="N">next</a> | 
     39          <a href="py-modindex.html" title="Python Module Index" 
     40             >modules</a> | 
    3541          <a href="genindex.html" title="General Index" 
    36              accesskey="I">index</a></li> 
    37         <li class="right" > 
    38           <a href="geoext.html" title="GeoExt" 
    39              accesskey="N">next</a> |</li> 
    40         <li class="right" > 
    41           <a href="customizing_application.html" title="Module 3 - Customizing the Application" 
    42              accesskey="P">previous</a> |</li> 
    43         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    44           <li><a href="mapfish.html" accesskey="U">MapFish</a> &raquo;</li>  
    45       </ul> 
    46     </div>   
    47  
    48     <div class="document"> 
     42             accesskey="I">index</a> 
     43        </div> 
     44       </div> 
     45    </div> 
     46 
     47    <div class="content-wrapper"> 
     48      <div class="content"> 
     49        <div class="document"> 
     50             
    4951      <div class="documentwrapper"> 
    5052        <div class="bodywrapper"> 
     
    206208        </div> 
    207209      </div> 
    208       <div class="sphinxsidebar"> 
    209         <div class="sphinxsidebarwrapper"> 
    210   <h3><a href="index.html">Table Of Contents</a></h3> 
    211   <ul> 
    212 <li><a class="reference internal" href="#">Module 4 - Building JavaScript</a><ul> 
    213 <li><a class="reference internal" href="#installation">Installation</a></li> 
    214 <li><a class="reference internal" href="#creating-build-profile">Creating Build Profile</a></li> 
    215 <li><a class="reference internal" href="#building">Building</a></li> 
     210        </div> 
     211        <div class="sidebar"> 
     212          <h3>Table Of Contents</h3> 
     213          <ul class="current"> 
     214<li class="toctree-l1"><a class="reference internal" href="agenda.html">Agenda</a></li> 
     215<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li> 
     216<li class="toctree-l1 current"><a class="reference internal" href="mapfish.html">MapFish Workshop</a><ul class="current"> 
     217<li class="toctree-l2"><a class="reference internal" href="getting_started.html">Module 1 - Getting Started</a></li> 
     218<li class="toctree-l2"><a class="reference internal" href="creating_application.html">Module 2 - Creating Application</a></li> 
     219<li class="toctree-l2"><a class="reference internal" href="customizing_application.html">Module 3 - Customizing the Application</a></li> 
     220<li class="toctree-l2 current"><a class="current reference internal" href="">Module 4 - Building JavaScript</a></li> 
     221<li class="toctree-l2"><a class="reference internal" href="creating_webservice.html">Module 5 - Creating Web Services</a></li> 
     222<li class="toctree-l2"><a class="reference internal" href="customizing_webservice.html">Module 6 - Customizing the web service</a></li> 
    216223</ul> 
    217224</li> 
     225<li class="toctree-l1"><a class="reference internal" href="geoext.html">GeoExt Workshop</a></li> 
     226<li class="toctree-l1"><a class="reference internal" href="mapfish_geoext.html">MapFish-Geoext Workshop</a></li> 
     227<li class="toctree-l1"><a class="reference internal" href="api.html">GeoAdmin API Workshop</a></li> 
    218228</ul> 
    219229 
    220   <h4>Previous topic</h4> 
    221   <p class="topless"><a href="customizing_application.html" 
    222                         title="previous chapter">Module 3 - Customizing the Application</a></p> 
    223   <h4>Next topic</h4> 
    224   <p class="topless"><a href="geoext.html" 
    225                         title="next chapter">GeoExt</a></p> 
    226   <h3>This Page</h3> 
    227   <ul class="this-page-menu"> 
    228     <li><a href="_sources/building_javascript.txt" 
    229            rel="nofollow">Show Source</a></li> 
    230   </ul> 
    231 <div id="searchbox" style="display: none"> 
    232   <h3>Quick search</h3> 
    233     <form class="search" action="search.html" method="get"> 
    234       <input type="text" name="q" size="18" /> 
    235       <input type="submit" value="Go" /> 
    236       <input type="hidden" name="check_keywords" value="yes" /> 
    237       <input type="hidden" name="area" value="default" /> 
    238     </form> 
    239     <p class="searchtip" style="font-size: 90%"> 
    240     Enter search terms or a module, class or function name. 
    241     </p> 
    242 </div> 
    243 <script type="text/javascript">$('#searchbox').show(0);</script> 
    244         </div> 
     230          <h3 style="margin-top: 1.5em;">Search</h3> 
     231          <form class="search" action="search.html" method="get"> 
     232            <input type="text" name="q" size="18" /> 
     233            <input type="submit" value="Go" /> 
     234            <input type="hidden" name="check_keywords" value="yes" /> 
     235            <input type="hidden" name="area" value="default" /> 
     236          </form> 
     237          <p class="searchtip" style="font-size: 90%"> 
     238            Enter search terms or a module, class or function name. 
     239          </p> 
     240        </div> 
     241        <div class="clearer"></div> 
    245242      </div> 
    246       <div class="clearer"></div> 
    247     </div> 
    248     <div class="related"> 
    249       <h3>Navigation</h3> 
    250       <ul> 
    251         <li class="right" style="margin-right: 10px"> 
     243    </div> 
     244 
     245    <div class="footer-wrapper"> 
     246      <div class="footer"> 
     247        <div class="left"> 
     248          <a href="customizing_application.html" title="Module 3 - Customizing the Application" 
     249             >previous</a> | 
     250          <a href="creating_webservice.html" title="Module 5 - Creating Web Services" 
     251             >next</a> | 
     252          <a href="py-modindex.html" title="Python Module Index" 
     253             >modules</a> | 
    252254          <a href="genindex.html" title="General Index" 
    253              >index</a></li> 
    254         <li class="right" > 
    255           <a href="geoext.html" title="GeoExt" 
    256              >next</a> |</li> 
    257         <li class="right" > 
    258           <a href="customizing_application.html" title="Module 3 - Customizing the Application" 
    259              >previous</a> |</li> 
    260         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    261           <li><a href="mapfish.html" >MapFish</a> &raquo;</li>  
    262       </ul> 
    263     </div> 
     255             >index</a> 
     256            <br/> 
     257            <a href="_sources/building_javascript.txt" 
     258               rel="nofollow">Show Source</a> 
     259        </div> 
     260 
     261        <div class="right"> 
     262           
    264263    <div class="footer"> 
    265         &copy; Copyright 2010, C.Moullet. 
     264        &copy; Copyright 2010, Cedric Moullet. 
    266265      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.5. 
    267266    </div> 
     267        </div> 
     268        <div class="clearer"></div> 
     269      </div> 
     270    </div> 
     271 
    268272  </body> 
    269273</html> 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/capabilities.html

    r3699 r3702  
    88    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    99     
    10     <title>Creating a Grid View of WMS Capabilities &mdash; 2010 FHNW Training v1.0 documentation</title> 
    11     <link rel="stylesheet" href="_static/default.css" type="text/css" /> 
     10    <title>Creating a Grid View of WMS Capabilities &mdash; 2010 MapFish Training v1.0 documentation</title> 
     11    <link rel="stylesheet" href="_static/agogo.css" type="text/css" /> 
    1212    <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 
    1313    <script type="text/javascript"> 
     
    2323    <script type="text/javascript" src="_static/underscore.js"></script> 
    2424    <script type="text/javascript" src="_static/doctools.js"></script> 
    25     <link rel="top" title="2010 FHNW Training v1.0 documentation" href="index.html" /> 
     25    <link rel="top" title="2010 MapFish Training v1.0 documentation" href="index.html" /> 
    2626    <link rel="up" title="Module 2: WMS with Readers and Stores" href="geoext_stores.html" /> 
    2727    <link rel="next" title="Creating a Map Panel that We Can Add Layers From the Grid To" href="map1.html" /> 
     
    2929  </head> 
    3030  <body> 
    31     <div class="related"> 
    32       <h3>Navigation</h3> 
    33       <ul> 
    34         <li class="right" style="margin-right: 10px"> 
     31    <div class="header-wrapper"> 
     32      <div class="header"> 
     33        <h1><a href="index.html">2010 MapFish Training v1.0 documentation</a></h1> 
     34        <div class="rel"> 
     35          <a href="geoext_stores.html" title="Module 2: WMS with Readers and Stores" 
     36             accesskey="P">previous</a> | 
     37          <a href="map1.html" title="Creating a Map Panel that We Can Add Layers From the Grid To" 
     38             accesskey="N">next</a> | 
     39          <a href="py-modindex.html" title="Python Module Index" 
     40             >modules</a> | 
    3541          <a href="genindex.html" title="General Index" 
    36              accesskey="I">index</a></li> 
    37         <li class="right" > 
    38           <a href="py-modindex.html" title="Python Module Index" 
    39              >modules</a> |</li> 
    40         <li class="right" > 
    41           <a href="map1.html" title="Creating a Map Panel that We Can Add Layers From the Grid To" 
    42              accesskey="N">next</a> |</li> 
    43         <li class="right" > 
    44           <a href="geoext_stores.html" title="Module 2: WMS with Readers and Stores" 
    45              accesskey="P">previous</a> |</li> 
    46         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    47           <li><a href="geoext.html" >GeoExt Workshop</a> &raquo;</li> 
    48           <li><a href="geoext_stores.html" accesskey="U">Module 2: WMS with Readers and Stores</a> &raquo;</li>  
    49       </ul> 
    50     </div>   
    51  
    52     <div class="document"> 
     42             accesskey="I">index</a> 
     43        </div> 
     44       </div> 
     45    </div> 
     46 
     47    <div class="content-wrapper"> 
     48      <div class="content"> 
     49        <div class="document"> 
     50             
    5351      <div class="documentwrapper"> 
    5452        <div class="bodywrapper"> 
     
    261259        </div> 
    262260      </div> 
    263       <div class="sphinxsidebar"> 
    264         <div class="sphinxsidebarwrapper"> 
    265   <h3><a href="index.html">Table Of Contents</a></h3> 
    266   <ul> 
    267 <li><a class="reference internal" href="#">Creating a Grid View of WMS Capabilities</a><ul> 
    268 <li><a class="reference internal" href="#configuring-a-grid-view">Configuring a Grid View</a></li> 
    269 <li><a class="reference internal" href="#populating-the-grid-with-data-from-a-geoext-data-wmscapabilitiesstore">Populating the Grid with Data from a GeoExt.data.WMSCapabilitiesStore</a></li> 
    270 <li><a class="reference internal" href="#what-else">What Else?</a></li> 
     261        </div> 
     262        <div class="sidebar"> 
     263          <h3>Table Of Contents</h3> 
     264          <ul> 
     265<li class="toctree-l1"><a class="reference internal" href="agenda.html">Agenda</a></li> 
     266<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li> 
     267<li class="toctree-l1"><a class="reference internal" href="mapfish.html">MapFish Workshop</a></li> 
     268<li class="toctree-l1"><a class="reference internal" href="geoext.html">GeoExt Workshop</a></li> 
     269<li class="toctree-l1"><a class="reference internal" href="mapfish_geoext.html">MapFish-Geoext Workshop</a></li> 
     270<li class="toctree-l1"><a class="reference internal" href="api.html">GeoAdmin API Workshop</a></li> 
    271271</ul> 
    272 </li> 
    273 </ul> 
    274  
    275   <h4>Previous topic</h4> 
    276   <p class="topless"><a href="geoext_stores.html" 
    277                         title="previous chapter">Module 2: WMS with Readers and Stores</a></p> 
    278   <h4>Next topic</h4> 
    279   <p class="topless"><a href="map1.html" 
    280                         title="next chapter">Creating a Map Panel that We Can Add Layers From the Grid To</a></p> 
    281   <h3>This Page</h3> 
    282   <ul class="this-page-menu"> 
    283     <li><a href="_sources/capabilities.txt" 
    284            rel="nofollow">Show Source</a></li> 
    285   </ul> 
    286 <div id="searchbox" style="display: none"> 
    287   <h3>Quick search</h3> 
    288     <form class="search" action="search.html" method="get"> 
    289       <input type="text" name="q" size="18" /> 
    290       <input type="submit" value="Go" /> 
    291       <input type="hidden" name="check_keywords" value="yes" /> 
    292       <input type="hidden" name="area" value="default" /> 
    293     </form> 
    294     <p class="searchtip" style="font-size: 90%"> 
    295     Enter search terms or a module, class or function name. 
    296     </p> 
    297 </div> 
    298 <script type="text/javascript">$('#searchbox').show(0);</script> 
    299         </div> 
     272 
     273          <h3 style="margin-top: 1.5em;">Search</h3> 
     274          <form class="search" action="search.html" method="get"> 
     275            <input type="text" name="q" size="18" /> 
     276            <input type="submit" value="Go" /> 
     277            <input type="hidden" name="check_keywords" value="yes" /> 
     278            <input type="hidden" name="area" value="default" /> 
     279          </form> 
     280          <p class="searchtip" style="font-size: 90%"> 
     281            Enter search terms or a module, class or function name. 
     282          </p> 
     283        </div> 
     284        <div class="clearer"></div> 
    300285      </div> 
    301       <div class="clearer"></div> 
    302286    </div> 
    303     <div class="related"> 
    304       <h3>Navigation</h3> 
    305       <ul> 
    306         <li class="right" style="margin-right: 10px"> 
     287 
     288    <div class="footer-wrapper"> 
     289      <div class="footer"> 
     290        <div class="left"> 
     291          <a href="geoext_stores.html" title="Module 2: WMS with Readers and Stores" 
     292             >previous</a> | 
     293          <a href="map1.html" title="Creating a Map Panel that We Can Add Layers From the Grid To" 
     294             >next</a> | 
     295          <a href="py-modindex.html" title="Python Module Index" 
     296             >modules</a> | 
    307297          <a href="genindex.html" title="General Index" 
    308              >index</a></li> 
    309         <li class="right" > 
    310           <a href="py-modindex.html" title="Python Module Index" 
    311              >modules</a> |</li> 
    312         <li class="right" > 
    313           <a href="map1.html" title="Creating a Map Panel that We Can Add Layers From the Grid To" 
    314              >next</a> |</li> 
    315         <li class="right" > 
    316           <a href="geoext_stores.html" title="Module 2: WMS with Readers and Stores" 
    317              >previous</a> |</li> 
    318         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    319           <li><a href="geoext.html" >GeoExt Workshop</a> &raquo;</li> 
    320           <li><a href="geoext_stores.html" >Module 2: WMS with Readers and Stores</a> &raquo;</li>  
    321       </ul> 
    322     </div> 
     298             >index</a> 
     299            <br/> 
     300            <a href="_sources/capabilities.txt" 
     301               rel="nofollow">Show Source</a> 
     302        </div> 
     303 
     304        <div class="right"> 
     305           
    323306    <div class="footer"> 
    324         &copy; Copyright 2010, C.Moullet. 
     307        &copy; Copyright 2010, Cedric Moullet. 
    325308      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.5. 
    326309    </div> 
     310        </div> 
     311        <div class="clearer"></div> 
     312      </div> 
     313    </div> 
     314 
    327315  </body> 
    328316</html> 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/creating_application.html

    r3699 r3702  
    88    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    99     
    10     <title>Module 2 - Creating Application &mdash; 2010 FHNW Training v1.0 documentation</title> 
    11     <link rel="stylesheet" href="_static/default.css" type="text/css" /> 
     10    <title>Module 2 - Creating Application &mdash; 2010 MapFish Training v1.0 documentation</title> 
     11    <link rel="stylesheet" href="_static/agogo.css" type="text/css" /> 
    1212    <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 
    1313    <script type="text/javascript"> 
     
    2323    <script type="text/javascript" src="_static/underscore.js"></script> 
    2424    <script type="text/javascript" src="_static/doctools.js"></script> 
    25     <link rel="top" title="2010 FHNW Training v1.0 documentation" href="index.html" /> 
    26     <link rel="up" title="MapFish" href="mapfish.html" /> 
     25    <link rel="top" title="2010 MapFish Training v1.0 documentation" href="index.html" /> 
     26    <link rel="up" title="MapFish Workshop" href="mapfish.html" /> 
    2727    <link rel="next" title="Module 3 - Customizing the Application" href="customizing_application.html" /> 
    2828    <link rel="prev" title="Module 1 - Getting Started" href="getting_started.html" />  
    2929  </head> 
    3030  <body> 
    31     <div class="related"> 
    32       <h3>Navigation</h3> 
    33       <ul> 
    34         <li class="right" style="margin-right: 10px"> 
     31    <div class="header-wrapper"> 
     32      <div class="header"> 
     33        <h1><a href="index.html">2010 MapFish Training v1.0 documentation</a></h1> 
     34        <div class="rel"> 
     35          <a href="getting_started.html" title="Module 1 - Getting Started" 
     36             accesskey="P">previous</a> | 
     37          <a href="customizing_application.html" title="Module 3 - Customizing the Application" 
     38             accesskey="N">next</a> | 
     39          <a href="py-modindex.html" title="Python Module Index" 
     40             >modules</a> | 
    3541          <a href="genindex.html" title="General Index" 
    36              accesskey="I">index</a></li> 
    37         <li class="right" > 
    38           <a href="customizing_application.html" title="Module 3 - Customizing the Application" 
    39              accesskey="N">next</a> |</li> 
    40         <li class="right" > 
    41           <a href="getting_started.html" title="Module 1 - Getting Started" 
    42              accesskey="P">previous</a> |</li> 
    43         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    44           <li><a href="mapfish.html" accesskey="U">MapFish</a> &raquo;</li>  
    45       </ul> 
    46     </div>   
    47  
    48     <div class="document"> 
     42             accesskey="I">index</a> 
     43        </div> 
     44       </div> 
     45    </div> 
     46 
     47    <div class="content-wrapper"> 
     48      <div class="content"> 
     49        <div class="document"> 
     50             
    4951      <div class="documentwrapper"> 
    5052        <div class="bodywrapper"> 
     
    118120<p>This default user interface is composed of: a map, a toolbar above the map with 
    119121tools acting on the map, and a layer tree for controlling the visibility of 
    120 layers. The map itself is composed of two <a class="reference external" href="http://openstreetmap.org">OpenStreetMap</a> base layers (Mapnik and <a class="reference external" href="mailto:Tiles&#37;&#52;&#48;Home">Tiles<span>&#64;</span>Home</a>).</p> 
     122layers. The map itself is composed of two <a class="reference external" href="http://www.openstreetmap.org">OpenStreetMap</a> base layers (Mapnik and <a class="reference external" href="mailto:Tiles&#37;&#52;&#48;Home">Tiles<span>&#64;</span>Home</a>).</p> 
    121123<p>The default user interface is provided to the application developer as an 
    122124example. The application developer is free to build on it, or delete it to 
     
    346348        </div> 
    347349      </div> 
    348       <div class="sphinxsidebar"> 
    349         <div class="sphinxsidebarwrapper"> 
    350   <h3><a href="index.html">Table Of Contents</a></h3> 
    351   <ul> 
    352 <li><a class="reference internal" href="#">Module 2 - Creating Application</a><ul> 
    353 <li><a class="reference internal" href="#generating-the-application">Generating the application</a><ul> 
    354 <li><a class="reference internal" href="#generating-the-base">Generating the base</a></li> 
    355 <li><a class="reference internal" href="#installing-the-mapfish-javascript-toolbox">Installing the MapFish JavaScript toolbox</a></li> 
     350        </div> 
     351        <div class="sidebar"> 
     352          <h3>Table Of Contents</h3> 
     353          <ul class="current"> 
     354<li class="toctree-l1"><a class="reference internal" href="agenda.html">Agenda</a></li> 
     355<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li> 
     356<li class="toctree-l1 current"><a class="reference internal" href="mapfish.html">MapFish Workshop</a><ul class="current"> 
     357<li class="toctree-l2"><a class="reference internal" href="getting_started.html">Module 1 - Getting Started</a></li> 
     358<li class="toctree-l2 current"><a class="current reference internal" href="">Module 2 - Creating Application</a></li> 
     359<li class="toctree-l2"><a class="reference internal" href="customizing_application.html">Module 3 - Customizing the Application</a></li> 
     360<li class="toctree-l2"><a class="reference internal" href="building_javascript.html">Module 4 - Building JavaScript</a></li> 
     361<li class="toctree-l2"><a class="reference internal" href="creating_webservice.html">Module 5 - Creating Web Services</a></li> 
     362<li class="toctree-l2"><a class="reference internal" href="customizing_webservice.html">Module 6 - Customizing the web service</a></li> 
    356363</ul> 
    357364</li> 
    358 <li><a class="reference internal" href="#studying-the-application">Studying the application</a><ul> 
    359 <li><a class="reference internal" href="#global-structure">Global structure</a></li> 
    360 <li><a class="reference internal" href="#user-interface">User interface</a></li> 
     365<li class="toctree-l1"><a class="reference internal" href="geoext.html">GeoExt Workshop</a></li> 
     366<li class="toctree-l1"><a class="reference internal" href="mapfish_geoext.html">MapFish-Geoext Workshop</a></li> 
     367<li class="toctree-l1"><a class="reference internal" href="api.html">GeoAdmin API Workshop</a></li> 
    361368</ul> 
    362 </li> 
    363 </ul> 
    364 </li> 
    365 </ul> 
    366  
    367   <h4>Previous topic</h4> 
    368   <p class="topless"><a href="getting_started.html" 
    369                         title="previous chapter">Module 1 - Getting Started</a></p> 
    370   <h4>Next topic</h4> 
    371   <p class="topless"><a href="customizing_application.html" 
    372                         title="next chapter">Module 3 - Customizing the Application</a></p> 
    373   <h3>This Page</h3> 
    374   <ul class="this-page-menu"> 
    375     <li><a href="_sources/creating_application.txt" 
    376            rel="nofollow">Show Source</a></li> 
    377   </ul> 
    378 <div id="searchbox" style="display: none"> 
    379   <h3>Quick search</h3> 
    380     <form class="search" action="search.html" method="get"> 
    381       <input type="text" name="q" size="18" /> 
    382       <input type="submit" value="Go" /> 
    383       <input type="hidden" name="check_keywords" value="yes" /> 
    384       <input type="hidden" name="area" value="default" /> 
    385     </form> 
    386     <p class="searchtip" style="font-size: 90%"> 
    387     Enter search terms or a module, class or function name. 
    388     </p> 
    389 </div> 
    390 <script type="text/javascript">$('#searchbox').show(0);</script> 
    391         </div> 
     369 
     370          <h3 style="margin-top: 1.5em;">Search</h3> 
     371          <form class="search" action="search.html" method="get"> 
     372            <input type="text" name="q" size="18" /> 
     373            <input type="submit" value="Go" /> 
     374            <input type="hidden" name="check_keywords" value="yes" /> 
     375            <input type="hidden" name="area" value="default" /> 
     376          </form> 
     377          <p class="searchtip" style="font-size: 90%"> 
     378            Enter search terms or a module, class or function name. 
     379          </p> 
     380        </div> 
     381        <div class="clearer"></div> 
    392382      </div> 
    393       <div class="clearer"></div> 
    394383    </div> 
    395     <div class="related"> 
    396       <h3>Navigation</h3> 
    397       <ul> 
    398         <li class="right" style="margin-right: 10px"> 
     384 
     385    <div class="footer-wrapper"> 
     386      <div class="footer"> 
     387        <div class="left"> 
     388          <a href="getting_started.html" title="Module 1 - Getting Started" 
     389             >previous</a> | 
     390          <a href="customizing_application.html" title="Module 3 - Customizing the Application" 
     391             >next</a> | 
     392          <a href="py-modindex.html" title="Python Module Index" 
     393             >modules</a> | 
    399394          <a href="genindex.html" title="General Index" 
    400              >index</a></li> 
    401         <li class="right" > 
    402           <a href="customizing_application.html" title="Module 3 - Customizing the Application" 
    403              >next</a> |</li> 
    404         <li class="right" > 
    405           <a href="getting_started.html" title="Module 1 - Getting Started" 
    406              >previous</a> |</li> 
    407         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    408           <li><a href="mapfish.html" >MapFish</a> &raquo;</li>  
    409       </ul> 
    410     </div> 
     395             >index</a> 
     396            <br/> 
     397            <a href="_sources/creating_application.txt" 
     398               rel="nofollow">Show Source</a> 
     399        </div> 
     400 
     401        <div class="right"> 
     402           
    411403    <div class="footer"> 
    412         &copy; Copyright 2010, C.Moullet. 
     404        &copy; Copyright 2010, Cedric Moullet. 
    413405      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.5. 
    414406    </div> 
     407        </div> 
     408        <div class="clearer"></div> 
     409      </div> 
     410    </div> 
     411 
    415412  </body> 
    416413</html> 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/creating_webservice.html

    r3699 r3702  
    88    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    99     
    10     <title>Module 5 - Creating Web Services &mdash; 2010 FHNW Training v1.0 documentation</title> 
    11     <link rel="stylesheet" href="_static/default.css" type="text/css" /> 
     10    <title>Module 5 - Creating Web Services &mdash; 2010 MapFish Training v1.0 documentation</title> 
     11    <link rel="stylesheet" href="_static/agogo.css" type="text/css" /> 
    1212    <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 
    1313    <script type="text/javascript"> 
     
    2323    <script type="text/javascript" src="_static/underscore.js"></script> 
    2424    <script type="text/javascript" src="_static/doctools.js"></script> 
    25     <link rel="top" title="2010 FHNW Training v1.0 documentation" href="index.html" /> 
    26     <link rel="up" title="MapFish" href="mapfish.html" /> 
     25    <link rel="top" title="2010 MapFish Training v1.0 documentation" href="index.html" /> 
     26    <link rel="up" title="MapFish Workshop" href="mapfish.html" /> 
    2727    <link rel="next" title="Module 6 - Customizing the web service" href="customizing_webservice.html" /> 
    2828    <link rel="prev" title="Module 4 - Building JavaScript" href="building_javascript.html" />  
    2929  </head> 
    3030  <body> 
    31     <div class="related"> 
    32       <h3>Navigation</h3> 
    33       <ul> 
    34         <li class="right" style="margin-right: 10px"> 
     31    <div class="header-wrapper"> 
     32      <div class="header"> 
     33        <h1><a href="index.html">2010 MapFish Training v1.0 documentation</a></h1> 
     34        <div class="rel"> 
     35          <a href="building_javascript.html" title="Module 4 - Building JavaScript" 
     36             accesskey="P">previous</a> | 
     37          <a href="customizing_webservice.html" title="Module 6 - Customizing the web service" 
     38             accesskey="N">next</a> | 
     39          <a href="py-modindex.html" title="Python Module Index" 
     40             >modules</a> | 
    3541          <a href="genindex.html" title="General Index" 
    36              accesskey="I">index</a></li> 
    37         <li class="right" > 
    38           <a href="customizing_webservice.html" title="Module 6 - Customizing the web service" 
    39              accesskey="N">next</a> |</li> 
    40         <li class="right" > 
    41           <a href="building_javascript.html" title="Module 4 - Building JavaScript" 
    42              accesskey="P">previous</a> |</li> 
    43         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    44           <li><a href="mapfish.html" accesskey="U">MapFish</a> &raquo;</li>  
    45       </ul> 
    46     </div>   
    47  
    48     <div class="document"> 
     42             accesskey="I">index</a> 
     43        </div> 
     44       </div> 
     45    </div> 
     46 
     47    <div class="content-wrapper"> 
     48      <div class="content"> 
     49        <div class="document"> 
     50             
    4951      <div class="documentwrapper"> 
    5052        <div class="bodywrapper"> 
     
    267269        </div> 
    268270      </div> 
    269       <div class="sphinxsidebar"> 
    270         <div class="sphinxsidebarwrapper"> 
    271   <h3><a href="index.html">Table Of Contents</a></h3> 
    272   <ul> 
    273 <li><a class="reference internal" href="#">Module 5 - Creating Web Services</a><ul> 
    274 <li><a class="reference internal" href="#installing-data">Installing data</a></li> 
    275 <li><a class="reference internal" href="#connecting-to-the-database">Connecting to the database</a></li> 
    276 <li><a class="reference internal" href="#creating-web-service">Creating web service</a></li> 
    277 <li><a class="reference internal" href="#studying-the-web-service-code">Studying the web service code</a></li> 
     271        </div> 
     272        <div class="sidebar"> 
     273          <h3>Table Of Contents</h3> 
     274          <ul class="current"> 
     275<li class="toctree-l1"><a class="reference internal" href="agenda.html">Agenda</a></li> 
     276<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li> 
     277<li class="toctree-l1 current"><a class="reference internal" href="mapfish.html">MapFish Workshop</a><ul class="current"> 
     278<li class="toctree-l2"><a class="reference internal" href="getting_started.html">Module 1 - Getting Started</a></li> 
     279<li class="toctree-l2"><a class="reference internal" href="creating_application.html">Module 2 - Creating Application</a></li> 
     280<li class="toctree-l2"><a class="reference internal" href="customizing_application.html">Module 3 - Customizing the Application</a></li> 
     281<li class="toctree-l2"><a class="reference internal" href="building_javascript.html">Module 4 - Building JavaScript</a></li> 
     282<li class="toctree-l2 current"><a class="current reference internal" href="">Module 5 - Creating Web Services</a></li> 
     283<li class="toctree-l2"><a class="reference internal" href="customizing_webservice.html">Module 6 - Customizing the web service</a></li> 
    278284</ul> 
    279285</li> 
     286<li class="toctree-l1"><a class="reference internal" href="geoext.html">GeoExt Workshop</a></li> 
     287<li class="toctree-l1"><a class="reference internal" href="mapfish_geoext.html">MapFish-Geoext Workshop</a></li> 
     288<li class="toctree-l1"><a class="reference internal" href="api.html">GeoAdmin API Workshop</a></li> 
    280289</ul> 
    281290 
    282   <h4>Previous topic</h4> 
    283   <p class="topless"><a href="building_javascript.html" 
    284                         title="previous chapter">Module 4 - Building JavaScript</a></p> 
    285   <h4>Next topic</h4> 
    286   <p class="topless"><a href="customizing_webservice.html" 
    287                         title="next chapter">Module 6 - Customizing the web service</a></p> 
    288   <h3>This Page</h3> 
    289   <ul class="this-page-menu"> 
    290     <li><a href="_sources/creating_webservice.txt" 
    291            rel="nofollow">Show Source</a></li> 
    292   </ul> 
    293 <div id="searchbox" style="display: none"> 
    294   <h3>Quick search</h3> 
    295     <form class="search" action="search.html" method="get"> 
    296       <input type="text" name="q" size="18" /> 
    297       <input type="submit" value="Go" /> 
    298       <input type="hidden" name="check_keywords" value="yes" /> 
    299       <input type="hidden" name="area" value="default" /> 
    300     </form> 
    301     <p class="searchtip" style="font-size: 90%"> 
    302     Enter search terms or a module, class or function name. 
    303     </p> 
    304 </div> 
    305 <script type="text/javascript">$('#searchbox').show(0);</script> 
    306         </div> 
     291          <h3 style="margin-top: 1.5em;">Search</h3> 
     292          <form class="search" action="search.html" method="get"> 
     293            <input type="text" name="q" size="18" /> 
     294            <input type="submit" value="Go" /> 
     295            <input type="hidden" name="check_keywords" value="yes" /> 
     296            <input type="hidden" name="area" value="default" /> 
     297          </form> 
     298          <p class="searchtip" style="font-size: 90%"> 
     299            Enter search terms or a module, class or function name. 
     300          </p> 
     301        </div> 
     302        <div class="clearer"></div> 
    307303      </div> 
    308       <div class="clearer"></div> 
    309304    </div> 
    310     <div class="related"> 
    311       <h3>Navigation</h3> 
    312       <ul> 
    313         <li class="right" style="margin-right: 10px"> 
     305 
     306    <div class="footer-wrapper"> 
     307      <div class="footer"> 
     308        <div class="left"> 
     309          <a href="building_javascript.html" title="Module 4 - Building JavaScript" 
     310             >previous</a> | 
     311          <a href="customizing_webservice.html" title="Module 6 - Customizing the web service" 
     312             >next</a> | 
     313          <a href="py-modindex.html" title="Python Module Index" 
     314             >modules</a> | 
    314315          <a href="genindex.html" title="General Index" 
    315              >index</a></li> 
    316         <li class="right" > 
    317           <a href="customizing_webservice.html" title="Module 6 - Customizing the web service" 
    318              >next</a> |</li> 
    319         <li class="right" > 
    320           <a href="building_javascript.html" title="Module 4 - Building JavaScript" 
    321              >previous</a> |</li> 
    322         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    323           <li><a href="mapfish.html" >MapFish</a> &raquo;</li>  
    324       </ul> 
    325     </div> 
     316             >index</a> 
     317            <br/> 
     318            <a href="_sources/creating_webservice.txt" 
     319               rel="nofollow">Show Source</a> 
     320        </div> 
     321 
     322        <div class="right"> 
     323           
    326324    <div class="footer"> 
    327         &copy; Copyright 2010, C.Moullet. 
     325        &copy; Copyright 2010, Cedric Moullet. 
    328326      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.5. 
    329327    </div> 
     328        </div> 
     329        <div class="clearer"></div> 
     330      </div> 
     331    </div> 
     332 
    330333  </body> 
    331334</html> 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/customizing_application.html

    r3699 r3702  
    88    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    99     
    10     <title>Module 3 - Customizing the Application &mdash; 2010 FHNW Training v1.0 documentation</title> 
    11     <link rel="stylesheet" href="_static/default.css" type="text/css" /> 
     10    <title>Module 3 - Customizing the Application &mdash; 2010 MapFish Training v1.0 documentation</title> 
     11    <link rel="stylesheet" href="_static/agogo.css" type="text/css" /> 
    1212    <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 
    1313    <script type="text/javascript"> 
     
    2323    <script type="text/javascript" src="_static/underscore.js"></script> 
    2424    <script type="text/javascript" src="_static/doctools.js"></script> 
    25     <link rel="top" title="2010 FHNW Training v1.0 documentation" href="index.html" /> 
    26     <link rel="up" title="MapFish" href="mapfish.html" /> 
     25    <link rel="top" title="2010 MapFish Training v1.0 documentation" href="index.html" /> 
     26    <link rel="up" title="MapFish Workshop" href="mapfish.html" /> 
    2727    <link rel="next" title="Module 4 - Building JavaScript" href="building_javascript.html" /> 
    2828    <link rel="prev" title="Module 2 - Creating Application" href="creating_application.html" />  
    2929  </head> 
    3030  <body> 
    31     <div class="related"> 
    32       <h3>Navigation</h3> 
    33       <ul> 
    34         <li class="right" style="margin-right: 10px"> 
     31    <div class="header-wrapper"> 
     32      <div class="header"> 
     33        <h1><a href="index.html">2010 MapFish Training v1.0 documentation</a></h1> 
     34        <div class="rel"> 
     35          <a href="creating_application.html" title="Module 2 - Creating Application" 
     36             accesskey="P">previous</a> | 
     37          <a href="building_javascript.html" title="Module 4 - Building JavaScript" 
     38             accesskey="N">next</a> | 
     39          <a href="py-modindex.html" title="Python Module Index" 
     40             >modules</a> | 
    3541          <a href="genindex.html" title="General Index" 
    36              accesskey="I">index</a></li> 
    37         <li class="right" > 
    38           <a href="building_javascript.html" title="Module 4 - Building JavaScript" 
    39              accesskey="N">next</a> |</li> 
    40         <li class="right" > 
    41           <a href="creating_application.html" title="Module 2 - Creating Application" 
    42              accesskey="P">previous</a> |</li> 
    43         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    44           <li><a href="mapfish.html" accesskey="U">MapFish</a> &raquo;</li>  
    45       </ul> 
    46     </div>   
    47  
    48     <div class="document"> 
     42             accesskey="I">index</a> 
     43        </div> 
     44       </div> 
     45    </div> 
     46 
     47    <div class="content-wrapper"> 
     48      <div class="content"> 
     49        <div class="document"> 
     50             
    4951      <div class="documentwrapper"> 
    5052        <div class="bodywrapper"> 
     
    171173        </div> 
    172174      </div> 
    173       <div class="sphinxsidebar"> 
    174         <div class="sphinxsidebarwrapper"> 
    175   <h3><a href="index.html">Table Of Contents</a></h3> 
    176   <ul> 
    177 <li><a class="reference internal" href="#">Module 3 - Customizing the Application</a><ul> 
    178 <li><a class="reference internal" href="#adding-layers">Adding layers</a></li> 
    179 <li><a class="reference internal" href="#adding-tools">Adding tools</a></li> 
     175        </div> 
     176        <div class="sidebar"> 
     177          <h3>Table Of Contents</h3> 
     178          <ul class="current"> 
     179<li class="toctree-l1"><a class="reference internal" href="agenda.html">Agenda</a></li> 
     180<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li> 
     181<li class="toctree-l1 current"><a class="reference internal" href="mapfish.html">MapFish Workshop</a><ul class="current"> 
     182<li class="toctree-l2"><a class="reference internal" href="getting_started.html">Module 1 - Getting Started</a></li> 
     183<li class="toctree-l2"><a class="reference internal" href="creating_application.html">Module 2 - Creating Application</a></li> 
     184<li class="toctree-l2 current"><a class="current reference internal" href="">Module 3 - Customizing the Application</a></li> 
     185<li class="toctree-l2"><a class="reference internal" href="building_javascript.html">Module 4 - Building JavaScript</a></li> 
     186<li class="toctree-l2"><a class="reference internal" href="creating_webservice.html">Module 5 - Creating Web Services</a></li> 
     187<li class="toctree-l2"><a class="reference internal" href="customizing_webservice.html">Module 6 - Customizing the web service</a></li> 
    180188</ul> 
    181189</li> 
     190<li class="toctree-l1"><a class="reference internal" href="geoext.html">GeoExt Workshop</a></li> 
     191<li class="toctree-l1"><a class="reference internal" href="mapfish_geoext.html">MapFish-Geoext Workshop</a></li> 
     192<li class="toctree-l1"><a class="reference internal" href="api.html">GeoAdmin API Workshop</a></li> 
    182193</ul> 
    183194 
    184   <h4>Previous topic</h4> 
    185   <p class="topless"><a href="creating_application.html" 
    186                         title="previous chapter">Module 2 - Creating Application</a></p> 
    187   <h4>Next topic</h4> 
    188   <p class="topless"><a href="building_javascript.html" 
    189                         title="next chapter">Module 4 - Building JavaScript</a></p> 
    190   <h3>This Page</h3> 
    191   <ul class="this-page-menu"> 
    192     <li><a href="_sources/customizing_application.txt" 
    193            rel="nofollow">Show Source</a></li> 
    194   </ul> 
    195 <div id="searchbox" style="display: none"> 
    196   <h3>Quick search</h3> 
    197     <form class="search" action="search.html" method="get"> 
    198       <input type="text" name="q" size="18" /> 
    199       <input type="submit" value="Go" /> 
    200       <input type="hidden" name="check_keywords" value="yes" /> 
    201       <input type="hidden" name="area" value="default" /> 
    202     </form> 
    203     <p class="searchtip" style="font-size: 90%"> 
    204     Enter search terms or a module, class or function name. 
    205     </p> 
    206 </div> 
    207 <script type="text/javascript">$('#searchbox').show(0);</script> 
    208         </div> 
     195          <h3 style="margin-top: 1.5em;">Search</h3> 
     196          <form class="search" action="search.html" method="get"> 
     197            <input type="text" name="q" size="18" /> 
     198            <input type="submit" value="Go" /> 
     199            <input type="hidden" name="check_keywords" value="yes" /> 
     200            <input type="hidden" name="area" value="default" /> 
     201          </form> 
     202          <p class="searchtip" style="font-size: 90%"> 
     203            Enter search terms or a module, class or function name. 
     204          </p> 
     205        </div> 
     206        <div class="clearer"></div> 
    209207      </div> 
    210       <div class="clearer"></div> 
    211     </div> 
    212     <div class="related"> 
    213       <h3>Navigation</h3> 
    214       <ul> 
    215         <li class="right" style="margin-right: 10px"> 
     208    </div> 
     209 
     210    <div class="footer-wrapper"> 
     211      <div class="footer"> 
     212        <div class="left"> 
     213          <a href="creating_application.html" title="Module 2 - Creating Application" 
     214             >previous</a> | 
     215          <a href="building_javascript.html" title="Module 4 - Building JavaScript" 
     216             >next</a> | 
     217          <a href="py-modindex.html" title="Python Module Index" 
     218             >modules</a> | 
    216219          <a href="genindex.html" title="General Index" 
    217              >index</a></li> 
    218         <li class="right" > 
    219           <a href="building_javascript.html" title="Module 4 - Building JavaScript" 
    220              >next</a> |</li> 
    221         <li class="right" > 
    222           <a href="creating_application.html" title="Module 2 - Creating Application" 
    223              >previous</a> |</li> 
    224         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    225           <li><a href="mapfish.html" >MapFish</a> &raquo;</li>  
    226       </ul> 
    227     </div> 
     220             >index</a> 
     221            <br/> 
     222            <a href="_sources/customizing_application.txt" 
     223               rel="nofollow">Show Source</a> 
     224        </div> 
     225 
     226        <div class="right"> 
     227           
    228228    <div class="footer"> 
    229         &copy; Copyright 2010, C.Moullet. 
     229        &copy; Copyright 2010, Cedric Moullet. 
    230230      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.5. 
    231231    </div> 
     232        </div> 
     233        <div class="clearer"></div> 
     234      </div> 
     235    </div> 
     236 
    232237  </body> 
    233238</html> 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/customizing_webservice.html

    r3699 r3702  
    88    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    99     
    10     <title>Module 6 - Customizing the web service &mdash; 2010 FHNW Training v1.0 documentation</title> 
    11     <link rel="stylesheet" href="_static/default.css" type="text/css" /> 
     10    <title>Module 6 - Customizing the web service &mdash; 2010 MapFish Training v1.0 documentation</title> 
     11    <link rel="stylesheet" href="_static/agogo.css" type="text/css" /> 
    1212    <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 
    1313    <script type="text/javascript"> 
     
    2323    <script type="text/javascript" src="_static/underscore.js"></script> 
    2424    <script type="text/javascript" src="_static/doctools.js"></script> 
    25     <link rel="top" title="2010 FHNW Training v1.0 documentation" href="index.html" /> 
    26     <link rel="up" title="MapFish" href="mapfish.html" /> 
    27     <link rel="next" title="GeoExt" href="geoext.html" /> 
     25    <link rel="top" title="2010 MapFish Training v1.0 documentation" href="index.html" /> 
     26    <link rel="up" title="MapFish Workshop" href="mapfish.html" /> 
     27    <link rel="next" title="GeoExt Workshop" href="geoext.html" /> 
    2828    <link rel="prev" title="Module 5 - Creating Web Services" href="creating_webservice.html" />  
    2929  </head> 
    3030  <body> 
    31     <div class="related"> 
    32       <h3>Navigation</h3> 
    33       <ul> 
    34         <li class="right" style="margin-right: 10px"> 
     31    <div class="header-wrapper"> 
     32      <div class="header"> 
     33        <h1><a href="index.html">2010 MapFish Training v1.0 documentation</a></h1> 
     34        <div class="rel"> 
     35          <a href="creating_webservice.html" title="Module 5 - Creating Web Services" 
     36             accesskey="P">previous</a> | 
     37          <a href="geoext.html" title="GeoExt Workshop" 
     38             accesskey="N">next</a> | 
     39          <a href="py-modindex.html" title="Python Module Index" 
     40             >modules</a> | 
    3541          <a href="genindex.html" title="General Index" 
    36              accesskey="I">index</a></li> 
    37         <li class="right" > 
    38           <a href="geoext.html" title="GeoExt" 
    39              accesskey="N">next</a> |</li> 
    40         <li class="right" > 
    41           <a href="creating_webservice.html" title="Module 5 - Creating Web Services" 
    42              accesskey="P">previous</a> |</li> 
    43         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    44           <li><a href="mapfish.html" accesskey="U">MapFish</a> &raquo;</li>  
    45       </ul> 
    46     </div>   
     42             accesskey="I">index</a> 
     43        </div> 
     44       </div> 
     45    </div> 
    4746 
    48     <div class="document"> 
     47    <div class="content-wrapper"> 
     48      <div class="content"> 
     49        <div class="document"> 
     50             
    4951      <div class="documentwrapper"> 
    5052        <div class="bodywrapper"> 
     
    102104        </div> 
    103105      </div> 
    104       <div class="sphinxsidebar"> 
    105         <div class="sphinxsidebarwrapper"> 
    106   <h3><a href="index.html">Table Of Contents</a></h3> 
    107   <ul> 
    108 <li><a class="reference internal" href="#">Module 6 - Customizing the web service</a><ul> 
    109 <li><a class="reference internal" href="#simple-customization">Simple customization</a></li> 
     106        </div> 
     107        <div class="sidebar"> 
     108          <h3>Table Of Contents</h3> 
     109          <ul class="current"> 
     110<li class="toctree-l1"><a class="reference internal" href="agenda.html">Agenda</a></li> 
     111<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li> 
     112<li class="toctree-l1 current"><a class="reference internal" href="mapfish.html">MapFish Workshop</a><ul class="current"> 
     113<li class="toctree-l2"><a class="reference internal" href="getting_started.html">Module 1 - Getting Started</a></li> 
     114<li class="toctree-l2"><a class="reference internal" href="creating_application.html">Module 2 - Creating Application</a></li> 
     115<li class="toctree-l2"><a class="reference internal" href="customizing_application.html">Module 3 - Customizing the Application</a></li> 
     116<li class="toctree-l2"><a class="reference internal" href="building_javascript.html">Module 4 - Building JavaScript</a></li> 
     117<li class="toctree-l2"><a class="reference internal" href="creating_webservice.html">Module 5 - Creating Web Services</a></li> 
     118<li class="toctree-l2 current"><a class="current reference internal" href="">Module 6 - Customizing the web service</a></li> 
    110119</ul> 
    111120</li> 
     121<li class="toctree-l1"><a class="reference internal" href="geoext.html">GeoExt Workshop</a></li> 
     122<li class="toctree-l1"><a class="reference internal" href="mapfish_geoext.html">MapFish-Geoext Workshop</a></li> 
     123<li class="toctree-l1"><a class="reference internal" href="api.html">GeoAdmin API Workshop</a></li> 
    112124</ul> 
    113125 
    114   <h4>Previous topic</h4> 
    115   <p class="topless"><a href="creating_webservice.html" 
    116                         title="previous chapter">Module 5 - Creating Web Services</a></p> 
    117   <h4>Next topic</h4> 
    118   <p class="topless"><a href="geoext.html" 
    119                         title="next chapter">GeoExt</a></p> 
    120   <h3>This Page</h3> 
    121   <ul class="this-page-menu"> 
    122     <li><a href="_sources/customizing_webservice.txt" 
    123            rel="nofollow">Show Source</a></li> 
    124   </ul> 
    125 <div id="searchbox" style="display: none"> 
    126   <h3>Quick search</h3> 
    127     <form class="search" action="search.html" method="get"> 
    128       <input type="text" name="q" size="18" /> 
    129       <input type="submit" value="Go" /> 
    130       <input type="hidden" name="check_keywords" value="yes" /> 
    131       <input type="hidden" name="area" value="default" /> 
    132     </form> 
    133     <p class="searchtip" style="font-size: 90%"> 
    134     Enter search terms or a module, class or function name. 
    135     </p> 
    136 </div> 
    137 <script type="text/javascript">$('#searchbox').show(0);</script> 
     126          <h3 style="margin-top: 1.5em;">Search</h3> 
     127          <form class="search" action="search.html" method="get"> 
     128            <input type="text" name="q" size="18" /> 
     129            <input type="submit" value="Go" /> 
     130            <input type="hidden" name="check_keywords" value="yes" /> 
     131            <input type="hidden" name="area" value="default" /> 
     132          </form> 
     133          <p class="searchtip" style="font-size: 90%"> 
     134            Enter search terms or a module, class or function name. 
     135          </p> 
    138136        </div> 
     137        <div class="clearer"></div> 
    139138      </div> 
    140       <div class="clearer"></div> 
    141139    </div> 
    142     <div class="related"> 
    143       <h3>Navigation</h3> 
    144       <ul> 
    145         <li class="right" style="margin-right: 10px"> 
     140 
     141    <div class="footer-wrapper"> 
     142      <div class="footer"> 
     143        <div class="left"> 
     144          <a href="creating_webservice.html" title="Module 5 - Creating Web Services" 
     145             >previous</a> | 
     146          <a href="geoext.html" title="GeoExt Workshop" 
     147             >next</a> | 
     148          <a href="py-modindex.html" title="Python Module Index" 
     149             >modules</a> | 
    146150          <a href="genindex.html" title="General Index" 
    147              >index</a></li> 
    148         <li class="right" > 
    149           <a href="geoext.html" title="GeoExt" 
    150              >next</a> |</li> 
    151         <li class="right" > 
    152           <a href="creating_webservice.html" title="Module 5 - Creating Web Services" 
    153              >previous</a> |</li> 
    154         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    155           <li><a href="mapfish.html" >MapFish</a> &raquo;</li>  
    156       </ul> 
    157     </div> 
     151             >index</a> 
     152            <br/> 
     153            <a href="_sources/customizing_webservice.txt" 
     154               rel="nofollow">Show Source</a> 
     155        </div> 
     156 
     157        <div class="right"> 
     158           
    158159    <div class="footer"> 
    159         &copy; Copyright 2010, C.Moullet. 
     160        &copy; Copyright 2010, Cedric Moullet. 
    160161      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.5. 
    161162    </div> 
     163        </div> 
     164        <div class="clearer"></div> 
     165      </div> 
     166    </div> 
     167 
    162168  </body> 
    163169</html> 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/dissect.html

    r3699 r3702  
    88    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    99     
    10     <title>Dissecting Your Map Window &mdash; 2010 FHNW Training v1.0 documentation</title> 
    11     <link rel="stylesheet" href="_static/default.css" type="text/css" /> 
     10    <title>Dissecting Your Map Window &mdash; 2010 MapFish Training v1.0 documentation</title> 
     11    <link rel="stylesheet" href="_static/agogo.css" type="text/css" /> 
    1212    <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 
    1313    <script type="text/javascript"> 
     
    2323    <script type="text/javascript" src="_static/underscore.js"></script> 
    2424    <script type="text/javascript" src="_static/doctools.js"></script> 
    25     <link rel="top" title="2010 FHNW Training v1.0 documentation" href="index.html" /> 
    26     <link rel="up" title="GeoExt Basics" href="geoext_basic.html" /> 
     25    <link rel="top" title="2010 MapFish Training v1.0 documentation" href="index.html" /> 
     26    <link rel="up" title="Module 1: GeoExt Basics" href="geoext_basic.html" /> 
    2727    <link rel="next" title="GeoExt Resources" href="resources.html" /> 
    2828    <link rel="prev" title="Creating a Map Window" href="map.html" />  
    2929  </head> 
    3030  <body> 
    31     <div class="related"> 
    32       <h3>Navigation</h3> 
    33       <ul> 
    34         <li class="right" style="margin-right: 10px"> 
     31    <div class="header-wrapper"> 
     32      <div class="header"> 
     33        <h1><a href="index.html">2010 MapFish Training v1.0 documentation</a></h1> 
     34        <div class="rel"> 
     35          <a href="map.html" title="Creating a Map Window" 
     36             accesskey="P">previous</a> | 
     37          <a href="resources.html" title="GeoExt Resources" 
     38             accesskey="N">next</a> | 
     39          <a href="py-modindex.html" title="Python Module Index" 
     40             >modules</a> | 
    3541          <a href="genindex.html" title="General Index" 
    36              accesskey="I">index</a></li> 
    37         <li class="right" > 
    38           <a href="py-modindex.html" title="Python Module Index" 
    39              >modules</a> |</li> 
    40         <li class="right" > 
    41           <a href="resources.html" title="GeoExt Resources" 
    42              accesskey="N">next</a> |</li> 
    43         <li class="right" > 
    44           <a href="map.html" title="Creating a Map Window" 
    45              accesskey="P">previous</a> |</li> 
    46         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    47           <li><a href="geoext.html" >GeoExt Workshop</a> &raquo;</li> 
    48           <li><a href="geoext_basic.html" accesskey="U">GeoExt Basics</a> &raquo;</li>  
    49       </ul> 
    50     </div>   
    51  
    52     <div class="document"> 
     42             accesskey="I">index</a> 
     43        </div> 
     44       </div> 
     45    </div> 
     46 
     47    <div class="content-wrapper"> 
     48      <div class="content"> 
     49        <div class="document"> 
     50             
    5351      <div class="documentwrapper"> 
    5452        <div class="bodywrapper"> 
     
    176174</ul> 
    177175<p>Ext JS keeps a registry of available 
    178 <a class="reference external" href="http://www.extjs.com/deploy/dev/docs/?class=Ext.Component">components</a>, 
     176<a class="reference external" href="http://dev.sencha.com/deploy/dev/docs/?class=Ext.Component">components</a>, 
    179177called &#8220;xtypes&#8221;. GeoExt adds its components to this registry. To make them 
    180178distinguishable from others, their names start with the &#8220;gx_&#8221; prefix.</p> 
     
    192190        </div> 
    193191      </div> 
    194       <div class="sphinxsidebar"> 
    195         <div class="sphinxsidebarwrapper"> 
    196   <h3><a href="index.html">Table Of Contents</a></h3> 
    197   <ul> 
    198 <li><a class="reference internal" href="#">Dissecting Your Map Window</a><ul> 
    199 <li><a class="reference internal" href="#minimal-html-document">Minimal HTML Document</a></li> 
    200 <li><a class="reference internal" href="#application-initialization-code">Application Initialization Code</a></li> 
    201 <li><a class="reference internal" href="#configuration-objects">Configuration Objects</a></li> 
     192        </div> 
     193        <div class="sidebar"> 
     194          <h3>Table Of Contents</h3> 
     195          <ul> 
     196<li class="toctree-l1"><a class="reference internal" href="agenda.html">Agenda</a></li> 
     197<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li> 
     198<li class="toctree-l1"><a class="reference internal" href="mapfish.html">MapFish Workshop</a></li> 
     199<li class="toctree-l1"><a class="reference internal" href="geoext.html">GeoExt Workshop</a></li> 
     200<li class="toctree-l1"><a class="reference internal" href="mapfish_geoext.html">MapFish-Geoext Workshop</a></li> 
     201<li class="toctree-l1"><a class="reference internal" href="api.html">GeoAdmin API Workshop</a></li> 
    202202</ul> 
    203 </li> 
    204 </ul> 
    205  
    206   <h4>Previous topic</h4> 
    207   <p class="topless"><a href="map.html" 
    208                         title="previous chapter">Creating a Map Window</a></p> 
    209   <h4>Next topic</h4> 
    210   <p class="topless"><a href="resources.html" 
    211                         title="next chapter">GeoExt Resources</a></p> 
    212   <h3>This Page</h3> 
    213   <ul class="this-page-menu"> 
    214     <li><a href="_sources/dissect.txt" 
    215            rel="nofollow">Show Source</a></li> 
    216   </ul> 
    217 <div id="searchbox" style="display: none"> 
    218   <h3>Quick search</h3> 
    219     <form class="search" action="search.html" method="get"> 
    220       <input type="text" name="q" size="18" /> 
    221       <input type="submit" value="Go" /> 
    222       <input type="hidden" name="check_keywords" value="yes" /> 
    223       <input type="hidden" name="area" value="default" /> 
    224     </form> 
    225     <p class="searchtip" style="font-size: 90%"> 
    226     Enter search terms or a module, class or function name. 
    227     </p> 
    228 </div> 
    229 <script type="text/javascript">$('#searchbox').show(0);</script> 
    230         </div> 
     203 
     204          <h3 style="margin-top: 1.5em;">Search</h3> 
     205          <form class="search" action="search.html" method="get"> 
     206            <input type="text" name="q" size="18" /> 
     207            <input type="submit" value="Go" /> 
     208            <input type="hidden" name="check_keywords" value="yes" /> 
     209            <input type="hidden" name="area" value="default" /> 
     210          </form> 
     211          <p class="searchtip" style="font-size: 90%"> 
     212            Enter search terms or a module, class or function name. 
     213          </p> 
     214        </div> 
     215        <div class="clearer"></div> 
    231216      </div> 
    232       <div class="clearer"></div> 
    233     </div> 
    234     <div class="related"> 
    235       <h3>Navigation</h3> 
    236       <ul> 
    237         <li class="right" style="margin-right: 10px"> 
     217    </div> 
     218 
     219    <div class="footer-wrapper"> 
     220      <div class="footer"> 
     221        <div class="left"> 
     222          <a href="map.html" title="Creating a Map Window" 
     223             >previous</a> | 
     224          <a href="resources.html" title="GeoExt Resources" 
     225             >next</a> | 
     226          <a href="py-modindex.html" title="Python Module Index" 
     227             >modules</a> | 
    238228          <a href="genindex.html" title="General Index" 
    239              >index</a></li> 
    240         <li class="right" > 
    241           <a href="py-modindex.html" title="Python Module Index" 
    242              >modules</a> |</li> 
    243         <li class="right" > 
    244           <a href="resources.html" title="GeoExt Resources" 
    245              >next</a> |</li> 
    246         <li class="right" > 
    247           <a href="map.html" title="Creating a Map Window" 
    248              >previous</a> |</li> 
    249         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    250           <li><a href="geoext.html" >GeoExt Workshop</a> &raquo;</li> 
    251           <li><a href="geoext_basic.html" >GeoExt Basics</a> &raquo;</li>  
    252       </ul> 
    253     </div> 
     229             >index</a> 
     230            <br/> 
     231            <a href="_sources/dissect.txt" 
     232               rel="nofollow">Show Source</a> 
     233        </div> 
     234 
     235        <div class="right"> 
     236           
    254237    <div class="footer"> 
    255         &copy; Copyright 2010, C.Moullet. 
     238        &copy; Copyright 2010, Cedric Moullet. 
    256239      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.5. 
    257240    </div> 
     241        </div> 
     242        <div class="clearer"></div> 
     243      </div> 
     244    </div> 
     245 
    258246  </body> 
    259247</html> 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/genindex.html

    r3698 r3702  
    88    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    99     
    10     <title>Index &mdash; 2010 FHNW Training v1.0 documentation</title> 
    11     <link rel="stylesheet" href="_static/default.css" type="text/css" /> 
     10    <title>Index &mdash; 2010 MapFish Training v1.0 documentation</title> 
     11    <link rel="stylesheet" href="_static/agogo.css" type="text/css" /> 
    1212    <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 
    1313    <script type="text/javascript"> 
     
    2323    <script type="text/javascript" src="_static/underscore.js"></script> 
    2424    <script type="text/javascript" src="_static/doctools.js"></script> 
    25     <link rel="top" title="2010 FHNW Training v1.0 documentation" href="index.html" />  
     25    <link rel="top" title="2010 MapFish Training v1.0 documentation" href="index.html" />  
    2626  </head> 
    2727  <body> 
    28     <div class="related"> 
    29       <h3>Navigation</h3> 
    30       <ul> 
    31         <li class="right" style="margin-right: 10px"> 
     28    <div class="header-wrapper"> 
     29      <div class="header"> 
     30        <h1><a href="index.html">2010 MapFish Training v1.0 documentation</a></h1> 
     31        <div class="rel"> 
     32          <a href="py-modindex.html" title="Python Module Index" 
     33             >modules</a> | 
    3234          <a href="#" title="General Index" 
    33              accesskey="I">index</a></li> 
    34         <li class="right" > 
    35           <a href="py-modindex.html" title="Python Module Index" 
    36              >modules</a> |</li> 
    37         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li>  
    38       </ul> 
    39     </div>   
     35             accesskey="I">index</a> 
     36        </div> 
     37       </div> 
     38    </div> 
    4039 
    41     <div class="document"> 
     40    <div class="content-wrapper"> 
     41      <div class="content"> 
     42        <div class="document"> 
     43             
    4244      <div class="documentwrapper"> 
    4345        <div class="bodywrapper"> 
     
    6567        </div> 
    6668      </div> 
    67       <div class="sphinxsidebar"> 
    68         <div class="sphinxsidebarwrapper"> 
     69        </div> 
     70        <div class="sidebar"> 
     71          <h3>Table Of Contents</h3> 
     72          <ul> 
     73<li class="toctree-l1"><a class="reference internal" href="agenda.html">Agenda</a></li> 
     74<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li> 
     75<li class="toctree-l1"><a class="reference internal" href="mapfish.html">MapFish Workshop</a></li> 
     76<li class="toctree-l1"><a class="reference internal" href="geoext.html">GeoExt Workshop</a></li> 
     77<li class="toctree-l1"><a class="reference internal" href="mapfish_geoext.html">MapFish-Geoext Workshop</a></li> 
     78<li class="toctree-l1"><a class="reference internal" href="api.html">GeoAdmin API Workshop</a></li> 
     79</ul> 
    6980 
    70     
     81          <h3 style="margin-top: 1.5em;">Search</h3> 
     82          <form class="search" action="search.html" method="get"> 
     83            <input type="text" name="q" size="18" /> 
     84            <input type="submit" value="Go" /> 
     85            <input type="hidden" name="check_keywords" value="yes" /> 
     86            <input type="hidden" name="area" value="default" /> 
     87          </form> 
     88          <p class="searchtip" style="font-size: 90%"> 
     89            Enter search terms or a module, class or function name. 
     90          </p> 
     91        </div> 
     92        <div class="clearer"></div> 
     93      </div> 
     94    </div> 
    7195 
    72 <div id="searchbox" style="display: none"> 
    73   <h3>Quick search</h3> 
    74     <form class="search" action="search.html" method="get"> 
    75       <input type="text" name="q" size="18" /> 
    76       <input type="submit" value="Go" /> 
    77       <input type="hidden" name="check_keywords" value="yes" /> 
    78       <input type="hidden" name="area" value="default" /> 
    79     </form> 
    80     <p class="searchtip" style="font-size: 90%"> 
    81     Enter search terms or a module, class or function name. 
    82     </p> 
    83 </div> 
    84 <script type="text/javascript">$('#searchbox').show(0);</script> 
     96    <div class="footer-wrapper"> 
     97      <div class="footer"> 
     98        <div class="left"> 
     99          <a href="py-modindex.html" title="Python Module Index" 
     100             >modules</a> | 
     101          <a href="#" title="General Index" 
     102             >index</a> 
    85103        </div> 
    86       </div> 
    87       <div class="clearer"></div> 
    88     </div> 
    89     <div class="related"> 
    90       <h3>Navigation</h3> 
    91       <ul> 
    92         <li class="right" style="margin-right: 10px"> 
    93           <a href="#" title="General Index" 
    94              >index</a></li> 
    95         <li class="right" > 
    96           <a href="py-modindex.html" title="Python Module Index" 
    97              >modules</a> |</li> 
    98         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li>  
    99       </ul> 
    100     </div> 
     104 
     105        <div class="right"> 
     106           
    101107    <div class="footer"> 
    102         &copy; Copyright 2010, C.Moullet. 
     108        &copy; Copyright 2010, Cedric Moullet. 
    103109      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.5. 
    104110    </div> 
     111        </div> 
     112        <div class="clearer"></div> 
     113      </div> 
     114    </div> 
     115 
    105116  </body> 
    106117</html> 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/geoext.html

    r3698 r3702  
    88    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    99     
    10     <title>GeoExt Workshop &mdash; 2010 FHNW Training v1.0 documentation</title> 
    11     <link rel="stylesheet" href="_static/default.css" type="text/css" /> 
     10    <title>GeoExt Workshop &mdash; 2010 MapFish Training v1.0 documentation</title> 
     11    <link rel="stylesheet" href="_static/agogo.css" type="text/css" /> 
    1212    <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 
    1313    <script type="text/javascript"> 
     
    2323    <script type="text/javascript" src="_static/underscore.js"></script> 
    2424    <script type="text/javascript" src="_static/doctools.js"></script> 
    25     <link rel="top" title="2010 FHNW Training v1.0 documentation" href="index.html" /> 
     25    <link rel="top" title="2010 MapFish Training v1.0 documentation" href="index.html" /> 
    2626    <link rel="next" title="Module 1: GeoExt Basics" href="geoext_basic.html" /> 
    2727    <link rel="prev" title="Module 6 - Customizing the web service" href="customizing_webservice.html" />  
    2828  </head> 
    2929  <body> 
    30     <div class="related"> 
    31       <h3>Navigation</h3> 
    32       <ul> 
    33         <li class="right" style="margin-right: 10px"> 
     30    <div class="header-wrapper"> 
     31      <div class="header"> 
     32        <h1><a href="index.html">2010 MapFish Training v1.0 documentation</a></h1> 
     33        <div class="rel"> 
     34          <a href="customizing_webservice.html" title="Module 6 - Customizing the web service" 
     35             accesskey="P">previous</a> | 
     36          <a href="geoext_basic.html" title="Module 1: GeoExt Basics" 
     37             accesskey="N">next</a> | 
     38          <a href="py-modindex.html" title="Python Module Index" 
     39             >modules</a> | 
    3440          <a href="genindex.html" title="General Index" 
    35              accesskey="I">index</a></li> 
    36         <li class="right" > 
    37           <a href="py-modindex.html" title="Python Module Index" 
    38              >modules</a> |</li> 
    39         <li class="right" > 
    40           <a href="geoext_basic.html" title="Module 1: GeoExt Basics" 
    41              accesskey="N">next</a> |</li> 
    42         <li class="right" > 
    43           <a href="customizing_webservice.html" title="Module 6 - Customizing the web service" 
    44              accesskey="P">previous</a> |</li> 
    45         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li>  
    46       </ul> 
    47     </div>   
     41             accesskey="I">index</a> 
     42        </div> 
     43       </div> 
     44    </div> 
    4845 
    49     <div class="document"> 
     46    <div class="content-wrapper"> 
     47      <div class="content"> 
     48        <div class="document"> 
     49             
    5050      <div class="documentwrapper"> 
    5151        <div class="bodywrapper"> 
     
    8181        </div> 
    8282      </div> 
    83       <div class="sphinxsidebar"> 
    84         <div class="sphinxsidebarwrapper"> 
    85   <h4>Previous topic</h4> 
    86   <p class="topless"><a href="customizing_webservice.html" 
    87                         title="previous chapter">Module 6 - Customizing the web service</a></p> 
    88   <h4>Next topic</h4> 
    89   <p class="topless"><a href="geoext_basic.html" 
    90                         title="next chapter">Module 1: GeoExt Basics</a></p> 
    91   <h3>This Page</h3> 
    92   <ul class="this-page-menu"> 
    93     <li><a href="_sources/geoext.txt" 
    94            rel="nofollow">Show Source</a></li> 
    95   </ul> 
    96 <div id="searchbox" style="display: none"> 
    97   <h3>Quick search</h3> 
    98     <form class="search" action="search.html" method="get"> 
    99       <input type="text" name="q" size="18" /> 
    100       <input type="submit" value="Go" /> 
    101       <input type="hidden" name="check_keywords" value="yes" /> 
    102       <input type="hidden" name="area" value="default" /> 
    103     </form> 
    104     <p class="searchtip" style="font-size: 90%"> 
    105     Enter search terms or a module, class or function name. 
    106     </p> 
    107 </div> 
    108 <script type="text/javascript">$('#searchbox').show(0);</script> 
    10983        </div> 
     84        <div class="sidebar"> 
     85          <h3>Table Of Contents</h3> 
     86          <ul class="current"> 
     87<li class="toctree-l1"><a class="reference internal" href="agenda.html">Agenda</a></li> 
     88<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li> 
     89<li class="toctree-l1"><a class="reference internal" href="mapfish.html">MapFish Workshop</a></li> 
     90<li class="toctree-l1 current"><a class="current reference internal" href="">GeoExt Workshop</a><ul> 
     91<li class="toctree-l2"><a class="reference internal" href="geoext_basic.html">Module 1: GeoExt Basics</a></li> 
     92<li class="toctree-l2"><a class="reference internal" href="geoext_stores.html">Module 2: WMS with Readers and Stores</a></li> 
     93</ul> 
     94</li> 
     95<li class="toctree-l1"><a class="reference internal" href="mapfish_geoext.html">MapFish-Geoext Workshop</a></li> 
     96<li class="toctree-l1"><a class="reference internal" href="api.html">GeoAdmin API Workshop</a></li> 
     97</ul> 
     98 
     99          <h3 style="margin-top: 1.5em;">Search</h3> 
     100          <form class="search" action="search.html" method="get"> 
     101            <input type="text" name="q" size="18" /> 
     102            <input type="submit" value="Go" /> 
     103            <input type="hidden" name="check_keywords" value="yes" /> 
     104            <input type="hidden" name="area" value="default" /> 
     105          </form> 
     106          <p class="searchtip" style="font-size: 90%"> 
     107            Enter search terms or a module, class or function name. 
     108          </p> 
     109        </div> 
     110        <div class="clearer"></div> 
    110111      </div> 
    111       <div class="clearer"></div> 
    112112    </div> 
    113     <div class="related"> 
    114       <h3>Navigation</h3> 
    115       <ul> 
    116         <li class="right" style="margin-right: 10px"> 
     113 
     114    <div class="footer-wrapper"> 
     115      <div class="footer"> 
     116        <div class="left"> 
     117          <a href="customizing_webservice.html" title="Module 6 - Customizing the web service" 
     118             >previous</a> | 
     119          <a href="geoext_basic.html" title="Module 1: GeoExt Basics" 
     120             >next</a> | 
     121          <a href="py-modindex.html" title="Python Module Index" 
     122             >modules</a> | 
    117123          <a href="genindex.html" title="General Index" 
    118              >index</a></li> 
    119         <li class="right" > 
    120           <a href="py-modindex.html" title="Python Module Index" 
    121              >modules</a> |</li> 
    122         <li class="right" > 
    123           <a href="geoext_basic.html" title="Module 1: GeoExt Basics" 
    124              >next</a> |</li> 
    125         <li class="right" > 
    126           <a href="customizing_webservice.html" title="Module 6 - Customizing the web service" 
    127              >previous</a> |</li> 
    128         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li>  
    129       </ul> 
    130     </div> 
     124             >index</a> 
     125            <br/> 
     126            <a href="_sources/geoext.txt" 
     127               rel="nofollow">Show Source</a> 
     128        </div> 
     129 
     130        <div class="right"> 
     131           
    131132    <div class="footer"> 
    132         &copy; Copyright 2010, C.Moullet. 
     133        &copy; Copyright 2010, Cedric Moullet. 
    133134      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.5. 
    134135    </div> 
     136        </div> 
     137        <div class="clearer"></div> 
     138      </div> 
     139    </div> 
     140 
    135141  </body> 
    136142</html> 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/geoext_basic.html

    r3699 r3702  
    88    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    99     
    10     <title>Module 1: GeoExt Basics &mdash; 2010 FHNW Training v1.0 documentation</title> 
    11     <link rel="stylesheet" href="_static/default.css" type="text/css" /> 
     10    <title>Module 1: GeoExt Basics &mdash; 2010 MapFish Training v1.0 documentation</title> 
     11    <link rel="stylesheet" href="_static/agogo.css" type="text/css" /> 
    1212    <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 
    1313    <script type="text/javascript"> 
     
    2323    <script type="text/javascript" src="_static/underscore.js"></script> 
    2424    <script type="text/javascript" src="_static/doctools.js"></script> 
    25     <link rel="top" title="2010 FHNW Training v1.0 documentation" href="index.html" /> 
     25    <link rel="top" title="2010 MapFish Training v1.0 documentation" href="index.html" /> 
    2626    <link rel="up" title="GeoExt Workshop" href="geoext.html" /> 
    2727    <link rel="next" title="Creating a Map Window" href="map.html" /> 
     
    2929  </head> 
    3030  <body> 
    31     <div class="related"> 
    32       <h3>Navigation</h3> 
    33       <ul> 
    34         <li class="right" style="margin-right: 10px"> 
     31    <div class="header-wrapper"> 
     32      <div class="header"> 
     33        <h1><a href="index.html">2010 MapFish Training v1.0 documentation</a></h1> 
     34        <div class="rel"> 
     35          <a href="geoext.html" title="GeoExt Workshop" 
     36             accesskey="P">previous</a> | 
     37          <a href="map.html" title="Creating a Map Window" 
     38             accesskey="N">next</a> | 
     39          <a href="py-modindex.html" title="Python Module Index" 
     40             >modules</a> | 
    3541          <a href="genindex.html" title="General Index" 
    36              accesskey="I">index</a></li> 
    37         <li class="right" > 
    38           <a href="py-modindex.html" title="Python Module Index" 
    39              >modules</a> |</li> 
    40         <li class="right" > 
    41           <a href="map.html" title="Creating a Map Window" 
    42              accesskey="N">next</a> |</li> 
    43         <li class="right" > 
    44           <a href="geoext.html" title="GeoExt Workshop" 
    45              accesskey="P">previous</a> |</li> 
    46         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    47           <li><a href="geoext.html" accesskey="U">GeoExt Workshop</a> &raquo;</li>  
    48       </ul> 
    49     </div>   
     42             accesskey="I">index</a> 
     43        </div> 
     44       </div> 
     45    </div> 
    5046 
    51     <div class="document"> 
     47    <div class="content-wrapper"> 
     48      <div class="content"> 
     49        <div class="document"> 
     50             
    5251      <div class="documentwrapper"> 
    5352        <div class="bodywrapper"> 
     
    5857<p><a class="reference external" href="http://geoext.org/">GeoExt</a> is a young, rapidly-developing library for 
    5958building rich, web-based GIS applications. The library is built upon 
    60 <a class="reference external" href="http://extjs.com/">Ext JS</a> and <a class="reference external" href="http://openlayers.org/">OpenLayers</a>. The 
     59<a class="reference external" href="http://www.sencha.com/">Ext JS</a> and <a class="reference external" href="http://openlayers.org/">OpenLayers</a>. The 
    6160former provides UI components for building web applications along with solid 
    6261underlying data components, the latter is the de-facto standard for dynamic web 
    6362mapping.</p> 
    6463<p>GeoExt provides mapping related UI components. It also unifies access to 
    65 information from <a class="reference external" href="http://opengeospatial.org/">OGC</a> services, OpenLayers 
     64information from <a class="reference external" href="http://www.opengeospatial.org/">OGC</a> services, OpenLayers 
    6665objects and arbitrary remote data sources. This allows for easy presentation of 
    6766geospatial information in a wide choice of widgets, ranging from combo boxes or 
     
    8382        </div> 
    8483      </div> 
    85       <div class="sphinxsidebar"> 
    86         <div class="sphinxsidebarwrapper"> 
    87   <h4>Previous topic</h4> 
    88   <p class="topless"><a href="geoext.html" 
    89                         title="previous chapter">GeoExt Workshop</a></p> 
    90   <h4>Next topic</h4> 
    91   <p class="topless"><a href="map.html" 
    92                         title="next chapter">Creating a Map Window</a></p> 
    93   <h3>This Page</h3> 
    94   <ul class="this-page-menu"> 
    95     <li><a href="_sources/geoext_basic.txt" 
    96            rel="nofollow">Show Source</a></li> 
    97   </ul> 
    98 <div id="searchbox" style="display: none"> 
    99   <h3>Quick search</h3> 
    100     <form class="search" action="search.html" method="get"> 
    101       <input type="text" name="q" size="18" /> 
    102       <input type="submit" value="Go" /> 
    103       <input type="hidden" name="check_keywords" value="yes" /> 
    104       <input type="hidden" name="area" value="default" /> 
    105     </form> 
    106     <p class="searchtip" style="font-size: 90%"> 
    107     Enter search terms or a module, class or function name. 
    108     </p> 
    109 </div> 
    110 <script type="text/javascript">$('#searchbox').show(0);</script> 
    11184        </div> 
     85        <div class="sidebar"> 
     86          <h3>Table Of Contents</h3> 
     87          <ul class="current"> 
     88<li class="toctree-l1"><a class="reference internal" href="agenda.html">Agenda</a></li> 
     89<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li> 
     90<li class="toctree-l1"><a class="reference internal" href="mapfish.html">MapFish Workshop</a></li> 
     91<li class="toctree-l1 current"><a class="reference internal" href="geoext.html">GeoExt Workshop</a><ul class="current"> 
     92<li class="toctree-l2 current"><a class="current reference internal" href="">Module 1: GeoExt Basics</a></li> 
     93<li class="toctree-l2"><a class="reference internal" href="geoext_stores.html">Module 2: WMS with Readers and Stores</a></li> 
     94</ul> 
     95</li> 
     96<li class="toctree-l1"><a class="reference internal" href="mapfish_geoext.html">MapFish-Geoext Workshop</a></li> 
     97<li class="toctree-l1"><a class="reference internal" href="api.html">GeoAdmin API Workshop</a></li> 
     98</ul> 
     99 
     100          <h3 style="margin-top: 1.5em;">Search</h3> 
     101          <form class="search" action="search.html" method="get"> 
     102            <input type="text" name="q" size="18" /> 
     103            <input type="submit" value="Go" /> 
     104            <input type="hidden" name="check_keywords" value="yes" /> 
     105            <input type="hidden" name="area" value="default" /> 
     106          </form> 
     107          <p class="searchtip" style="font-size: 90%"> 
     108            Enter search terms or a module, class or function name. 
     109          </p> 
     110        </div> 
     111        <div class="clearer"></div> 
    112112      </div> 
    113       <div class="clearer"></div> 
    114113    </div> 
    115     <div class="related"> 
    116       <h3>Navigation</h3> 
    117       <ul> 
    118         <li class="right" style="margin-right: 10px"> 
     114 
     115    <div class="footer-wrapper"> 
     116      <div class="footer"> 
     117        <div class="left"> 
     118          <a href="geoext.html" title="GeoExt Workshop" 
     119             >previous</a> | 
     120          <a href="map.html" title="Creating a Map Window" 
     121             >next</a> | 
     122          <a href="py-modindex.html" title="Python Module Index" 
     123             >modules</a> | 
    119124          <a href="genindex.html" title="General Index" 
    120              >index</a></li> 
    121         <li class="right" > 
    122           <a href="py-modindex.html" title="Python Module Index" 
    123              >modules</a> |</li> 
    124         <li class="right" > 
    125           <a href="map.html" title="Creating a Map Window" 
    126              >next</a> |</li> 
    127         <li class="right" > 
    128           <a href="geoext.html" title="GeoExt Workshop" 
    129              >previous</a> |</li> 
    130         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    131           <li><a href="geoext.html" >GeoExt Workshop</a> &raquo;</li>  
    132       </ul> 
    133     </div> 
     125             >index</a> 
     126            <br/> 
     127            <a href="_sources/geoext_basic.txt" 
     128               rel="nofollow">Show Source</a> 
     129        </div> 
     130 
     131        <div class="right"> 
     132           
    134133    <div class="footer"> 
    135         &copy; Copyright 2010, C.Moullet. 
     134        &copy; Copyright 2010, Cedric Moullet. 
    136135      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.5. 
    137136    </div> 
     137        </div> 
     138        <div class="clearer"></div> 
     139      </div> 
     140    </div> 
     141 
    138142  </body> 
    139143</html> 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/geoext_stores.html

    r3699 r3702  
    88    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    99     
    10     <title>Module 2: WMS with Readers and Stores &mdash; 2010 FHNW Training v1.0 documentation</title> 
    11     <link rel="stylesheet" href="_static/default.css" type="text/css" /> 
     10    <title>Module 2: WMS with Readers and Stores &mdash; 2010 MapFish Training v1.0 documentation</title> 
     11    <link rel="stylesheet" href="_static/agogo.css" type="text/css" /> 
    1212    <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 
    1313    <script type="text/javascript"> 
     
    2323    <script type="text/javascript" src="_static/underscore.js"></script> 
    2424    <script type="text/javascript" src="_static/doctools.js"></script> 
    25     <link rel="top" title="2010 FHNW Training v1.0 documentation" href="index.html" /> 
     25    <link rel="top" title="2010 MapFish Training v1.0 documentation" href="index.html" /> 
    2626    <link rel="up" title="GeoExt Workshop" href="geoext.html" /> 
    2727    <link rel="next" title="Creating a Grid View of WMS Capabilities" href="capabilities.html" /> 
     
    2929  </head> 
    3030  <body> 
    31     <div class="related"> 
    32       <h3>Navigation</h3> 
    33       <ul> 
    34         <li class="right" style="margin-right: 10px"> 
     31    <div class="header-wrapper"> 
     32      <div class="header"> 
     33        <h1><a href="index.html">2010 MapFish Training v1.0 documentation</a></h1> 
     34        <div class="rel"> 
     35          <a href="resources.html" title="GeoExt Resources" 
     36             accesskey="P">previous</a> | 
     37          <a href="capabilities.html" title="Creating a Grid View of WMS Capabilities" 
     38             accesskey="N">next</a> | 
     39          <a href="py-modindex.html" title="Python Module Index" 
     40             >modules</a> | 
    3541          <a href="genindex.html" title="General Index" 
    36              accesskey="I">index</a></li> 
    37         <li class="right" > 
    38           <a href="py-modindex.html" title="Python Module Index" 
    39              >modules</a> |</li> 
    40         <li class="right" > 
    41           <a href="capabilities.html" title="Creating a Grid View of WMS Capabilities" 
    42              accesskey="N">next</a> |</li> 
    43         <li class="right" > 
    44           <a href="resources.html" title="GeoExt Resources" 
    45              accesskey="P">previous</a> |</li> 
    46         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    47           <li><a href="geoext.html" accesskey="U">GeoExt Workshop</a> &raquo;</li>  
    48       </ul> 
    49     </div>   
     42             accesskey="I">index</a> 
     43        </div> 
     44       </div> 
     45    </div> 
    5046 
    51     <div class="document"> 
     47    <div class="content-wrapper"> 
     48      <div class="content"> 
     49        <div class="document"> 
     50             
    5251      <div class="documentwrapper"> 
    5352        <div class="bodywrapper"> 
     
    5857<p>In GeoExt, map layers, features of vector layers and even the zoom levels 
    5958of a map are accessible like any remote Ext JS data source. Read by an 
    60 <a class="reference external" href="http://www.extjs.com/deploy/dev/docs/?class=Ext.data.DataReader">Ext.data.DataReader</a>, 
    61 data records are made available to an <a class="reference external" href="http://www.extjs.com/deploy/dev/docs/?class=Ext.data.Store">Ext.data.Store</a>. Depending on 
     59<a class="reference external" href="http://dev.sencha.com/deploy/dev/docs/?class=Ext.data.DataReader">Ext.data.DataReader</a>, 
     60data records are made available to an <a class="reference external" href="http://dev.sencha.com/deploy/dev/docs/?class=Ext.data.Store">Ext.data.Store</a>. Depending on 
    6261the Reader used, not only OpenLayers objects, but also remote OGC services 
    6362can be accessed.</p> 
     
    8180        </div> 
    8281      </div> 
    83       <div class="sphinxsidebar"> 
    84         <div class="sphinxsidebarwrapper"> 
    85   <h4>Previous topic</h4> 
    86   <p class="topless"><a href="resources.html" 
    87                         title="previous chapter">GeoExt Resources</a></p> 
    88   <h4>Next topic</h4> 
    89   <p class="topless"><a href="capabilities.html" 
    90                         title="next chapter">Creating a Grid View of WMS Capabilities</a></p> 
    91   <h3>This Page</h3> 
    92   <ul class="this-page-menu"> 
    93     <li><a href="_sources/geoext_stores.txt" 
    94            rel="nofollow">Show Source</a></li> 
    95   </ul> 
    96 <div id="searchbox" style="display: none"> 
    97   <h3>Quick search</h3> 
    98     <form class="search" action="search.html" method="get"> 
    99       <input type="text" name="q" size="18" /> 
    100       <input type="submit" value="Go" /> 
    101       <input type="hidden" name="check_keywords" value="yes" /> 
    102       <input type="hidden" name="area" value="default" /> 
    103     </form> 
    104     <p class="searchtip" style="font-size: 90%"> 
    105     Enter search terms or a module, class or function name. 
    106     </p> 
    107 </div> 
    108 <script type="text/javascript">$('#searchbox').show(0);</script> 
    10982        </div> 
     83        <div class="sidebar"> 
     84          <h3>Table Of Contents</h3> 
     85          <ul class="current"> 
     86<li class="toctree-l1"><a class="reference internal" href="agenda.html">Agenda</a></li> 
     87<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li> 
     88<li class="toctree-l1"><a class="reference internal" href="mapfish.html">MapFish Workshop</a></li> 
     89<li class="toctree-l1 current"><a class="reference internal" href="geoext.html">GeoExt Workshop</a><ul class="current"> 
     90<li class="toctree-l2"><a class="reference internal" href="geoext_basic.html">Module 1: GeoExt Basics</a></li> 
     91<li class="toctree-l2 current"><a class="current reference internal" href="">Module 2: WMS with Readers and Stores</a></li> 
     92</ul> 
     93</li> 
     94<li class="toctree-l1"><a class="reference internal" href="mapfish_geoext.html">MapFish-Geoext Workshop</a></li> 
     95<li class="toctree-l1"><a class="reference internal" href="api.html">GeoAdmin API Workshop</a></li> 
     96</ul> 
     97 
     98          <h3 style="margin-top: 1.5em;">Search</h3> 
     99          <form class="search" action="search.html" method="get"> 
     100            <input type="text" name="q" size="18" /> 
     101            <input type="submit" value="Go" /> 
     102            <input type="hidden" name="check_keywords" value="yes" /> 
     103            <input type="hidden" name="area" value="default" /> 
     104          </form> 
     105          <p class="searchtip" style="font-size: 90%"> 
     106            Enter search terms or a module, class or function name. 
     107          </p> 
     108        </div> 
     109        <div class="clearer"></div> 
    110110      </div> 
    111       <div class="clearer"></div> 
    112111    </div> 
    113     <div class="related"> 
    114       <h3>Navigation</h3> 
    115       <ul> 
    116         <li class="right" style="margin-right: 10px"> 
     112 
     113    <div class="footer-wrapper"> 
     114      <div class="footer"> 
     115        <div class="left"> 
     116          <a href="resources.html" title="GeoExt Resources" 
     117             >previous</a> | 
     118          <a href="capabilities.html" title="Creating a Grid View of WMS Capabilities" 
     119             >next</a> | 
     120          <a href="py-modindex.html" title="Python Module Index" 
     121             >modules</a> | 
    117122          <a href="genindex.html" title="General Index" 
    118              >index</a></li> 
    119         <li class="right" > 
    120           <a href="py-modindex.html" title="Python Module Index" 
    121              >modules</a> |</li> 
    122         <li class="right" > 
    123           <a href="capabilities.html" title="Creating a Grid View of WMS Capabilities" 
    124              >next</a> |</li> 
    125         <li class="right" > 
    126           <a href="resources.html" title="GeoExt Resources" 
    127              >previous</a> |</li> 
    128         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    129           <li><a href="geoext.html" >GeoExt Workshop</a> &raquo;</li>  
    130       </ul> 
    131     </div> 
     123             >index</a> 
     124            <br/> 
     125            <a href="_sources/geoext_stores.txt" 
     126               rel="nofollow">Show Source</a> 
     127        </div> 
     128 
     129        <div class="right"> 
     130           
    132131    <div class="footer"> 
    133         &copy; Copyright 2010, C.Moullet. 
     132        &copy; Copyright 2010, Cedric Moullet. 
    134133      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.5. 
    135134    </div> 
     135        </div> 
     136        <div class="clearer"></div> 
     137      </div> 
     138    </div> 
     139 
    136140  </body> 
    137141</html> 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/getting_started.html

    r3698 r3702  
    88    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    99     
    10     <title>Module 1 - Getting Started &mdash; 2010 FHNW Training v1.0 documentation</title> 
    11     <link rel="stylesheet" href="_static/default.css" type="text/css" /> 
     10    <title>Module 1 - Getting Started &mdash; 2010 MapFish Training v1.0 documentation</title> 
     11    <link rel="stylesheet" href="_static/agogo.css" type="text/css" /> 
    1212    <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 
    1313    <script type="text/javascript"> 
     
    2323    <script type="text/javascript" src="_static/underscore.js"></script> 
    2424    <script type="text/javascript" src="_static/doctools.js"></script> 
    25     <link rel="top" title="2010 FHNW Training v1.0 documentation" href="index.html" /> 
    26     <link rel="up" title="MapFish" href="mapfish.html" /> 
     25    <link rel="top" title="2010 MapFish Training v1.0 documentation" href="index.html" /> 
     26    <link rel="up" title="MapFish Workshop" href="mapfish.html" /> 
    2727    <link rel="next" title="Module 2 - Creating Application" href="creating_application.html" /> 
    28     <link rel="prev" title="MapFish" href="mapfish.html" />  
     28    <link rel="prev" title="MapFish Workshop" href="mapfish.html" />  
    2929  </head> 
    3030  <body> 
    31     <div class="related"> 
    32       <h3>Navigation</h3> 
    33       <ul> 
    34         <li class="right" style="margin-right: 10px"> 
     31    <div class="header-wrapper"> 
     32      <div class="header"> 
     33        <h1><a href="index.html">2010 MapFish Training v1.0 documentation</a></h1> 
     34        <div class="rel"> 
     35          <a href="mapfish.html" title="MapFish Workshop" 
     36             accesskey="P">previous</a> | 
     37          <a href="creating_application.html" title="Module 2 - Creating Application" 
     38             accesskey="N">next</a> | 
     39          <a href="py-modindex.html" title="Python Module Index" 
     40             >modules</a> | 
    3541          <a href="genindex.html" title="General Index" 
    36              accesskey="I">index</a></li> 
    37         <li class="right" > 
    38           <a href="creating_application.html" title="Module 2 - Creating Application" 
    39              accesskey="N">next</a> |</li> 
    40         <li class="right" > 
    41           <a href="mapfish.html" title="MapFish" 
    42              accesskey="P">previous</a> |</li> 
    43         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    44           <li><a href="mapfish.html" accesskey="U">MapFish</a> &raquo;</li>  
    45       </ul> 
    46     </div>   
     42             accesskey="I">index</a> 
     43        </div> 
     44       </div> 
     45    </div> 
    4746 
    48     <div class="document"> 
     47    <div class="content-wrapper"> 
     48      <div class="content"> 
     49        <div class="document"> 
     50             
    4951      <div class="documentwrapper"> 
    5052        <div class="bodywrapper"> 
     
    128130        </div> 
    129131      </div> 
    130       <div class="sphinxsidebar"> 
    131         <div class="sphinxsidebarwrapper"> 
    132   <h3><a href="index.html">Table Of Contents</a></h3> 
    133   <ul> 
    134 <li><a class="reference internal" href="#">Module 1 - Getting Started</a><ul> 
    135 <li><a class="reference internal" href="#getting-workshop-material">Getting workshop material</a></li> 
    136 <li><a class="reference internal" href="#installing-mapfish">Installing MapFish</a></li> 
    137 <li><a class="reference internal" href="#installing-firefox-extensions">Installing FireFox extensions</a></li> 
    138 <li><a class="reference internal" href="#test-the-firefox-extensions">Test the FireFox extensions</a></li> 
     132        </div> 
     133        <div class="sidebar"> 
     134          <h3>Table Of Contents</h3> 
     135          <ul class="current"> 
     136<li class="toctree-l1"><a class="reference internal" href="agenda.html">Agenda</a></li> 
     137<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li> 
     138<li class="toctree-l1 current"><a class="reference internal" href="mapfish.html">MapFish Workshop</a><ul class="current"> 
     139<li class="toctree-l2 current"><a class="current reference internal" href="">Module 1 - Getting Started</a></li> 
     140<li class="toctree-l2"><a class="reference internal" href="creating_application.html">Module 2 - Creating Application</a></li> 
     141<li class="toctree-l2"><a class="reference internal" href="customizing_application.html">Module 3 - Customizing the Application</a></li> 
     142<li class="toctree-l2"><a class="reference internal" href="building_javascript.html">Module 4 - Building JavaScript</a></li> 
     143<li class="toctree-l2"><a class="reference internal" href="creating_webservice.html">Module 5 - Creating Web Services</a></li> 
     144<li class="toctree-l2"><a class="reference internal" href="customizing_webservice.html">Module 6 - Customizing the web service</a></li> 
    139145</ul> 
    140146</li> 
     147<li class="toctree-l1"><a class="reference internal" href="geoext.html">GeoExt Workshop</a></li> 
     148<li class="toctree-l1"><a class="reference internal" href="mapfish_geoext.html">MapFish-Geoext Workshop</a></li> 
     149<li class="toctree-l1"><a class="reference internal" href="api.html">GeoAdmin API Workshop</a></li> 
    141150</ul> 
    142151 
    143   <h4>Previous topic</h4> 
    144   <p class="topless"><a href="mapfish.html" 
    145                         title="previous chapter">MapFish</a></p> 
    146   <h4>Next topic</h4> 
    147   <p class="topless"><a href="creating_application.html" 
    148                         title="next chapter">Module 2 - Creating Application</a></p> 
    149   <h3>This Page</h3> 
    150   <ul class="this-page-menu"> 
    151     <li><a href="_sources/getting_started.txt" 
    152            rel="nofollow">Show Source</a></li> 
    153   </ul> 
    154 <div id="searchbox" style="display: none"> 
    155   <h3>Quick search</h3> 
    156     <form class="search" action="search.html" method="get"> 
    157       <input type="text" name="q" size="18" /> 
    158       <input type="submit" value="Go" /> 
    159       <input type="hidden" name="check_keywords" value="yes" /> 
    160       <input type="hidden" name="area" value="default" /> 
    161     </form> 
    162     <p class="searchtip" style="font-size: 90%"> 
    163     Enter search terms or a module, class or function name. 
    164     </p> 
    165 </div> 
    166 <script type="text/javascript">$('#searchbox').show(0);</script> 
     152          <h3 style="margin-top: 1.5em;">Search</h3> 
     153          <form class="search" action="search.html" method="get"> 
     154            <input type="text" name="q" size="18" /> 
     155            <input type="submit" value="Go" /> 
     156            <input type="hidden" name="check_keywords" value="yes" /> 
     157            <input type="hidden" name="area" value="default" /> 
     158          </form> 
     159          <p class="searchtip" style="font-size: 90%"> 
     160            Enter search terms or a module, class or function name. 
     161          </p> 
    167162        </div> 
     163        <div class="clearer"></div> 
    168164      </div> 
    169       <div class="clearer"></div> 
    170165    </div> 
    171     <div class="related"> 
    172       <h3>Navigation</h3> 
    173       <ul> 
    174         <li class="right" style="margin-right: 10px"> 
     166 
     167    <div class="footer-wrapper"> 
     168      <div class="footer"> 
     169        <div class="left"> 
     170          <a href="mapfish.html" title="MapFish Workshop" 
     171             >previous</a> | 
     172          <a href="creating_application.html" title="Module 2 - Creating Application" 
     173             >next</a> | 
     174          <a href="py-modindex.html" title="Python Module Index" 
     175             >modules</a> | 
    175176          <a href="genindex.html" title="General Index" 
    176              >index</a></li> 
    177         <li class="right" > 
    178           <a href="creating_application.html" title="Module 2 - Creating Application" 
    179              >next</a> |</li> 
    180         <li class="right" > 
    181           <a href="mapfish.html" title="MapFish" 
    182              >previous</a> |</li> 
    183         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    184           <li><a href="mapfish.html" >MapFish</a> &raquo;</li>  
    185       </ul> 
    186     </div> 
     177             >index</a> 
     178            <br/> 
     179            <a href="_sources/getting_started.txt" 
     180               rel="nofollow">Show Source</a> 
     181        </div> 
     182 
     183        <div class="right"> 
     184           
    187185    <div class="footer"> 
    188         &copy; Copyright 2010, C.Moullet. 
     186        &copy; Copyright 2010, Cedric Moullet. 
    189187      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.5. 
    190188    </div> 
     189        </div> 
     190        <div class="clearer"></div> 
     191      </div> 
     192    </div> 
     193 
    191194  </body> 
    192195</html> 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/index.html

    r3698 r3702  
    88    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    99     
    10     <title>Welcome to 2010 FHNW Training’s documentation! &mdash; 2010 FHNW Training v1.0 documentation</title> 
    11     <link rel="stylesheet" href="_static/default.css" type="text/css" /> 
     10    <title>Welcome to 2010 MapFish Training &mdash; 2010 MapFish Training v1.0 documentation</title> 
     11    <link rel="stylesheet" href="_static/agogo.css" type="text/css" /> 
    1212    <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 
    1313    <script type="text/javascript"> 
     
    2323    <script type="text/javascript" src="_static/underscore.js"></script> 
    2424    <script type="text/javascript" src="_static/doctools.js"></script> 
    25     <link rel="top" title="2010 FHNW Training v1.0 documentation" href="#" /> 
     25    <link rel="top" title="2010 MapFish Training v1.0 documentation" href="#" /> 
    2626    <link rel="next" title="Agenda" href="agenda.html" />  
    2727  </head> 
    2828  <body> 
    29     <div class="related"> 
    30       <h3>Navigation</h3> 
    31       <ul> 
    32         <li class="right" style="margin-right: 10px"> 
     29    <div class="header-wrapper"> 
     30      <div class="header"> 
     31        <h1><a href="#">2010 MapFish Training v1.0 documentation</a></h1> 
     32        <div class="rel"> 
     33          <a href="agenda.html" title="Agenda" 
     34             accesskey="N">next</a> | 
     35          <a href="py-modindex.html" title="Python Module Index" 
     36             >modules</a> | 
    3337          <a href="genindex.html" title="General Index" 
    34              accesskey="I">index</a></li> 
    35         <li class="right" > 
    36           <a href="py-modindex.html" title="Python Module Index" 
    37              >modules</a> |</li> 
    38         <li class="right" > 
    39           <a href="agenda.html" title="Agenda" 
    40              accesskey="N">next</a> |</li> 
    41         <li><a href="#">2010 FHNW Training v1.0 documentation</a> &raquo;</li>  
    42       </ul> 
    43     </div>   
     38             accesskey="I">index</a> 
     39        </div> 
     40       </div> 
     41    </div> 
    4442 
    45     <div class="document"> 
     43    <div class="content-wrapper"> 
     44      <div class="content"> 
     45        <div class="document"> 
     46             
    4647      <div class="documentwrapper"> 
    4748        <div class="bodywrapper"> 
    4849          <div class="body"> 
    4950             
    50   <div class="section" id="welcome-to-2010-fhnw-training-s-documentation"> 
    51 <h1>Welcome to 2010 FHNW Training&#8217;s documentation!<a class="headerlink" href="#welcome-to-2010-fhnw-training-s-documentation" title="Permalink to this headline">¶</a></h1> 
    52 <p>Contents:</p> 
     51  <div class="section" id="welcome-to-2010-mapfish-training"> 
     52<h1>Welcome to 2010 MapFish Training<a class="headerlink" href="#welcome-to-2010-mapfish-training" title="Permalink to this headline">¶</a></h1> 
    5353<div class="toctree-wrapper compound"> 
    5454<ul> 
     
    7979</div> 
    8080</div> 
     81<div class="section" id="general-information"> 
     82<h1>General information<a class="headerlink" href="#general-information" title="Permalink to this headline">¶</a></h1> 
     83<p>Training provided on 15.12.2010, FHNW, Muttenz</p> 
     84<p>Lecturer: Cedric Moullet, Head of Swiss Federal Spatial Infrastructure, Swisstopo</p> 
     85<p>Organizer: Hans-Jorg Stark, Professor, FHNW</p> 
     86</div> 
    8187<div class="section" id="indices-and-tables"> 
    8288<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h1> 
     
    9298        </div> 
    9399      </div> 
    94       <div class="sphinxsidebar"> 
    95         <div class="sphinxsidebarwrapper"> 
    96   <h3><a href="#">Table Of Contents</a></h3> 
    97   <ul> 
    98 <li><a class="reference internal" href="#">Welcome to 2010 FHNW Training&#8217;s documentation!</a><ul> 
    99 </ul> 
    100 </li> 
    101 <li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li> 
     100        </div> 
     101        <div class="sidebar"> 
     102          <h3>Table Of Contents</h3> 
     103          <ul> 
     104<li class="toctree-l1"><a class="reference internal" href="agenda.html">Agenda</a></li> 
     105<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li> 
     106<li class="toctree-l1"><a class="reference internal" href="mapfish.html">MapFish Workshop</a></li> 
     107<li class="toctree-l1"><a class="reference internal" href="geoext.html">GeoExt Workshop</a></li> 
     108<li class="toctree-l1"><a class="reference internal" href="mapfish_geoext.html">MapFish-Geoext Workshop</a></li> 
     109<li class="toctree-l1"><a class="reference internal" href="api.html">GeoAdmin API Workshop</a></li> 
    102110</ul> 
    103111 
    104   <h4>Next topic</h4> 
    105   <p class="topless"><a href="agenda.html" 
    106                         title="next chapter">Agenda</a></p> 
    107   <h3>This Page</h3> 
    108   <ul class="this-page-menu"> 
    109     <li><a href="_sources/index.txt" 
    110            rel="nofollow">Show Source</a></li> 
    111   </ul> 
    112 <div id="searchbox" style="display: none"> 
    113   <h3>Quick search</h3> 
    114     <form class="search" action="search.html" method="get"> 
    115       <input type="text" name="q" size="18" /> 
    116       <input type="submit" value="Go" /> 
    117       <input type="hidden" name="check_keywords" value="yes" /> 
    118       <input type="hidden" name="area" value="default" /> 
    119     </form> 
    120     <p class="searchtip" style="font-size: 90%"> 
    121     Enter search terms or a module, class or function name. 
    122     </p> 
    123 </div> 
    124 <script type="text/javascript">$('#searchbox').show(0);</script> 
     112          <h3 style="margin-top: 1.5em;">Search</h3> 
     113          <form class="search" action="search.html" method="get"> 
     114            <input type="text" name="q" size="18" /> 
     115            <input type="submit" value="Go" /> 
     116            <input type="hidden" name="check_keywords" value="yes" /> 
     117            <input type="hidden" name="area" value="default" /> 
     118          </form> 
     119          <p class="searchtip" style="font-size: 90%"> 
     120            Enter search terms or a module, class or function name. 
     121          </p> 
    125122        </div> 
     123        <div class="clearer"></div> 
    126124      </div> 
    127       <div class="clearer"></div> 
    128125    </div> 
    129     <div class="related"> 
    130       <h3>Navigation</h3> 
    131       <ul> 
    132         <li class="right" style="margin-right: 10px"> 
     126 
     127    <div class="footer-wrapper"> 
     128      <div class="footer"> 
     129        <div class="left"> 
     130          <a href="agenda.html" title="Agenda" 
     131             >next</a> | 
     132          <a href="py-modindex.html" title="Python Module Index" 
     133             >modules</a> | 
    133134          <a href="genindex.html" title="General Index" 
    134              >index</a></li> 
    135         <li class="right" > 
    136           <a href="py-modindex.html" title="Python Module Index" 
    137              >modules</a> |</li> 
    138         <li class="right" > 
    139           <a href="agenda.html" title="Agenda" 
    140              >next</a> |</li> 
    141         <li><a href="#">2010 FHNW Training v1.0 documentation</a> &raquo;</li>  
    142       </ul> 
    143     </div> 
     135             >index</a> 
     136            <br/> 
     137            <a href="_sources/index.txt" 
     138               rel="nofollow">Show Source</a> 
     139        </div> 
     140 
     141        <div class="right"> 
     142           
    144143    <div class="footer"> 
    145         &copy; Copyright 2010, C.Moullet. 
     144        &copy; Copyright 2010, Cedric Moullet. 
    146145      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.5. 
    147146    </div> 
     147        </div> 
     148        <div class="clearer"></div> 
     149      </div> 
     150    </div> 
     151 
    148152  </body> 
    149153</html> 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/introduction.html

    r3671 r3702  
    88    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    99     
    10     <title>Introduction &mdash; 2010 FHNW Training v1.0 documentation</title> 
    11     <link rel="stylesheet" href="_static/default.css" type="text/css" /> 
     10    <title>Introduction &mdash; 2010 MapFish Training v1.0 documentation</title> 
     11    <link rel="stylesheet" href="_static/agogo.css" type="text/css" /> 
    1212    <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 
    1313    <script type="text/javascript"> 
     
    2323    <script type="text/javascript" src="_static/underscore.js"></script> 
    2424    <script type="text/javascript" src="_static/doctools.js"></script> 
    25     <link rel="top" title="2010 FHNW Training v1.0 documentation" href="index.html" /> 
    26     <link rel="next" title="MapFish" href="mapfish.html" /> 
     25    <link rel="top" title="2010 MapFish Training v1.0 documentation" href="index.html" /> 
     26    <link rel="next" title="MapFish Workshop" href="mapfish.html" /> 
    2727    <link rel="prev" title="Agenda" href="agenda.html" />  
    2828  </head> 
    2929  <body> 
    30     <div class="related"> 
    31       <h3>Navigation</h3> 
    32       <ul> 
    33         <li class="right" style="margin-right: 10px"> 
     30    <div class="header-wrapper"> 
     31      <div class="header"> 
     32        <h1><a href="index.html">2010 MapFish Training v1.0 documentation</a></h1> 
     33        <div class="rel"> 
     34          <a href="agenda.html" title="Agenda" 
     35             accesskey="P">previous</a> | 
     36          <a href="mapfish.html" title="MapFish Workshop" 
     37             accesskey="N">next</a> | 
     38          <a href="py-modindex.html" title="Python Module Index" 
     39             >modules</a> | 
    3440          <a href="genindex.html" title="General Index" 
    35              accesskey="I">index</a></li> 
    36         <li class="right" > 
    37           <a href="mapfish.html" title="MapFish" 
    38              accesskey="N">next</a> |</li> 
    39         <li class="right" > 
    40           <a href="agenda.html" title="Agenda" 
    41              accesskey="P">previous</a> |</li> 
    42         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li>  
    43       </ul> 
    44     </div>   
    45  
    46     <div class="document"> 
     41             accesskey="I">index</a> 
     42        </div> 
     43       </div> 
     44    </div> 
     45 
     46    <div class="content-wrapper"> 
     47      <div class="content"> 
     48        <div class="document"> 
     49             
    4750      <div class="documentwrapper"> 
    4851        <div class="bodywrapper"> 
     
    98101<div class="admonition note"> 
    99102<p class="first admonition-title">Note</p> 
    100 <p class="last">MapFish is cartographic server agnostic. It can be used with <a class="reference external" href="http://www.mapserver.org">MapServer</a>, <a class="reference external" href="http://www.geoserver.org">GeoServer</a>, <a class="reference external" href="http://www.mapguide.org">MapGuide</a> 
     103<p class="last">MapFish is cartographic server agnostic. It can be used with <a class="reference external" href="http://www.mapserver.org">MapServer</a>, <a class="reference external" href="http://www.geoserver.org">GeoServer</a>, <a class="reference external" href="http://mapguide.osgeo.org">MapGuide</a> 
    101104or whatever cartographic server that is able to communicate with open protocols like WMS or WFS.</p> 
    102105</div> 
     
    109112<li><a class="reference external" href="http://www.geoext.org">GeoExt</a>: GeoExt is a JavaScript library providing the groundwork for creating web-mapping applications based on OpenLayers and ExtJS.</li> 
    110113<li><a class="reference external" href="http://www.openlayers.org">OpenLayers</a>: OpenLayers makes it easy to put a dynamic map in any web page. It can display map tiles and markers loaded from any source.</li> 
    111 <li><a class="reference external" href="http://extjs.com/">ExtJS</a>: Ext JS is a cross-browser JavaScript library for building rich internet applications.</li> 
     114<li><a class="reference external" href="http://www.sencha.com/">ExtJS</a>: Ext JS is a cross-browser JavaScript library for building rich internet applications.</li> 
    112115</ul> 
    113116</blockquote> 
     
    132135<div class="section" id="mapfish-client-extjs"> 
    133136<span id="id1"></span><h3>ExtJS<a class="headerlink" href="#mapfish-client-extjs" title="Permalink to this headline">¶</a></h3> 
    134 <p>Ext JS is a cross-browser JavaScript library for building rich internet applications. It provides a <a class="reference external" href="http://www.extjs.com/deploy/dev/examples/samples.html">very large list of UI components</a>.</p> 
     137<p>Ext JS is a cross-browser JavaScript library for building rich internet applications. It provides a <a class="reference external" href="http://dev.sencha.com/deploy/dev/examples/">very large list of UI components</a>.</p> 
    135138<div class="admonition note"> 
    136139<p class="first admonition-title">Note</p> 
    137 <p>In order to play with ExtJS, it is needed to reference the ExtJS library and the associated css. For simplicity, we have prepared an accessible build with <a class="reference external" href="http://extjs.com/products/extjs/build/index.php">CacheFly</a>.</p> 
     140<p>In order to play with ExtJS, it is needed to reference the ExtJS library and the associated css. For simplicity, we have prepared an accessible build with <a class="reference external" href="http://www.sencha.com/products/js/build/index.php">CacheFly</a>.</p> 
    138141<p>Then, simply add the following code in the html page:</p> 
    139142<p>&lt;script type=&#8221;text/javascript&#8221; src=&#8221;<a class="reference external" href="http://extjs.cachefly.net/builds/ext-cdn-771.js">http://extjs.cachefly.net/builds/ext-cdn-771.js</a>&#8220;&gt;&lt;/script&gt;</p> 
     
    169172<div class="section" id="ext-viewport"> 
    170173<h4>Ext.Viewport<a class="headerlink" href="#ext-viewport" title="Permalink to this headline">¶</a></h4> 
    171 <p>The Viewport renders itself to the document body, and automatically sizes itself to the size of the browser viewport and manages window resizing. There may only be one Viewport created in a page. Let&#8217;s have a look at the configuration of a <a class="reference external" href="http://www.extjs.com/deploy/dev/docs/?class=Ext.Viewport">viewport</a>:</p> 
     174<p>The Viewport renders itself to the document body, and automatically sizes itself to the size of the browser viewport and manages window resizing. There may only be one Viewport created in a page. Let&#8217;s have a look at the configuration of a <a class="reference external" href="http://dev.sencha.com/deploy/dev/docs/?class=Ext.Viewport">viewport</a>:</p> 
    172175<p>To test: <a class="reference download internal" href="_downloads/extjs_viewport.html"><tt class="xref download docutils literal"><span class="pre">extjs_viewport.html</span></tt></a></p> 
    173176<a id="showRef3" href="javascript:showdiv('codeBlock3','showRef3','hideRef3')">Show code</a> 
     
    257260<div class="section" id="ext-grid-gridpanel"> 
    258261<h4>Ext.grid.GridPanel<a class="headerlink" href="#ext-grid-gridpanel" title="Permalink to this headline">¶</a></h4> 
    259 <p><a class="reference external" href="http://map.globe.admin.ch">Globe application</a> uses a <a class="reference external" href="http://extjs.com/deploy/dev/docs/?class=Ext.grid.GridPanel">grid panel</a>:</p> 
     262<p><a class="reference external" href="http://map.globe.admin.ch">Globe application</a> uses a <a class="reference external" href="http://dev.sencha.com/deploy/dev/docs/?class=Ext.grid.GridPanel">grid panel</a>:</p> 
    260263<blockquote> 
    261264<img alt="_images/mapfish_globe.png" src="_images/mapfish_globe.png" /> 
     
    275278<div class="section" id="map"> 
    276279<h4>Map<a class="headerlink" href="#map" title="Permalink to this headline">¶</a></h4> 
    277 <p>Instances of <a class="reference external" href="http://dev.openlayers.org/releases/OpenLayers-2.7/doc/apidocs/files/OpenLayers/Map-js.html">OpenLayers.Map</a> are interactive maps embedded in a web page.</p> 
     280<p>Instances of <a class="reference external" href="http://dev.openlayers.org/releases/OpenLayers-2.9/doc/apidocs/files/OpenLayers/Map-js.html">OpenLayers.Map</a> are interactive maps embedded in a web page.</p> 
    278281<p>To test: <a class="reference download internal" href="_downloads/openlayers_map.html"><tt class="xref download docutils literal"><span class="pre">openlayers_map.html</span></tt></a></p> 
    279282<a id="showRef4" href="javascript:showdiv('codeBlock4','showRef4','hideRef4')">Show code</a> 
     
    310313<div class="section" id="editing-toolbar"> 
    311314<h4>Editing Toolbar<a class="headerlink" href="#editing-toolbar" title="Permalink to this headline">¶</a></h4> 
    312 <p><a class="reference external" href="http://dev.openlayers.org/releases/OpenLayers-2.7/doc/apidocs/_staticOpenLayers/Control/EditingToolbar-js.html">Editing Toolbar</a></p> 
     315<p><a class="reference external" href="http://dev.openlayers.org/releases/OpenLayers-2.9/doc/apidocs/files/OpenLayers/Control/EditingToolbar-js.html">Editing Toolbar</a></p> 
    313316<p>To test: <a class="reference download internal" href="_downloads/openlayers_editing_toolbar.html"><tt class="xref download docutils literal"><span class="pre">openlayers_editing_toolbar.html</span></tt></a></p> 
    314317<a id="showRef5" href="javascript:showdiv('codeBlock5','showRef5','hideRef5')">Show code</a> 
     
    615618        </div> 
    616619      </div> 
    617       <div class="sphinxsidebar"> 
    618         <div class="sphinxsidebarwrapper"> 
    619   <h3><a href="index.html">Table Of Contents</a></h3> 
    620   <ul> 
    621 <li><a class="reference internal" href="#">Introduction</a><ul> 
    622 <li><a class="reference internal" href="#computer-setup">Computer Setup</a></li> 
    623 <li><a class="reference internal" href="#mapfish-framework">MapFish Framework</a><ul> 
    624 <li><a class="reference internal" href="#what-is-a-framework">What is a framework ?</a><ul> 
    625 <li><a class="reference internal" href="#components-of-mapfish-framework">Components of MapFish framework</a></li> 
     620        </div> 
     621        <div class="sidebar"> 
     622          <h3>Table Of Contents</h3> 
     623          <ul class="current"> 
     624<li class="toctree-l1"><a class="reference internal" href="agenda.html">Agenda</a></li> 
     625<li class="toctree-l1 current"><a class="current reference internal" href="">Introduction</a><ul> 
     626<li class="toctree-l2"><a class="reference internal" href="#computer-setup">Computer Setup</a></li> 
     627<li class="toctree-l2"><a class="reference internal" href="#mapfish-framework">MapFish Framework</a></li> 
     628<li class="toctree-l2"><a class="reference internal" href="#mapfish-examples">MapFish Examples</a></li> 
    626629</ul> 
    627630</li> 
     631<li class="toctree-l1"><a class="reference internal" href="mapfish.html">MapFish Workshop</a></li> 
     632<li class="toctree-l1"><a class="reference internal" href="geoext.html">GeoExt Workshop</a></li> 
     633<li class="toctree-l1"><a class="reference internal" href="mapfish_geoext.html">MapFish-Geoext Workshop</a></li> 
     634<li class="toctree-l1"><a class="reference internal" href="api.html">GeoAdmin API Workshop</a></li> 
    628635</ul> 
    629 </li> 
    630 <li><a class="reference internal" href="#mapfish-examples">MapFish Examples</a><ul> 
    631 <li><a class="reference internal" href="#mapfish-javascript-toolbox">MapFish JavaScript Toolbox</a></li> 
    632 <li><a class="reference internal" href="#mapfish-client-extjs">ExtJS</a><ul> 
    633 <li><a class="reference internal" href="#ext-hello-world">Ext &#8220;Hello World&#8221;</a></li> 
    634 <li><a class="reference internal" href="#ext-viewport">Ext.Viewport</a></li> 
    635 <li><a class="reference internal" href="#ext-grid-gridpanel">Ext.grid.GridPanel</a></li> 
    636 </ul> 
    637 </li> 
    638 <li><a class="reference internal" href="#mapfish-client-openlayers">OpenLayers</a><ul> 
    639 <li><a class="reference internal" href="#map">Map</a></li> 
    640 <li><a class="reference internal" href="#editing-toolbar">Editing Toolbar</a></li> 
    641 <li><a class="reference internal" href="#popup">Popup</a></li> 
    642 </ul> 
    643 </li> 
    644 <li><a class="reference internal" href="#mapfish-client-geoext">GeoExt</a><ul> 
    645 <li><a class="reference internal" href="#geoext-mappanel">GeoExt.MapPanel</a></li> 
    646 <li><a class="reference internal" href="#geoext-action">GeoExt.Action</a></li> 
    647 </ul> 
    648 </li> 
    649 </ul> 
    650 </li> 
    651 </ul> 
    652 </li> 
    653 </ul> 
    654  
    655   <h4>Previous topic</h4> 
    656   <p class="topless"><a href="agenda.html" 
    657                         title="previous chapter">Agenda</a></p> 
    658   <h4>Next topic</h4> 
    659   <p class="topless"><a href="mapfish.html" 
    660                         title="next chapter">MapFish</a></p> 
    661   <h3>This Page</h3> 
    662   <ul class="this-page-menu"> 
    663     <li><a href="_sources/introduction.txt" 
    664            rel="nofollow">Show Source</a></li> 
    665   </ul> 
    666 <div id="searchbox" style="display: none"> 
    667   <h3>Quick search</h3> 
    668     <form class="search" action="search.html" method="get"> 
    669       <input type="text" name="q" size="18" /> 
    670       <input type="submit" value="Go" /> 
    671       <input type="hidden" name="check_keywords" value="yes" /> 
    672       <input type="hidden" name="area" value="default" /> 
    673     </form> 
    674     <p class="searchtip" style="font-size: 90%"> 
    675     Enter search terms or a module, class or function name. 
    676     </p> 
    677 </div> 
    678 <script type="text/javascript">$('#searchbox').show(0);</script> 
     636 
     637          <h3 style="margin-top: 1.5em;">Search</h3> 
     638          <form class="search" action="search.html" method="get"> 
     639            <input type="text" name="q" size="18" /> 
     640            <input type="submit" value="Go" /> 
     641            <input type="hidden" name="check_keywords" value="yes" /> 
     642            <input type="hidden" name="area" value="default" /> 
     643          </form> 
     644          <p class="searchtip" style="font-size: 90%"> 
     645            Enter search terms or a module, class or function name. 
     646          </p> 
    679647        </div> 
     648        <div class="clearer"></div> 
    680649      </div> 
    681       <div class="clearer"></div> 
    682650    </div> 
    683     <div class="related"> 
    684       <h3>Navigation</h3> 
    685       <ul> 
    686         <li class="right" style="margin-right: 10px"> 
     651 
     652    <div class="footer-wrapper"> 
     653      <div class="footer"> 
     654        <div class="left"> 
     655          <a href="agenda.html" title="Agenda" 
     656             >previous</a> | 
     657          <a href="mapfish.html" title="MapFish Workshop" 
     658             >next</a> | 
     659          <a href="py-modindex.html" title="Python Module Index" 
     660             >modules</a> | 
    687661          <a href="genindex.html" title="General Index" 
    688              >index</a></li> 
    689         <li class="right" > 
    690           <a href="mapfish.html" title="MapFish" 
    691              >next</a> |</li> 
    692         <li class="right" > 
    693           <a href="agenda.html" title="Agenda" 
    694              >previous</a> |</li> 
    695         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li>  
    696       </ul> 
    697     </div> 
     662             >index</a> 
     663            <br/> 
     664            <a href="_sources/introduction.txt" 
     665               rel="nofollow">Show Source</a> 
     666        </div> 
     667 
     668        <div class="right"> 
     669           
    698670    <div class="footer"> 
    699         &copy; Copyright 2010, C.Moullet. 
     671        &copy; Copyright 2010, Cedric Moullet. 
    700672      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.5. 
    701673    </div> 
     674        </div> 
     675        <div class="clearer"></div> 
     676      </div> 
     677    </div> 
     678 
    702679  </body> 
    703680</html> 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/legend.html

    r3699 r3702  
    88    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    99     
    10     <title>Adding a Legend Using WMS GetLegendGraphic &mdash; 2010 FHNW Training v1.0 documentation</title> 
    11     <link rel="stylesheet" href="_static/default.css" type="text/css" /> 
     10    <title>Adding a Legend Using WMS GetLegendGraphic &mdash; 2010 MapFish Training v1.0 documentation</title> 
     11    <link rel="stylesheet" href="_static/agogo.css" type="text/css" /> 
    1212    <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 
    1313    <script type="text/javascript"> 
     
    2323    <script type="text/javascript" src="_static/underscore.js"></script> 
    2424    <script type="text/javascript" src="_static/doctools.js"></script> 
    25     <link rel="top" title="2010 FHNW Training v1.0 documentation" href="index.html" /> 
     25    <link rel="top" title="2010 MapFish Training v1.0 documentation" href="index.html" /> 
    2626    <link rel="up" title="Module 2: WMS with Readers and Stores" href="geoext_stores.html" /> 
    2727    <link rel="next" title="Adding a Combo Box of Available Map Scales (optional)" href="scales.html" /> 
     
    2929  </head> 
    3030  <body> 
    31     <div class="related"> 
    32       <h3>Navigation</h3> 
    33       <ul> 
    34         <li class="right" style="margin-right: 10px"> 
     31    <div class="header-wrapper"> 
     32      <div class="header"> 
     33        <h1><a href="index.html">2010 MapFish Training v1.0 documentation</a></h1> 
     34        <div class="rel"> 
     35          <a href="tree.html" title="Adding a Tree View to Manage the Map Panel’s Layers" 
     36             accesskey="P">previous</a> | 
     37          <a href="scales.html" title="Adding a Combo Box of Available Map Scales (optional)" 
     38             accesskey="N">next</a> | 
     39          <a href="py-modindex.html" title="Python Module Index" 
     40             >modules</a> | 
    3541          <a href="genindex.html" title="General Index" 
    36              accesskey="I">index</a></li> 
    37         <li class="right" > 
    38           <a href="py-modindex.html" title="Python Module Index" 
    39              >modules</a> |</li> 
    40         <li class="right" > 
    41           <a href="scales.html" title="Adding a Combo Box of Available Map Scales (optional)" 
    42              accesskey="N">next</a> |</li> 
    43         <li class="right" > 
    44           <a href="tree.html" title="Adding a Tree View to Manage the Map Panel’s Layers" 
    45              accesskey="P">previous</a> |</li> 
    46         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    47           <li><a href="geoext.html" >GeoExt Workshop</a> &raquo;</li> 
    48           <li><a href="geoext_stores.html" accesskey="U">Module 2: WMS with Readers and Stores</a> &raquo;</li>  
    49       </ul> 
    50     </div>   
     42             accesskey="I">index</a> 
     43        </div> 
     44       </div> 
     45    </div> 
    5146 
    52     <div class="document"> 
     47    <div class="content-wrapper"> 
     48      <div class="content"> 
     49        <div class="document"> 
     50             
    5351      <div class="documentwrapper"> 
    5452        <div class="bodywrapper"> 
     
    135133        </div> 
    136134      </div> 
    137       <div class="sphinxsidebar"> 
    138         <div class="sphinxsidebarwrapper"> 
    139   <h3><a href="index.html">Table Of Contents</a></h3> 
    140   <ul> 
    141 <li><a class="reference internal" href="#">Adding a Legend Using WMS GetLegendGraphic</a><ul> 
    142 <li><a class="reference internal" href="#a-legendpanel-with-wms-getlegendgraphic-images">A LegendPanel with WMS GetLegendGraphic Images</a><ul> 
    143 <li><a class="reference internal" href="#a-closer-look-at-the-new-code">A Closer Look at the New Code</a></li> 
    144 </ul> 
    145 </li> 
    146 <li><a class="reference internal" href="#what-s-next">What&#8217;s Next?</a></li> 
    147 <li><a class="reference internal" href="#conclusion">Conclusion</a></li> 
    148 </ul> 
    149 </li> 
     135        </div> 
     136        <div class="sidebar"> 
     137          <h3>Table Of Contents</h3> 
     138          <ul> 
     139<li class="toctree-l1"><a class="reference internal" href="agenda.html">Agenda</a></li> 
     140<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li> 
     141<li class="toctree-l1"><a class="reference internal" href="mapfish.html">MapFish Workshop</a></li> 
     142<li class="toctree-l1"><a class="reference internal" href="geoext.html">GeoExt Workshop</a></li> 
     143<li class="toctree-l1"><a class="reference internal" href="mapfish_geoext.html">MapFish-Geoext Workshop</a></li> 
     144<li class="toctree-l1"><a class="reference internal" href="api.html">GeoAdmin API Workshop</a></li> 
    150145</ul> 
    151146 
    152   <h4>Previous topic</h4> 
    153   <p class="topless"><a href="tree.html" 
    154                         title="previous chapter">Adding a Tree View to Manage the Map Panel&#8217;s Layers</a></p> 
    155   <h4>Next topic</h4> 
    156   <p class="topless"><a href="scales.html" 
    157                         title="next chapter">Adding a Combo Box of Available Map Scales (optional)</a></p> 
    158   <h3>This Page</h3> 
    159   <ul class="this-page-menu"> 
    160     <li><a href="_sources/legend.txt" 
    161            rel="nofollow">Show Source</a></li> 
    162   </ul> 
    163 <div id="searchbox" style="display: none"> 
    164   <h3>Quick search</h3> 
    165     <form class="search" action="search.html" method="get"> 
    166       <input type="text" name="q" size="18" /> 
    167       <input type="submit" value="Go" /> 
    168       <input type="hidden" name="check_keywords" value="yes" /> 
    169       <input type="hidden" name="area" value="default" /> 
    170     </form> 
    171     <p class="searchtip" style="font-size: 90%"> 
    172     Enter search terms or a module, class or function name. 
    173     </p> 
    174 </div> 
    175 <script type="text/javascript">$('#searchbox').show(0);</script> 
     147          <h3 style="margin-top: 1.5em;">Search</h3> 
     148          <form class="search" action="search.html" method="get"> 
     149            <input type="text" name="q" size="18" /> 
     150            <input type="submit" value="Go" /> 
     151            <input type="hidden" name="check_keywords" value="yes" /> 
     152            <input type="hidden" name="area" value="default" /> 
     153          </form> 
     154          <p class="searchtip" style="font-size: 90%"> 
     155            Enter search terms or a module, class or function name. 
     156          </p> 
    176157        </div> 
     158        <div class="clearer"></div> 
    177159      </div> 
    178       <div class="clearer"></div> 
    179160    </div> 
    180     <div class="related"> 
    181       <h3>Navigation</h3> 
    182       <ul> 
    183         <li class="right" style="margin-right: 10px"> 
     161 
     162    <div class="footer-wrapper"> 
     163      <div class="footer"> 
     164        <div class="left"> 
     165          <a href="tree.html" title="Adding a Tree View to Manage the Map Panel’s Layers" 
     166             >previous</a> | 
     167          <a href="scales.html" title="Adding a Combo Box of Available Map Scales (optional)" 
     168             >next</a> | 
     169          <a href="py-modindex.html" title="Python Module Index" 
     170             >modules</a> | 
    184171          <a href="genindex.html" title="General Index" 
    185              >index</a></li> 
    186         <li class="right" > 
    187           <a href="py-modindex.html" title="Python Module Index" 
    188              >modules</a> |</li> 
    189         <li class="right" > 
    190           <a href="scales.html" title="Adding a Combo Box of Available Map Scales (optional)" 
    191              >next</a> |</li> 
    192         <li class="right" > 
    193           <a href="tree.html" title="Adding a Tree View to Manage the Map Panel’s Layers" 
    194              >previous</a> |</li> 
    195         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    196           <li><a href="geoext.html" >GeoExt Workshop</a> &raquo;</li> 
    197           <li><a href="geoext_stores.html" >Module 2: WMS with Readers and Stores</a> &raquo;</li>  
    198       </ul> 
    199     </div> 
     172             >index</a> 
     173            <br/> 
     174            <a href="_sources/legend.txt" 
     175               rel="nofollow">Show Source</a> 
     176        </div> 
     177 
     178        <div class="right"> 
     179           
    200180    <div class="footer"> 
    201         &copy; Copyright 2010, C.Moullet. 
     181        &copy; Copyright 2010, Cedric Moullet. 
    202182      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.5. 
    203183    </div> 
     184        </div> 
     185        <div class="clearer"></div> 
     186      </div> 
     187    </div> 
     188 
    204189  </body> 
    205190</html> 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/map.html

    r3699 r3702  
    88    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    99     
    10     <title>Creating a Map Window &mdash; 2010 FHNW Training v1.0 documentation</title> 
    11     <link rel="stylesheet" href="_static/default.css" type="text/css" /> 
     10    <title>Creating a Map Window &mdash; 2010 MapFish Training v1.0 documentation</title> 
     11    <link rel="stylesheet" href="_static/agogo.css" type="text/css" /> 
    1212    <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 
    1313    <script type="text/javascript"> 
     
    2323    <script type="text/javascript" src="_static/underscore.js"></script> 
    2424    <script type="text/javascript" src="_static/doctools.js"></script> 
    25     <link rel="top" title="2010 FHNW Training v1.0 documentation" href="index.html" /> 
    26     <link rel="up" title="GeoExt Basics" href="geoext_basic.html" /> 
     25    <link rel="top" title="2010 MapFish Training v1.0 documentation" href="index.html" /> 
     26    <link rel="up" title="Module 1: GeoExt Basics" href="geoext_basic.html" /> 
    2727    <link rel="next" title="Dissecting Your Map Window" href="dissect.html" /> 
    28     <link rel="prev" title="GeoExt Basics" href="geoext_basic.html" />  
     28    <link rel="prev" title="Module 1: GeoExt Basics" href="geoext_basic.html" />  
    2929  </head> 
    3030  <body> 
    31     <div class="related"> 
    32       <h3>Navigation</h3> 
    33       <ul> 
    34         <li class="right" style="margin-right: 10px"> 
     31    <div class="header-wrapper"> 
     32      <div class="header"> 
     33        <h1><a href="index.html">2010 MapFish Training v1.0 documentation</a></h1> 
     34        <div class="rel"> 
     35          <a href="geoext_basic.html" title="Module 1: GeoExt Basics" 
     36             accesskey="P">previous</a> | 
     37          <a href="dissect.html" title="Dissecting Your Map Window" 
     38             accesskey="N">next</a> | 
     39          <a href="py-modindex.html" title="Python Module Index" 
     40             >modules</a> | 
    3541          <a href="genindex.html" title="General Index" 
    36              accesskey="I">index</a></li> 
    37         <li class="right" > 
    38           <a href="py-modindex.html" title="Python Module Index" 
    39              >modules</a> |</li> 
    40         <li class="right" > 
    41           <a href="dissect.html" title="Dissecting Your Map Window" 
    42              accesskey="N">next</a> |</li> 
    43         <li class="right" > 
    44           <a href="geoext_basic.html" title="GeoExt Basics" 
    45              accesskey="P">previous</a> |</li> 
    46         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    47           <li><a href="geoext.html" >GeoExt Workshop</a> &raquo;</li> 
    48           <li><a href="geoext_basic.html" accesskey="U">GeoExt Basics</a> &raquo;</li>  
    49       </ul> 
    50     </div>   
     42             accesskey="I">index</a> 
     43        </div> 
     44       </div> 
     45    </div> 
    5146 
    52     <div class="document"> 
     47    <div class="content-wrapper"> 
     48      <div class="content"> 
     49        <div class="document"> 
     50             
    5351      <div class="documentwrapper"> 
    5452        <div class="bodywrapper"> 
     
    5957<p>In GeoExt, following the conventions of the underlying Ext JS framework, a map 
    6058is wrapped into an 
    61 <a class="reference external" href="http://www.extjs.com/deploy/dev/docs/?class=Ext.Panel">Ext.Panel</a>. The map is an 
     59<a class="reference external" href="http://dev.sencha.com/deploy/dev/docs/?class=Ext.Panel">Ext.Panel</a>. The map is an 
    6260<a class="reference external" href="http://dev.openlayers.org/apidocs/files/OpenLayers/Map-js.html">OpenLayers.Map</a> 
    6361object.</p> 
     
    133131        </div> 
    134132      </div> 
    135       <div class="sphinxsidebar"> 
    136         <div class="sphinxsidebarwrapper"> 
    137   <h3><a href="index.html">Table Of Contents</a></h3> 
    138   <ul> 
    139 <li><a class="reference internal" href="#">Creating a Map Window</a><ul> 
    140 <li><a class="reference internal" href="#working-example">Working Example</a></li> 
    141 </ul> 
    142 </li> 
     133        </div> 
     134        <div class="sidebar"> 
     135          <h3>Table Of Contents</h3> 
     136          <ul> 
     137<li class="toctree-l1"><a class="reference internal" href="agenda.html">Agenda</a></li> 
     138<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li> 
     139<li class="toctree-l1"><a class="reference internal" href="mapfish.html">MapFish Workshop</a></li> 
     140<li class="toctree-l1"><a class="reference internal" href="geoext.html">GeoExt Workshop</a></li> 
     141<li class="toctree-l1"><a class="reference internal" href="mapfish_geoext.html">MapFish-Geoext Workshop</a></li> 
     142<li class="toctree-l1"><a class="reference internal" href="api.html">GeoAdmin API Workshop</a></li> 
    143143</ul> 
    144144 
    145   <h4>Previous topic</h4> 
    146   <p class="topless"><a href="geoext_basic.html" 
    147                         title="previous chapter">GeoExt Basics</a></p> 
    148   <h4>Next topic</h4> 
    149   <p class="topless"><a href="dissect.html" 
    150                         title="next chapter">Dissecting Your Map Window</a></p> 
    151   <h3>This Page</h3> 
    152   <ul class="this-page-menu"> 
    153     <li><a href="_sources/map.txt" 
    154            rel="nofollow">Show Source</a></li> 
    155   </ul> 
    156 <div id="searchbox" style="display: none"> 
    157   <h3>Quick search</h3> 
    158     <form class="search" action="search.html" method="get"> 
    159       <input type="text" name="q" size="18" /> 
    160       <input type="submit" value="Go" /> 
    161       <input type="hidden" name="check_keywords" value="yes" /> 
    162       <input type="hidden" name="area" value="default" /> 
    163     </form> 
    164     <p class="searchtip" style="font-size: 90%"> 
    165     Enter search terms or a module, class or function name. 
    166     </p> 
    167 </div> 
    168 <script type="text/javascript">$('#searchbox').show(0);</script> 
     145          <h3 style="margin-top: 1.5em;">Search</h3> 
     146          <form class="search" action="search.html" method="get"> 
     147            <input type="text" name="q" size="18" /> 
     148            <input type="submit" value="Go" /> 
     149            <input type="hidden" name="check_keywords" value="yes" /> 
     150            <input type="hidden" name="area" value="default" /> 
     151          </form> 
     152          <p class="searchtip" style="font-size: 90%"> 
     153            Enter search terms or a module, class or function name. 
     154          </p> 
    169155        </div> 
     156        <div class="clearer"></div> 
    170157      </div> 
    171       <div class="clearer"></div> 
    172158    </div> 
    173     <div class="related"> 
    174       <h3>Navigation</h3> 
    175       <ul> 
    176         <li class="right" style="margin-right: 10px"> 
     159 
     160    <div class="footer-wrapper"> 
     161      <div class="footer"> 
     162        <div class="left"> 
     163          <a href="geoext_basic.html" title="Module 1: GeoExt Basics" 
     164             >previous</a> | 
     165          <a href="dissect.html" title="Dissecting Your Map Window" 
     166             >next</a> | 
     167          <a href="py-modindex.html" title="Python Module Index" 
     168             >modules</a> | 
    177169          <a href="genindex.html" title="General Index" 
    178              >index</a></li> 
    179         <li class="right" > 
    180           <a href="py-modindex.html" title="Python Module Index" 
    181              >modules</a> |</li> 
    182         <li class="right" > 
    183           <a href="dissect.html" title="Dissecting Your Map Window" 
    184              >next</a> |</li> 
    185         <li class="right" > 
    186           <a href="geoext_basic.html" title="GeoExt Basics" 
    187              >previous</a> |</li> 
    188         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    189           <li><a href="geoext.html" >GeoExt Workshop</a> &raquo;</li> 
    190           <li><a href="geoext_basic.html" >GeoExt Basics</a> &raquo;</li>  
    191       </ul> 
    192     </div> 
     170             >index</a> 
     171            <br/> 
     172            <a href="_sources/map.txt" 
     173               rel="nofollow">Show Source</a> 
     174        </div> 
     175 
     176        <div class="right"> 
     177           
    193178    <div class="footer"> 
    194         &copy; Copyright 2010, C.Moullet. 
     179        &copy; Copyright 2010, Cedric Moullet. 
    195180      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.5. 
    196181    </div> 
     182        </div> 
     183        <div class="clearer"></div> 
     184      </div> 
     185    </div> 
     186 
    197187  </body> 
    198188</html> 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/map1.html

    r3699 r3702  
    88    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    99     
    10     <title>Creating a Map Panel that We Can Add Layers From the Grid To &mdash; 2010 FHNW Training v1.0 documentation</title> 
    11     <link rel="stylesheet" href="_static/default.css" type="text/css" /> 
     10    <title>Creating a Map Panel that We Can Add Layers From the Grid To &mdash; 2010 MapFish Training v1.0 documentation</title> 
     11    <link rel="stylesheet" href="_static/agogo.css" type="text/css" /> 
    1212    <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 
    1313    <script type="text/javascript"> 
     
    2323    <script type="text/javascript" src="_static/underscore.js"></script> 
    2424    <script type="text/javascript" src="_static/doctools.js"></script> 
    25     <link rel="top" title="2010 FHNW Training v1.0 documentation" href="index.html" /> 
     25    <link rel="top" title="2010 MapFish Training v1.0 documentation" href="index.html" /> 
    2626    <link rel="up" title="Module 2: WMS with Readers and Stores" href="geoext_stores.html" /> 
    2727    <link rel="next" title="Adding a Tree View to Manage the Map Panel’s Layers" href="tree.html" /> 
     
    2929  </head> 
    3030  <body> 
    31     <div class="related"> 
    32       <h3>Navigation</h3> 
    33       <ul> 
    34         <li class="right" style="margin-right: 10px"> 
     31    <div class="header-wrapper"> 
     32      <div class="header"> 
     33        <h1><a href="index.html">2010 MapFish Training v1.0 documentation</a></h1> 
     34        <div class="rel"> 
     35          <a href="capabilities.html" title="Creating a Grid View of WMS Capabilities" 
     36             accesskey="P">previous</a> | 
     37          <a href="tree.html" title="Adding a Tree View to Manage the Map Panel’s Layers" 
     38             accesskey="N">next</a> | 
     39          <a href="py-modindex.html" title="Python Module Index" 
     40             >modules</a> | 
    3541          <a href="genindex.html" title="General Index" 
    36              accesskey="I">index</a></li> 
    37         <li class="right" > 
    38           <a href="py-modindex.html" title="Python Module Index" 
    39              >modules</a> |</li> 
    40         <li class="right" > 
    41           <a href="tree.html" title="Adding a Tree View to Manage the Map Panel’s Layers" 
    42              accesskey="N">next</a> |</li> 
    43         <li class="right" > 
    44           <a href="capabilities.html" title="Creating a Grid View of WMS Capabilities" 
    45              accesskey="P">previous</a> |</li> 
    46         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    47           <li><a href="geoext.html" >GeoExt Workshop</a> &raquo;</li> 
    48           <li><a href="geoext_stores.html" accesskey="U">Module 2: WMS with Readers and Stores</a> &raquo;</li>  
    49       </ul> 
    50     </div>   
    51  
    52     <div class="document"> 
     42             accesskey="I">index</a> 
     43        </div> 
     44       </div> 
     45    </div> 
     46 
     47    <div class="content-wrapper"> 
     48      <div class="content"> 
     49        <div class="document"> 
     50             
    5351      <div class="documentwrapper"> 
    5452        <div class="bodywrapper"> 
     
    203201<p>Obviously, the grid has a selection model that we can access using 
    204202<tt class="docutils literal"><span class="pre">grid.getSelectionModel()</span></tt>. Since we did not explicitly configure a selection 
    205 model, our grid automatically instantiated an <a class="reference external" href="http://www.extjs.com/deploy/dev/docs/?class=Ext.grid.RowSelectionModel">Ext.grid.RowSelectionModel</a>. 
     203model, our grid automatically instantiated an <a class="reference external" href="http://dev.sencha.com/deploy/dev/docs/?class=Ext.grid.RowSelectionModel">Ext.grid.RowSelectionModel</a>. 
    206204This model provides a method called <tt class="docutils literal"><span class="pre">each</span></tt>, which we can use to walk through 
    207205the selected rows. Conveniently, this function gets called with the record of a 
     
    440438        </div> 
    441439      </div> 
    442       <div class="sphinxsidebar"> 
    443         <div class="sphinxsidebarwrapper"> 
    444   <h3><a href="index.html">Table Of Contents</a></h3> 
    445   <ul> 
    446 <li><a class="reference internal" href="#">Creating a Map Panel that We Can Add Layers From the Grid To</a><ul> 
    447 <li><a class="reference internal" href="#using-records-from-the-wmscapabilitiesstore-in-a-map">Using Records from the WMSCapabilitiesStore in a Map</a><ul> 
    448 <li><a class="reference internal" href="#a-closer-look">A Closer Look</a></li> 
     440        </div> 
     441        <div class="sidebar"> 
     442          <h3>Table Of Contents</h3> 
     443          <ul> 
     444<li class="toctree-l1"><a class="reference internal" href="agenda.html">Agenda</a></li> 
     445<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li> 
     446<li class="toctree-l1"><a class="reference internal" href="mapfish.html">MapFish Workshop</a></li> 
     447<li class="toctree-l1"><a class="reference internal" href="geoext.html">GeoExt Workshop</a></li> 
     448<li class="toctree-l1"><a class="reference internal" href="mapfish_geoext.html">MapFish-Geoext Workshop</a></li> 
     449<li class="toctree-l1"><a class="reference internal" href="api.html">GeoAdmin API Workshop</a></li> 
    449450</ul> 
    450 </li> 
    451 <li><a class="reference internal" href="#use-the-swiss-coordinate-system">Use the Swiss coordinate system</a><ul> 
    452 <li><a class="reference internal" href="#want-some-wms-getfeatureinfo-with-that">Want some WMS GetFeatureInfo with That?</a></li> 
    453 </ul> 
    454 </li> 
    455 </ul> 
    456 </li> 
    457 </ul> 
    458  
    459   <h4>Previous topic</h4> 
    460   <p class="topless"><a href="capabilities.html" 
    461                         title="previous chapter">Creating a Grid View of WMS Capabilities</a></p> 
    462   <h4>Next topic</h4> 
    463   <p class="topless"><a href="tree.html" 
    464                         title="next chapter">Adding a Tree View to Manage the Map Panel&#8217;s Layers</a></p> 
    465   <h3>This Page</h3> 
    466   <ul class="this-page-menu"> 
    467     <li><a href="_sources/map1.txt" 
    468            rel="nofollow">Show Source</a></li> 
    469   </ul> 
    470 <div id="searchbox" style="display: none"> 
    471   <h3>Quick search</h3> 
    472     <form class="search" action="search.html" method="get"> 
    473       <input type="text" name="q" size="18" /> 
    474       <input type="submit" value="Go" /> 
    475       <input type="hidden" name="check_keywords" value="yes" /> 
    476       <input type="hidden" name="area" value="default" /> 
    477     </form> 
    478     <p class="searchtip" style="font-size: 90%"> 
    479     Enter search terms or a module, class or function name. 
    480     </p> 
    481 </div> 
    482 <script type="text/javascript">$('#searchbox').show(0);</script> 
    483         </div> 
     451 
     452          <h3 style="margin-top: 1.5em;">Search</h3> 
     453          <form class="search" action="search.html" method="get"> 
     454            <input type="text" name="q" size="18" /> 
     455            <input type="submit" value="Go" /> 
     456            <input type="hidden" name="check_keywords" value="yes" /> 
     457            <input type="hidden" name="area" value="default" /> 
     458          </form> 
     459          <p class="searchtip" style="font-size: 90%"> 
     460            Enter search terms or a module, class or function name. 
     461          </p> 
     462        </div> 
     463        <div class="clearer"></div> 
    484464      </div> 
    485       <div class="clearer"></div> 
    486465    </div> 
    487     <div class="related"> 
    488       <h3>Navigation</h3> 
    489       <ul> 
    490         <li class="right" style="margin-right: 10px"> 
     466 
     467    <div class="footer-wrapper"> 
     468      <div class="footer"> 
     469        <div class="left"> 
     470          <a href="capabilities.html" title="Creating a Grid View of WMS Capabilities" 
     471             >previous</a> | 
     472          <a href="tree.html" title="Adding a Tree View to Manage the Map Panel’s Layers" 
     473             >next</a> | 
     474          <a href="py-modindex.html" title="Python Module Index" 
     475             >modules</a> | 
    491476          <a href="genindex.html" title="General Index" 
    492              >index</a></li> 
    493         <li class="right" > 
    494           <a href="py-modindex.html" title="Python Module Index" 
    495              >modules</a> |</li> 
    496         <li class="right" > 
    497           <a href="tree.html" title="Adding a Tree View to Manage the Map Panel’s Layers" 
    498              >next</a> |</li> 
    499         <li class="right" > 
    500           <a href="capabilities.html" title="Creating a Grid View of WMS Capabilities" 
    501              >previous</a> |</li> 
    502         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    503           <li><a href="geoext.html" >GeoExt Workshop</a> &raquo;</li> 
    504           <li><a href="geoext_stores.html" >Module 2: WMS with Readers and Stores</a> &raquo;</li>  
    505       </ul> 
    506     </div> 
     477             >index</a> 
     478            <br/> 
     479            <a href="_sources/map1.txt" 
     480               rel="nofollow">Show Source</a> 
     481        </div> 
     482 
     483        <div class="right"> 
     484           
    507485    <div class="footer"> 
    508         &copy; Copyright 2010, C.Moullet. 
     486        &copy; Copyright 2010, Cedric Moullet. 
    509487      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.5. 
    510488    </div> 
     489        </div> 
     490        <div class="clearer"></div> 
     491      </div> 
     492    </div> 
     493 
    511494  </body> 
    512495</html> 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/mapfish.html

    r3698 r3702  
    88    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    99     
    10     <title>MapFish Workshop &mdash; 2010 FHNW Training v1.0 documentation</title> 
    11     <link rel="stylesheet" href="_static/default.css" type="text/css" /> 
     10    <title>MapFish Workshop &mdash; 2010 MapFish Training v1.0 documentation</title> 
     11    <link rel="stylesheet" href="_static/agogo.css" type="text/css" /> 
    1212    <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 
    1313    <script type="text/javascript"> 
     
    2323    <script type="text/javascript" src="_static/underscore.js"></script> 
    2424    <script type="text/javascript" src="_static/doctools.js"></script> 
    25     <link rel="top" title="2010 FHNW Training v1.0 documentation" href="index.html" /> 
     25    <link rel="top" title="2010 MapFish Training v1.0 documentation" href="index.html" /> 
    2626    <link rel="next" title="Module 1 - Getting Started" href="getting_started.html" /> 
    2727    <link rel="prev" title="Introduction" href="introduction.html" />  
    2828  </head> 
    2929  <body> 
    30     <div class="related"> 
    31       <h3>Navigation</h3> 
    32       <ul> 
    33         <li class="right" style="margin-right: 10px"> 
     30    <div class="header-wrapper"> 
     31      <div class="header"> 
     32        <h1><a href="index.html">2010 MapFish Training v1.0 documentation</a></h1> 
     33        <div class="rel"> 
     34          <a href="introduction.html" title="Introduction" 
     35             accesskey="P">previous</a> | 
     36          <a href="getting_started.html" title="Module 1 - Getting Started" 
     37             accesskey="N">next</a> | 
     38          <a href="py-modindex.html" title="Python Module Index" 
     39             >modules</a> | 
    3440          <a href="genindex.html" title="General Index" 
    35              accesskey="I">index</a></li> 
    36         <li class="right" > 
    37           <a href="getting_started.html" title="Module 1 - Getting Started" 
    38              accesskey="N">next</a> |</li> 
    39         <li class="right" > 
    40           <a href="introduction.html" title="Introduction" 
    41              accesskey="P">previous</a> |</li> 
    42         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li>  
    43       </ul> 
    44     </div>   
     41             accesskey="I">index</a> 
     42        </div> 
     43       </div> 
     44    </div> 
    4545 
    46     <div class="document"> 
     46    <div class="content-wrapper"> 
     47      <div class="content"> 
     48        <div class="document"> 
     49             
    4750      <div class="documentwrapper"> 
    4851        <div class="bodywrapper"> 
     
    97100        </div> 
    98101      </div> 
    99       <div class="sphinxsidebar"> 
    100         <div class="sphinxsidebarwrapper"> 
    101   <h4>Previous topic</h4> 
    102   <p class="topless"><a href="introduction.html" 
    103                         title="previous chapter">Introduction</a></p> 
    104   <h4>Next topic</h4> 
    105   <p class="topless"><a href="getting_started.html" 
    106                         title="next chapter">Module 1 - Getting Started</a></p> 
    107   <h3>This Page</h3> 
    108   <ul class="this-page-menu"> 
    109     <li><a href="_sources/mapfish.txt" 
    110            rel="nofollow">Show Source</a></li> 
    111   </ul> 
    112 <div id="searchbox" style="display: none"> 
    113   <h3>Quick search</h3> 
    114     <form class="search" action="search.html" method="get"> 
    115       <input type="text" name="q" size="18" /> 
    116       <input type="submit" value="Go" /> 
    117       <input type="hidden" name="check_keywords" value="yes" /> 
    118       <input type="hidden" name="area" value="default" /> 
    119     </form> 
    120     <p class="searchtip" style="font-size: 90%"> 
    121     Enter search terms or a module, class or function name. 
    122     </p> 
    123 </div> 
    124 <script type="text/javascript">$('#searchbox').show(0);</script> 
    125102        </div> 
     103        <div class="sidebar"> 
     104          <h3>Table Of Contents</h3> 
     105          <ul class="current"> 
     106<li class="toctree-l1"><a class="reference internal" href="agenda.html">Agenda</a></li> 
     107<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li> 
     108<li class="toctree-l1 current"><a class="current reference internal" href="">MapFish Workshop</a><ul> 
     109<li class="toctree-l2"><a class="reference internal" href="getting_started.html">Module 1 - Getting Started</a></li> 
     110<li class="toctree-l2"><a class="reference internal" href="creating_application.html">Module 2 - Creating Application</a></li> 
     111<li class="toctree-l2"><a class="reference internal" href="customizing_application.html">Module 3 - Customizing the Application</a></li> 
     112<li class="toctree-l2"><a class="reference internal" href="building_javascript.html">Module 4 - Building JavaScript</a></li> 
     113<li class="toctree-l2"><a class="reference internal" href="creating_webservice.html">Module 5 - Creating Web Services</a></li> 
     114<li class="toctree-l2"><a class="reference internal" href="customizing_webservice.html">Module 6 - Customizing the web service</a></li> 
     115</ul> 
     116</li> 
     117<li class="toctree-l1"><a class="reference internal" href="geoext.html">GeoExt Workshop</a></li> 
     118<li class="toctree-l1"><a class="reference internal" href="mapfish_geoext.html">MapFish-Geoext Workshop</a></li> 
     119<li class="toctree-l1"><a class="reference internal" href="api.html">GeoAdmin API Workshop</a></li> 
     120</ul> 
     121 
     122          <h3 style="margin-top: 1.5em;">Search</h3> 
     123          <form class="search" action="search.html" method="get"> 
     124            <input type="text" name="q" size="18" /> 
     125            <input type="submit" value="Go" /> 
     126            <input type="hidden" name="check_keywords" value="yes" /> 
     127            <input type="hidden" name="area" value="default" /> 
     128          </form> 
     129          <p class="searchtip" style="font-size: 90%"> 
     130            Enter search terms or a module, class or function name. 
     131          </p> 
     132        </div> 
     133        <div class="clearer"></div> 
    126134      </div> 
    127       <div class="clearer"></div> 
    128135    </div> 
    129     <div class="related"> 
    130       <h3>Navigation</h3> 
    131       <ul> 
    132         <li class="right" style="margin-right: 10px"> 
     136 
     137    <div class="footer-wrapper"> 
     138      <div class="footer"> 
     139        <div class="left"> 
     140          <a href="introduction.html" title="Introduction" 
     141             >previous</a> | 
     142          <a href="getting_started.html" title="Module 1 - Getting Started" 
     143             >next</a> | 
     144          <a href="py-modindex.html" title="Python Module Index" 
     145             >modules</a> | 
    133146          <a href="genindex.html" title="General Index" 
    134              >index</a></li> 
    135         <li class="right" > 
    136           <a href="getting_started.html" title="Module 1 - Getting Started" 
    137              >next</a> |</li> 
    138         <li class="right" > 
    139           <a href="introduction.html" title="Introduction" 
    140              >previous</a> |</li> 
    141         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li>  
    142       </ul> 
    143     </div> 
     147             >index</a> 
     148            <br/> 
     149            <a href="_sources/mapfish.txt" 
     150               rel="nofollow">Show Source</a> 
     151        </div> 
     152 
     153        <div class="right"> 
     154           
    144155    <div class="footer"> 
    145         &copy; Copyright 2010, C.Moullet. 
     156        &copy; Copyright 2010, Cedric Moullet. 
    146157      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.5. 
    147158    </div> 
     159        </div> 
     160        <div class="clearer"></div> 
     161      </div> 
     162    </div> 
     163 
    148164  </body> 
    149165</html> 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/mapfish_geoext.html

    r3699 r3702  
    88    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    99     
    10     <title>MapFish-Geoext Workshop &mdash; 2010 FHNW Training v1.0 documentation</title> 
    11     <link rel="stylesheet" href="_static/default.css" type="text/css" /> 
     10    <title>MapFish-Geoext Workshop &mdash; 2010 MapFish Training v1.0 documentation</title> 
     11    <link rel="stylesheet" href="_static/agogo.css" type="text/css" /> 
    1212    <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 
    1313    <script type="text/javascript"> 
     
    2323    <script type="text/javascript" src="_static/underscore.js"></script> 
    2424    <script type="text/javascript" src="_static/doctools.js"></script> 
    25     <link rel="top" title="2010 FHNW Training v1.0 documentation" href="index.html" /> 
    26     <link rel="next" title="GeoAdmin API" href="api.html" /> 
     25    <link rel="top" title="2010 MapFish Training v1.0 documentation" href="index.html" /> 
     26    <link rel="next" title="GeoAdmin API Workshop" href="api.html" /> 
    2727    <link rel="prev" title="Adding a Combo Box of Available Map Scales (optional)" href="scales.html" />  
    2828  </head> 
    2929  <body> 
    30     <div class="related"> 
    31       <h3>Navigation</h3> 
    32       <ul> 
    33         <li class="right" style="margin-right: 10px"> 
     30    <div class="header-wrapper"> 
     31      <div class="header"> 
     32        <h1><a href="index.html">2010 MapFish Training v1.0 documentation</a></h1> 
     33        <div class="rel"> 
     34          <a href="scales.html" title="Adding a Combo Box of Available Map Scales (optional)" 
     35             accesskey="P">previous</a> | 
     36          <a href="api.html" title="GeoAdmin API Workshop" 
     37             accesskey="N">next</a> | 
     38          <a href="py-modindex.html" title="Python Module Index" 
     39             >modules</a> | 
    3440          <a href="genindex.html" title="General Index" 
    35              accesskey="I">index</a></li> 
    36         <li class="right" > 
    37           <a href="py-modindex.html" title="Python Module Index" 
    38              >modules</a> |</li> 
    39         <li class="right" > 
    40           <a href="api.html" title="GeoAdmin API" 
    41              accesskey="N">next</a> |</li> 
    42         <li class="right" > 
    43           <a href="scales.html" title="Adding a Combo Box of Available Map Scales (optional)" 
    44              accesskey="P">previous</a> |</li> 
    45         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li>  
    46       </ul> 
    47     </div>   
    48  
    49     <div class="document"> 
     41             accesskey="I">index</a> 
     42        </div> 
     43       </div> 
     44    </div> 
     45 
     46    <div class="content-wrapper"> 
     47      <div class="content"> 
     48        <div class="document"> 
     49             
    5050      <div class="documentwrapper"> 
    5151        <div class="bodywrapper"> 
     
    193193        </div> 
    194194      </div> 
    195       <div class="sphinxsidebar"> 
    196         <div class="sphinxsidebarwrapper"> 
    197   <h4>Previous topic</h4> 
    198   <p class="topless"><a href="scales.html" 
    199                         title="previous chapter">Adding a Combo Box of Available Map Scales (optional)</a></p> 
    200   <h4>Next topic</h4> 
    201   <p class="topless"><a href="api.html" 
    202                         title="next chapter">GeoAdmin API</a></p> 
    203   <h3>This Page</h3> 
    204   <ul class="this-page-menu"> 
    205     <li><a href="_sources/mapfish_geoext.txt" 
    206            rel="nofollow">Show Source</a></li> 
    207   </ul> 
    208 <div id="searchbox" style="display: none"> 
    209   <h3>Quick search</h3> 
    210     <form class="search" action="search.html" method="get"> 
    211       <input type="text" name="q" size="18" /> 
    212       <input type="submit" value="Go" /> 
    213       <input type="hidden" name="check_keywords" value="yes" /> 
    214       <input type="hidden" name="area" value="default" /> 
    215     </form> 
    216     <p class="searchtip" style="font-size: 90%"> 
    217     Enter search terms or a module, class or function name. 
    218     </p> 
    219 </div> 
    220 <script type="text/javascript">$('#searchbox').show(0);</script> 
    221         </div> 
     195        </div> 
     196        <div class="sidebar"> 
     197          <h3>Table Of Contents</h3> 
     198          <ul class="current"> 
     199<li class="toctree-l1"><a class="reference internal" href="agenda.html">Agenda</a></li> 
     200<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li> 
     201<li class="toctree-l1"><a class="reference internal" href="mapfish.html">MapFish Workshop</a></li> 
     202<li class="toctree-l1"><a class="reference internal" href="geoext.html">GeoExt Workshop</a></li> 
     203<li class="toctree-l1 current"><a class="current reference internal" href="">MapFish-Geoext Workshop</a></li> 
     204<li class="toctree-l1"><a class="reference internal" href="api.html">GeoAdmin API Workshop</a></li> 
     205</ul> 
     206 
     207          <h3 style="margin-top: 1.5em;">Search</h3> 
     208          <form class="search" action="search.html" method="get"> 
     209            <input type="text" name="q" size="18" /> 
     210            <input type="submit" value="Go" /> 
     211            <input type="hidden" name="check_keywords" value="yes" /> 
     212            <input type="hidden" name="area" value="default" /> 
     213          </form> 
     214          <p class="searchtip" style="font-size: 90%"> 
     215            Enter search terms or a module, class or function name. 
     216          </p> 
     217        </div> 
     218        <div class="clearer"></div> 
    222219      </div> 
    223       <div class="clearer"></div> 
    224     </div> 
    225     <div class="related"> 
    226       <h3>Navigation</h3> 
    227       <ul> 
    228         <li class="right" style="margin-right: 10px"> 
     220    </div> 
     221 
     222    <div class="footer-wrapper"> 
     223      <div class="footer"> 
     224        <div class="left"> 
     225          <a href="scales.html" title="Adding a Combo Box of Available Map Scales (optional)" 
     226             >previous</a> | 
     227          <a href="api.html" title="GeoAdmin API Workshop" 
     228             >next</a> | 
     229          <a href="py-modindex.html" title="Python Module Index" 
     230             >modules</a> | 
    229231          <a href="genindex.html" title="General Index" 
    230              >index</a></li> 
    231         <li class="right" > 
    232           <a href="py-modindex.html" title="Python Module Index" 
    233              >modules</a> |</li> 
    234         <li class="right" > 
    235           <a href="api.html" title="GeoAdmin API" 
    236              >next</a> |</li> 
    237         <li class="right" > 
    238           <a href="scales.html" title="Adding a Combo Box of Available Map Scales (optional)" 
    239              >previous</a> |</li> 
    240         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li>  
    241       </ul> 
    242     </div> 
     232             >index</a> 
     233            <br/> 
     234            <a href="_sources/mapfish_geoext.txt" 
     235               rel="nofollow">Show Source</a> 
     236        </div> 
     237 
     238        <div class="right"> 
     239           
    243240    <div class="footer"> 
    244         &copy; Copyright 2010, C.Moullet. 
     241        &copy; Copyright 2010, Cedric Moullet. 
    245242      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.5. 
    246243    </div> 
     244        </div> 
     245        <div class="clearer"></div> 
     246      </div> 
     247    </div> 
     248 
    247249  </body> 
    248250</html> 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/py-modindex.html

    r3699 r3702  
    88    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    99     
    10     <title>Python Module Index &mdash; 2010 FHNW Training v1.0 documentation</title> 
    11     <link rel="stylesheet" href="_static/default.css" type="text/css" /> 
     10    <title>Python Module Index &mdash; 2010 MapFish Training v1.0 documentation</title> 
     11    <link rel="stylesheet" href="_static/agogo.css" type="text/css" /> 
    1212    <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 
    1313    <script type="text/javascript"> 
     
    2323    <script type="text/javascript" src="_static/underscore.js"></script> 
    2424    <script type="text/javascript" src="_static/doctools.js"></script> 
    25     <link rel="top" title="2010 FHNW Training v1.0 documentation" href="index.html" /> 
     25    <link rel="top" title="2010 MapFish Training v1.0 documentation" href="index.html" /> 
    2626  
    2727 
     
    2929  </head> 
    3030  <body> 
    31     <div class="related"> 
    32       <h3>Navigation</h3> 
    33       <ul> 
    34         <li class="right" style="margin-right: 10px"> 
     31    <div class="header-wrapper"> 
     32      <div class="header"> 
     33        <h1><a href="index.html">2010 MapFish Training v1.0 documentation</a></h1> 
     34        <div class="rel"> 
     35          <a href="#" title="Python Module Index" 
     36             >modules</a> | 
    3537          <a href="genindex.html" title="General Index" 
    36              accesskey="I">index</a></li> 
    37         <li class="right" > 
    38           <a href="#" title="Python Module Index" 
    39              >modules</a> |</li> 
    40         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li>  
    41       </ul> 
    42     </div>   
     38             accesskey="I">index</a> 
     39        </div> 
     40       </div> 
     41    </div> 
    4342 
    44     <div class="document"> 
     43    <div class="content-wrapper"> 
     44      <div class="content"> 
     45        <div class="document"> 
     46             
    4547      <div class="documentwrapper"> 
    4648        <div class="bodywrapper"> 
     
    8082        </div> 
    8183      </div> 
    82       <div class="sphinxsidebar"> 
    83         <div class="sphinxsidebarwrapper"> 
    84 <div id="searchbox" style="display: none"> 
    85   <h3>Quick search</h3> 
    86     <form class="search" action="search.html" method="get"> 
    87       <input type="text" name="q" size="18" /> 
    88       <input type="submit" value="Go" /> 
    89       <input type="hidden" name="check_keywords" value="yes" /> 
    90       <input type="hidden" name="area" value="default" /> 
    91     </form> 
    92     <p class="searchtip" style="font-size: 90%"> 
    93     Enter search terms or a module, class or function name. 
    94     </p> 
    95 </div> 
    96 <script type="text/javascript">$('#searchbox').show(0);</script> 
    9784        </div> 
     85        <div class="sidebar"> 
     86          <h3>Table Of Contents</h3> 
     87          <ul> 
     88<li class="toctree-l1"><a class="reference internal" href="agenda.html">Agenda</a></li> 
     89<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li> 
     90<li class="toctree-l1"><a class="reference internal" href="mapfish.html">MapFish Workshop</a></li> 
     91<li class="toctree-l1"><a class="reference internal" href="geoext.html">GeoExt Workshop</a></li> 
     92<li class="toctree-l1"><a class="reference internal" href="mapfish_geoext.html">MapFish-Geoext Workshop</a></li> 
     93<li class="toctree-l1"><a class="reference internal" href="api.html">GeoAdmin API Workshop</a></li> 
     94</ul> 
     95 
     96          <h3 style="margin-top: 1.5em;">Search</h3> 
     97          <form class="search" action="search.html" method="get"> 
     98            <input type="text" name="q" size="18" /> 
     99            <input type="submit" value="Go" /> 
     100            <input type="hidden" name="check_keywords" value="yes" /> 
     101            <input type="hidden" name="area" value="default" /> 
     102          </form> 
     103          <p class="searchtip" style="font-size: 90%"> 
     104            Enter search terms or a module, class or function name. 
     105          </p> 
     106        </div> 
     107        <div class="clearer"></div> 
    98108      </div> 
    99       <div class="clearer"></div> 
    100109    </div> 
    101     <div class="related"> 
    102       <h3>Navigation</h3> 
    103       <ul> 
    104         <li class="right" style="margin-right: 10px"> 
     110 
     111    <div class="footer-wrapper"> 
     112      <div class="footer"> 
     113        <div class="left"> 
     114          <a href="#" title="Python Module Index" 
     115             >modules</a> | 
    105116          <a href="genindex.html" title="General Index" 
    106              >index</a></li> 
    107         <li class="right" > 
    108           <a href="#" title="Python Module Index" 
    109              >modules</a> |</li> 
    110         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li>  
    111       </ul> 
    112     </div> 
     117             >index</a> 
     118        </div> 
     119 
     120        <div class="right"> 
     121           
    113122    <div class="footer"> 
    114         &copy; Copyright 2010, C.Moullet. 
     123        &copy; Copyright 2010, Cedric Moullet. 
    115124      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.5. 
    116125    </div> 
     126        </div> 
     127        <div class="clearer"></div> 
     128      </div> 
     129    </div> 
     130 
    117131  </body> 
    118132</html> 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/resources.html

    r3699 r3702  
    88    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    99     
    10     <title>GeoExt Resources &mdash; 2010 FHNW Training v1.0 documentation</title> 
    11     <link rel="stylesheet" href="_static/default.css" type="text/css" /> 
     10    <title>GeoExt Resources &mdash; 2010 MapFish Training v1.0 documentation</title> 
     11    <link rel="stylesheet" href="_static/agogo.css" type="text/css" /> 
    1212    <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 
    1313    <script type="text/javascript"> 
     
    2323    <script type="text/javascript" src="_static/underscore.js"></script> 
    2424    <script type="text/javascript" src="_static/doctools.js"></script> 
    25     <link rel="top" title="2010 FHNW Training v1.0 documentation" href="index.html" /> 
    26     <link rel="up" title="GeoExt Basics" href="geoext_basic.html" /> 
    27     <link rel="next" title="GeoAdmin API" href="api.html" /> 
     25    <link rel="top" title="2010 MapFish Training v1.0 documentation" href="index.html" /> 
     26    <link rel="up" title="Module 1: GeoExt Basics" href="geoext_basic.html" /> 
     27    <link rel="next" title="Module 2: WMS with Readers and Stores" href="geoext_stores.html" /> 
    2828    <link rel="prev" title="Dissecting Your Map Window" href="dissect.html" />  
    2929  </head> 
    3030  <body> 
    31     <div class="related"> 
    32       <h3>Navigation</h3> 
    33       <ul> 
    34         <li class="right" style="margin-right: 10px"> 
     31    <div class="header-wrapper"> 
     32      <div class="header"> 
     33        <h1><a href="index.html">2010 MapFish Training v1.0 documentation</a></h1> 
     34        <div class="rel"> 
     35          <a href="dissect.html" title="Dissecting Your Map Window" 
     36             accesskey="P">previous</a> | 
     37          <a href="geoext_stores.html" title="Module 2: WMS with Readers and Stores" 
     38             accesskey="N">next</a> | 
     39          <a href="py-modindex.html" title="Python Module Index" 
     40             >modules</a> | 
    3541          <a href="genindex.html" title="General Index" 
    36              accesskey="I">index</a></li> 
    37         <li class="right" > 
    38           <a href="py-modindex.html" title="Python Module Index" 
    39              >modules</a> |</li> 
    40         <li class="right" > 
    41           <a href="api.html" title="GeoAdmin API" 
    42              accesskey="N">next</a> |</li> 
    43         <li class="right" > 
    44           <a href="dissect.html" title="Dissecting Your Map Window" 
    45              accesskey="P">previous</a> |</li> 
    46         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    47           <li><a href="geoext.html" >GeoExt Workshop</a> &raquo;</li> 
    48           <li><a href="geoext_basic.html" accesskey="U">GeoExt Basics</a> &raquo;</li>  
    49       </ul> 
    50     </div>   
     42             accesskey="I">index</a> 
     43        </div> 
     44       </div> 
     45    </div> 
    5146 
    52     <div class="document"> 
     47    <div class="content-wrapper"> 
     48      <div class="content"> 
     49        <div class="document"> 
     50             
    5351      <div class="documentwrapper"> 
    5452        <div class="bodywrapper"> 
     
    7674<blockquote> 
    7775<ul class="simple"> 
    78 <li><a class="reference external" href="http://www.extjs.com/deploy/dev/examples/">http://www.extjs.com/deploy/dev/examples/</a></li> 
     76<li><a class="reference external" href="http://dev.sencha.com/deploy/dev/examples/">http://dev.sencha.com/deploy/dev/examples/</a></li> 
    7977<li><a class="reference external" href="http://openlayers.org/dev/examples/">http://openlayers.org/dev/examples/</a></li> 
    8078</ul> 
     
    106104<blockquote> 
    107105<ul class="simple"> 
    108 <li><a class="reference external" href="http://www.extjs.com/deploy/dev/docs/">http://www.extjs.com/deploy/dev/docs/</a></li> 
     106<li><a class="reference external" href="http://dev.sencha.com/deploy/dev/docs/">http://dev.sencha.com/deploy/dev/docs/</a></li> 
    109107<li><a class="reference external" href="http://dev.openlayers.org/apidocs/files/OpenLayers-js.html">http://dev.openlayers.org/apidocs/files/OpenLayers-js.html</a></li> 
    110108</ul> 
     
    129127        </div> 
    130128      </div> 
    131       <div class="sphinxsidebar"> 
    132         <div class="sphinxsidebarwrapper"> 
    133   <h3><a href="index.html">Table Of Contents</a></h3> 
    134   <ul> 
    135 <li><a class="reference internal" href="#">GeoExt Resources</a><ul> 
    136 <li><a class="reference internal" href="#learn-by-example">Learn by Example</a></li> 
    137 <li><a class="reference internal" href="#browse-the-documentation">Browse the Documentation</a></li> 
    138 <li><a class="reference internal" href="#find-the-api-reference">Find the API Reference</a></li> 
    139 <li><a class="reference internal" href="#join-the-community">Join the Community</a></li> 
    140 </ul> 
    141 </li> 
     129        </div> 
     130        <div class="sidebar"> 
     131          <h3>Table Of Contents</h3> 
     132          <ul> 
     133<li class="toctree-l1"><a class="reference internal" href="agenda.html">Agenda</a></li> 
     134<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li> 
     135<li class="toctree-l1"><a class="reference internal" href="mapfish.html">MapFish Workshop</a></li> 
     136<li class="toctree-l1"><a class="reference internal" href="geoext.html">GeoExt Workshop</a></li> 
     137<li class="toctree-l1"><a class="reference internal" href="mapfish_geoext.html">MapFish-Geoext Workshop</a></li> 
     138<li class="toctree-l1"><a class="reference internal" href="api.html">GeoAdmin API Workshop</a></li> 
    142139</ul> 
    143140 
    144   <h4>Previous topic</h4> 
    145   <p class="topless"><a href="dissect.html" 
    146                         title="previous chapter">Dissecting Your Map Window</a></p> 
    147   <h4>Next topic</h4> 
    148   <p class="topless"><a href="api.html" 
    149                         title="next chapter">GeoAdmin API</a></p> 
    150   <h3>This Page</h3> 
    151   <ul class="this-page-menu"> 
    152     <li><a href="_sources/resources.txt" 
    153            rel="nofollow">Show Source</a></li> 
    154   </ul> 
    155 <div id="searchbox" style="display: none"> 
    156   <h3>Quick search</h3> 
    157     <form class="search" action="search.html" method="get"> 
    158       <input type="text" name="q" size="18" /> 
    159       <input type="submit" value="Go" /> 
    160       <input type="hidden" name="check_keywords" value="yes" /> 
    161       <input type="hidden" name="area" value="default" /> 
    162     </form> 
    163     <p class="searchtip" style="font-size: 90%"> 
    164     Enter search terms or a module, class or function name. 
    165     </p> 
    166 </div> 
    167 <script type="text/javascript">$('#searchbox').show(0);</script> 
     141          <h3 style="margin-top: 1.5em;">Search</h3> 
     142          <form class="search" action="search.html" method="get"> 
     143            <input type="text" name="q" size="18" /> 
     144            <input type="submit" value="Go" /> 
     145            <input type="hidden" name="check_keywords" value="yes" /> 
     146            <input type="hidden" name="area" value="default" /> 
     147          </form> 
     148          <p class="searchtip" style="font-size: 90%"> 
     149            Enter search terms or a module, class or function name. 
     150          </p> 
    168151        </div> 
     152        <div class="clearer"></div> 
    169153      </div> 
    170       <div class="clearer"></div> 
    171154    </div> 
    172     <div class="related"> 
    173       <h3>Navigation</h3> 
    174       <ul> 
    175         <li class="right" style="margin-right: 10px"> 
     155 
     156    <div class="footer-wrapper"> 
     157      <div class="footer"> 
     158        <div class="left"> 
     159          <a href="dissect.html" title="Dissecting Your Map Window" 
     160             >previous</a> | 
     161          <a href="geoext_stores.html" title="Module 2: WMS with Readers and Stores" 
     162             >next</a> | 
     163          <a href="py-modindex.html" title="Python Module Index" 
     164             >modules</a> | 
    176165          <a href="genindex.html" title="General Index" 
    177              >index</a></li> 
    178         <li class="right" > 
    179           <a href="py-modindex.html" title="Python Module Index" 
    180              >modules</a> |</li> 
    181         <li class="right" > 
    182           <a href="api.html" title="GeoAdmin API" 
    183              >next</a> |</li> 
    184         <li class="right" > 
    185           <a href="dissect.html" title="Dissecting Your Map Window" 
    186              >previous</a> |</li> 
    187         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    188           <li><a href="geoext.html" >GeoExt Workshop</a> &raquo;</li> 
    189           <li><a href="geoext_basic.html" >GeoExt Basics</a> &raquo;</li>  
    190       </ul> 
    191     </div> 
     166             >index</a> 
     167            <br/> 
     168            <a href="_sources/resources.txt" 
     169               rel="nofollow">Show Source</a> 
     170        </div> 
     171 
     172        <div class="right"> 
     173           
    192174    <div class="footer"> 
    193         &copy; Copyright 2010, C.Moullet. 
     175        &copy; Copyright 2010, Cedric Moullet. 
    194176      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.5. 
    195177    </div> 
     178        </div> 
     179        <div class="clearer"></div> 
     180      </div> 
     181    </div> 
     182 
    196183  </body> 
    197184</html> 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/scales.html

    r3699 r3702  
    88    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    99     
    10     <title>Adding a Combo Box of Available Map Scales (optional) &mdash; 2010 FHNW Training v1.0 documentation</title> 
    11     <link rel="stylesheet" href="_static/default.css" type="text/css" /> 
     10    <title>Adding a Combo Box of Available Map Scales (optional) &mdash; 2010 MapFish Training v1.0 documentation</title> 
     11    <link rel="stylesheet" href="_static/agogo.css" type="text/css" /> 
    1212    <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 
    1313    <script type="text/javascript"> 
     
    2323    <script type="text/javascript" src="_static/underscore.js"></script> 
    2424    <script type="text/javascript" src="_static/doctools.js"></script> 
    25     <link rel="top" title="2010 FHNW Training v1.0 documentation" href="index.html" /> 
     25    <link rel="top" title="2010 MapFish Training v1.0 documentation" href="index.html" /> 
    2626    <link rel="up" title="Module 2: WMS with Readers and Stores" href="geoext_stores.html" /> 
    27     <link rel="next" title="GeoAdmin API" href="api.html" /> 
     27    <link rel="next" title="MapFish-Geoext Workshop" href="mapfish_geoext.html" /> 
    2828    <link rel="prev" title="Adding a Legend Using WMS GetLegendGraphic" href="legend.html" />  
    2929  </head> 
    3030  <body> 
    31     <div class="related"> 
    32       <h3>Navigation</h3> 
    33       <ul> 
    34         <li class="right" style="margin-right: 10px"> 
     31    <div class="header-wrapper"> 
     32      <div class="header"> 
     33        <h1><a href="index.html">2010 MapFish Training v1.0 documentation</a></h1> 
     34        <div class="rel"> 
     35          <a href="legend.html" title="Adding a Legend Using WMS GetLegendGraphic" 
     36             accesskey="P">previous</a> | 
     37          <a href="mapfish_geoext.html" title="MapFish-Geoext Workshop" 
     38             accesskey="N">next</a> | 
     39          <a href="py-modindex.html" title="Python Module Index" 
     40             >modules</a> | 
    3541          <a href="genindex.html" title="General Index" 
    36              accesskey="I">index</a></li> 
    37         <li class="right" > 
    38           <a href="py-modindex.html" title="Python Module Index" 
    39              >modules</a> |</li> 
    40         <li class="right" > 
    41           <a href="api.html" title="GeoAdmin API" 
    42              accesskey="N">next</a> |</li> 
    43         <li class="right" > 
    44           <a href="legend.html" title="Adding a Legend Using WMS GetLegendGraphic" 
    45              accesskey="P">previous</a> |</li> 
    46         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    47           <li><a href="geoext.html" >GeoExt Workshop</a> &raquo;</li> 
    48           <li><a href="geoext_stores.html" accesskey="U">Module 2: WMS with Readers and Stores</a> &raquo;</li>  
    49       </ul> 
    50     </div>   
    51  
    52     <div class="document"> 
     42             accesskey="I">index</a> 
     43        </div> 
     44       </div> 
     45    </div> 
     46 
     47    <div class="content-wrapper"> 
     48      <div class="content"> 
     49        <div class="document"> 
     50             
    5351      <div class="documentwrapper"> 
    5452        <div class="bodywrapper"> 
     
    121119<div class="section" id="understanding-the-new-code"> 
    122120<h3>Understanding the New Code<a class="headerlink" href="#understanding-the-new-code" title="Permalink to this headline">¶</a></h3> 
    123 <p>The <a class="reference external" href="http://www.extjs.com/deploy/dev/docs/?class=Ext.form.ComboBox">Ext.form.ComboBox</a> works 
     121<p>The <a class="reference external" href="http://dev.sencha.com/deploy/dev/docs/?class=Ext.form.ComboBox">Ext.form.ComboBox</a> works 
    124122similar to the grid:</p> 
    125123<div class="highlight-javascript"><div class="highlight"><pre><span class="kd">var</span> <span class="nx">scaleCombo</span> <span class="o">=</span> <span class="k">new</span> <span class="nx">Ext</span><span class="p">.</span><span class="nx">form</span><span class="p">.</span><span class="nx">ComboBox</span><span class="p">({</span> 
     
    341339        </div> 
    342340      </div> 
    343       <div class="sphinxsidebar"> 
    344         <div class="sphinxsidebarwrapper"> 
    345   <h3><a href="index.html">Table Of Contents</a></h3> 
    346   <ul> 
    347 <li><a class="reference internal" href="#">Adding a Combo Box of Available Map Scales (optional)</a><ul> 
    348 <li><a class="reference internal" href="#using-a-scalestore-to-populate-a-combobox">Using a ScaleStore to populate a ComboBox</a><ul> 
    349 <li><a class="reference internal" href="#understanding-the-new-code">Understanding the New Code</a></li> 
     341        </div> 
     342        <div class="sidebar"> 
     343          <h3>Table Of Contents</h3> 
     344          <ul> 
     345<li class="toctree-l1"><a class="reference internal" href="agenda.html">Agenda</a></li> 
     346<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li> 
     347<li class="toctree-l1"><a class="reference internal" href="mapfish.html">MapFish Workshop</a></li> 
     348<li class="toctree-l1"><a class="reference internal" href="geoext.html">GeoExt Workshop</a></li> 
     349<li class="toctree-l1"><a class="reference internal" href="mapfish_geoext.html">MapFish-Geoext Workshop</a></li> 
     350<li class="toctree-l1"><a class="reference internal" href="api.html">GeoAdmin API Workshop</a></li> 
    350351</ul> 
    351 </li> 
    352 <li><a class="reference internal" href="#complete-code">Complete code</a></li> 
    353 <li><a class="reference internal" href="#conclusion">Conclusion</a></li> 
    354 </ul> 
    355 </li> 
    356 </ul> 
    357  
    358   <h4>Previous topic</h4> 
    359   <p class="topless"><a href="legend.html" 
    360                         title="previous chapter">Adding a Legend Using WMS GetLegendGraphic</a></p> 
    361   <h4>Next topic</h4> 
    362   <p class="topless"><a href="api.html" 
    363                         title="next chapter">GeoAdmin API</a></p> 
    364   <h3>This Page</h3> 
    365   <ul class="this-page-menu"> 
    366     <li><a href="_sources/scales.txt" 
    367            rel="nofollow">Show Source</a></li> 
    368   </ul> 
    369 <div id="searchbox" style="display: none"> 
    370   <h3>Quick search</h3> 
    371     <form class="search" action="search.html" method="get"> 
    372       <input type="text" name="q" size="18" /> 
    373       <input type="submit" value="Go" /> 
    374       <input type="hidden" name="check_keywords" value="yes" /> 
    375       <input type="hidden" name="area" value="default" /> 
    376     </form> 
    377     <p class="searchtip" style="font-size: 90%"> 
    378     Enter search terms or a module, class or function name. 
    379     </p> 
    380 </div> 
    381 <script type="text/javascript">$('#searchbox').show(0);</script> 
    382         </div> 
     352 
     353          <h3 style="margin-top: 1.5em;">Search</h3> 
     354          <form class="search" action="search.html" method="get"> 
     355            <input type="text" name="q" size="18" /> 
     356            <input type="submit" value="Go" /> 
     357            <input type="hidden" name="check_keywords" value="yes" /> 
     358            <input type="hidden" name="area" value="default" /> 
     359          </form> 
     360          <p class="searchtip" style="font-size: 90%"> 
     361            Enter search terms or a module, class or function name. 
     362          </p> 
     363        </div> 
     364        <div class="clearer"></div> 
    383365      </div> 
    384       <div class="clearer"></div> 
    385366    </div> 
    386     <div class="related"> 
    387       <h3>Navigation</h3> 
    388       <ul> 
    389         <li class="right" style="margin-right: 10px"> 
     367 
     368    <div class="footer-wrapper"> 
     369      <div class="footer"> 
     370        <div class="left"> 
     371          <a href="legend.html" title="Adding a Legend Using WMS GetLegendGraphic" 
     372             >previous</a> | 
     373          <a href="mapfish_geoext.html" title="MapFish-Geoext Workshop" 
     374             >next</a> | 
     375          <a href="py-modindex.html" title="Python Module Index" 
     376             >modules</a> | 
    390377          <a href="genindex.html" title="General Index" 
    391              >index</a></li> 
    392         <li class="right" > 
    393           <a href="py-modindex.html" title="Python Module Index" 
    394              >modules</a> |</li> 
    395         <li class="right" > 
    396           <a href="api.html" title="GeoAdmin API" 
    397              >next</a> |</li> 
    398         <li class="right" > 
    399           <a href="legend.html" title="Adding a Legend Using WMS GetLegendGraphic" 
    400              >previous</a> |</li> 
    401         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    402           <li><a href="geoext.html" >GeoExt Workshop</a> &raquo;</li> 
    403           <li><a href="geoext_stores.html" >Module 2: WMS with Readers and Stores</a> &raquo;</li>  
    404       </ul> 
    405     </div> 
     378             >index</a> 
     379            <br/> 
     380            <a href="_sources/scales.txt" 
     381               rel="nofollow">Show Source</a> 
     382        </div> 
     383 
     384        <div class="right"> 
     385           
    406386    <div class="footer"> 
    407         &copy; Copyright 2010, C.Moullet. 
     387        &copy; Copyright 2010, Cedric Moullet. 
    408388      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.5. 
    409389    </div> 
     390        </div> 
     391        <div class="clearer"></div> 
     392      </div> 
     393    </div> 
     394 
    410395  </body> 
    411396</html> 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/search.html

    r3698 r3702  
    88    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    99     
    10     <title>Search &mdash; 2010 FHNW Training v1.0 documentation</title> 
    11     <link rel="stylesheet" href="_static/default.css" type="text/css" /> 
     10    <title>Search &mdash; 2010 MapFish Training v1.0 documentation</title> 
     11    <link rel="stylesheet" href="_static/agogo.css" type="text/css" /> 
    1212    <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 
    1313    <script type="text/javascript"> 
     
    2424    <script type="text/javascript" src="_static/doctools.js"></script> 
    2525    <script type="text/javascript" src="_static/searchtools.js"></script> 
    26     <link rel="top" title="2010 FHNW Training v1.0 documentation" href="index.html" /> 
     26    <link rel="top" title="2010 MapFish Training v1.0 documentation" href="index.html" /> 
    2727  <script type="text/javascript"> 
    2828    jQuery(function() { Search.loadIndex("searchindex.js"); }); 
     
    3232  </head> 
    3333  <body> 
    34     <div class="related"> 
    35       <h3>Navigation</h3> 
    36       <ul> 
    37         <li class="right" style="margin-right: 10px"> 
     34    <div class="header-wrapper"> 
     35      <div class="header"> 
     36        <h1><a href="index.html">2010 MapFish Training v1.0 documentation</a></h1> 
     37        <div class="rel"> 
     38          <a href="py-modindex.html" title="Python Module Index" 
     39             >modules</a> | 
    3840          <a href="genindex.html" title="General Index" 
    39              accesskey="I">index</a></li> 
    40         <li class="right" > 
    41           <a href="py-modindex.html" title="Python Module Index" 
    42              >modules</a> |</li> 
    43         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li>  
    44       </ul> 
    45     </div>   
     41             accesskey="I">index</a> 
     42        </div> 
     43       </div> 
     44    </div> 
    4645 
    47     <div class="document"> 
     46    <div class="content-wrapper"> 
     47      <div class="content"> 
     48        <div class="document"> 
     49             
    4850      <div class="documentwrapper"> 
    4951        <div class="bodywrapper"> 
     
    7779        </div> 
    7880      </div> 
    79       <div class="sphinxsidebar"> 
    80         <div class="sphinxsidebarwrapper"> 
    8181        </div> 
     82        <div class="sidebar"> 
     83          <h3>Table Of Contents</h3> 
     84          <ul> 
     85<li class="toctree-l1"><a class="reference internal" href="agenda.html">Agenda</a></li> 
     86<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li> 
     87<li class="toctree-l1"><a class="reference internal" href="mapfish.html">MapFish Workshop</a></li> 
     88<li class="toctree-l1"><a class="reference internal" href="geoext.html">GeoExt Workshop</a></li> 
     89<li class="toctree-l1"><a class="reference internal" href="mapfish_geoext.html">MapFish-Geoext Workshop</a></li> 
     90<li class="toctree-l1"><a class="reference internal" href="api.html">GeoAdmin API Workshop</a></li> 
     91</ul> 
     92 
     93          <h3 style="margin-top: 1.5em;">Search</h3> 
     94          <form class="search" action="#" method="get"> 
     95            <input type="text" name="q" size="18" /> 
     96            <input type="submit" value="Go" /> 
     97            <input type="hidden" name="check_keywords" value="yes" /> 
     98            <input type="hidden" name="area" value="default" /> 
     99          </form> 
     100          <p class="searchtip" style="font-size: 90%"> 
     101            Enter search terms or a module, class or function name. 
     102          </p> 
     103        </div> 
     104        <div class="clearer"></div> 
    82105      </div> 
    83       <div class="clearer"></div> 
    84106    </div> 
    85     <div class="related"> 
    86       <h3>Navigation</h3> 
    87       <ul> 
    88         <li class="right" style="margin-right: 10px"> 
     107 
     108    <div class="footer-wrapper"> 
     109      <div class="footer"> 
     110        <div class="left"> 
     111          <a href="py-modindex.html" title="Python Module Index" 
     112             >modules</a> | 
    89113          <a href="genindex.html" title="General Index" 
    90              >index</a></li> 
    91         <li class="right" > 
    92           <a href="py-modindex.html" title="Python Module Index" 
    93              >modules</a> |</li> 
    94         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li>  
    95       </ul> 
    96     </div> 
     114             >index</a> 
     115        </div> 
     116 
     117        <div class="right"> 
     118           
    97119    <div class="footer"> 
    98         &copy; Copyright 2010, C.Moullet. 
     120        &copy; Copyright 2010, Cedric Moullet. 
    99121      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.5. 
    100122    </div> 
     123        </div> 
     124        <div class="clearer"></div> 
     125      </div> 
     126    </div> 
     127 
    101128  </body> 
    102129</html> 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/searchindex.js

    r3698 r3702  
    1 Search.setIndex({objects:{geoext:{basics:[20,0,1],stores:[3,0,1]}},terms:{getselectednod:[19,2],represent:7,all:[13,7,1,2,8,18,19,9,10,21,14,15],code:[13,7,1,2,8,18,19,9,10,20,21,14,5,17,15,16,12],geoext:[6,0,17,1,2,8,19,18,3,9,10,20,13,21,14,22,16,12],groundwork:8,queri:[7,11],gmflocat:[],global:[8,14,1],"__table_args__":7,show_bug:[],prefix:18,concept:[2,19,20,21,16,12],osm:1,tooltip:17,follow:[13,7,1,2,8,18,19,10,16,21,14,11],children:[8,19],row:[21,10],hierarch:19,whose:[7,1],privat:1,specif:[17,1,21,7,15,16,12],depend:[18,3,9,1,11],fromarrai:[21,2],ultraedit:8,readabl:18,young:20,send:1,proxyhost:10,init:[8,1],program:[17,15,7],those:1,createmap:1,sens:[8,21,1],addon:11,createtbaritem:[17,1],introduc:[3,12,20],psql:7,sourc:[8,7,4,3,20],everi:[18,19,2],string:[18,7,1],mapfishapp_init:[],cmoullet:11,fals:[17,2,8,19,14,7],mergefilterdecor:[],mapguid:8,internet:[8,4,10],getlonlatfrompixel:[21,14],util:[7,9,14],geojsonifi:[15,7],parti:1,failur:14,veri:8,oceana:15,brows:[12,1],charset:[8,9],look:[13,17,1,2,8,18,19,9,10,16,21,11],four:16,level:[3,2],did:[21,7,2],button:[8,21,19,2],list:[17,8,18,19,9,10,11,12],geograph:7,maximiz:[21,14],emptytext:2,"try":14,item:[13,1,2,8,18,19,21,14,16],vector:[8,17,3],larg:8,small:9,div:8,evt:14,setup:[8,6,7,1],geoext_act:8,pleas:[17,14],climb:17,icewasel:[],codeblock6:8,cfg:[9,1],bezirk:16,direct:9,sign:12,past:[4,11,1],second:[15,18],street:11,accomod:21,pass:[15,7,18,1],download:[11,10],further:12,housenumb:11,mfbase:17,click:[8,21,19,11,2],blue:[],index:[6,15,7,9,1],what:[1,2,8,19,10,21,14,16],editingtoolbar:8,hide:8,sub:1,createlayerstor:1,clienti:14,section:[17,1,18,19,9,21],abl:[8,21,9,16],"while":[19,9],access:[17,2,8,18,3,20,21,11],delet:[7,1],version:[1,2,9,10,21,11],"new":[13,7,1,2,8,18,19,10,21,14,17,16,12],net:8,createlay:[17,1],method:[7,2,18,19,21,14,15,12],metadata:10,involv:[15,17,12],widget:[21,17,1,20],full:8,themselv:9,deriv:[21,10,2],titl:[13,2,8,18,19,9,10,21,14,16],vmap0:[8,13,18,14],gener:[7,1,2,18,4,5,16],like:[17,1,2,8,19,18,3,9,10,16,21,11,12],here:[0,7,1,8,18,9,10,21,4,17,15,12],bodi:[13,2,8,18,19,9,10,21,14,16],let:[13,1,2,8,18,19,10,21,16],togglegroup:[8,17],address:[8,11,1],path:[8,9],along:[10,20],modifi:[21,7,1],sinc:[18,21],toolbar:[17,1,2,8,19,21],object:[13,7,1,8,19,18,3,10,20,21,17,12],box:[0,2,3,10,20,16],search:[6,12],anotherwai:1,geometrytablemixin:7,iconcl:17,technolog:8,"09h00":22,observ:10,base:[13,0,7,1,2,8,18,9,10,20,21,14,15,12],dataindex:[21,10,2],pick:1,action:[8,17,15,7,1],chang:[15,21,19,10,2],infoformat:21,basic_packag:11,macintosh:11,configur:[13,7,1,2,8,18,19,9,10,21,17,16],firefox:[11,5],mercat:17,apach:[],modul:[6,0,7,1,3,9,20,5,17,15,11],layer:[13,0,7,1,2,8,19,18,3,9,10,21,14,5,17,16],apt:[],setcent:8,postgi:[8,7],and_:[15,7],"boolean":18,tabpanel:8,visibl:[8,19,1],marker:8,instal:[7,1,8,9,5,11],resource_dir:9,select:[8,21,19,2],highli:7,from:[0,7,1,2,8,19,18,3,10,20,21,5,15,16,12],describ:[4,14],would:[8,18,17],commun:[8,12,2],epsg:[21,7,14,2],regist:[1,2],two:[1,2,8,18,10,15],next:[17,2,8,18,19,16],stylesheet:[13,2,8,18,9,10,21,14],handler:[2,8,18,19,21,14],overhead:8,python25:11,recommend:[7,11],msg:8,scope:[14,10],renderto:[2,8,19,10,21,16],type:[13,7,1,2,8,18,19,9,10,21,14],start:[6,7,1,18,10,5,11,12],toggl:8,more:[13,17,1,2,18,19,9,10,21,16],displayfield:2,metacr:[21,2],relat:[8,1,20],foss4g:5,notic:1,toolkit:[8,15],hover:[8,14],fhnw:6,templat:[7,11,1],examin:21,paste_deploi:11,actual:[17,9,1],mozilla:11,hold:9,effort:19,toolbaritem:8,clientx:14,topic:12,none:8,graphic:1,join:12,valuabl:12,removelay:[19,2],cartograph:8,der:5,work:[13,1,2,8,19,10,21,11,12],dev:[8,12,17,11,1],histori:8,conceptu:8,vlayer:8,obvious:21,whatev:8,learn:[0,7,1,18,9,20,17,16,12],root:[1,2,8,19,9,12],fetch:[16,10],def:[15,7],layerrecord:[21,10],control:[0,7,1,8,19,3,21,14,17,15,12],sqlite:7,prompt:11,want:[17,1,18,19,10,21,16],give:[8,1,2],challeng:12,sudo:[],share:[8,1],indic:[6,17],high:[8,1],defaulthandleropt:14,tag:1,tab:[8,11],enabletoggl:8,tediou:1,mapnik:1,paradigm:13,delai:14,alwai:[19,10],cours:10,end:[8,3,9],goal:[14,1],tbar:8,rather:17,anoth:[18,16],ilik:[15,7],minheight:8,geojson:[15,7],write:[18,7,1],how:[7,1,2,3,9,10,17,16],"__init__":7,env:[7,9,1,11],tile:[13,17,1,8,18,14],iso:8,xhtml:[8,9],config:[7,1],addlay:8,css:[13,17,1,2,8,18,9,10,21,14],updat:[7,2],map:[21,13,0,7,1,2,8,19,18,3,10,20,4,14,17,16,12],product:[8,1],resourc:[13,0,7,2,8,18,9,10,20,21,14,12],singular:7,fran:[],dive:12,after:[17,2,9,21,7,12],lab:8,without:[18,21,9,16],befor:[7,9,12],"fran\u00e7oi":5,scratch:12,"09h45":22,lat:[8,14],drastic:9,autom:1,data:[7,1,2,3,10,20,21,5,16],parallel:21,demonstr:[15,18],printing_src:[],autoload_with:7,third:1,tutori:12,bind:7,geoport:[4,10],pixeltoler:14,element:[4,9],issu:[8,21],callback:1,"switch":[7,1],imageri:[8,13],environ:[18,9,10,11],spheric:17,agenda:[6,22],enter:[7,11,1],geomcolumn:7,order:[8,21,19,11,10],talk:[18,1],origin:[8,0,4],checkbox:19,help:[17,9],train:6,move:[7,14],rowselectionmodel:21,becaus:[18,21,9],"15h00":22,showlocationtooltip:14,tooltiptoler:14,through:[21,7,11,1],addcontrol:[8,21,14],left:[8,19],cachefli:8,getscal:2,flexibl:8,apidoc:[17,12,1],dynam:[8,18,20],paramet:[21,17],create_default_filt:[15,7],style:[8,18,9,10,21,16],group:8,monitor:1,fit:[13,18,14],combobox:2,fix:9,lot:16,him:1,window:[13,0,8,18,20,14,11],complex:[8,18],rapidli:20,restart:7,curli:18,bin:[17,7,12],mail:12,hidden:8,main:[17,1,18,19,9,21,4,16],might:21,pixel:9,split:8,wouldn:21,them:[18,4,19,1,21],good:16,"return":[17,1,10,14,7,15],pure:1,thei:[18,3,1,2],python:[8,7,9,1,11],unifi:20,tmpl_context:7,initi:[13,18,21,14,10],disabl:8,"break":18,answer:[11,1],getelementbyid:8,pai:[7,14],svn:[21,10,2],now:[7,1,2,18,19,9,10,16,21,11],setvalu:2,llbox:21,introduct:[8,6,22,12],choic:[1,20],term:4,name:[7,1,2,18,9,10,21,17,11],trac:[17,10],anyth:18,edit:[8,17,7,9,1],simpl:[15,3,18,5],drop:19,usag:9,bonu:[17,21,7],easili:[19,3,2],display_servic:[4,10],mode:[9,2],each:[7,2,18,19,10,21,16],debug:[21,9,1,11],found:[0,7,10,21,4,12],collaps:[8,14],extj:[8,12,10,1],draw_lin:8,mean:[13,18],domain:[21,10],mapfish_workshop:7,globe:8,multipl:[18,21],continu:13,singlefil:9,meta:[8,7,9],"static":1,expect:8,our:[13,7,2,18,19,10,21,16],happen:16,differ:[17,1],extract:7,event:[18,21,2],special:[18,19],out:[17,10],variabl:[7,14],space:[18,7],goe:[8,18],miss:9,sencha:1,no_geom:14,profil:[9,1,5],mapfishapp:[13,10,7,9,1],adapt:[13,0,1,2,8,18,9,10,21,14,5],rel:[13,2,8,18,9,10,21,14],reader:[6,0,3,10,2],print:9,got:16,plural:7,correct:[15,17,10],integr:8,model:[7,1,2,18,19,10,21],postgr:[8,7],proxi:10,navig:8,driver:7,manipul:8,given:[0,17,1],free:[7,1],standard:20,wmsgetfeatureinfo:21,standalon:18,ajax:14,zoombox:17,filename2:9,put:[8,7,1],org:[13,0,7,1,2,8,18,9,10,21,14,17,15,11,12],hand:[19,16],care:[21,9,1],sampl:1,api_servic:4,extend:14,indent:7,countriescontrol:[15,7],launch:[7,9],drawfeatur:8,could:2,recom:[],synchron:[19,2],success:14,keep:18,filter:[15,7],thing:[21,10,1,2],act:1,place:[9,16],descript:7,outsid:1,geometri:[8,7],principl:10,assign:21,frequent:18,first:[13,7,8,18,19,9,10,21,15],oper:[7,2],softwar:8,rang:20,render:[8,1],handleropt:14,onc:2,arrai:[17,18,19,10,21,16],qualiti:[8,1],number:[18,20],yourself:[3,12],mai:[8,18,17,12],mapfish_workshop_fossgis2010:[],alreadi:[19,16,10,2],done:[7,1,2,9,10,21,15,11],messag:[8,9],wasn:16,oppos:[13,17],arguments_str:9,open:[13,7,1,2,8,18,19,10,16,21,11],stage:18,size:[8,9],autoheight:8,treeload:8,prototyp:14,workaround:10,script:[13,1,2,8,18,9,10,21,14,11],associ:8,top:1,"09h30":[],system:[21,7],least:18,layernod:19,showref6:8,citi:11,showref4:8,showref5:8,showref2:8,showref3:8,statement:7,termin:[],choos:1,conveni:[21,2],"final":[18,21],store:[6,0,1,2,19,3,10,16,21,11],listen:[8,7,1,2],geometrycolumn:7,xmln:[8,9],consol:9,option:[0,17,2,8,3,9,21,14,16],especi:[12,1],namespac:1,tool:[19,17,9,1,5],copi:[13,4,21],setuptool:11,specifi:[7,9],task:[13,7,1,2,18,19,10,21,17,15,16],hut:17,slider:1,part:[13,0,1,18,9,21,14,5],mostli:1,review:1,getfeatureinfo:21,"14h30":22,haven:[17,10],ogc:[0,21,3,20],center:[8,21,14,2],serv:[7,1],wide:20,experienc:12,mapserv_c2corg:17,provid:[7,1,2,8,18,19,9,10,20,21,5,17,15,16,12],remov:[21,19,2],tree:[0,1,2,8,19,3,20,21,16],enabledd:[19,2],structur:[8,1],project:[21,14,2],getcap:[0,2,3,10,21,16],reus:8,soon:[],friend:16,were:[8,18,16],posit:[18,21],aggreg:9,basecontrol:7,comput:[8,6,11],argument:[7,1,2,18,21,14,15],wmscapabilitiesread:10,marbl:[],packag:[8,9,1,11],shell:7,pylon:[8,7,11],have:[13,17,1,2,8,19,18,3,10,16,21,11,12],tabl:[6,7,1],need:[7,1,8,18,19,9,10,21,17,15],treepanel:[8,19,1,2],saw:[19,1],engin:1,built:[20,9,16],equival:18,inform:[1,8,19,10,20,21,12],destroi:14,rout:[17,7],expos:1,sandbox:11,port:[7,1],note:[7,1,8,18,9,10,21,4,17],also:[1,2,8,19,18,3,20,21,11],maintain:12,lonlat:[8,21,9,14],build:[6,1,8,18,9,20,4,5,11],which:[7,1,2,18,10,21,16],wmscapabilitiesstor:[21,10,2],combin:15,brace:18,prepar:[8,21],singl:[18,17,9,10],even:3,begin:[12,9,1],sure:[18,19],allow:[8,12,11,10,20],though:12,park:17,mother:18,geoserv:8,workshop_url:[],friendli:20,most:[18,12,10,1],plai:8,regular:1,deploi:[12,11,1],pair:18,frid:16,the_geom:7,"class":[17,1,8,9,14,7],icon:[8,11],simplic:8,getlegendgraph:[0,3,16],don:[17,7,9,19],compressor:9,url:[7,2,18,10,21,14,17,15,11],doc:[7,1,2,10,21,4,17,15,12],later:[17,1],request:[0,7,1,2,3,10,21,14,15,16],face:[21,10],dummi:10,ext:[13,1,2,8,19,18,3,9,10,20,21,14,16,12],declar:18,usual:[18,10],sigma:[],width:[13,2,8,18,19,10,21,14,16],"11h30":22,camptocamp:17,wsgi:4,geoext_mappanel:8,show:[13,7,8,18,3,9,21,14],api:[6,7,8,20,4,22,15,12],text:[13,1,2,8,18,19,9,10,21,14,16],cdn:8,verbos:9,bring:18,session:7,particularli:21,shp2pgsql:7,bgdi:10,facto:20,lemoin:5,find:[0,2,18,3,20,12],xml:[21,10,2],current:2,onli:[7,8,19,18,3,9,10,21,17,15,16],explicitli:21,locat:[11,10],just:[16,18,9,1,2],c2c:17,field2:10,menu:8,explain:19,field1:10,activ:[8,21,11,14],should:[7,1,2,8,19,9,10,16,21,17,11],e8v:11,jsonview:11,theme:[18,9],won:[13,1],analyz:14,rich:[8,20],combo:[0,2,3,10,20,16],"__tablename__":7,folder:[9,1,11],local:[18,2],count:7,getselectionmodel:[21,19,2],hit:21,contribut:[17,12],variou:[11,1],get:[6,7,1,2,8,18,19,9,10,16,21,14,5,17,15,11,12],familiar:[21,16],watch:[19,7,16,2],autoload:7,selectfeatur:8,cannot:[19,11,1],mergenewparam:[21,2],tcp:1,toolbox:[8,1],geo:[21,4,10,2],gen:11,requir:[17,2,18,19,10,20,21,11],layout:[13,17,1,2,8,18,19,9,21,14,16],shp:7,mapper:8,bat:11,experi:12,bar:[17,10],enabl:[19,7,11],organ:[17,12],possibl:[8,9,12],probabl:17,jstool:9,ie7:8,ie6:8,remot:[3,10,20],common:8,contain:[7,1,18,19,9,10,21,12],ini:[7,1],paster:[7,11,1],where:[7,9,1],view:[0,1,19,3,10,11,21,16],countries_t:[],set:[17,1,18,19,21,7],allowdepress:[8,17],xtype:[8,13,18,2],"12h00":22,navigationhistori:8,proce:1,knowledg:[15,12],abort:[15,7],"13h00":22,zoomtoext:[21,2],displai:[13,17,2,8,10,21],mapfish_cli:[11,1],see:[21,7,1,2,8,19,10,16,4,17,11],getfirebug:11,result:[9,10,20],respons:[7,1,10,20,14,15,11],content:[6,0,2,8,18,19,9,10,5],close:[13,19],stack:21,stop:1,servic:[21,6,0,7,1,2,8,3,10,20,4,5,17,15],hidediv:8,page:[6,1,13,8,10,21,4,11],closer:[21,16],appear:[21,19,16],still:18,wealth:12,correctli:[8,11],redirect:[7,10],databas:[15,7,1,5],someth:[21,2],wikipedia:8,label:2,"15h45":22,bbar:[21,19,2],written:17,ayout:17,listinfo:12,between:14,services_wm:10,"import":[13,15,21,7,9],equiv:[8,9],attribut:[8,7,10],signatur:12,accord:16,popup:[8,21,14,2],sortabl:[21,10,2],kei:18,onload:8,ask:[12,1],javascript:[6,17,1,2,8,18,9,10,13,21,14,5,11],layerstor:[19,16,1,2],extens:[8,11,5],job:[],entir:[18,1],hydrogramm:8,extent:[8,18,21,17],highlight:8,solv:8,toler:14,come:[21,1],problem:10,popul:[7,1,2,3,19,10,21],both:7,format:[17,2,10,21,7,15],shapefil:7,img:[17,1],plugin:[9,11],admin:[21,4,10,2],region:[2,8,19,21,14,16],lazi:18,etc:[9,1],tour:1,instanc:[17,1,8,19,9,10],logic:7,mappanel:[1,2,8,18,19,21,14,16],browser:[13,7,1,2,8,19,18,3,9,10,16,21,17,11],agit:0,bluemarbl:8,comment:[18,7,9],concret:10,simpli:[8,10],can:[21,0,7,1,2,8,19,18,3,9,10,16,4,17,15,11,12],instanti:[18,21],aspect:1,trunk:[8,21,17,2],replac:[18,7,10],height:[13,2,8,18,19,10,21,14,16],distinguish:18,featur:[7,3,21,14,15,16],non:[17,7,9],confirm:10,framework:[6,7,1,13,8,18,9,22,17,11],linux:11,typic:1,imgpath:1,assum:[11,1],poli:8,swisstopo:16,save:[13,10],java:8,west:[8,19,2],pylons_minim:11,compos:[8,1],been:8,legend:[19,0,3,16,2],compon:[13,1,2,8,18,20,16,12],json:[15,18,7,11],newcom:12,valu:[15,7,18],interest:[18,21,19],basic:[6,0,1,13,8,18,10,20,14,11,12],addit:[0,18,19,20,21,16,12],dure:1,polygon:[8,17],field:[21,16,10,2],autoscrol:[8,21,19,16,2],forcefit:[21,10,2],emphas:8,"__table__":[],imag:[13,17,2,18,10,21,14,16],resolut:2,rubi:8,blank:18,ani:[17,1,2,8,3,11],coordin:[21,7],minifi:[9,1],togeth:[18,17],default_filt:[15,7],last:1,countri:[15,7,14],former:[18,20],present:[8,7,14,20],openlayers_editing_toolbar:8,acount:[15,7],ingredi:13,sdiapigener:4,gridpanel:[8,21,10,2],mapserv:8,featureinfo:21,solid:20,plain:[18,10],wiki:10,properti:[2,18,19,9,10,21,14,16,12],easier:18,aim:8,defin:[7,1,2],triggereventdecor:[],neat:21,abov:[13,1,2,8,18,19,9,10,21,16],error:9,xtheme:9,margin:8,anchor:21,pack:16,openstreetmap:1,frequentlyaskedquest:10,triggeract:2,checkitem:8,engag:20,geoalchemi:[8,7],ctrl:[8,1],readi:[18,7,1],turn:[21,19],asynctreenod:8,filename1:9,worri:21,itself:[8,18,1,2],uncom:9,clearli:1,lightweight:8,onmov:14,clone:[21,2],south:8,surprisingli:19,sever:[8,21,10],mako:1,flaech:16,decor:7,"null":[21,14,2],develop:[0,7,1,8,18,3,20,21,16,12],welcom:6,minim:[13,18,11],perform:[8,9],border:[8,21,19,16,2],make:[17,1,8,18,19,21,12],belong:[7,10],minif:1,cross:[8,21,10],same:[8,21,11],eric:5,sent:[],handl:1,html:[21,13,7,1,2,8,18,19,9,10,16,4,14,17,15,11,12],decod:14,output_dir:9,singletil:[21,17,2],extjs_hello_world:8,grahic:1,document:[21,6,0,1,2,8,18,19,10,20,13,4,16,12],infer:1,complet:[8,4,2],finish:[19,16],wgs84:21,flesh:19,utf8:9,nest:18,upon:20,alert:8,capabl:[21,10],jqueri:18,onpaus:14,tempmapfish:[],mani:16,"20vogt":11,php:8,studi:[7,1,5],expand:[8,19,2],iceweasel:[],stopmov:14,appropri:18,off:[21,19],lib:[13,7,1,2,8,18,9,10,21,14,17,12],mention:1,com:[8,12,11,1],markup:[13,18,21],arraystor:10,know:[19,17,16,10,2],order_form:4,bugzilla:[],exampl:[6,17,1,2,8,18,19,10,16,13,21,15,11,12],command:[7,9,1,11],commonli:1,thi:[13,0,7,1,2,8,19,18,3,9,10,16,21,14,5,17,15,20,11],interpol:9,swiss:21,everyth:21,viewconfig:[21,10,2],latter:[18,20],latest:10,load:[1,2,8,18,9,10,21,16],identifi:7,paus:14,execut:[19,1],less:19,jsbuild:[9,1],basetyp:9,exclud:9,rest:[7,11,1],rootvis:[8,19,2],insid:[18,21,1],alloverlai:[21,2],shape:8,"24px":8,kill:7,xmlcan:10,human:18,mysql:[8,7],languag:[8,9],gx_:18,web:[6,0,7,1,13,8,18,20,5,15,11],rapid:8,xmlhttprequest:[],easi:[2,8,19,20,21,16],gml:21,trigger:2,codeblock7:8,point:[17,18,7,9,1],had:21,param:[15,7,14],discuss:22,getmap:16,add:[0,7,1,2,8,19,18,3,10,16,21,17,11],exercis:19,appli:14,quick:1,els:[18,10,2],subsequ:21,osgeo:[13,2,18,10,21,14],app:[9,1],match:10,take:[13,17,1,2,18,7],"3px":8,applic:[6,0,7,1,2,8,18,19,9,10,16,13,21,5,17,15,20,11,12],australia:17,template_postgi:7,around:[8,12],transpar:[21,17,2],read:[7,15,3,2],hard:[16,12],agnost:8,spatial:[8,7],piec:8,panzoom:8,zoomout:17,entri:[9,1],grid:[0,17,2,8,19,3,10,20,21,16],bbox:14,press:8,world:[8,13,18,14],bit:18,walk:21,swissriv:8,you:[0,7,1,2,8,19,18,3,9,10,16,21,17,15,20,11,12],python2:[],hideref5:8,insert:8,hideref7:8,hideref6:8,png:[21,17,2],inati:[],hideref3:8,header:[8,21,10,2],arbitrari:20,hideref2:8,zoom:[17,1,2,8,18,3,21],noth:18,openplan:[],benefit:18,href:[13,2,8,18,9,10,21,14],necessari:[8,1],confid:21,"_static":7,getprojectionobject:14,viewport:[8,1],output:[9,11],resiz:8,hook:18,manag:[8,19,0,3],openjsan:1,underli:[13,20],www:[7,1,8,9,10,4,17,15,11,12],right:[19,11,16],zoomto:2,often:1,responsetext:14,interact:[0,1,8,18,3,14],some:[7,1,8,19,18,3,10,21,17],back:1,self:[15,7],contin:15,"export":17,refresh:[16,2],mapfish:[6,7,1,13,8,9,10,14,22,5,17,15,11],proper:9,proj4j:[21,2],getbottomtoolbar:2,server:[8,14,10,1,2],hovercontrol:14,dissect:[0,18,20],mainli:[8,1],distribut:1,temp:[13,7,1,9,10,11],scale:[0,3,16,2],leaf:8,collect:7,"function":[13,7,1,2,8,18,19,9,10,21,14,17,15,12],establish:10,avoid:[21,10],openlayers_map:8,definit:[21,19,16,10,2],thank:[19,16],protocol:[8,15,7],whole:[21,16],biest:5,geoservic:[4,10],exit:9,unit:[21,2],sequenc:21,foo:10,blank_image_url:[13,2,18,10,21,14],localhost:7,refer:[8,15,18,16,12],cgi:[17,12],core:[7,12],encourag:13,previou:[8,18,21,19,9],run:[9,1],zoomtomaxext:8,proud:3,uncompress:9,geowebcach:8,compress:[21,9,2],mapfish_serv:[],oracl:[8,7],ourselv:[18,2],gx_mappanel:[13,18],llbbox:[21,2],step:[19,7,11,2],convent:13,orgin:10,fulli:13,srid:7,columnam:[15,7],post:7,panel:[13,0,1,2,8,19,3,10,21,16],src:[13,1,2,8,18,9,10,21,14],about:[17,1,18,9,10,21,16],postgresql:7,zip:7,loader:[8,19],column:[21,7,10,2],materi:[11,5],updatetooltip:14,http:[21,13,0,7,1,2,8,18,19,9,10,16,4,14,17,15,11,12],tooltiprequest:14,side:[8,19,10,1,16],must:[7,9],includ:[13,7,1,9,21,15],constructor:18,produc:9,block:8,gg25:16,client:[8,17,11,1],own:[8,15,7,18,1],real:[21,10,2],showref7:8,within:10,encod:[],bound:[21,9,2],automat:[8,21,1],three:[8,7,2],opengeo:[8,0],openaddress:11,empti:[17,18,21,7],draw_poli:8,onreadi:[13,1,2,8,18,10,21,14],wrap:[13,18],openlay:[13,17,1,2,8,19,18,3,9,10,20,21,14,11,12],reli:[18,7,1],type_toggl:8,your:[21,13,0,7,1,2,8,18,19,9,10,16,4,17,15,20,11],libgeo:[],merg:9,east:[16,2],van:5,than:[18,19],wai:12,grai:9,support:[19,21,7,12],question:12,transform:[21,14,2],overwrit:1,custom:[6,7,1,18,5,17,15],avail:[2,18,3,10,21,11],gif:[13,2,18,10,21,14],compliant:18,workshop:[6,0,1,9,10,4,14,22,5,11],interfac:[8,18,17,9,1],editor:[21,19,16,2],librairi:[],sqlalchemygeom:7,"var":[2,8,19,10,21,14,16],call:[13,18,21,1],attach:18,"_build":[],zoomend:2,strict:8,icon_zoomout:17,analysi:8,reduc:[9,20],head:[13,2,8,18,9,10,21,14],properli:[9,10],north:[8,21,2],form:[9,2],offer:[11,2],great:2,mapfishapp_layout:[],"2010_mapfish_workshop_fhnw":11,idea:21,taken:[15,7],allevi:8,link:[13,2,8,18,9,10,21,14,12],metacarta:8,line:[7,1,2,8,18,19,11,20,16],"true":[7,1,2,8,19,10,21,14,17,16],bug:8,conclus:[16,2],faster:18,info:[21,9],notat:18,made:3,attr:[11,14],consist:[18,19],reload:[17,1,19,9,10,21,7],whether:[12,1],geospati:[8,20],dom:18,maximum:18,rc2:[],legendpanel:[16,2],record:[7,2,3,10,21,16],below:21,showlocationinmaprequestongo:14,limit:[15,7,11,10,14],reorder:19,"case":[18,7],fundament:20,site:[17,11],otherwis:21,embed:8,showdiv:8,similar:2,vnd:21,connect:[5,7,10,1,2],instead:[18,21,2],pgadmin:7,deternub:2,creat:[21,6,0,7,1,2,8,19,18,3,9,10,16,13,4,14,5,17,15,20,11],quicktip:1,dataread:3,"abstract":[21,10,2],doesn:10,repres:[7,1],artemkhodush:1,exist:[18,21,7],firebug:[9,11],file:[13,7,1,9,10,21,4,17,12],home:[4,10,1],debian:[],curl:[],doe:[18,2],check:[7,1,8,19,9,11],fill:[18,16],again:[17,1,2,19,21,7,16],readonli:7,successfulli:[13,18,16,10],googl:17,geoadmin:[6,4,22],user:[17,1,2,8,18,9,12],when:[7,1,2,18,19,10,21,16],detail:[18,12],virtual:[9,11],power:[8,15,19],"default":[13,7,1,2,8,18,19,9,10,21,14,17,15],lon:[8,14],other:[1,2,8,18,9,11,12],nav:8,librari:[17,1,8,18,20,21,12],normal:21,varieti:[],test:[7,1,8,4,5,15,11],squar:18,codeblock2:8,codeblock3:8,codeblock4:8,codeblock5:8,scalecombo:2,nice:21,node:[19,1,2],hideref4:8,draw:[8,17],test_countri:7,registri:18,gxmap:8,substitut:7,why:[18,21],time:[7,1,2,8,19,9],sqlalchemi:[8,15,7,1],bottom:[21,19,11,2],much:16,drag:19,"public":[13,10,9,1],intent:21,mailman:12,consid:16,sql:[8,15,7],"16h00":22,layercontain:[19,1,2],concat:9,deserv:18,lang:[21,9,10,2],searcher:[],max:[8,17],receiv:7,scalestor:2,directori:[9,10],single_fil:9,htdoc:[],snippet:19,max_ext:8,barcelona:5,profit:17,summit:17,maxext:[21,2],push:[8,17],understand:[13,12,10,2],hello:8,extjs_viewport:8},objtypes:{"0":"py:module"},titles:["GeoExt Workshop","Module 2 - Creating Application","Adding a Combo Box of Available Map Scales (optional)","Module 2: WMS with Readers and Stores","GeoAdmin API Workshop","MapFish Workshop","Welcome to 2010 FHNW Training&#8217;s documentation!","Module 5 - Creating Web Services","Introduction","Module 4 - Building JavaScript","Creating a Grid View of WMS Capabilities","Module 1 - Getting Started","GeoExt Resources","Creating a Map Window","MapFish-Geoext Workshop","Module 6 - Customizing the web service","Adding a Legend Using WMS GetLegendGraphic","Module 3 - Customizing the Application","Dissecting Your Map Window","Adding a Tree View to Manage the Map Panel&#8217;s Layers","Module 1: GeoExt Basics","Creating a Map Panel that We Can Add Layers From the Grid To","Agenda"],objnames:{"0":"Python module"},filenames:["geoext","creating_application","scales","geoext_stores","api","mapfish","index","creating_webservice","introduction","building_javascript","capabilities","getting_started","resources","map","mapfish_geoext","customizing_webservice","legend","customizing_application","dissect","tree","geoext_basic","map1","agenda"]}) 
     1Search.setIndex({objects:{geoext:{basics:[20,0,1],stores:[3,0,1]}},terms:{getselectednod:[19,2],represent:7,all:[13,7,1,2,8,18,19,9,10,21,14,15],code:[13,7,1,2,8,18,19,9,10,20,21,14,5,17,15,16,12],proj4j:[21,2],groundwork:8,queri:[7,11],global:[8,14,1],geoserv:8,"__table_args__":7,show_bug:[],prefix:18,concept:[2,19,20,21,16,12],osm:1,tooltip:17,conclus:[16,2],follow:[13,7,1,2,8,18,19,10,16,21,14,11],children:[8,19],row:[21,10],hierarch:19,whose:[7,1],privat:1,depend:[18,3,9,1,11],fromarrai:[21,2],showdiv:8,readabl:18,young:20,send:1,proxyhost:10,init:[8,1],program:[17,15,7],present:[8,7,14,20],createmap:1,sens:[8,21,1],addon:11,createtbaritem:[17,1],inati:[],introduc:[3,12,20],psql:7,sourc:[8,7,4,3,20],everi:[18,19,2],string:[18,7,1],gmflocat:[],cmoullet:11,fals:[17,2,8,19,14,7],mergefilterdecor:[],reader:[6,0,3,10,2],getlonlatfrompixel:[21,14],util:[7,9,14],geojsonifi:[15,7],failur:14,veri:8,oceana:15,brows:[12,1],charset:[8,9],mapserv:8,four:16,foo:10,level:[3,2],did:[21,7,2],button:[8,21,19,2],australia:17,list:[17,8,18,19,9,10,11,12],geograph:7,maximiz:[21,14],emptytext:2,"try":14,item:[13,1,2,8,18,19,21,14,16],vector:[8,17,3],small:9,div:8,evt:14,setup:[8,6,7,1],geoext_act:8,pleas:[17,14],properti:[2,18,19,9,10,21,14,16,12],cfg:[9,1],bezirk:16,direct:9,sign:12,past:[4,11,1],second:[15,18],street:11,codeblock3:8,accomod:21,pass:[15,7,18,1],download:[11,10],further:12,housenumb:11,mfbase:17,click:[8,21,19,11,2],blue:[],index:[6,15,7,9,1],what:[1,2,8,19,10,21,14,16],editingtoolbar:8,hide:8,sub:1,createlayerstor:1,clienti:14,section:[17,1,18,19,9,21],abl:[8,21,9,16],triggereventdecor:[],access:[17,2,8,18,3,20,21,11],delet:[7,1],version:[1,2,9,10,21,11],"new":[13,7,1,2,8,18,19,10,21,14,17,16,12],net:8,createlay:[17,1],method:[7,2,18,19,21,14,15,12],metadata:10,xml:[21,10,2],widget:[21,17,1,20],full:8,themselv:9,deriv:[21,10,2],titl:[13,2,8,18,19,9,10,21,14,16],vmap0:[8,13,18,14],gener:[6,7,1,2,18,4,5,16],gif:[13,2,18,10,21,14],chang:[15,21,19,10,2],here:[0,7,1,8,18,9,10,21,4,17,15,12],instanc:[17,1,8,19,9,10],bodi:[13,2,8,18,19,9,10,21,14,16],let:[13,1,2,8,18,19,10,21,16],free:[7,1],address:[8,11,1],path:[8,9],along:[10,20],modifi:[21,7,1],sinc:[18,21],toolbar:[17,1,2,8,19,21],box:[0,2,3,10,20,16],mapguid:8,produc:9,anotherwai:1,geometrytablemixin:7,iconcl:17,technolog:8,"09h00":22,anchor:21,zoombox:17,dataindex:[21,10,2],pick:1,action:[8,17,15,7,1],climb:17,basic_packag:11,macintosh:11,htdoc:[],field1:10,firefox:[11,5],mercat:17,activ:[8,21,11,14],modul:[6,0,7,1,3,9,20,5,17,15,11],triggeract:2,apt:[],setcent:8,put:[8,7,1],and_:[15,7],"boolean":18,tabpanel:8,visibl:[8,19,1],marker:8,instal:[7,1,8,9,5,11],gridpanel:[8,21,10,2],resource_dir:9,select:[8,21,19,2],highli:7,kei:18,from:[0,7,1,2,8,19,18,3,10,20,21,5,15,16,12],describ:[4,14],would:[8,18,17],commun:[8,12,2],epsg:[21,7,14,2],fill:[18,16],max:[8,17],regist:[1,2],two:[1,2,8,18,10,15],next:[17,2,8,18,19,16],saw:[19,1],stylesheet:[13,2,8,18,9,10,21,14],handler:[2,8,18,19,21,14],overhead:8,python25:11,recommend:[7,11],msg:8,scope:[14,10],renderto:[2,8,19,10,21,16],type:[13,7,1,2,8,18,19,9,10,21,14],getlegendgraph:[0,3,16],toggl:8,more:[13,17,1,2,18,19,9,10,21,16],displayfield:2,exit:9,bbar:[21,19,2],metacr:[21,2],relat:[8,1,20],line:[7,1,2,8,18,19,11,20,16],notic:1,filename1:9,"export":17,train:6,templat:[7,11,1],examin:21,paste_deploi:11,postgresql:7,hold:9,effort:19,toolbaritem:8,clientx:14,topic:12,none:8,graphic:1,join:12,valuabl:12,removelay:[19,2],der:5,work:[13,1,2,8,19,10,21,11,12],dev:[8,12,17,11,1],histori:8,conceptu:8,vlayer:8,obvious:21,whatev:8,www:[7,1,8,9,10,4,17,15,11,12],learn:[0,7,1,18,9,20,17,16,12],root:[1,2,8,19,9,12],fetch:[16,10],def:[15,7],layerrecord:[21,10],control:[0,7,1,8,19,3,21,14,17,15,12],sqlite:7,prompt:11,want:[17,1,18,19,10,21,16],give:[8,1,2],challeng:12,sudo:[],share:[8,1],indic:[6,17],high:[8,1],defaulthandleropt:14,tag:1,tab:[8,11],enabletoggl:8,made:3,onmov:14,mapnik:1,delai:14,alwai:[19,10],cours:10,end:[8,3,9],goal:[14,1],tbar:8,rather:17,anoth:[18,16],ilik:[15,7],minheight:8,hideref3:8,geojson:[15,7],write:[18,7,1],how:[7,1,2,3,9,10,17,16],sever:[8,21,10],env:[7,9,1,11],tile:[13,17,1,8,18,14],place:[9,16],xhtml:[8,9],config:[7,1],addlay:8,css:[13,17,1,2,8,18,9,10,21,14],updat:[7,2],map:[21,13,0,7,1,2,8,19,18,3,10,20,4,14,17,16,12],product:[8,1],resourc:[13,0,7,2,8,18,9,10,20,21,14,12],singular:7,less:19,fran:[],dive:12,after:[17,2,9,21,7,12],lab:8,walk:21,befor:[7,9,12],scratch:12,"09h45":22,lat:[8,14],drastic:9,autoheight:8,data:[7,1,2,3,10,20,21,5,16],parallel:21,demonstr:[15,18],welcom:6,subsequ:21,overwrit:1,printing_src:[],autoload_with:7,third:1,interpol:9,bind:7,geoport:[4,10],pixeltoler:14,element:[4,9],issu:[8,21],callback:1,"switch":[7,1],imageri:[8,13],environ:[18,9,10,11],spheric:17,agenda:[6,22],enter:[7,11,1],equiv:[8,9],order:[8,21,19,11,10],talk:[18,1],oper:[7,2],checkbox:19,help:[17,9],move:[7,14],rowselectionmodel:21,becaus:[18,21,9],"15h00":22,showlocationtooltip:14,tooltiptoler:14,through:[21,7,11,1],addcontrol:[8,21,14],cachefli:8,getscal:2,flexibl:8,apidoc:[17,12,1],dynam:[8,18,20],paramet:[21,17],create_default_filt:[15,7],style:[8,18,9,10,21,16],group:8,monitor:1,fit:[13,18,14],combobox:2,fix:9,gen:11,whether:[12,1],window:[13,0,8,18,20,14,11],html:[21,13,7,1,2,8,18,19,9,10,16,4,14,17,15,11,12],rapidli:20,requir:[17,2,18,19,10,20,21,11],curli:18,mail:12,hidden:8,main:[17,1,18,19,9,21,4,16],might:21,pixel:9,output_dir:9,wouldn:21,them:[18,4,19,1,21],good:16,"return":[17,1,10,14,7,15],pure:1,thei:[18,3,1,2],handl:1,tmpl_context:7,initi:[13,18,21,14,10],bound:[21,9,2],"break":18,answer:[11,1],getelementbyid:8,extjs_hello_world:8,studi:[7,1,5],now:[7,1,2,18,19,9,10,16,21,11],setvalu:2,llbox:21,introduct:[8,6,22,12],choic:[1,20],term:4,name:[7,1,2,18,9,10,21,17,11],trac:[17,10],anyth:18,edit:[8,17,7,9,1],simpl:[15,3,18,5],drop:19,bonu:[17,21,7],easili:[19,3,2],alreadi:[19,16,10,2],mode:[9,2],each:[7,2,18,19,10,21,16],debug:[21,9,1,11],found:[0,7,10,21,4,12],collaps:[8,14],extj:[8,10,1],draw_lin:8,mean:[13,18],everyth:21,domain:[21,10],mapfish_workshop:7,globe:8,multipl:[18,21],continu:13,singlefil:9,meta:[8,7,9],"static":1,expect:8,someth:[21,2],our:[13,7,2,18,19,10,21,16],happen:16,extract:7,event:[18,21,2],special:[18,19],out:[17,10],variabl:[7,14],space:[18,7],goe:[8,18],open:[13,7,1,2,8,18,19,10,16,21,11],sencha:[12,1],no_geom:14,profil:[9,1,5],mapfishapp:[13,10,7,9,1],adapt:[13,0,1,2,8,18,9,10,21,14,5],rel:[13,2,8,18,9,10,21,14],internet:[8,4,10],print:9,got:16,plural:7,correct:[15,17,10],common:8,postgr:[8,7],proxi:10,navig:8,upon:20,manipul:8,given:[0,17,1],togglegroup:[8,17],standard:20,wmsgetfeatureinfo:21,standalon:18,ajax:14,base:[13,0,7,1,2,8,18,9,10,20,21,14,15,12],latest:10,postgi:[8,7],org:[13,0,7,1,2,8,18,9,10,21,14,17,15,11,12],alert:8,care:[21,9,1],api_servic:4,indent:7,countriescontrol:[15,7],launch:[7,9],could:2,recom:[],synchron:[19,2],success:14,keep:18,filter:[15,7],thing:[21,10,1,2],editor:[21,19,16,2],iso:8,outsid:1,geometri:[8,7],principl:10,later:[17,1],assign:21,frequent:18,first:[13,7,8,18,19,9,10,21,15],origin:[8,0,4],softwar:8,rang:20,render:[8,1],onc:2,arrai:[17,18,19,10,21,16],qualiti:[8,1],number:[18,20],yourself:[3,12],mai:[8,18,17,12],mapfish_workshop_fossgis2010:[],display_servic:[4,10],done:[7,1,2,9,10,21,15,11],least:18,blank:18,oppos:[13,17],arguments_str:9,miss:9,size:[8,9],muttenz:6,differ:[17,1],treeload:8,workaround:10,script:[13,1,2,8,18,9,10,21,14,11],associ:8,top:1,"09h30":[],system:[21,7],messag:[8,9],layernod:19,showref6:8,citi:11,showref4:8,showref5:8,showref2:8,showref3:8,statement:7,termin:[],reorder:19,conveni:[21,2],"final":[18,21],store:[6,0,1,2,19,3,10,16,21,11],listen:[8,7,1,2],geometrycolumn:7,scalecombo:2,xmln:[8,9],consol:9,option:[0,17,2,8,3,9,21,14,16],especi:[12,1],namespac:1,tool:[19,17,9,1,5],copi:[13,4,21],setuptool:11,specifi:[7,9],hut:17,slider:1,part:[13,0,1,18,9,21,14,5],mostli:1,getfeatureinfo:21,"14h30":22,haven:[17,10],ogc:[0,21,3,20],serv:[7,1],wide:20,mapserv_c2corg:17,provid:[6,7,1,2,8,18,19,9,10,20,21,5,17,15,16,12],remov:[21,19,2],tree:[0,1,2,8,19,3,20,21,16],enabledd:[19,2],structur:[8,1],exampl:[6,17,1,2,8,18,19,10,16,13,21,15,11,12],project:[21,14,2],getcap:[0,2,3,10,21,16],reus:8,friend:16,were:[8,18,16],posit:[18,21],aggreg:9,basecontrol:7,comput:[8,6,11],engag:20,img:[17,1],argument:[7,1,2,18,21,14,15],wmscapabilitiesread:10,marbl:[],packag:[8,9,1,11],shell:7,pylon:[8,7,11],have:[13,17,1,2,8,19,18,3,10,16,21,11,12],tabl:[6,7,1],need:[7,1,8,18,19,9,10,21,17,15],properli:[9,10],treepanel:[8,19,1,2],border:[8,21,19,16,2],materi:[11,5],engin:1,built:[20,9,16],equival:18,inform:[6,1,8,19,10,20,21,12],destroi:14,rout:[17,7],sandbox:11,port:[7,1],note:[7,1,8,18,9,10,21,4,17],also:[1,2,8,19,18,3,20,21,11],maintain:12,lonlat:[8,21,9,14],build:[6,1,8,18,9,20,4,5,11],which:[7,1,2,18,10,21,16],wmscapabilitiesstor:[21,10,2],combin:15,compliant:18,brace:18,prepar:[8,21],singl:[18,17,9,10],analysi:8,even:3,begin:[12,9,1],sure:[18,19],allow:[8,12,11,10,20],though:12,park:17,object:[13,7,1,8,19,18,3,10,20,21,17,12],compress:[21,9,2],workshop_url:[],panel:[13,0,1,2,8,19,3,10,21,16],most:[18,12,10,1],plai:8,regular:1,deploi:[12,11,1],pair:18,frid:16,the_geom:7,"class":[17,1,8,9,14,7],icon:[8,11],simplic:8,paradigm:13,don:[17,7,9,19],compressor:9,url:[7,2,18,10,21,14,17,15,11],doc:[7,1,2,10,21,4,17,15,12],professor:6,pgadmin:7,request:[0,7,1,2,3,10,21,14,15,16],face:[21,10],dummi:10,ext:[13,1,2,8,19,18,3,9,10,20,21,14,16,12],declar:18,usual:[18,10],sigma:[],width:[13,2,8,18,19,10,21,14,16],"11h30":[],opengeo:[8,0],camptocamp:17,wsgi:4,show:[13,7,8,18,3,9,21,14],"3px":8,text:[13,1,2,8,18,19,9,10,21,14,16],cdn:8,verbos:9,connect:[5,7,10,1,2],bring:18,session:7,particularli:21,worri:21,bgdi:10,identifi:7,lemoin:5,ayout:17,autoload:7,find:[0,2,18,3,20,12],involv:[15,17,12],current:2,onli:[7,8,19,18,3,9,10,21,17,15,16],explicitli:21,locat:[11,10],execut:[19,1],resolut:2,c2c:17,field2:10,menu:8,explain:19,configur:[13,7,1,2,8,18,19,9,10,21,17,16],apach:[],should:[7,1,2,8,19,9,10,16,21,17,11],e8v:11,jsonview:11,theme:[18,9],analyz:14,rich:[8,20],combo:[0,2,3,10,20,16],"__tablename__":7,folder:[9,1,11],maxext:[21,2],local:[18,2],info:[21,9],getselectionmodel:[21,19,2],hit:21,contribut:[17,12],variou:[11,1],get:[6,7,1,2,8,18,19,9,10,16,21,14,5,17,15,11,12],familiar:[21,16],watch:[19,7,16,2],autom:1,selectfeatur:8,cannot:[19,11,1],mergenewparam:[21,2],rest:[7,11,1],mention:1,toolbox:[8,1],geo:[21,4,10,2],him:1,restart:7,layout:[13,17,1,2,8,18,19,9,21,14,16],shp:7,mapper:8,bat:11,bar:[17,10],enabl:[19,7,11],organ:[6,17,12],jstool:9,ie7:8,ie6:8,remot:[3,10,20],integr:8,contain:[7,1,18,19,9,10,21,12],attribut:[8,7,10],where:[7,9,1],view:[0,1,19,3,10,11,21,16],wiki:10,set:[17,1,18,19,21,7],xtype:[8,13,18,2],"12h00":22,navigationhistori:8,proce:1,knowledg:[15,12],abort:[15,7],"13h00":22,zoomtoext:[21,2],maximum:18,mapfish_cli:[11,1],see:[21,7,1,2,8,19,10,16,4,17,11],getfirebug:11,result:[9,10,20],respons:[7,1,10,20,14,15,11],transpar:[21,17,2],close:[13,19],servic:[21,6,0,7,1,2,8,3,10,20,4,5,17,15],hidediv:8,closer:[21,16],appear:[21,19,16],still:18,wealth:12,correctli:[8,11],redirect:[7,10],databas:[15,7,1,5],review:1,easi:[2,8,19,20,21,16],wikipedia:8,label:2,cartograph:8,written:17,won:[13,1],listinfo:12,moullet:6,between:14,services_wm:10,"import":[13,15,21,7,9],experi:12,nice:21,paster:[7,11,1],signatur:12,accord:16,popup:[8,21,14,2],sortabl:[21,10,2],extend:14,web:[6,0,7,1,13,8,18,20,5,15,11],ask:[12,1],javascript:[6,17,1,2,8,18,9,10,13,21,14,5,11],layerstor:[19,16,1,2],extens:[8,11,5],job:[],entir:[18,1],hydrogramm:8,extent:[8,18,21,17],otherwis:21,solv:8,toler:14,come:[21,1],embed:8,popul:[7,1,2,3,19,10,21],both:7,interact:[0,1,8,18,3,14],shapefil:7,expos:1,plugin:[9,11],admin:[21,4,10,2],region:[2,8,19,21,14,16],lazi:18,constructor:18,etc:[9,1],tour:1,tutori:12,logic:7,mappanel:[1,2,8,18,19,21,14,16],browser:[13,7,1,2,8,19,18,3,9,10,16,21,17,11],agit:0,bluemarbl:8,comment:[18,7,9],concret:10,simpli:[8,10],lang:[21,9,10,2],can:[21,0,7,1,2,8,19,18,3,9,10,16,4,17,15,11,12],instanti:[18,21],aspect:1,trunk:[8,21,17,2],height:[13,2,8,18,19,10,21,14,16],distinguish:18,non:[17,7,9],framework:[6,7,1,13,8,18,9,22,17,11],linux:11,typic:1,imgpath:1,assum:[11,1],poli:8,neat:21,swisstopo:[6,16],java:8,compos:[8,1],west:[8,19,2],tempmapfish:[],three:[8,7,2],been:8,legend:[19,0,3,16,2],compon:[13,1,2,8,18,20,16,12],json:[15,18,7,11],newcom:12,valu:[15,7,18],interest:[18,21,19],basic:[6,0,1,13,8,18,10,20,14,11,12],addit:[0,18,19,20,21,16,12],"abstract":[21,10,2],infrastructur:6,jorg:6,autoscrol:[8,21,19,16,2],forcefit:[21,10,2],emphas:8,"__table__":[],imag:[13,17,2,18,10,21,14,16],test_countri:7,rubi:8,search:[6,12],ani:[17,1,2,8,3,11],coordin:[21,7],minifi:[9,1],togeth:[18,17],default_filt:[15,7],last:1,repres:[7,1],former:[18,20],those:1,openlayers_editing_toolbar:8,acount:[15,7],ingredi:13,sdiapigener:4,save:[13,10],look:[13,17,1,2,8,18,19,9,10,16,21,11],featureinfo:21,solid:20,plain:[18,10],dissect:[0,18,20],icewasel:[],easier:18,aim:8,defin:[7,1,2],"while":[19,9],unifi:20,abov:[13,1,2,8,18,19,9,10,21,16],error:9,xtheme:9,margin:8,observ:10,pack:16,openstreetmap:1,frequentlyaskedquest:10,layer:[13,0,7,1,2,8,19,18,3,9,10,21,14,5,17,16],checkitem:8,handleropt:14,geoalchemi:[8,7],ctrl:[8,1],readi:[18,7,1],"null":[21,14,2],turn:[21,19],asynctreenod:8,side:[8,19,10,1,16],toolkit:[8,15],filename2:9,unit:[21,2],itself:[8,18,1,2],uncom:9,lightweight:8,limit:[15,7,11,10,14],tediou:1,mani:16,south:8,surprisingli:19,"__init__":7,mako:1,decor:7,"fran\u00e7oi":5,develop:[0,7,1,8,18,3,20,21,16,12],clearli:1,minim:[13,18,11],perform:[8,9],parti:1,make:[17,1,8,18,19,21,12],belong:[7,10],minif:1,cross:[8,21,10],same:[8,21,11],check:[7,1,8,19,9,11],python:[8,7,9,1,11],complex:[8,18],decod:14,split:8,singletil:[21,17,2],pai:[7,14],grahic:1,document:[21,13,0,1,2,8,18,19,10,20,4,16,12],cedric:6,infer:1,complet:[8,4,2],summit:17,finish:[19,16],wgs84:21,swiss:[6,21],href:[13,2,8,18,9,10,21,14],utf8:9,nest:18,driver:7,hand:[19,16],capabl:[21,10],jqueri:18,onpaus:14,mapfishapp_init:[],applic:[6,0,7,1,2,8,18,19,9,10,16,13,21,5,17,15,20,11,12],countri:[15,7,14],"20vogt":11,php:8,stack:21,expand:[8,19,2],iceweasel:[],lib:[13,7,1,2,8,18,9,10,21,14,17,12],stopmov:14,task:[13,7,1,2,18,19,10,21,17,15,16],off:[21,19],center:[8,21,14,2],lunch:22,com:[8,12,11,1],markup:[13,18,21],arraystor:10,know:[19,17,16,10,2],order_form:4,bugzilla:[],without:[18,21,9,16],command:[7,9,1,11],commonli:1,thi:[13,0,7,1,2,8,19,18,3,9,10,16,21,14,5,17,15,20,11],choos:1,geoext_mappanel:8,model:[7,1,2,18,19,10,21],viewconfig:[21,10,2],latter:[18,20],left:[8,19],load:[1,2,8,18,9,10,21,16],facto:20,paus:14,just:[16,18,9,1,2],flesh:19,jsbuild:[9,1],basetyp:9,exclud:9,tcp:1,detail:[18,12],insid:[18,21,1],alloverlai:[21,2],shape:8,kill:7,xmlcan:10,human:18,mysql:[8,7],type_toggl:8,languag:[8,9],onload:8,rapid:8,xmlhttprequest:[],han:6,gml:21,point:[17,18,7,9,1],had:21,param:[15,7,14],discuss:22,getmap:16,add:[0,7,1,2,8,19,18,3,10,16,21,17,11],other:[1,2,8,18,9,11,12],exercis:19,appli:14,quick:1,els:[18,10,2],ultraedit:8,osgeo:[13,2,18,10,21,14],app:[9,1],match:10,take:[13,17,1,2,18,7],bin:[17,7,12],shp2pgsql:7,hover:[8,14],template_postgi:7,around:[8,12],format:[17,2,10,21,7,15],read:[7,15,3,2],agnost:8,varieti:[],piec:8,panzoom:8,zoomout:17,entri:[9,1],grid:[0,17,2,8,19,3,10,20,21,16],bbox:14,sqlalchemygeom:7,librairi:[],world:[8,13,18,14],bit:18,wasn:16,swissriv:8,codeblock2:8,python2:[],hideref5:8,insert:8,hideref7:8,hideref6:8,png:[21,17,2],like:[17,1,2,8,19,18,3,9,10,16,21,11,12],specif:[17,1,21,7,15,16,12],header:[8,21,10,2],snippet:19,workshop:[6,0,1,9,10,4,14,22,5,11],reload:[17,1,19,9,10,21,7],arbitrari:20,hideref2:8,zoom:[17,1,2,8,18,3,21],noth:18,openplan:[],benefit:18,api:[6,7,8,20,4,22,15,12],necessari:[8,1],confid:21,"_static":7,getprojectionobject:14,viewport:[8,1],output:[9,11],resiz:8,hook:18,manag:[8,19,0,3],openjsan:1,underli:[13,20],geoext:[6,0,17,1,2,8,19,18,3,9,10,20,13,21,14,22,16,12],right:[19,11,16],zoomto:2,often:1,responsetext:14,allowdepress:[8,17],some:[7,1,8,19,18,3,10,21,17],back:1,self:[15,7],contin:15,sampl:1,refresh:[16,2],mapfish:[6,7,1,13,8,9,10,14,22,5,17,15,11],proper:9,home:[4,10,1],getbottomtoolbar:2,server:[8,14,10,1,2],hovercontrol:14,mother:18,mainli:[8,1],distribut:1,temp:[13,7,1,9,10,11],googl:17,scale:[0,3,16,2],leaf:8,feder:6,collect:7,establish:10,avoid:[21,10],openlayers_map:8,definit:[21,19,16,10,2],thank:[19,16],protocol:[8,15,7],whole:[21,16],biest:5,when:[7,1,2,18,19,10,21,16],geoservic:[4,10],larg:8,"15h45":22,sequenc:21,content:[0,2,8,18,19,9,10,5],blank_image_url:[13,2,18,10,21,14],localhost:7,refer:[8,15,18,16,12],cgi:[17,12],core:[7,12],encourag:13,previou:[8,18,21,19,9],run:[9,1],zoomtomaxext:8,proud:3,uncompress:9,geowebcach:8,oracl:[8,7],mapfish_serv:[],usag:9,ourselv:[18,2],gx_mappanel:[13,18],llbbox:[21,2],step:[19,7,11,2],convent:13,orgin:10,fulli:13,srid:7,columnam:[15,7],post:7,stage:18,src:[13,1,2,8,18,9,10,21,14],about:[17,1,18,9,10,21,16],actual:[17,9,1],zip:7,loader:[8,19],column:[21,7,10,2],countries_t:[],http:[21,13,0,7,1,2,8,18,19,9,10,16,4,14,17,15,11,12],drag:19,page:[6,1,13,8,10,21,4,11],must:[7,9],act:1,firebug:[9,11],disabl:8,block:8,gg25:16,client:[8,17,11,1],own:[8,15,7,18,1],real:[21,10,2],press:8,within:10,encod:[],friendli:20,automat:[8,21,1],appropri:18,stop:1,openaddress:11,empti:[17,18,21,7],draw_poli:8,onreadi:[13,1,2,8,18,10,21,14],wrap:[13,18],openlay:[13,17,1,2,8,19,18,3,9,10,20,21,14,11,12],showref7:8,soon:[],your:[21,13,0,7,1,2,8,18,19,9,10,16,4,17,15,20,11],libgeo:[],merg:9,east:[16,2],van:5,than:[18,19],wai:12,grai:9,support:[19,21,7,12],question:12,transform:[21,14,2],stark:6,custom:[6,7,1,18,5,17,15],avail:[2,18,3,10,21,11],start:[6,7,1,18,10,5,11,12],reli:[18,7,1],trigger:2,interfac:[8,18,17,9,1],includ:[13,7,1,9,21,15],lot:16,replac:[18,7,10],"var":[2,8,19,10,21,14,16],call:[13,18,21,1],attach:18,"_build":[],strict:8,icon_zoomout:17,"function":[13,7,1,2,8,18,19,9,10,21,14,17,15,12],reduc:[9,20],head:[6,13,8,18,2,9,10,21,14],hard:[16,12],north:[8,21,2],form:[9,2],offer:[11,2],great:2,mapfishapp_layout:[],"2010_mapfish_workshop_fhnw":11,idea:21,taken:[15,7],allevi:8,link:[13,2,8,18,9,10,21,14,12],metacarta:8,foss4g:5,"true":[7,1,2,8,19,10,21,14,17,16],bug:8,sent:[],scalestor:2,count:7,notat:18,gx_:18,attr:[11,14],consist:[18,19],possibl:[8,9,12],"default":[13,7,1,2,8,18,19,9,10,21,14,17,15],geospati:[8,20],dom:18,displai:[13,17,2,8,10,21],rc2:[],legendpanel:[16,2],record:[7,2,3,10,21,16],below:21,showlocationinmaprequestongo:14,geomcolumn:7,"24px":8,"case":[18,7],fundament:20,site:[17,11],highlight:8,problem:10,clone:[21,2],similar:2,single_fil:9,vnd:21,zoomend:2,instead:[18,21,2],featur:[7,3,21,14,15,16],deternub:2,creat:[21,6,0,7,1,2,8,19,18,3,9,10,16,13,4,14,5,17,15,20,11],quicktip:1,dataread:3,dure:1,doesn:10,lectur:6,artemkhodush:1,exist:[18,21,7],ini:[7,1],file:[13,7,1,9,10,21,4,17,12],drawfeatur:8,curl:[],doe:[18,2],eric:5,probabl:17,again:[17,1,2,19,21,7,16],readonli:7,successfulli:[13,18,16,10],polygon:[8,17],geoadmin:[6,4,22],user:[17,1,2,8,18,9,12],pylons_minim:11,rootvis:[8,19,2],virtual:[9,11],power:[8,15,19],field:[21,16,10,2],lon:[8,14],flaech:16,nav:8,librari:[17,1,8,18,20,21,12],normal:21,spatial:[8,6,7],test:[7,1,8,4,5,15,11],squar:18,you:[0,7,1,2,8,19,18,3,9,10,16,21,17,15,20,11,12],infoformat:21,codeblock4:8,codeblock5:8,codeblock6:8,codeblock7:8,node:[19,1,2],hideref4:8,draw:[8,17],mozilla:11,registri:18,gxmap:8,substitut:7,why:[18,21],time:[7,1,2,8,19,9],sqlalchemi:[8,15,7,1],bottom:[21,19,11,2],much:16,tooltiprequest:14,"public":[13,10,9,1],intent:21,mailman:12,consid:16,sql:[8,15,7],"16h00":22,layercontain:[19,1,2],concat:9,deserv:18,svn:[21,10,2],searcher:[],experienc:12,receiv:7,faster:18,directori:[9,10],debian:[],confirm:10,descript:7,max_ext:8,barcelona:5,profit:17,fhnw:6,updatetooltip:14,push:[8,17],understand:[13,12,10,2],extjs_viewport:8,hello:8,prototyp:14},objtypes:{"0":"py:module"},titles:["GeoExt Workshop","Module 2 - Creating Application","Adding a Combo Box of Available Map Scales (optional)","Module 2: WMS with Readers and Stores","GeoAdmin API Workshop","MapFish Workshop","Welcome to 2010 MapFish Training","Module 5 - Creating Web Services","Introduction","Module 4 - Building JavaScript","Creating a Grid View of WMS Capabilities","Module 1 - Getting Started","GeoExt Resources","Creating a Map Window","MapFish-Geoext Workshop","Module 6 - Customizing the web service","Adding a Legend Using WMS GetLegendGraphic","Module 3 - Customizing the Application","Dissecting Your Map Window","Adding a Tree View to Manage the Map Panel&#8217;s Layers","Module 1: GeoExt Basics","Creating a Map Panel that We Can Add Layers From the Grid To","Agenda"],objnames:{"0":"Python module"},filenames:["geoext","creating_application","scales","geoext_stores","api","mapfish","index","creating_webservice","introduction","building_javascript","capabilities","getting_started","resources","map","mapfish_geoext","customizing_webservice","legend","customizing_application","dissect","tree","geoext_basic","map1","agenda"]}) 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/build/html/tree.html

    r3699 r3702  
    88    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    99     
    10     <title>Adding a Tree View to Manage the Map Panel’s Layers &mdash; 2010 FHNW Training v1.0 documentation</title> 
    11     <link rel="stylesheet" href="_static/default.css" type="text/css" /> 
     10    <title>Adding a Tree View to Manage the Map Panel’s Layers &mdash; 2010 MapFish Training v1.0 documentation</title> 
     11    <link rel="stylesheet" href="_static/agogo.css" type="text/css" /> 
    1212    <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 
    1313    <script type="text/javascript"> 
     
    2323    <script type="text/javascript" src="_static/underscore.js"></script> 
    2424    <script type="text/javascript" src="_static/doctools.js"></script> 
    25     <link rel="top" title="2010 FHNW Training v1.0 documentation" href="index.html" /> 
     25    <link rel="top" title="2010 MapFish Training v1.0 documentation" href="index.html" /> 
    2626    <link rel="up" title="Module 2: WMS with Readers and Stores" href="geoext_stores.html" /> 
    2727    <link rel="next" title="Adding a Legend Using WMS GetLegendGraphic" href="legend.html" /> 
     
    2929  </head> 
    3030  <body> 
    31     <div class="related"> 
    32       <h3>Navigation</h3> 
    33       <ul> 
    34         <li class="right" style="margin-right: 10px"> 
     31    <div class="header-wrapper"> 
     32      <div class="header"> 
     33        <h1><a href="index.html">2010 MapFish Training v1.0 documentation</a></h1> 
     34        <div class="rel"> 
     35          <a href="map1.html" title="Creating a Map Panel that We Can Add Layers From the Grid To" 
     36             accesskey="P">previous</a> | 
     37          <a href="legend.html" title="Adding a Legend Using WMS GetLegendGraphic" 
     38             accesskey="N">next</a> | 
     39          <a href="py-modindex.html" title="Python Module Index" 
     40             >modules</a> | 
    3541          <a href="genindex.html" title="General Index" 
    36              accesskey="I">index</a></li> 
    37         <li class="right" > 
    38           <a href="py-modindex.html" title="Python Module Index" 
    39              >modules</a> |</li> 
    40         <li class="right" > 
    41           <a href="legend.html" title="Adding a Legend Using WMS GetLegendGraphic" 
    42              accesskey="N">next</a> |</li> 
    43         <li class="right" > 
    44           <a href="map1.html" title="Creating a Map Panel that We Can Add Layers From the Grid To" 
    45              accesskey="P">previous</a> |</li> 
    46         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    47           <li><a href="geoext.html" >GeoExt Workshop</a> &raquo;</li> 
    48           <li><a href="geoext_stores.html" accesskey="U">Module 2: WMS with Readers and Stores</a> &raquo;</li>  
    49       </ul> 
    50     </div>   
    51  
    52     <div class="document"> 
     42             accesskey="I">index</a> 
     43        </div> 
     44       </div> 
     45    </div> 
     46 
     47    <div class="content-wrapper"> 
     48      <div class="content"> 
     49        <div class="document"> 
     50             
    5351      <div class="documentwrapper"> 
    5452        <div class="bodywrapper"> 
     
    5755  <div class="section" id="adding-a-tree-view-to-manage-the-map-panel-s-layers"> 
    5856<span id="geoext-stores-tree"></span><h1>Adding a Tree View to Manage the Map Panel&#8217;s Layers<a class="headerlink" href="#adding-a-tree-view-to-manage-the-map-panel-s-layers" title="Permalink to this headline">¶</a></h1> 
    59 <p>With the <a class="reference external" href="http://www.extjs.com/deploy/dev/docs/?class=Ext.tree.TreePanel">Ext.tree.TreePanel</a> and its 
     57<p>With the <a class="reference external" href="http://dev.sencha.com/deploy/dev/docs/?class=Ext.tree.TreePanel">Ext.tree.TreePanel</a> and its 
    6058tree nodes, Ext JS provides a powerful tool to work with hierarchical 
    6159information. While Ext JS trees cannot be populated from stores, GeoExt 
     
    170168        </div> 
    171169      </div> 
    172       <div class="sphinxsidebar"> 
    173         <div class="sphinxsidebarwrapper"> 
    174   <h3><a href="index.html">Table Of Contents</a></h3> 
    175   <ul> 
    176 <li><a class="reference internal" href="#">Adding a Tree View to Manage the Map Panel&#8217;s Layers</a><ul> 
    177 <li><a class="reference internal" href="#using-a-tree-panel-for-layer-management">Using a Tree Panel for Layer Management</a><ul> 
    178 <li><a class="reference internal" href="#looking-at-the-new-code-more-closely">Looking at the New Code More Closely</a></li> 
     170        </div> 
     171        <div class="sidebar"> 
     172          <h3>Table Of Contents</h3> 
     173          <ul> 
     174<li class="toctree-l1"><a class="reference internal" href="agenda.html">Agenda</a></li> 
     175<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li> 
     176<li class="toctree-l1"><a class="reference internal" href="mapfish.html">MapFish Workshop</a></li> 
     177<li class="toctree-l1"><a class="reference internal" href="geoext.html">GeoExt Workshop</a></li> 
     178<li class="toctree-l1"><a class="reference internal" href="mapfish_geoext.html">MapFish-Geoext Workshop</a></li> 
     179<li class="toctree-l1"><a class="reference internal" href="api.html">GeoAdmin API Workshop</a></li> 
    179180</ul> 
    180 </li> 
    181 <li><a class="reference internal" href="#next-steps">Next Steps</a></li> 
    182 </ul> 
    183 </li> 
    184 </ul> 
    185  
    186   <h4>Previous topic</h4> 
    187   <p class="topless"><a href="map1.html" 
    188                         title="previous chapter">Creating a Map Panel that We Can Add Layers From the Grid To</a></p> 
    189   <h4>Next topic</h4> 
    190   <p class="topless"><a href="legend.html" 
    191                         title="next chapter">Adding a Legend Using WMS GetLegendGraphic</a></p> 
    192   <h3>This Page</h3> 
    193   <ul class="this-page-menu"> 
    194     <li><a href="_sources/tree.txt" 
    195            rel="nofollow">Show Source</a></li> 
    196   </ul> 
    197 <div id="searchbox" style="display: none"> 
    198   <h3>Quick search</h3> 
    199     <form class="search" action="search.html" method="get"> 
    200       <input type="text" name="q" size="18" /> 
    201       <input type="submit" value="Go" /> 
    202       <input type="hidden" name="check_keywords" value="yes" /> 
    203       <input type="hidden" name="area" value="default" /> 
    204     </form> 
    205     <p class="searchtip" style="font-size: 90%"> 
    206     Enter search terms or a module, class or function name. 
    207     </p> 
    208 </div> 
    209 <script type="text/javascript">$('#searchbox').show(0);</script> 
    210         </div> 
     181 
     182          <h3 style="margin-top: 1.5em;">Search</h3> 
     183          <form class="search" action="search.html" method="get"> 
     184            <input type="text" name="q" size="18" /> 
     185            <input type="submit" value="Go" /> 
     186            <input type="hidden" name="check_keywords" value="yes" /> 
     187            <input type="hidden" name="area" value="default" /> 
     188          </form> 
     189          <p class="searchtip" style="font-size: 90%"> 
     190            Enter search terms or a module, class or function name. 
     191          </p> 
     192        </div> 
     193        <div class="clearer"></div> 
    211194      </div> 
    212       <div class="clearer"></div> 
    213     </div> 
    214     <div class="related"> 
    215       <h3>Navigation</h3> 
    216       <ul> 
    217         <li class="right" style="margin-right: 10px"> 
     195    </div> 
     196 
     197    <div class="footer-wrapper"> 
     198      <div class="footer"> 
     199        <div class="left"> 
     200          <a href="map1.html" title="Creating a Map Panel that We Can Add Layers From the Grid To" 
     201             >previous</a> | 
     202          <a href="legend.html" title="Adding a Legend Using WMS GetLegendGraphic" 
     203             >next</a> | 
     204          <a href="py-modindex.html" title="Python Module Index" 
     205             >modules</a> | 
    218206          <a href="genindex.html" title="General Index" 
    219              >index</a></li> 
    220         <li class="right" > 
    221           <a href="py-modindex.html" title="Python Module Index" 
    222              >modules</a> |</li> 
    223         <li class="right" > 
    224           <a href="legend.html" title="Adding a Legend Using WMS GetLegendGraphic" 
    225              >next</a> |</li> 
    226         <li class="right" > 
    227           <a href="map1.html" title="Creating a Map Panel that We Can Add Layers From the Grid To" 
    228              >previous</a> |</li> 
    229         <li><a href="index.html">2010 FHNW Training v1.0 documentation</a> &raquo;</li> 
    230           <li><a href="geoext.html" >GeoExt Workshop</a> &raquo;</li> 
    231           <li><a href="geoext_stores.html" >Module 2: WMS with Readers and Stores</a> &raquo;</li>  
    232       </ul> 
    233     </div> 
     207             >index</a> 
     208            <br/> 
     209            <a href="_sources/tree.txt" 
     210               rel="nofollow">Show Source</a> 
     211        </div> 
     212 
     213        <div class="right"> 
     214           
    234215    <div class="footer"> 
    235         &copy; Copyright 2010, C.Moullet. 
     216        &copy; Copyright 2010, Cedric Moullet. 
    236217      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.5. 
    237218    </div> 
     219        </div> 
     220        <div class="clearer"></div> 
     221      </div> 
     222    </div> 
     223 
    238224  </body> 
    239225</html>