I have no experience in creating high-quality maps at all. But I realized that I could extract the data on communities (and rayons) from overpass-turbo.eu (as a json file), and then reformat it into a svg format on mapshaper.org. Then I edited it in Indscape to add colors for the communities and rayons. Thanks to Python, I was able to extract the necessary id's and find their corresponding names in osm. Everything worked and looked great (which surprised me), the names of the communities were accepted, but their objects did not turn green. Please let me know what the problem might be, thank you
10/07/25 - solved!!!
But, I did solve my problem, purely by chance, I was very lucky! It turns out that the paths were not turning green because the id contained “/”, so I replaced them with “_” and the quiz worked, that's it!
Ids can be added for single elements: so basically if you have an individual path on its own, you can set an id for it.
Classes, on the other hand, can be added for multiple elements grouped together.
So like if you want multiple paths to light up with a single answer, you can set the same class for all of them..something you can't do with ids.