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

color2 is null loading outdoor-v2 #1093

Closed
SilvioDallAcqua opened this issue Feb 24, 2024 · 1 comment · Fixed by #1094
Closed

color2 is null loading outdoor-v2 #1093

SilvioDallAcqua opened this issue Feb 24, 2024 · 1 comment · Fixed by #1094

Comments

@SilvioDallAcqua
Copy link

loading the outdoor-v2 map from maptiler:

		let group = new LayerGroup();
		apply(group, 'https://api.maptiler.com/maps/outdoor-v2/style.json?key=xxxxxxxxxxxxxxxx');
		map.getLayers().push(group);

leads to an error:
grafik

Other maps from maptiler do not show this error.
As a consequence, when zooming in, text-labels are shown for a very short time (0.1s) and disapears afterwards. For the rest the map is displayed correctly.

@ahocevar
Copy link
Member

Thanks for reporting this, see #1094 for the fix.

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 a pull request may close this issue.

2 participants