summaryrefslogtreecommitdiff
path: root/scripts/style-spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/style-spec.js')
-rw-r--r--scripts/style-spec.js42
1 files changed, 28 insertions, 14 deletions
diff --git a/scripts/style-spec.js b/scripts/style-spec.js
index c0acbebd91..15a4c7e0dc 100644
--- a/scripts/style-spec.js
+++ b/scripts/style-spec.js
@@ -47,20 +47,6 @@ referenceSpec["layout_location-indicator"] = {
},
"doc": "The amount of the perspective compensation, between 0 and 1. A value of 1 produces a location indicator of constant width across the screen. A value of 0 makes it scale naturally according to the viewing projection."
},
- "bearing": {
- "type": "number",
- "default": "0",
- "default": 0,
- "period": 360,
- "units": "degrees",
- "property-type": "data-constant",
- "expression": {
- "interpolated": false,
- "parameters": [ ]
- },
- "transition": false,
- "doc": "The bearing of the location indicator."
- },
"image-tilt-displacement": {
"type": "number",
"property-type": "data-constant",
@@ -77,6 +63,20 @@ referenceSpec["layout_location-indicator"] = {
};
referenceSpec["paint_location-indicator"] = {
+ "bearing": {
+ "type": "number",
+ "default": "0",
+ "default": 0,
+ "period": 360,
+ "units": "degrees",
+ "property-type": "data-constant",
+ "expression": {
+ "interpolated": false,
+ "parameters": [ ]
+ },
+ "transition": false,
+ "doc": "The bearing of the location indicator."
+ },
"location": {
"type": "array",
"default": [
@@ -176,6 +176,20 @@ referenceSpec["paint_location-indicator"] = {
},
"transition": true,
"doc": "The color for drawing the accuracy radius border. To adjust transparency, set the alpha component of the color accordingly."
+ },
+ "bearing": {
+ "type": "number",
+ "default": "0",
+ "default": 0,
+ "period": 360,
+ "units": "degrees",
+ "property-type": "data-constant",
+ "expression": {
+ "interpolated": false,
+ "parameters": [ ]
+ },
+ "transition": false,
+ "doc": "The bearing of the location indicator."
}
};