updates the reference to work with the new parser

see db3c03bd1a
pull/8/head
javi 10 years ago
parent bbfe3b3084
commit 8f86216fe0

@ -636,13 +636,15 @@ var _mapnik_reference_latest = {
"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",
@ -766,7 +768,8 @@ var _mapnik_reference_latest = {
"shield": {
"name": {
"css": "shield-name",
"type": "expression",
"type": "string",
"expression": true,
"serialization": "content",
"doc": "Value to use for a shield\"s text label. Data columns are specified using brackets like [column_name]"
},
@ -1388,7 +1391,8 @@ var _mapnik_reference_latest = {
"text": {
"name": {
"css": "text-name",
"type": "expression",
"type": "string",
"expression": true,
"required": true,
"default-value": "",
"serialization": "content",
@ -1543,7 +1547,8 @@ var _mapnik_reference_latest = {
},
"orientation": {
"css": "text-orientation",
"type": "expression",
"type": "float",
"expression": true,
"doc": "Rotate the text."
},
"placement": {
@ -1671,7 +1676,8 @@ var _mapnik_reference_latest = {
"height": {
"css": "building-height",
"doc": "The height of the building in pixels.",
"type": "expression",
"type": "float",
"expression": true,
"default-value": "0"
}
},

Loading…
Cancel
Save