Skip to content

Commit

Permalink
fix /tilelayer-setformat/ links (mapbox#1325)
Browse files Browse the repository at this point in the history
Resolves DOCS-SUBDOMAIN-404-2K
  • Loading branch information
Katy DeCorah authored Mar 30, 2020
1 parent e5392a3 commit 6a6db37
Show file tree
Hide file tree
Showing 51 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ _Example_:
format: 'jpg70'
});

[Live example of .setFormat in use](https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/)
[Live example of .setFormat in use](https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/)

_Returns_: the layer object

Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/api/0200-01-01-v2.0.0-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3 id="tilelayer-setformat">tileLayer.setFormat(format)</h3>
var layer = L.mapbox.tileLayer(&#39;mapbox.streets&#39;, {
format: &#39;jpg70&#39;
});
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
<h2 id="l-mapbox-gridlayer">L.mapbox.gridLayer(id|url|tilejson, options)</h2>
<p>An <code><a href="#l-mapbox-gridlayer">L.mapbox.gridLayer</a></code> loads <a href="http://mapbox.com/developers/utfgrid/">UTFGrid</a> tiles of
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/api/0200-01-01-v2.0.1-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3 id="tilelayer-setformat">tileLayer.setFormat(format)</h3>
var layer = L.mapbox.tileLayer(&#39;mapbox.streets&#39;, {
format: &#39;jpg70&#39;
});
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
<h2 id="l-mapbox-gridlayer">L.mapbox.gridLayer(id|url|tilejson, options)</h2>
<p>An <code><a href="#l-mapbox-gridlayer">L.mapbox.gridLayer</a></code> loads <a href="http://mapbox.com/developers/utfgrid/">UTFGrid</a> tiles of
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/api/0200-01-01-v2.1.0-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3 id="tilelayer-setformat">tileLayer.setFormat(format)</h3>
var layer = L.mapbox.tileLayer(&#39;mapbox.streets&#39;, {
format: &#39;jpg70&#39;
});
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
<h2 id="l-mapbox-gridlayer">L.mapbox.gridLayer(id|url|tilejson, options)</h2>
<p>An <code><a href="#l-mapbox-gridlayer">L.mapbox.gridLayer</a></code> loads <a href="http://mapbox.com/developers/utfgrid/">UTFGrid</a> tiles of
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/api/0200-01-01-v2.1.1-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3 id="tilelayer-setformat">tileLayer.setFormat(format)</h3>
var layer = L.mapbox.tileLayer(&#39;examples.map-20v6611k&#39;, {
format: &#39;jpg70&#39;
});
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
<h2 id="l-mapbox-gridlayer">L.mapbox.gridLayer(id|url|tilejson, options)</h2>
<p>An <code><a href="#l-mapbox-gridlayer">L.mapbox.gridLayer</a></code> loads <a href="http://mapbox.com/developers/utfgrid/">UTFGrid</a> tiles of
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/api/0200-01-01-v2.1.2-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3 id="tilelayer-setformat">tileLayer.setFormat(format)</h3>
var layer = L.mapbox.tileLayer(&#39;examples.map-20v6611k&#39;, {
format: &#39;jpg70&#39;
});
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
<h2 id="l-mapbox-gridlayer">L.mapbox.gridLayer(id|url|tilejson, options)</h2>
<p>An <code><a href="#l-mapbox-gridlayer">L.mapbox.gridLayer</a></code> loads <a href="http://mapbox.com/developers/utfgrid/">UTFGrid</a> tiles of
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/api/0200-01-01-v2.1.3-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3 id="tilelayer-setformat">tileLayer.setFormat(format)</h3>
var layer = L.mapbox.tileLayer(&#39;examples.map-20v6611k&#39;, {
format: &#39;jpg70&#39;
});
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
<h2 id="l-mapbox-gridlayer">L.mapbox.gridLayer(id|url|tilejson, options)</h2>
<p>An <code><a href="#l-mapbox-gridlayer">L.mapbox.gridLayer</a></code> loads <a href="http://mapbox.com/developers/utfgrid/">UTFGrid</a> tiles of
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/api/0200-01-01-v2.1.4-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3 id="tilelayer-setformat">tileLayer.setFormat(format)</h3>
var layer = L.mapbox.tileLayer(&#39;examples.map-20v6611k&#39;, {
format: &#39;jpg70&#39;
});
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
<h2 id="l-mapbox-gridlayer">L.mapbox.gridLayer(id|url|tilejson, options)</h2>
<p>An <code><a href="#l-mapbox-gridlayer">L.mapbox.gridLayer</a></code> loads <a href="http://mapbox.com/developers/utfgrid/">UTFGrid</a> tiles of
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/api/0200-01-01-v2.1.5-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3 id="tilelayer-setformat">tileLayer.setFormat(format)</h3>
var layer = L.mapbox.tileLayer(&#39;examples.map-20v6611k&#39;, {
format: &#39;jpg70&#39;
});
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
<h2 id="l-mapbox-gridlayer">L.mapbox.gridLayer(id|url|tilejson, options)</h2>
<p>An <code><a href="#l-mapbox-gridlayer">L.mapbox.gridLayer</a></code> loads <a href="http://mapbox.com/developers/utfgrid/">UTFGrid</a> tiles of
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/api/0200-01-01-v2.1.6-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3 id="tilelayer-setformat">tileLayer.setFormat(format)</h3>
var layer = L.mapbox.tileLayer(&#39;examples.map-20v6611k&#39;, {
format: &#39;jpg70&#39;
});
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
<h2 id="l-mapbox-gridlayer">L.mapbox.gridLayer(id|url|tilejson, options)</h2>
<p>An <code><a href="#l-mapbox-gridlayer">L.mapbox.gridLayer</a></code> loads <a href="http://mapbox.com/developers/utfgrid/">UTFGrid</a> tiles of
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/api/0200-01-01-v2.1.7-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3 id="tilelayer-setformat">tileLayer.setFormat(format)</h3>
var layer = L.mapbox.tileLayer(&#39;examples.map-20v6611k&#39;, {
format: &#39;jpg70&#39;
});
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
<h2 id="l-mapbox-gridlayer">L.mapbox.gridLayer(id|url|tilejson, options)</h2>
<p>An <code><a href="#l-mapbox-gridlayer">L.mapbox.gridLayer</a></code> loads <a href="http://mapbox.com/developers/utfgrid/">UTFGrid</a> tiles of
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/api/0200-01-01-v2.1.8-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3 id="tilelayer-setformat">tileLayer.setFormat(format)</h3>
var layer = L.mapbox.tileLayer(&#39;examples.map-20v6611k&#39;, {
format: &#39;jpg70&#39;
});
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
<h2 id="l-mapbox-gridlayer">L.mapbox.gridLayer(id|url|tilejson, options)</h2>
<p>An <code><a href="#l-mapbox-gridlayer">L.mapbox.gridLayer</a></code> loads <a href="http://mapbox.com/developers/utfgrid/">UTFGrid</a> tiles of
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/api/0200-01-01-v2.1.9-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3 id="tilelayer-setformat">tileLayer.setFormat(format)</h3>
var layer = L.mapbox.tileLayer(&#39;examples.map-20v6611k&#39;, {
format: &#39;jpg70&#39;
});
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
<h2 id="l-mapbox-gridlayer">L.mapbox.gridLayer(id|url|tilejson, options)</h2>
<p>An <code><a href="#l-mapbox-gridlayer">L.mapbox.gridLayer</a></code> loads <a href="http://mapbox.com/developers/utfgrid/">UTFGrid</a> tiles of
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/api/0200-01-01-v2.2.0-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3 id="tilelayer-setformat">tileLayer.setFormat(format)</h3>
var layer = L.mapbox.tileLayer(&#39;mapbox.streets&#39;, {
format: &#39;jpg70&#39;
});
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
<h2 id="l-mapbox-gridlayer">L.mapbox.gridLayer(id|url|tilejson, options)</h2>
<p>An <code><a href="#l-mapbox-gridlayer">L.mapbox.gridLayer</a></code> loads <a href="http://mapbox.com/developers/utfgrid/">UTFGrid</a> tiles of
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/api/0200-01-01-v2.2.1-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3 id="tilelayer-setformat">tileLayer.setFormat(format)</h3>
var layer = L.mapbox.tileLayer(&#39;mapbox.streets&#39;, {
format: &#39;jpg70&#39;
});
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
<h2 id="l-mapbox-gridlayer">L.mapbox.gridLayer(id|url|tilejson, options)</h2>
<p>An <code><a href="#l-mapbox-gridlayer">L.mapbox.gridLayer</a></code> loads <a href="http://mapbox.com/developers/utfgrid/">UTFGrid</a> tiles of
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/api/0200-01-01-v2.2.2-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3 id="tilelayer-setformat">tileLayer.setFormat(format)</h3>
var layer = L.mapbox.tileLayer(&#39;mapbox.streets&#39;, {
format: &#39;jpg70&#39;
});
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
<h2 id="l-mapbox-gridlayer">L.mapbox.gridLayer(id|url|tilejson, options)</h2>
<p>An <code><a href="#l-mapbox-gridlayer">L.mapbox.gridLayer</a></code> loads <a href="http://mapbox.com/developers/utfgrid/">UTFGrid</a> tiles of
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/api/0200-01-01-v2.2.3-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3 id="tilelayer-setformat">tileLayer.setFormat(format)</h3>
var layer = L.mapbox.tileLayer(&#39;mapbox.streets&#39;, {
format: &#39;jpg70&#39;
});
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
<h2 id="l-mapbox-gridlayer">L.mapbox.gridLayer(id|url|tilejson, options)</h2>
<p>An <code><a href="#l-mapbox-gridlayer">L.mapbox.gridLayer</a></code> loads <a href="http://mapbox.com/developers/utfgrid/">UTFGrid</a> tiles of
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/api/0200-01-01-v2.2.4-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3 id="tilelayer-setformat">tileLayer.setFormat(format)</h3>
var layer = L.mapbox.tileLayer(&#39;mapbox.streets&#39;, {
format: &#39;jpg70&#39;
});
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
<h2 id="l-mapbox-gridlayer">L.mapbox.gridLayer(id|url|tilejson, options)</h2>
<p>An <code><a href="#l-mapbox-gridlayer">L.mapbox.gridLayer</a></code> loads <a href="http://mapbox.com/developers/utfgrid/">UTFGrid</a> tiles of
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/api/0200-01-01-v2.3.0-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3 id="tilelayer-setformat">tileLayer.setFormat(format)</h3>
var layer = L.mapbox.tileLayer(&#39;mapbox.streets&#39;, {
format: &#39;jpg70&#39;
});
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
<h2 id="l-mapbox-gridlayer">L.mapbox.gridLayer(id|url|tilejson, options)</h2>
<p>An <code><a href="#l-mapbox-gridlayer">L.mapbox.gridLayer</a></code> loads <a href="http://mapbox.com/developers/utfgrid/">UTFGrid</a> tiles of
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/api/0200-01-01-v2.4.0-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3 id="tilelayer-setformat">tileLayer.setFormat(format)</h3>
var layer = L.mapbox.tileLayer(&#39;mapbox.streets&#39;, {
format: &#39;jpg70&#39;
});
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
<h2 id="l-mapbox-gridlayer">L.mapbox.gridLayer(id|url|tilejson, options)</h2>
<p>An <code><a href="#l-mapbox-gridlayer">L.mapbox.gridLayer</a></code> loads <a href="http://mapbox.com/developers/utfgrid/">UTFGrid</a> tiles of
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/api/0200-01-01-v3.0.0-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3 id="tilelayer-setformat">tileLayer.setFormat(format)</h3>
var layer = L.mapbox.tileLayer(&#39;mapbox.streets&#39;, {
format: &#39;jpg70&#39;
});
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
<h2 id="l-mapbox-gridlayer">L.mapbox.gridLayer(id|url|tilejson, options)</h2>
<p>An <code><a href="#l-mapbox-gridlayer">L.mapbox.gridLayer</a></code> loads <a href="http://mapbox.com/developers/utfgrid/">UTFGrid</a> tiles of
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/api/0200-01-01-v3.0.1-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3 id="tilelayer-setformat">tileLayer.setFormat(format)</h3>
var layer = L.mapbox.tileLayer(&#39;mapbox.streets&#39;, {
format: &#39;jpg70&#39;
});
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
<h2 id="l-mapbox-gridlayer">L.mapbox.gridLayer(id|url|tilejson, options)</h2>
<p>An <code><a href="#l-mapbox-gridlayer">L.mapbox.gridLayer</a></code> loads <a href="http://mapbox.com/developers/utfgrid/">UTFGrid</a> tiles of
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/api/0200-01-01-v3.1.0-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3 id="tilelayer-setformat">tileLayer.setFormat(format)</h3>
var layer = L.mapbox.tileLayer(&#39;mapbox.streets&#39;, {
format: &#39;jpg70&#39;
});
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
<h2 id="l-mapbox-gridlayer">L.mapbox.gridLayer(id|url|tilejson, options)</h2>
<p>An <code><a href="#l-mapbox-gridlayer">L.mapbox.gridLayer</a></code> loads <a href="http://mapbox.com/developers/utfgrid/">UTFGrid</a> tiles of
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/api/0200-01-01-v3.1.1-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3 id="tilelayer-setformat">tileLayer.setFormat(format)</h3>
var layer = L.mapbox.tileLayer(&#39;mapbox.streets&#39;, {
format: &#39;jpg70&#39;
});
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
<h2 id="l-mapbox-gridlayer">L.mapbox.gridLayer(id|url|tilejson, options)</h2>
<p>An <code><a href="#l-mapbox-gridlayer">L.mapbox.gridLayer</a></code> loads <a href="http://mapbox.com/developers/utfgrid/">UTFGrid</a> tiles of
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/api/0200-01-01-v3.2.0-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3 id="tilelayer-setformat">tileLayer.setFormat(format)</h3>
var layer = L.mapbox.tileLayer(&#39;mapbox.streets&#39;, {
format: &#39;jpg70&#39;
});
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
<h2 id="l-mapbox-gridlayer">L.mapbox.gridLayer(id|url|tilejson, options)</h2>
<p>An <code><a href="#l-mapbox-gridlayer">L.mapbox.gridLayer</a></code> loads <a href="http://mapbox.com/developers/utfgrid/">UTFGrid</a> tiles of
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/api/0200-01-01-v3.2.1-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h3 id="tilelayer-setformat">tileLayer.setFormat(format)</h3>
// internet connections
var layer = L.mapbox.tileLayer(&#39;mapbox.streets&#39;, {
format: &#39;jpg70&#39;
});</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
});</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
<h2 id="l-mapbox-gridlayer">L.mapbox.gridLayer(id|url|tilejson, options)</h2>
<p>An <code><a href="#l-mapbox-gridlayer">L.mapbox.gridLayer</a></code> loads <a href="http://mapbox.com/developers/utfgrid/">UTFGrid</a> tiles of
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/api/v2.0.0/0200-01-01-l-mapbox-tilelayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ <h3 id="section-tilelayer-setformat">tileLayer.setFormat(format)</h3>
var layer = L.mapbox.tileLayer(&#39;mapbox.streets&#39;, {
format: &#39;jpg70&#39;
});
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
2 changes: 1 addition & 1 deletion docs/_posts/api/v2.0.1/0200-01-01-l-mapbox-tilelayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ <h3 id="section-tilelayer-setformat">tileLayer.setFormat(format)</h3>
var layer = L.mapbox.tileLayer(&#39;mapbox.streets&#39;, {
format: &#39;jpg70&#39;
});
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
2 changes: 1 addition & 1 deletion docs/_posts/api/v2.1.0/0200-01-01-l-mapbox-tilelayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ <h3 id="section-tilelayer-setformat">tileLayer.setFormat(format)</h3>
var layer = L.mapbox.tileLayer(&#39;mapbox.streets&#39;, {
format: &#39;jpg70&#39;
});
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
2 changes: 1 addition & 1 deletion docs/_posts/api/v2.1.1/0200-01-01-l-mapbox-tilelayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ <h3 id="section-tilelayer-setformat">tileLayer.setFormat(format)</h3>
var layer = L.mapbox.tileLayer(&#39;examples.map-20v6611k&#39;, {
format: &#39;jpg70&#39;
});
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/v1.0.0/tilelayer-setformat/">Live example of .setFormat in use</a></p>
</code></pre><p><a href="https://www.mapbox.com/mapbox.js/example/tilelayer-setformat/">Live example of .setFormat in use</a></p>
<p><em>Returns</em>: the layer object</p>
Loading

0 comments on commit 6a6db37

Please sign in to comment.