Esri / arcgis-maps-sdk-swift-samples

SwiftUI samples demonstrating various capabilities of ArcGIS Maps SDK for Swift
https://developers.arcgis.com/swift
Apache License 2.0
30 stars 9 forks source link

[New] Style geometry types with symbols #496

Closed CalebRas closed 3 weeks ago

CalebRas commented 1 month ago

Description

This PR implements Style geometries with symbols in Visualization category. This is a new sample that replaces the 2D style samples. In our case, just Style point with picture marker symbols was removed.

URL to README: README

Linked Issue(s)

How To Test

Screenshots

style-geometries-with-symbols

pgruenler commented 1 month ago

The title of this sample doesn't really work for me. It would make more sense to me if it was "Style geoelements with symbols" or "Style geometry types with symbols." As it is, "geometries" doesn't tell me enough about what the sample is about.

CalebRas commented 1 month ago

The title of this sample doesn't really work for me. It would make more sense to me if it was "Style geoelements with symbols" or "Style geometry types with symbols." As it is, "geometries" doesn't tell me enough about what the sample is about.

Talked it over with Ting, and I update the design when I add the implementation details. Thank you for your suggestion.

CalebRas commented 3 weeks ago

Thank you for your feedback!