Post

Replies

Boosts

Views

Activity

Reply to Efficiently searching a LARGE GeoJson file to see if it contains a point
Update, communicated with the people at the geoswift library to implement the "prepared geometry" function of geos into the library. Implementation: Map the geometry of each of your features to a PreparedGeometry by calling the new makePrepared() method, and store those values somewhere alongside the original features/properties. At each location update use one of the new contains methods on PreparedGeometry to test for containment. https://github.com/GEOSwift/GEOSwift/pull/264
Topic: App & System Services SubTopic: General Tags:
Apr ’23
Reply to Efficiently searching a LARGE GeoJson file to see if it contains a point
Update, communicated with the people at the geoswift library to implement the "prepared geometry" function of geos into the library. Implementation: Map the geometry of each of your features to a PreparedGeometry by calling the new makePrepared() method, and store those values somewhere alongside the original features/properties. At each location update use one of the new contains methods on PreparedGeometry to test for containment. https://github.com/GEOSwift/GEOSwift/pull/264
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’23
Reply to Is it possible to have one project compile into multiple apps?
Is there anything documented about how to do this specifically?
Replies
Boosts
Views
Activity
Dec ’23
Reply to SwiftUI Map Annotation Coordinate Animation
Did you ever find a solution to this? Suffering a similar issue...
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’24