VectorTile source projection has to match the view projection

This commit is contained in:
Andreas Hocevar
2020-08-23 12:37:52 +02:00
parent 83055add03
commit 792e15124d
2 changed files with 16 additions and 2 deletions
+5 -1
View File
@@ -248,4 +248,8 @@ This is done by providing adequate shaders using the `hitVertexShader` and `hitF
### 67
A layer can only be added to the map once. Use either `layer.setMap()` or `map.addLayer()`, not both.
A layer can only be added to the map once. Use either `layer.setMap()` or `map.addLayer()`, not both.
### 68
A VectorTile source can only be rendered if it has a projection compatible with the view projection.