From ab7de76c2a94d40359e8ea2438a83ed8554e8ec4 Mon Sep 17 00:00:00 2001 From: Katie Kowalsky Date: Fri, 4 Nov 2016 11:20:59 -0700 Subject: [PATCH] add link --- docs/api-reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api-reference.md b/docs/api-reference.md index 1c1b23fa..744495cc 100644 --- a/docs/api-reference.md +++ b/docs/api-reference.md @@ -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', { @@ -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. | \ No newline at end of file +| `geocoder` | L.Mapzen.geocoder | `null` | Instance of geocoder. |