Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we use this to also create isobars? #92

Open
nullart2 opened this issue Aug 30, 2022 · 2 comments
Open

Can we use this to also create isobars? #92

nullart2 opened this issue Aug 30, 2022 · 2 comments

Comments

@nullart2
Copy link

The same with what windy have? Can you point me to the right direction how this can be done?

2018-02-01-15_27_25-windy_-wind-map-amp-weather-forecast-also-known-as-windyty

@brentfraser
Copy link
Contributor

leaflet-velocity does not have this capability (and as far as I know there are no plans to add it). Typically isobars would be implemented on the server-side using something like mapserver's contour capability (https://www.mapserver.org/input/vector/contour.html).
It would then be added as a separate layer in the leaflet application.

As an alternate I see there is a plugin for leaflet
https://github.com/equinor/leaflet.tilelayer.gloperations/wiki
It may do what you want.

@nullart2
Copy link
Author

nullart2 commented Aug 31, 2022

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants