Krukarius
Krukarius
It doesn't work with leaflet geoJSON data filtering provided in this example: http://www.gistechsolutions.com/leaflet/DEMO/filter/filter.html When I add code like this: mdu = L.geoJson(data2, { style: style2, pointToLayer: pointVMToLayer, onEachFeature: OnEachVMmduFeature, filter:...
All examples don't show markers at all, neither offline nor on the localhost.
The issue is very similar to the previous one. The raster map is visible in the preview mode, but can't be loaded in the interactive version. The file is large...
I would like to include the semi-transparent map in my project. The map is raster - .geotiff file. The layer is partially filled-in, but mostly includes a white background, like...
I would love to have my screenshot capture button working. I came across a few solutions with Openlayers export PDF, export PNG and so on. None of them were working....
The implementation fo the following code: https://openlayers.org/en/v3.20.1/examples/export-pdf.html doesn't work Under the following line: var pdf = new jsPDF('landscape', undefined, format); console says, that Uncaught ReferenceError: jsPDF is not defined at...
How could I append another terminator line for a golden hour (Sun 6 deg above the horizon), twilight (optionally 6,12,18 degrees below the horizon), Moon, Venus, Jupiter, and other planets?...
**Describe the bug** The Folium Search plugin doesn't work for FeatureGroup. It simply returns nothing saying that "Feature is not found". My code looks like this: search_tool = Search( layer...
I have some values such a: 43 -- 12 5 11 16 18 51 when sorted by table, I got: 11 12 16 18 18 43 5 51 Could you...
Hi, Could you tell me where in the sheetsee.js code can I change the crs in order to replace an existing map canvas with Ordnance Survey maps api? Any hint...