Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull new version #2

Open
wants to merge 987 commits into
base: main
Choose a base branch
from
Open

Pull new version #2

wants to merge 987 commits into from

Conversation

quido3
Copy link

@quido3 quido3 commented Mar 18, 2024

Pull request checklist:

  • Write tests for all new functionality. If tests were not written, please explain why.
  • Add documentation comments for any added or updated public APIs.
  • Add any new public, top-level symbols to the Jazzy config's custom_categories (scripts/doc-generation/.jazzy.yaml)
  • Describe the changes in this PR, especially public API changes.
  • Add a changelog entry to to bottom of the relevant section (typically the ## main heading near the top).
  • Update the guides (internal access only), README.md, and DEVELOPING.md if their contents are impacted by these changes.
  • Review and agree to the Contributor License Agreement (CLA).

aleksproger and others added 30 commits February 15, 2024 07:53
* Fix case when the map is dragged inside scroll view

* Add Example

* Fix grammar

Co-authored-by: Patrick Leonard <[email protected]>

---------

Co-authored-by: Patrick Leonard <[email protected]>
* Bump versions, update changelog and license

* Fix changelog
…2027)

Adds support for setting a layer's `LayerPosition` by changing LayerWrapper to a struct which holds the Layer, its id, and a layerPosition. Each layer now has a `.position(_:)` method which can be used to create a wrapping `LayerAtPosition` struct, conforming to `PrimitiveMapStyleContent` and therefore holding a `_visit(_:)` method.
This reverts commit 968a563db2ccf47b4a459cfe31992f93d5027631.
Adds support for 3D Models in the Style DSL by adding them to the MapStyleModel, adding visit functions, and making necessary changes to MapStyleReconciler.
OdNairy and others added 30 commits November 12, 2024 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.