3

Is there a way to load and use the plugin outside of qgis3, in a standalone python application?

I need to use the quickMapServices plugin to display an interactive basemap and mark points on it.

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
asked May 30, 2023 at 20:37
0

1 Answer 1

4

No. You cannot use a plugin in a standalone PyQGIS script. But you can copy the logic of the plugin by reviewing the whole script of the plugin. This may require a lot of editing and debugging process.

answered May 30, 2023 at 21:11
1
  • Thank you very much! Commented May 30, 2023 at 21:31

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.