foxglove.GeoJSON

GeoJSON data for annotating maps

RoboticsObservabilityVisualizationData PlatformPhysical AIAutonomyFleet ManagementDeveloper ToolsMCAPROS

Properties

Name Type Description
geojson string GeoJSON data encoded as a UTF-8 string
View JSON Schema on GitHub

JSON Schema

foxglove-technologies-geojson.json Raw ↑
{
  "title": "foxglove.GeoJSON",
  "description": "GeoJSON data for annotating maps",
  "$comment": "Generated by https://github.com/foxglove/foxglove-sdk",
  "type": "object",
  "properties": {
    "geojson": {
      "type": "string",
      "description": "GeoJSON data encoded as a UTF-8 string"
    }
  },
  "required": [
    "geojson"
  ]
}