Skip to content

Commit

Permalink
fixed formatting mistakes have sneaked into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored and github-actions[bot] committed Aug 14, 2024
1 parent 7c9a207 commit 3ed8a7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webclient/app/api_types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,10 @@ export type webhooks = Record<string, never>;
export type components = {
schemas: {
readonly RemoteMap: {
/** @description name of the map */
readonly name: string;
readonly path: string;
/** @description where the indoor geojson is located at */
readonly url?: string;
};
/** @description GeoJSon object The coordinate reference system for all GeoJSON coordinates is a geographic coordinate reference system, using the World Geodetic System 1984 (WGS 84) datum, with longitude and latitude units of decimal degrees. This is equivalent to the coordinate reference system identified by the Open Geospatial Consortium (OGC) URN An OPTIONAL third-position element SHALL be the height in meters above or below the WGS 84 reference ellipsoid. In the absence of elevation values, applications sensitive to height or depth SHOULD interpret positions as being at local ground or sea level. */
readonly GeoJsonObject: {
Expand Down

0 comments on commit 3ed8a7f

Please sign in to comment.