How do you make city dots invisible until guessed

Submitted by ooftownroad on October 23, 2024
I see the hide paths option, but the SVG file is too big. I've seen other quizzes with more answers than mine and they all are invisible, so what's happening?
3 Comments
+1
Level 78
Oct 23, 2024
Wish I could help. I ran into a similar issue recently.

If your file is too big, you could try using an SVG compressor. This may mess up your file too much though, so be careful

+1
Level 81
Oct 23, 2024
Other quizmakers have been able to get Stewart to upload their map for them. Not sure how widespread that is, though.
+1
Level 83
Oct 23, 2024
I don’t see how city dots could make your file too big unless you have a lot of them. Though, I’m not too familiar with making city dots. I’d just make them circle elements, give them all the same class, set that class’s opacity to 0.001 through css style, and turn their opacity to 1 when they have the .correct class added.