1

How do I modify the default properties for the HTML annotation in QGIS 2.18?

For example, I don't want the red spot as a symbol or I want to change the frame width from 1.00 to 0.2.

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Aug 9, 2018 at 8:53
4
  • Is there any way to select all the html annotation balloons and change the default properties at once? Without clicking each one of these? Commented Aug 9, 2018 at 8:59
  • I don't think that option exists. There's nothing about annotations in Project Properties or Settings>Options. As far as I can tell, each annotation style has to be changed individually. I suggest making a [feature request](issues.qgis.org). Commented Aug 9, 2018 at 16:23
  • Thanks for your reply.I found yesterday a possible solution. If you open the Project file with Notepad+++ editor you can find first the HTML annotation code , search for frameBorderWidth="0.29999999999999999" and replace with frameBorderWidth="1" or whatever value want. You can do to the same for the colours , backgrounds , filepaths. Commented Aug 10, 2018 at 10:56
  • You should post that as an answer. Commented Aug 10, 2018 at 19:12

1 Answer 1

1

If you open the Project file with Notepad+++ editor you can find the HTML annotation code , search for frameBorderWidth="0.29999999999999999" or any other attribute and replace with frameBorderWidth="1" or whatever value want. You can do to the same for colors , backgrounds , filepaths,symbols.

answered Aug 14, 2018 at 7:00

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.