In QGIS: My data lists individuals only by zip code, not a more specific location. Those individuals are one of three categories. I have successfully completed a one-to-many join so that the attribute table for the zip code shapefile now has multiple lines for some of the zip codes. Each line represents a separate individual and a designation for his/her category.
My goal: I want the map for each zip code to show a marker for each individual in the attribute table. If there are five individuals for a zip code, I want the map to show five markers, each one potentially different based upon the individual's category. Right now, if a zip code has 5 individuals, my map shows only one individual as a centoid -- and hides the other 4.
How can I make my map show multiple markers if there are multiple individuals in the zip code?