Changes between Version 8 and Version 9 of Addins/InlineXhtml

Show
Ignore:
Timestamp:
08/24/10 07:48:50 (3 years ago)
Author:
ahocevar
Comment:

changed links to point to the final addin location

Legend:

Unmodified
Added
Removed
Modified
  • Addins/InlineXhtml

    v8 v9  
    1212 
    1313|| Addin Version || OpenLayers Version || 
    14 || [http://svn.openlayers.org/sandbox/hhudson/addins/InlineXhtml/trunk trunk] || > r? || 
     14|| [http://svn.openlayers.org/addins/InlineXhtml/trunk trunk] || > r? || 
    1515 
    1616 * Added HTML5 support 
    1717 
    18  1.0 [http://svn.openlayers.org/sandbox/hhudson/addins/InlineXhtml/release/1.0 InlineXhtml v1.0] 
     18 1.0 [http://svn.openlayers.org/addins/InlineXhtml/release/1.0 InlineXhtml v1.0] 
    1919 
    2020Note: See ticket [http://trac.openlayers.org/ticket/2415 #2415] for history 
     
    2424''Suitable for browsers supporting xhtml and svg;''[[BR]] 
    2525 
    26  * [http://dev.openlayers.org/sandbox/hhudson/addins/InlineXhtml/trunk/examples/example1.htm example1.htm] - An example using an svg layer and an xhtml layer. 
    27  * [http://dev.openlayers.org/sandbox/hhudson/addins/InlineXhtml/trunk/examples/example2.htm example2.htm] - An example of a scalable layer. 
    28  * [http://dev.openlayers.org/sandbox/hhudson/addins/InlineXhtml/trunk/examples/example3.htm example3.htm] - A non-interactive scalable layer. 
    29  * [http://dev.openlayers.org/sandbox/hhudson/addins/InlineXhtml/trunk/examples/example4.htm example4.htm] - A non-interactive scalable OSM Mapnik export. 
    30  * [http://dev.openlayers.org/sandbox/hhudson/addins/InlineXhtml/trunk/examples/example5.htm example5.htm] - A non-interactive WMS example. 
    31  * Simple Interactivity test case 1; [http://dev.openlayers.org/sandbox/hhudson/addins/InlineXhtml/trunk/examples/example6.htm xhtml] and [http://dev.openlayers.org/sandbox/hhudson/addins/InlineXhtml/trunk/examples/example7.htm html5]. 
     26 * [http://dev.openlayers.org/addins/InlineXhtml/trunk/examples/example1.htm example1.htm] - An example using an svg layer and an xhtml layer. 
     27 * [http://dev.openlayers.org/addins/InlineXhtml/trunk/examples/example2.htm example2.htm] - An example of a scalable layer. 
     28 * [http://dev.openlayers.org/addins/InlineXhtml/trunk/examples/example3.htm example3.htm] - A non-interactive scalable layer. 
     29 * [http://dev.openlayers.org/addins/InlineXhtml/trunk/examples/example4.htm example4.htm] - A non-interactive scalable OSM Mapnik export. 
     30 * [http://dev.openlayers.org/addins/InlineXhtml/trunk/examples/example5.htm example5.htm] - A non-interactive WMS example. 
     31 * Simple Interactivity test case 1; [http://dev.openlayers.org/addins/InlineXhtml/trunk/examples/example6.htm xhtml] and [http://dev.openlayers.org/addins/InlineXhtml/trunk/examples/example7.htm html5]. 
    3232 
    3333== Installation and Use == 
    3434 
    35  1. Use subversion to check out the [http://svn.openlayers.org/sandbox/hhudson/addins/InlineXhtml/trunk/ InlineXhtml] addin. 
    36  1. Place the [http://svn.openlayers.org/sandbox/hhudson/addins/InlineXhtml/trunk/lib/OpenLayers/Tile/InlineXhtml.js Tile/InlineXhtml.js] file in your [source:trunk/openlayers/lib/OpenLayers/Tile/ Tile] directory (or alternatively, place it elsewhere and add a {{{<script>}}} tag to your page that points to it). 
    37  1. Place the [http://svn.openlayers.org/sandbox/hhudson/addins/InlineXhtml/trunk/lib/OpenLayers/Layer/WMS/InlineXhtml.js Layer/WMS/InlineXhtml.js] file in your [source:trunk/openlayers/lib/OpenLayers/Layer/WMS/ Layer/WMS] directory (or alternatively, place it elsewhere and add a {{{<script>}}} tag to your page that points to it). 
    38  1. Place the [http://svn.openlayers.org/sandbox/hhudson/addins/InlineXhtml/trunk/lib/OpenLayers/Layer/InlineXhtml.js Layer/InlineXhtml.js] file in your [source:trunk/openlayers/lib/OpenLayers/Layer/ Layer] directory (or alternatively, place it elsewhere and add a {{{<script>}}} tag to your page that points to it). 
    39  1. Place the [http://svn.openlayers.org/sandbox/hhudson/addins/InlineXhtml/trunk/lib/OpenLayers/Layer/ScalableInlineXhtml.js Layer/ScalableInlineXhtml.js] file in your [source:trunk/openlayers/lib/OpenLayers/Layer/ Layer] directory (or alternatively, place it elsewhere and add a {{{<script>}}} tag to your page that points to it). 
     35 1. Use subversion to check out the [http://svn.openlayers.org/addins/InlineXhtml/trunk/ InlineXhtml] addin. 
     36 1. Place the [http://svn.openlayers.org/addins/InlineXhtml/trunk/lib/OpenLayers/Tile/InlineXhtml.js Tile/InlineXhtml.js] file in your [source:trunk/openlayers/lib/OpenLayers/Tile/ Tile] directory (or alternatively, place it elsewhere and add a {{{<script>}}} tag to your page that points to it). 
     37 1. Place the [http://svn.openlayers.org/addins/InlineXhtml/trunk/lib/OpenLayers/Layer/WMS/InlineXhtml.js Layer/WMS/InlineXhtml.js] file in your [source:trunk/openlayers/lib/OpenLayers/Layer/WMS/ Layer/WMS] directory (or alternatively, place it elsewhere and add a {{{<script>}}} tag to your page that points to it). 
     38 1. Place the [http://svn.openlayers.org/addins/InlineXhtml/trunk/lib/OpenLayers/Layer/InlineXhtml.js Layer/InlineXhtml.js] file in your [source:trunk/openlayers/lib/OpenLayers/Layer/ Layer] directory (or alternatively, place it elsewhere and add a {{{<script>}}} tag to your page that points to it). 
     39 1. Place the [http://svn.openlayers.org/addins/InlineXhtml/trunk/lib/OpenLayers/Layer/ScalableInlineXhtml.js Layer/ScalableInlineXhtml.js] file in your [source:trunk/openlayers/lib/OpenLayers/Layer/ Layer] directory (or alternatively, place it elsewhere and add a {{{<script>}}} tag to your page that points to it). 
    4040 
    4141 1. For example, add the following headers;