From 1c2c8bc2387086db3e9508bb8320b4b062cf1e29 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 30 Jan 2020 08:17:09 +0000 Subject: [PATCH] Minor presentational cleanup. --- README.md | 6 ++- resources/docs/docs.md | 6 ++- resources/html/home.html | 41 +++++++++++------- resources/public/favicon.ico | Bin 1150 -> 3886 bytes resources/public/favicon.xcf | Bin 0 -> 2358 bytes .../public/img/map-pins/basic_map_pin.png | Bin 333 -> 1848 bytes .../public/img/map-pins/basic_map_pin.svg | 10 ++--- src/clj/geocsv/handler serves resources.clj | 40 ----------------- src/clj/geocsv/layout.clj | 1 + src/cljs/geocsv/client/db.cljs | 7 +-- 10 files changed, 44 insertions(+), 67 deletions(-) create mode 100644 resources/public/favicon.xcf delete mode 100644 src/clj/geocsv/handler serves resources.clj diff --git a/README.md b/README.md index 3e2cb03..aedaa70 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A wee tool to show comma-separated value data on a map. +[![Clojars Project](https://img.shields.io/clojars/v/geocsv.svg)](https://clojars.org/geocsv) + The CSV file must have * column names in the first row; @@ -48,11 +50,11 @@ Nothing, of course, stops you from specifying multiple arguments in the query pa ## Not yet working -GeoCSV is at an early stage of development, and some features are not yet working. +**geocsv** is at an early stage of development, and some features are not yet working. ### Missing map pin images -At the current stage of development, if no appropriate image exists in the `resources/public/img/map-pins` folder, that's your problem. **TODO:** I intend at some point to make missing pin images default to `unknown-pin.png`, which does exist. +At the current stage of development, if no appropriate image exists in the `resources/public/img/map-pins` folder, that's your problem. See [issue #4](https://github.com/simon-brooke/geocsv/issues/4). If you fancy adding some more, I'll happily accept a pull request. ## Prerequisites diff --git a/resources/docs/docs.md b/resources/docs/docs.md index 3e2cb03..aedaa70 100644 --- a/resources/docs/docs.md +++ b/resources/docs/docs.md @@ -2,6 +2,8 @@ A wee tool to show comma-separated value data on a map. +[![Clojars Project](https://img.shields.io/clojars/v/geocsv.svg)](https://clojars.org/geocsv) + The CSV file must have * column names in the first row; @@ -48,11 +50,11 @@ Nothing, of course, stops you from specifying multiple arguments in the query pa ## Not yet working -GeoCSV is at an early stage of development, and some features are not yet working. +**geocsv** is at an early stage of development, and some features are not yet working. ### Missing map pin images -At the current stage of development, if no appropriate image exists in the `resources/public/img/map-pins` folder, that's your problem. **TODO:** I intend at some point to make missing pin images default to `unknown-pin.png`, which does exist. +At the current stage of development, if no appropriate image exists in the `resources/public/img/map-pins` folder, that's your problem. See [issue #4](https://github.com/simon-brooke/geocsv/issues/4). If you fancy adding some more, I'll happily accept a pull request. ## Prerequisites diff --git a/resources/html/home.html b/resources/html/home.html index 74314ba..928081b 100644 --- a/resources/html/home.html +++ b/resources/html/home.html @@ -1,9 +1,9 @@ - - - Welcome to geocsv + + + Welcome to geocsv @@ -12,17 +12,26 @@

Welcome to geocsv

-

If you're seeing this message, that means you haven't yet compiled your ClojureScript!

-

Please run lein figwheel to start the ClojureScript compiler and reload the page.

-

For better ClojureScript development experience in Chrome follow these steps:

-
    -
  • Open DevTools -
  • Go to Settings ("three dots" icon in the upper right corner of DevTools > Menu > Settings F1 > General > Console) -
  • Check-in "Enable custom formatters" -
  • Close DevTools -
  • Open DevTools -
-

See ClojureScript documentation for further details.

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -33,6 +42,7 @@