Hello,
You perfectly understood what i want to do.
Here is a sample:
{
“type”: “Feature”,
“geometry”: {
“type”: “Point”,
“coordinates”: [125.6, 10.1] },
“properties”: {
“AuthorizationOwner”: “Mr XXX” ,
“AuthorizationDate”: “10/02/2022”,
“EndDate”: “10/03/2023”
“AuthorizationNumber”: “12344”
}
}
There are some more fields, but display these could be a good first step for my Map.
The best for me should be to display it on hover in a bubble (replacing the property key by a pretty string)
Regards