mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 19:13:14 -04:00
963 B
Executable file
963 B
Executable file
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.