These are the docs for Metabase v0.47. Check out the docs for the latest version, Metabase v0.54.

GeoJSON

API endpoints for GeoJSON.

Load a custom GeoJSON file based on a URL or file path provided as a query parameter. This behaves similarly to /api/geojson/:key but doesn’t require the custom map to be saved to the DB first.

  • url value must be a non-blank string.

  • respond

  • raise

Fetch a custom GeoJSON file as defined in the custom-geojson setting. (This just acts as a simple proxy for the file specified for key).

  • key value must be a non-blank string.

  • respond

  • raise


« Back to API index

Read docs for other versions of Metabase.