taggit-tacc / taggit

2 stars 1 forks source link

Fix and add styles back in taggit. #97

Closed duckonomy closed 1 year ago

duckonomy commented 1 year ago

Testing Steps:

  1. Add Create a group
  2. Ensure the group's styles (color, icon) are set correctly (in hazmapper)
  3. Try adding a color tag and ensure it works (in hazmapper)
  4. Try changing the icon in the group select view.
  5. Ensure that that displays properly (in hazmapper)

Concerns:

  1. Features in overlapping groups are mutable to group modification events. Added in the feature for now but unsure how we would go further

  2. I think the QGIS conventions recognize feature.style instead of our convention feature.properties.style. This might break compatibility of our geojson with external apps.