Tomasz Pluskiewicz
Tomasz Pluskiewicz
Would you be interested in a PR to switch from commonjs to modules?
Extend overlays with lat/lon and x/y attributes to set the position of overlays declaratively. Should also support the `positioning` property.
This is to add conditions to the `select` interaction as shown on [the example](https://openlayers.org/en/latest/examples/select-features.html) I see two possible solutions: 1. Bake the possible interaction conditions in the element to get...
### 📖 Reproduction steps Add any of the below lines to a TS module: - `import * as mwcComponents from '@hydrofoil/shaperone-wc-material/components'` - `import * as mwcComponents from '@hydrofoil/shaperone-wc-material/components.js'` - `import...
As discussed, in all cases the `sh:in` gets separated between the `sh:or` alternative shapes. This would make it difficult for consumers to analyse the cube contents In the cases when...
For #257 we'll implement a loader which handles values of type `code:SparqlQuery` It could be useful to allow custom loaders to be configured by pipeline authors in order to simplify...
I'd like SPARQL loaded from files, supporting `VALUES` ```turtle [ sparql:update ( [ a code:SparqlQuery ; code:link ; code:arguments [ code:name "foo" ; code:value "bar"^^code:VariableName ; ] ] )] ```...