mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-02-02 01:08:14 +00:00
Correct example
This commit is contained in:
parent
02b85931f6
commit
a2f3dd4769
@ -23,7 +23,7 @@ Options
|
|||||||
Example
|
Example
|
||||||
-------
|
-------
|
||||||
|
|
||||||
tippecanoe -o alameda.json -l alameda -n "Alameda County from TIGER" -z12 -d14 tl_2014_06001_roads.json
|
tippecanoe -o alameda.mbtiles -l alameda -n "Alameda County from TIGER" -z12 -d14 tl_2014_06001_roads.json
|
||||||
|
|
||||||
Geometric simplifications
|
Geometric simplifications
|
||||||
-------------------------
|
-------------------------
|
||||||
@ -36,3 +36,10 @@ equitable way to throw features away.
|
|||||||
|
|
||||||
It also throws away any polygons that are too small to draw. I'm not sure yet
|
It also throws away any polygons that are too small to draw. I'm not sure yet
|
||||||
if it is appropriate to do more than that.
|
if it is appropriate to do more than that.
|
||||||
|
|
||||||
|
Development
|
||||||
|
-----------
|
||||||
|
|
||||||
|
Requires protoc, protobuf-lite, and sqlite3. To build:
|
||||||
|
|
||||||
|
make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user