From ad68ebd10a46ea3c96faa831e79f6e3974304c8b Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 27 Feb 2020 10:26:22 +0000 Subject: [PATCH] Whoops! Documentation fixes in front page. --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 075b763..4d423c3 100644 --- a/index.html +++ b/index.html @@ -100,7 +100,7 @@ crossorigin=""/> style="height: 600px; width: 80%; border: thin solid gray;">

- Use this page as a crib for how to use GeoCSV Lite in your projects. In order + Use this page as a crib for how to use geocsv-js in your projects. In order for it to work, you need:

    @@ -111,9 +111,9 @@ crossorigin=""/>
  • - A line which includes the geocsv_lite library, which should be + A line which includes the geocsv library, which should be after those including the dependencies:
    - <script src="js/compiled/geocsv_lite.js" + <script src="js/geocsv.js" type="text/javascript"></script>
  • One (or more) div elements to contain your maps. It @@ -122,8 +122,8 @@ crossorigin=""/>
  • For each div which you wish to contain a map view, an invocation of the function - geocsv_lite.core.initialiseMapElement(id, data-source):
    - <script>geocsv_lite.core.initialiseMapElement("map", "data/data.csv");</script> + GeoCSV.initialiseMapElement(id, data-source):
    + <script>GeoCSV.initialiseMapElement("map", "data/data.csv");</script>
  • @@ -172,7 +172,7 @@ crossorigin=""/>

    GitHubFind me/fork me on - Github || + Github || Free Software FoundationLicensed under the