Whoops! Documentation fixes in front page.
This commit is contained in:
parent
3a34ba7adf
commit
ad68ebd10a
12
index.html
12
index.html
|
@ -100,7 +100,7 @@ crossorigin=""/>
|
||||||
style="height: 600px; width: 80%; border: thin solid gray;"></div>
|
style="height: 600px; width: 80%; border: thin solid gray;"></div>
|
||||||
<div id="doc">
|
<div id="doc">
|
||||||
<p>
|
<p>
|
||||||
Use this page as a crib for how to use <b>GeoCSV Lite</b> in your projects. In order
|
Use this page as a crib for how to use <b>geocsv-js</b> in your projects. In order
|
||||||
for it to work, you need:
|
for it to work, you need:
|
||||||
</p>
|
</p>
|
||||||
<ol>
|
<ol>
|
||||||
|
@ -111,9 +111,9 @@ crossorigin=""/>
|
||||||
</ol>
|
</ol>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
A line which includes the geocsv_lite library, which should be
|
A line which includes the geocsv library, which should be
|
||||||
<em>after</em> those including the dependencies: <br/>
|
<em>after</em> those including the dependencies: <br/>
|
||||||
<samp><script src="js/compiled/geocsv_lite.js"
|
<samp><script src="js/geocsv.js"
|
||||||
type="text/javascript"></script></samp>
|
type="text/javascript"></script></samp>
|
||||||
</li>
|
</li>
|
||||||
<li>One (or more) <code>div</code> elements to contain your maps. It
|
<li>One (or more) <code>div</code> elements to contain your maps. It
|
||||||
|
@ -122,8 +122,8 @@ crossorigin=""/>
|
||||||
<li>
|
<li>
|
||||||
For each <code>div</code> which you wish to contain a map view,
|
For each <code>div</code> which you wish to contain a map view,
|
||||||
an invocation of the function
|
an invocation of the function
|
||||||
<code>geocsv_lite.core.initialiseMapElement(id, data-source)</code>: <br/>
|
<code>GeoCSV.initialiseMapElement(id, data-source)</code>: <br/>
|
||||||
<samp><script>geocsv_lite.core.initialiseMapElement("map", "data/data.csv");</script></samp>
|
<samp><script>GeoCSV.initialiseMapElement("map", "data/data.csv");</script></samp>
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
<p>
|
<p>
|
||||||
|
@ -172,7 +172,7 @@ crossorigin=""/>
|
||||||
<div>
|
<div>
|
||||||
<img height="16" width="16" alt="GitHub"
|
<img height="16" width="16" alt="GitHub"
|
||||||
src="img/credits/github-logo-transparent.png"/>Find me/fork me on
|
src="img/credits/github-logo-transparent.png"/>Find me/fork me on
|
||||||
<a href="https://github.com/simon-brooke/geocsv-lite">Github</a> ||
|
<a href="https://github.com/simon-brooke/geocsv-js">Github</a> ||
|
||||||
<img height="16" width="16"
|
<img height="16" width="16"
|
||||||
alt="Free Software Foundation"
|
alt="Free Software Foundation"
|
||||||
src="img/credits/gnu.small.png"/>Licensed under the
|
src="img/credits/gnu.small.png"/>Licensed under the
|
||||||
|
|
Loading…
Reference in a new issue