From 6719860a4010c57b846ac69597a4ccb8112ca64e Mon Sep 17 00:00:00 2001 From: Zach Beattie Date: Tue, 7 Jul 2015 18:26:20 -0400 Subject: [PATCH 01/35] Updated docs/_layouts/default.html --- docs/_layouts/default.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 5d4df72..3de76d5 100755 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -83,6 +83,7 @@ + {% if page.description %}{% endif %} {% if page.title == 'Mapbox' %}{{page.title}} | Design and publish beautiful maps{% else %}{{page.title}} | Mapbox{% endif %} @@ -158,6 +159,9 @@ {% if page.head %}{{page.head}}{% endif %} + + +
{% if page.app %} {{content}} From 119c07bde7fe944242797cff0619b7b4310e2573 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Sun, 19 Jul 2015 11:27:58 +0300 Subject: [PATCH 02/35] Fix misleading source example Although an HTTP request ending with `.png` could return anything, this particular source is referring to vector tiles, so an example with an URL ending in `.pbf` is more appropriated. --- docs/_generate/index.html | 4 ++-- docs/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_generate/index.html b/docs/_generate/index.html index f497c2b..b27da88 100755 --- a/docs/_generate/index.html +++ b/docs/_generate/index.html @@ -207,8 +207,8 @@

Sources

"mapbox-streets": { "type": "vector", "tiles": [ - "http://a.example.com/tiles/{z}/{x}/{y}.png", - "http://b.example.com/tiles/{z}/{x}/{y}.png" + "http://a.example.com/tiles/{z}/{x}/{y}.pbf", + "http://b.example.com/tiles/{z}/{x}/{y}.pbf" ], "maxzoom": 14 } diff --git a/docs/index.html b/docs/index.html index b0d7a67..1bbb09f 100755 --- a/docs/index.html +++ b/docs/index.html @@ -529,8 +529,8 @@

Sources

"mapbox-streets": { "type": "vector", "tiles": [ - "http://a.example.com/tiles/{z}/{x}/{y}.png", - "http://b.example.com/tiles/{z}/{x}/{y}.png" + "http://a.example.com/tiles/{z}/{x}/{y}.pbf", + "http://b.example.com/tiles/{z}/{x}/{y}.pbf" ], "maxzoom": 14 } From d30b4e8a09c98976060db0e54e2874594609b9ed Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Wed, 22 Jul 2015 12:15:56 -0400 Subject: [PATCH 03/35] Make it clear that text-rotate is not an interpolated property --- reference/v7.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/v7.json b/reference/v7.json index 7e55d6f..7712215 100644 --- a/reference/v7.json +++ b/reference/v7.json @@ -542,7 +542,7 @@ "default": 0, "period": 360, "units": "degrees", - "function": "interpolated", + "function": "piecewise-constant", "doc": "Rotates the text clockwise.", "requires": [ "text-field" From 6228ebaa36e4492984261258ba4a3b2805543798 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Wed, 22 Jul 2015 12:21:27 -0400 Subject: [PATCH 04/35] 7.4.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a0ff8c..c076495 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mapbox-gl-style-spec", "description": "a specification for mapbox gl styles", - "version": "7.4.1", + "version": "7.4.2", "author": "Mapbox", "bin": { "gl-style-migrate": "bin/gl-style-migrate", From 2a8908efd03c3e81c38af6886102b0f1530a9e1c Mon Sep 17 00:00:00 2001 From: Tatiana Van Campenhout Date: Wed, 22 Jul 2015 12:52:01 -0400 Subject: [PATCH 05/35] Updated docs/_layouts/default.html --- docs/_layouts/default.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 3de76d5..79767a4 100755 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -9,7 +9,7 @@ path: /showcase - title: Enterprise path: /enterprise - - title: Plans + - title: Pricing path: /plans - title: Blog path: /blog @@ -258,4 +258,4 @@

Sign up for our newsletter

- + \ No newline at end of file From c15aa648ee6dbf7498f158b6dae2f1ee28ea6d54 Mon Sep 17 00:00:00 2001 From: Tatiana Van Campenhout Date: Thu, 23 Jul 2015 11:03:17 -0400 Subject: [PATCH 06/35] Updated docs/_layouts/default.html --- docs/_layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 79767a4..c203aac 100755 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -166,7 +166,7 @@ {% if page.app %} {{content}} {% else %} -
+