diff --git a/README.md b/README.md index 0d0ce66..c5da962 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ If you have a feature like this: { "type" : "Feature", "tippecanoe" : { "maxzoom" : 9, "minzoom" : 4 }, - "properties" : { "FULLNAME" : "N Vasco Rd", }, + "properties" : { "FULLNAME" : "N Vasco Rd" }, "geometry" : { "type" : "LineString", "coordinates" : [ [ -121.733350, 37.767671 ], [ -121.733600, 37.767483 ], [ -121.733131, 37.766952 ] ] diff --git a/man/tippecanoe.1 b/man/tippecanoe.1 index 41f6442..0fc4a73 100644 --- a/man/tippecanoe.1 +++ b/man/tippecanoe.1 @@ -148,7 +148,7 @@ If you have a feature like this: { "type" : "Feature", "tippecanoe" : { "maxzoom" : 9, "minzoom" : 4 }, - "properties" : { "FULLNAME" : "N Vasco Rd", }, + "properties" : { "FULLNAME" : "N Vasco Rd" }, "geometry" : { "type" : "LineString", "coordinates" : [ [ \-121.733350, 37.767671 ], [ \-121.733600, 37.767483 ], [ \-121.733131, 37.766952 ] ]