Replies: 5 comments 4 replies
-
Yes, what makes you think otherwise? |
Beta Was this translation helpful? Give feedback.
-
But MapboxVectorLayer getSource() returns RenderFeature. RenderFeature ≠ Source. |
Beta Was this translation helpful? Give feedback.
-
Not sure I understand what you mean. Can you provide a code snippet that helps me understand? |
Beta Was this translation helpful? Give feedback.
-
applyStyle(this, this.baseUrl.replace(layersPattern, layers.toString()), {})
.then(() => {
this.getSource()?.refresh();
this.setVisible(true);
});
|
Beta Was this translation helpful? Give feedback.
-
this.setSource(
new VectorTile({
projection: map.getView().getProjection(),
format: new MVT()
})
);
|
Beta Was this translation helpful? Give feedback.
-
Is the library compatible with OpenLayers 10?
Beta Was this translation helpful? Give feedback.
All reactions