Skip to content

Commit

Permalink
Merge pull request #292 from mapzen/cartography-link
Browse files Browse the repository at this point in the history
add link
  • Loading branch information
Katie Kowalsky authored Nov 4, 2016
2 parents f0b3fb3 + ab7de76 commit f1928b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The `scene: L.Mapzen.BasemapStyles.Refill` line sets the style used for the map.

## Basemap styles

mapzen.js has constants for [Mapzen basemaps](https://mapzen.com/products/maps/) under the `L.Mapzen.BasemapStyles` namespace to make it easy to access to them. You can pass `L.Mapzen.BasemapStyles` as a `scene` option for the `L.Mapzen.map` instance.
mapzen.js has constants for [Mapzen basemaps](https://mapzen.com/products/maps/) under the `L.Mapzen.BasemapStyles` namespace to make it easy to access to them. You can pass `L.Mapzen.BasemapStyles` as a `scene` option for the `L.Mapzen.map` instance. Learn more about Mapzen basemaps and options for customization in the [cartography documentation](https://mapzen.com/documentation/cartography/).

```javascript
var map = L.Mapzen.map('map', {
Expand Down Expand Up @@ -145,4 +145,4 @@ L.Mapzen.hash({
| Option | Type | Default | Description |
|------------|-------------------|---------|-----------------------|
| `map` | L.Mapzen.map | `null` | Instance of map. |
| `geocoder` | L.Mapzen.geocoder | `null` | Instance of geocoder. |
| `geocoder` | L.Mapzen.geocoder | `null` | Instance of geocoder. |

0 comments on commit f1928b6

Please sign in to comment.