Fix formatting

This commit is contained in:
Eric Fischer 2015-10-07 13:57:41 -07:00
parent 6767aa7a5c
commit 9bd2f70516
2 changed files with 4 additions and 4 deletions

View File

@ -123,8 +123,8 @@ If you have a feature like this:
"tippecanoe" : { "maxzoom" : 9, "minzoom" : 4 },
"properties" : { "FULLNAME" : "N Vasco Rd", },
"geometry" : {
"type" : "LineString",
"coordinates" : [ ... ]
"type" : "LineString",
"coordinates" : [ [ -121.733350, 37.767671 ], [ -121.733600, 37.767483 ], [ -121.733131, 37.766952 ] ]
}
}
```

View File

@ -150,8 +150,8 @@ If you have a feature like this:
"tippecanoe" : { "maxzoom" : 9, "minzoom" : 4 },
"properties" : { "FULLNAME" : "N Vasco Rd", },
"geometry" : {
"type" : "LineString",
"coordinates" : [ ... ]
"type" : "LineString",
"coordinates" : [ [ \-121.733350, 37.767671 ], [ \-121.733600, 37.767483 ], [ \-121.733131, 37.766952 ] ]
}
}
.fi