Bakerally Noorani
Bakerally Noorani
Is it possible to set a specific icon for a node ?
is it possible to provide an Apache HTTP configuration that works for a sample domain, below is my configuration: ``` LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so ServerName ldpgold.example.com SSLProxyEngine On...
I have a valid jsonld file at https://data.hikob.com/osc/parking but rdflib is not loading it. My codes are: ``` >>> from rdflib import Graph, plugin INFO:rdflib:RDFLib Version: 4.2.1 >>> g =...
I am using `PDF().fromUrl` instead of `PDF().cachedFromUrl`, and expecting that `PDF().fromUrl` will never cache the file. I want to download the file everytime because the PDF is constantly changing on...
The `setLayerVisibility` is documented in the API Documentation [here](https://htmlpreview.github.io/?https://raw.githubusercontent.com/m0nac0/flutter-maplibre-gl/docs/doc/api/maplibre_gl/MaplibreMapController/setLayerVisibility.html). However, it's not available in the codes. I need to configure the visibility of certain map layers, such as `contour`, `summit`,...
From the documentation, I see that it is possible to add and remove sources using `addSource` and `removeSource`, like it is possible to add a layer using `addLayer` and `removeLayer`....
Like it is in the JavaScript version, is it possible to attach events to the map? For example like the `MouseTouchEvent`, more specifically `touchend`. ``` map.on('touchend', (e) => { console.log(e);...
I'm sorry to ask this here but cannot find this in the documentation, How to add a Map scale to a map that automatically updates based on the zoom level?
I have an LDP application running at http://opensensingcity.emse.fr/ldpdfend/tourism62/d1/catalog, When I put the link in warp, it tries to dereference the resource http://opensensingcity.emse.fr/ldpdfend/tourism62/d1/catalog/ instead of http://opensensingcity.emse.fr/ldpdfend/tourism62/d1/catalog, any clue about this issue...
Can this plugin be used to register a Flutter App to be the default app for a file type (e.g. GPX)