Skip to content

Add wmts/xyz offline support to babylonjs #1502

@dalidaliW

Description

@dalidaliW

Description

Add wmts/xyz offline support to babylonjs,Currently, Threejs is supported, while Babylonjs lacks support

Solution

Similar to the following implementation
let imgLayer = new Cesium.UrlTemplateImageryProvider({
url: “http:localhost:8888/{z}/{x}/{y}.png”,
minimumLevel: 13,
maximumLevel: 18,
});

Alternatives

Similar to the following implementation
let imgLayer = new Cesium.UrlTemplateImageryProvider({
url: “http:localhost:8888/{z}/{x}/{y}.png”,
minimumLevel: 13,
maximumLevel: 18,
});

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions