diff --git a/README.md b/README.md index 1cc088e..19566e1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # geocsv-lite -A wee tool to show comma-separated value data on a map. +An ultra-lightweight tool to show comma-separated value data on a map. ## Overview diff --git a/resources/public/css/style.css b/resources/public/css/style.css index 36af86f..4117c97 100644 --- a/resources/public/css/style.css +++ b/resources/public/css/style.css @@ -32,7 +32,7 @@ footer a { } -h1 { +h1, h2, h3, h4, h5, h6 { width: 100%; margin: 0; padding-left: 10%; diff --git a/resources/public/index.html b/resources/public/index.html index dda957e..8b1c5dd 100644 --- a/resources/public/index.html +++ b/resources/public/index.html @@ -7,23 +7,26 @@ +comment out the local source --> +integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ==" +crossorigin=""/ -->

GeoCSV Lite

+

+ An ultra-lightweight tool to show comma-separated value data on a map +

-
-
+

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

  1. Javascript dependencies:
      @@ -44,31 +47,31 @@ For each div which you wish to contain a map view, an invocation of the function geocsv_lite.core.initialise_map_element(id, data-source):
      - <script>geocsv_lite.core.initialise_map_element("map", "/data/data.csv");</script> + <script>geocsv_lite.core.initialise_map_element("map", "data/data.csv");</script>
    -

- + + + + + + +