There are three problems. Please help me!
-
-
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 -
-
Hi @위디비
- Do you specifically mean our app by that regular internet network, or your version of API?
- Unforutnately, since the last zoom level, which offers our map with data, is 11, there is no higher zoom possibility in our API.
- If you mean radar data, there is no possibility to use this layer in Windy Map API.
-
- Currently, if you are above level 11 on the Windy homepage, it will be changed to another map, but is it impossible to make it like this?
2. Is there a way to use 'Rain, Thunder' as the default map? -
- Unfortunately, this map background is not part of our API, so if you want to have anything similar, you need to insert your own map from different provider.
- No, it isn't, there is no possibility, in general, to change the default map.
-
I'm really sorry. I might have misrepresented the words, so I'll ask you one last time.
Is there really no way to set "Rain, Thunder" as the default instead of "Wind" when I first call "Windy API"?
"chat GPT" tells you there are several possible ways, but was it only possible before?I tried to change the "options" information while calling "Windy API" as below, but it doesn't work properly.
var options = {
key: key, // REPLACE WITH YOUR KEY !!!
lat: 36.4703327,
lon: 128.0149211,
zoom: 8,
map: 'thunderforest:spinal-map',
overlay: 'thunderstorms'
};var options = {
key: '7A0ASvBKxfCwbMwbDWOFPneRSAzn489P', // REPLACE WITH YOUR KEY !!!
lat: 36.4703327,
lon: 128.0149211,
zoom: 12,
crs: L.CRS.EPSG3857
overlays: ['rain', 'wind', 'thunderstorms', 'temperature'],
baselayers: ['rain']
//map: 'thunderforest:spinal-map',
//overlay: 'thunderstorms'
//overlay: 'ecmwf' /
//map: 'thunder'
};I hope you understand the direction of how I want to develop "Windy API" and get a positive answer. Have a happy day today!
-
@위디비 As I said setting a default/startup layer has never been possible. I am sorry about that.