Skip to content

Commit

Permalink
convert older refs to new expression declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Sep 25, 2014
1 parent 83432d4 commit db3c03b
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 18 deletions.
18 changes: 12 additions & 6 deletions 2.1.0/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -621,13 +621,15 @@
"css": "marker-width",
"default-value": 10,
"doc": "The width of the marker, if using one of the default types.",
"type": "expression"
"type": "float",
"expression":true
},
"height": {
"css": "marker-height",
"default-value": 10,
"doc": "The height of the marker, if using one of the default types.",
"type": "expression"
"type": "float",
"expression":true
},
"fill": {
"css": "marker-fill",
Expand Down Expand Up @@ -751,7 +753,8 @@
"shield": {
"name": {
"css": "shield-name",
"type": "expression",
"type": "string",
"expression":true,
"serialization": "content",
"default-value": "",
"doc": "Value to use for a shield\"s text label. Data columns are specified using brackets like [column_name]"
Expand Down Expand Up @@ -1377,7 +1380,8 @@
"text": {
"name": {
"css": "text-name",
"type": "expression",
"type": "string",
"expression":true,
"required": true,
"default-value": "",
"serialization": "content",
Expand Down Expand Up @@ -1536,7 +1540,8 @@
},
"orientation": {
"css": "text-orientation",
"type": "expression",
"type": "float",
"expression":true,
"default-value": 0,
"doc": "Rotate the text."
},
Expand Down Expand Up @@ -1666,7 +1671,8 @@
"height": {
"css": "building-height",
"doc": "The height of the building in pixels.",
"type": "expression",
"type": "float",
"expression":true,
"default-value": 0
}
}
Expand Down
18 changes: 12 additions & 6 deletions 2.2.0/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -707,13 +707,15 @@
"css": "marker-width",
"default-value": 10,
"doc": "The width of the marker, if using one of the default types.",
"type": "expression"
"type": "float",
"expression":true
},
"height": {
"css": "marker-height",
"default-value": 10,
"doc": "The height of the marker, if using one of the default types.",
"type": "expression"
"type": "float",
"expression":true
},
"fill": {
"css": "marker-fill",
Expand Down Expand Up @@ -837,7 +839,8 @@
"shield": {
"name": {
"css": "shield-name",
"type": "expression",
"type": "string",
"expression":true,
"serialization": "content",
"default-value": "",
"doc": "Value to use for a shield\"s text label. Data columns are specified using brackets like [column_name]"
Expand Down Expand Up @@ -1561,7 +1564,8 @@
"text": {
"name": {
"css": "text-name",
"type": "expression",
"type": "string",
"expression":true,
"required": true,
"default-value": "",
"serialization": "content",
Expand Down Expand Up @@ -1729,7 +1733,8 @@
},
"orientation": {
"css": "text-orientation",
"type": "expression",
"type": "float",
"expression":true,
"default-value": 0,
"doc": "Rotate the text."
},
Expand Down Expand Up @@ -1858,7 +1863,8 @@
"height": {
"css": "building-height",
"doc": "The height of the building in pixels.",
"type": "expression",
"type": "float",
"expression":true,
"default-value": 0
}
},
Expand Down
18 changes: 12 additions & 6 deletions 2.3.0/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -778,13 +778,15 @@
"css": "marker-width",
"default-value": 10,
"doc": "The width of the marker, if using one of the default types.",
"type": "expression"
"type": "float",
"expression":true
},
"height": {
"css": "marker-height",
"default-value": 10,
"doc": "The height of the marker, if using one of the default types.",
"type": "expression"
"type": "float",
"expression":true
},
"fill": {
"css": "marker-fill",
Expand Down Expand Up @@ -908,7 +910,8 @@
"shield": {
"name": {
"css": "shield-name",
"type": "expression",
"type": "string",
"expression":true,
"serialization": "content",
"default-value": "",
"doc": "Value to use for a shield\"s text label. Data columns are specified using brackets like [column_name]."
Expand Down Expand Up @@ -1648,7 +1651,8 @@
"text": {
"name": {
"css": "text-name",
"type": "expression",
"type": "string",
"expression":true,
"required": true,
"default-value": "",
"serialization": "content",
Expand Down Expand Up @@ -1816,7 +1820,8 @@
},
"orientation": {
"css": "text-orientation",
"type": "expression",
"type": "float",
"expression":true,
"default-value": 0,
"doc": "Rotate the text."
},
Expand Down Expand Up @@ -1946,7 +1951,8 @@
"height": {
"css": "building-height",
"doc": "The height of the building in pixels.",
"type": "expression",
"type": "float",
"expression":true,
"default-value": 0
}
},
Expand Down

0 comments on commit db3c03b

Please sign in to comment.