I want to define parameters
Posted: Sat May 29, 2021 11:27 am
Hello!
If there is an online map like the one above, the number 123456789 changes once a month.
The URL that changes once a month is If it's like this
/???/ How can I define this part as parameters?
Code: Select all
<![CDATA[http://api.mapbox.com/styles/v1/mapbox/light-v10/12345789/{z}/{x}/{y}]]>
The URL that changes once a month is
Code: Select all
http://api.mapbox.com/styles/v1/mapbox/@2x.png?mt=kb.bbb.vv
Code: Select all
<![CDATA[http://api.mapbox.com/styles/v1/mapbox/light-v10/???/{z}/{x}/{y}]]>