- Creazione "AbitareGliIblei"

- Mappa Interattiva con i markers
This commit is contained in:
Surya Paolo
2024-07-31 15:02:30 +02:00
parent 3ab18b591f
commit 822585cf33
252 changed files with 3600294 additions and 4300 deletions

View File

@@ -645,6 +645,7 @@ export interface ICatalogo {
formato: string[]
Categoria: string[]
Editore: string[]
pdf: boolean
}
@@ -1234,18 +1235,34 @@ export interface IAnim {
timingtype: string,
}
export interface ICoordLatLng {
lat: any
lng: any
}
export interface ICoordinates {
lat: any
long: any
}
export interface ICoordinatesGPS {
coordinates: [number, number]; // [lng, lat]
}
export interface ITipoDiAttivita {
_id: string
label: string
note: string
}
export interface ICoordGPS {
address: string
type: string
coordinates: [number, number]
}
export interface IAttivita {
_id: string
@@ -1256,7 +1273,7 @@ export interface IAttivita {
idSector: number[]
idCity: number[]
coordinate_gps: string
coordinate_gps: ICoordGPS
// FOTO
logo: IGallery