Skip to content

Tiles are not true color #88

@joaomelorodrigues

Description

@joaomelorodrigues

Hi, I'm doing a simple example on r3f canvas and the tiles are not the true color, any clue?

function Map2d() {
const { scene } = useThree();
// const provider = new GoogleMapsProvider('AIzaSyBGBfaz8uqHKVOTEUDq9JHlG_UCddzeZ2w');
const provider = new OpenStreetMapsProvider();
const map = new MapView(MapView.PLANAR, provider);

map.position.set(0, -1, 0);
map.scale.set(10000, 10000, 10000);

// Set the map material in three.js

scene.add(map);

return <></>;
}

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions