Skip to content

Commit

Permalink
Merge pull request #41 from mapbox/3.0-center
Browse files Browse the repository at this point in the history
center
  • Loading branch information
mapsam authored May 30, 2018
2 parents 98b83d6 + cf02a6a commit 3cbba96
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 3.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,17 @@ The maximum extent of available map tiles. Bounds MUST define an area covered by
```

## 3.3 `center`

OPTIONAL. Default: null.

The first value is the longitude, the second is latitude (both in WGS:84 values), the third value is the zoom level as an integer. Longitude and latitude MUST be within the specified bounds. The zoom level MUST be between minzoom and maxzoom. Implementations MAY use this center value to set the default location. If the value is null, implementations MAY use their own algorithm for determining a default location.

```JSON
{
"center": [ -76.275329586789, 39.153492567373, 8 ]
}
```

## 3.4 `data`
## 3.5 `description`

Expand Down

0 comments on commit 3cbba96

Please sign in to comment.