Skip to content

Commit

Permalink
add extra note about bounds of one dimension
Browse files Browse the repository at this point in the history
  • Loading branch information
mapsam committed Aug 2, 2018
1 parent 5ccdb6a commit 2efe6ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 3.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,14 @@ The maximum extent of available map tiles. Bounds MUST define an area covered by
}
```

Bounds where longitude east & west, and latitude east & west are the same are considered valid. This case typically represents a single point geometry in the entire tileset. For example:

```JSON
{
"bounds": [-122.34, 47.65, -122.34, 47.65]
}
```

## 3.6 `center`

OPTIONAL. Default: null.
Expand Down

0 comments on commit 2efe6ab

Please sign in to comment.