Hi,
If I correctly understand, you want to define a parameter, using the text that come from a remote URL?
Right now this is not possible.
I'm not sure if I will be able to work on this, this is very specific, I guess for this map only. When does the app is supposed to update the parameter value?
I think the solution using what is existing is to use a static parameter at the start of the file (before the first <source>):
Code: Select all
<param name="kb-bbb-vv">12345789</param>
Then use is like this in your map:
Code: Select all
<![CDATA[http://api.mapbox.com/styles/v1/mapbox/light-v10/{$param:kb-bbb-vv}/{z}/{x}/{y}]]>
And once in a while edit the variable value with your text editor.