Using variable rather than url for ol-source #154
Unanswered
alucarddelta
asked this question in
Q&A
Replies: 1 comment
-
I use it like this: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an secure endpoint where the geo data is being stored. However as far as I can understand, the only way to insert data into
ol-source-vector
orol-source-webglpoints
(as an eg) is by a url property.eg.
Other egs where they call a function still only returns a url string
Is there a way to use a variable that can be updated via an axios call in a method, rather than the url property?
Beta Was this translation helpful? Give feedback.
All reactions