Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Add public axonometric (isometric, skew) option #11882

@1ec5

Description

@1ec5

#10064 implemented an axonometric (isometric) rendering option as an alternative to perspective 3D rendering, but it only exposed the option to node-mapbox-gl-native. Similar to Tangram, it would be nice to expose this option in the map SDKs.

At a glance, it looks like the skew would logically be a property of MGLMapCamera on iOS/macOS. However, it’s currently implemented in mbgl as an option on mbgl::Map. Would it make sense to move the option from mbgl::Map to mbgl::CameraOptions? Would it be feasible to animate the skew simultaneously with other camera options, as that would imply?

/cc @lbud

Metadata

Metadata

Assignees

No one assigned

    Labels

    AndroidMapbox Maps SDK for AndroidTangram parityFor feature parity with Tangram ESfeaturegl-iosiOSMapbox Maps SDK for iOSmacOSMapbox Maps SDK for macOS

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions