mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
## Summary The legacy `@elastic/kibana-gis` team is now a part of `@elastic/kibana-presentation`. So we should move ownership of all code to the correct team. |
||
---|---|---|
.. | ||
common | ||
public | ||
kibana.jsonc | ||
README.md | ||
tsconfig.json |
Third party maps source example plugin
An example plugin for a custom raster tile source in Maps.
This example plugin uses a time-enabled radar imagery service from the U.S. National Weather Service. The service URL contains a {time}
template field that is populated as Unix time from the Kibana time picker. The time slider in Maps can also be used to animate the service.
Demo
- Open a new Map and modify the time picker to the "Last 2 hours".
- Click "Add layer" and choose "Weather" to add the layer to the map.
- You should see current precipitation models over the U.S.
- Use the timeslider to animate the radar model.
Development
See the kibana contributing guide for instructions setting up your development environment.