Skip to content

Instantly share code, notes, and snippets.

@bartvde
Created September 23, 2013 14:49
Show Gist options
  • Save bartvde/6671562 to your computer and use it in GitHub Desktop.
Save bartvde/6671562 to your computer and use it in GitHub Desktop.
../src/ol/parser/ogc/sldparser_v1.js:97: ERROR - actual parameter 1 of ol.style.Text does not match formal parameter
found : {color: (null|ol.expr.Expression|string|undefined), fontFamily: (null|ol.expr.Expression|string|undefined), fontSize: (null|number|ol.expr.Expression|undefined), opacity: (null|number|ol.expr.Expression|undefined), ...}
required: {color: (null|ol.expr.Expression|string|undefined), fontFamily: (null|ol.expr.Expression|string|undefined), fontSize: (null|number|ol.expr.Expression|undefined), opacity: (null|number|ol.expr.Expression|undefined), ...}
new ol.style.Text(config)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment