kibana/x-pack/examples/third_party_maps_source_example
Nick Peihl 6689169687
Move @elastic/kibana-gis ownership to @elastic/kibana-presentation (#192521)
## 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.
2024-09-16 09:50:50 -05:00
..
common
public [maps] remove ISource.getIndexPatternIds and ISource.getQueryableIndexPatternIds methods (#176095) 2024-02-05 07:40:51 -07:00
kibana.jsonc Move @elastic/kibana-gis ownership to @elastic/kibana-presentation (#192521) 2024-09-16 09:50:50 -05:00
README.md
tsconfig.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00

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

  1. Open a new Map and modify the time picker to the "Last 2 hours".
  2. Click "Add layer" and choose "Weather" to add the layer to the map.
  3. You should see current precipitation models over the U.S.
  4. Use the timeslider to animate the radar model.

Development

See the kibana contributing guide for instructions setting up your development environment.