carto-vl: Missing points on latitude 0
Issue Description
I created a dataset that contains some points with latitude 0
and longitude [-150, -120, -90, -60, -30, 0, 30, 60, 90, 120, 150]
. Then I tried to render it with CARTO VL and they are missing.
If you make the window small and use the minimun zoom possible the points get rendered (@jgoizueta told me to try this and its probably working because is the tile 0/0/0
).
Example/Dataset
Dataset: https://team.carto.com/tables/testanim_static_points/public
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 18 (12 by maintainers)
I’ve opened https://github.com/CartoDB/carto-vl/issues/1142
I’m testing some changes in MVT but only in one production server and they shouldn’t affect points.
OTOH if you check the request at zoom level 1, 2 of the tiles are empty and 2 are not:
One of the tiles has
The other:
Aren’t those the expected values? Or do you expect the tile at 0,0 (cartodb_id = 6) to be in all 4 tiles?
BTW, with those tiles I don’t see anything in the editor.