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

Symbol annotations are clipped to their corresponding tile #5419

Closed
brunoabinader opened this issue Jun 21, 2016 · 1 comment
Closed

Symbol annotations are clipped to their corresponding tile #5419

brunoabinader opened this issue Jun 21, 2016 · 1 comment
Labels
bug Core The cross-platform C++ core, aka mbgl Node.js node-mapbox-gl-native

Comments

@brunoabinader
Copy link
Member

Example code:

test.map.setStyleJSON(util::read_file("test/fixtures/api/empty.json"));
test.map.addAnnotationIcon("default_marker", namedMarker("default_marker.png"));
test.map.addAnnotation(SymbolAnnotation { Point<double>(0, 0), "default_marker" });

test.map.setZoom(test.map.getMaxZoom());
test.checkRendering("point_annotation_max_zoom");
Expected result Actual result
expected actual

/cc @mapbox/gl

@brunoabinader brunoabinader added bug Core The cross-platform C++ core, aka mbgl labels Jun 21, 2016
@brunoabinader
Copy link
Member Author

Related: #1673

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Core The cross-platform C++ core, aka mbgl Node.js node-mapbox-gl-native
Projects
None yet
Development

No branches or pull requests

2 participants