diff --git a/webclient/app/api_types/index.ts b/webclient/app/api_types/index.ts index 7446882f4..94e5e2d61 100644 --- a/webclient/app/api_types/index.ts +++ b/webclient/app/api_types/index.ts @@ -162,7 +162,7 @@ export type components = { /** @description name of the map */ readonly name: string; /** @description where the indoor geojson is located at */ - readonly url?: string; + 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: {