-
Within the company's internal network, the local names of the default map of the 'Windy API' are expressed in English. However, it is expressed in Korean on a regular Internet network.
I always want to express this in Korean. What should I do? -
Can windy api' use zoom level up to 11? Can I use more?
3.I want to use the basic map as a rainfall and lightning map in "windy api". What should I do?
var options = {
key: key, // REPLACE WITH YOUR KEY !!!
lat: 36.4703327,
lon: 128.0149211,
zoom: 8,
map: 'thunderforest:spinal-map',
overlay: 'thunderstorms'
};
I tried as above, but it doesn't apply. T.T