diff --git a/docs/building.md b/docs/building.md index 690a8cac..52eff9b1 100644 --- a/docs/building.md +++ b/docs/building.md @@ -1,6 +1,6 @@ You can customize your sheetsee build with just the parts you want to use. If you want to just use the full version, you can grab it here in [js/sheetsee.js](). -**To build your sheetsee you'll need [Node.js]() on your computer and a commandline** +**To build your sheetsee you'll need [Node.js]() on your computer and a command line** ## Install sheetsee from NPM The sheetsee module contains the basic sorting, organizing data functions and the script for building on the other modules. Create a folder for you new project and `cd` into it. Then install `sheetsee`. @@ -17,4 +17,4 @@ Once you've decided which modules you want run this command `sheetsee ` adding: * _defaults to standardout on your console which you can `| pbcopy` -So for instance, `sheetsee -m -t --save` will build you a sheetsee with the map and tables sections built in and save it as a file named sheetsee.js. \ No newline at end of file +So for instance, `sheetsee -m -t --save` will build you a sheetsee with the map and tables sections built in and save it as a file named sheetsee.js. diff --git a/docs/sheetsee-maps.md b/docs/sheetsee-maps.md index d6d3aa47..cf146bb8 100644 --- a/docs/sheetsee-maps.md +++ b/docs/sheetsee-maps.md @@ -1,62 +1,71 @@ # sheetsee-maps -![sheetsee](https://raw.github.com/jllord/sheetsee-cache/master/img/sheetsee-03.png) +Sheetsee.js uses [Mapbox.js](http://mapbox.com/mapbox.js), a [Leaflet.js](http://leafletjs.com/) plugin, to make maps of your points, polygons, lines or multipolygons (all coordinate based). -Module for creating maps with [sheetsee.js](http://jlord.github.io/sheetsee.js). It turns your spreadsheet data into geoJSON to use with mapbox.js. Below is the portion of the sheetsee.js documentation relevant to mapping. For all the documentation, go [here](http://jlord.github.io/sheetsee.js)! +You'll create a placeholder `