From 9ef9954d200705a02325b4c97e99e4270b8951f2 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Wed, 10 Aug 2016 12:08:15 -0700 Subject: [PATCH] Don't say "dataset" --- README.md | 6 +++--- man/tippecanoe.1 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 75b3815..f11a1f3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ tippecanoe ========== -Builds [vector tilesets](https://www.mapbox.com/developers/vector-tiles/) from large collections of [GeoJSON](http://geojson.org/) -features. This is a tool for [making maps from huge datasets](MADE_WITH.md). +Builds [vector tilesets](https://www.mapbox.com/developers/vector-tiles/) from large (or small) collections of [GeoJSON](http://geojson.org/) features, +[like these](MADE_WITH.md). [![Build Status](https://travis-ci.org/mapbox/tippecanoe.svg)](https://travis-ci.org/mapbox/tippecanoe) [![Coverage Status](https://coveralls.io/repos/mapbox/tippecanoe/badge.svg?branch=master&service=github)](https://coveralls.io/github/mapbox/tippecanoe?branch=master) @@ -154,7 +154,7 @@ GeoJSON extension ----------------- Tippecanoe defines a GeoJSON extension that you can use to specify the minimum and/or maximum zoom level -at which an individual feature will be included in the vector tile dataset being produced. +at which an individual feature will be included in the vector tileset being produced. If you have a feature like this: ``` diff --git a/man/tippecanoe.1 b/man/tippecanoe.1 index 5f41c4b..78dead0 100644 --- a/man/tippecanoe.1 +++ b/man/tippecanoe.1 @@ -1,7 +1,7 @@ .TH tippecanoe .PP -Builds vector tilesets \[la]https://www.mapbox.com/developers/vector-tiles/\[ra] from large collections of GeoJSON \[la]http://geojson.org/\[ra] -features. This is a tool for making maps from huge datasets \[la]MADE_WITH.md\[ra]\&. +Builds vector tilesets \[la]https://www.mapbox.com/developers/vector-tiles/\[ra] from large (or small) collections of GeoJSON \[la]http://geojson.org/\[ra] features, +like these \[la]MADE_WITH.md\[ra]\&. .PP [Build Status](https://travis\-ci.org/mapbox/tippecanoe.svg) \[la]https://travis-ci.org/mapbox/tippecanoe\[ra] [Coverage Status](https://coveralls.io/repos/mapbox/tippecanoe/badge.svg?branch=master&service=github) \[la]https://coveralls.io/github/mapbox/tippecanoe?branch=master\[ra] @@ -188,7 +188,7 @@ $ cat tiger/tl_2014_*_roads.json | tippecanoe \-o tiger.mbtiles \-l roads \-n "A .SH GeoJSON extension .PP Tippecanoe defines a GeoJSON extension that you can use to specify the minimum and/or maximum zoom level -at which an individual feature will be included in the vector tile dataset being produced. +at which an individual feature will be included in the vector tileset being produced. If you have a feature like this: .PP .RS