pyqtlet2
pyqtlet2 copied to clipboard
pyqtlet2 extends pyqtlet which initially brought Leaflet maps to PyQt5 and PySide6.
I'm using pyqtlet2 to display information from automotive measurement files (MDF). This error (https://github.com/danielhrisca/asammdf/issues/751) was raised and I don't know what could be the cause. Can you spare some time...
hello! I use the following code to create the map ''' self.map = L.map(self.mapWidget) self.map.setView([50.1364092, 8.5991296], zoom) L.tileLayer("https://{s}.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png").addTo( self.map) ''' But I wanted to create two maps, so I called...
Getting error in the following code .tried everything to resolve couldnt figure it out. Error: Map.js:1092 Uncaught Error: Map container is already initialized. import React, { Component } from "react";...
Hi, I would like to display a heatmap but Leafleat doesn't have this functionality natively. However, a lot of [plugins](https://leafletjs.com/plugins.html#heatmaps) can be used, such as [heatmap.js](https://www.patrick-wied.at/static/heatmapjs/plugin-leaflet-layer.html). Is there any way...
Add a known limitaions list, as well as a list of workaround which can be used.
Hello, I am trying to using Pyqtlet to implement a map viewer, since there are lots of markers, the map viewer performance is not good. as a opportunity, I found...
I am trying to include a hyperlink in the popup. For some reason this causes it not to popup. Here is the code. `import sys from PyQt5.QtWidgets import QApplication, QVBoxLayout,...
Hi, I'm trying to use your very nice library in a Jupyter Notebook. But currently i'm stumbling over the problem, that the Map is already loaded, when i want to...
### Discussed in https://github.com/JaWeilBaum/pyqtlet2/discussions/29 Originally posted by **k4dmandu** March 16, 2022 Is it possible to display bing maps as a layer? There is a plugin for leaflet due to the...
Rework the GitHub workflow to enable tests for the project. This requires to workaround the fact that there is no screen connected while the tests run.