Questions tagged [pyqtlet]
4 questions
1
vote
0 answers
Custom drawing rotated SVG to Leaflet map
I am using leaflet 1.7.1 and I need to put custom markers on map.
I am currently using circles (as in: L.circle([lat, lon], {radius: rad}).addTo(map);) as my markers (note radius is significant and should be in meters).
Now I need to add a…

ZioByte
- 2,690
- 1
- 32
- 68
0
votes
1 answer
How to use PyInstaller to package a program using pyqtlet2?
I have a complex program I need to package somehow (by "somehow" I mean PyInstaller is not mandatory, but it seems to be a popular choice, so...) to distribute it to run under Linux with minimal hassle.
Program is very complex and uses several…

ZioByte
- 2,690
- 1
- 32
- 68
0
votes
0 answers
error while connecting to other function using connect while using pyqtlet in pyqt5
Error:
QObject::connect: Cannot connect Map::clicked(PyQt_PyObject) to (nullptr)::save(PyQt_PyObject)
Not able to call method save using connect.
I basically want to save the coordinates when the user clicks a position on map. so i call the method…

Gaurav Shetty
- 11
- 2
0
votes
1 answer
How can I add custom HTML to pyqtlet?
My actual problem is much more specific, but I think a more general answer will help me to cope with future needs.
I actually need to enable leaflet-extras plugin for leaflet underlying pyqtlet.
Documentation says:
Download leaflet-providers.js and…

ZioByte
- 2,690
- 1
- 32
- 68