When the user clicks a parcel (parcela) or building (predio) on the map, show a modal with basic information about the selected feature.
Required information
Area
Acceptance criteria
Clicking a parcel opens the information modal for that parcel.
Clicking a building opens the information modal for that building.
The modal displays the selected feature's area with a clear unit.
The modal can be dismissed and does not prevent normal map navigation when no feature is selected.
### Feature
When the user clicks a parcel (`parcela`) or building (`predio`) on the map, show a modal with basic information about the selected feature.
### Required information
- Area
### Acceptance criteria
- Clicking a parcel opens the information modal for that parcel.
- Clicking a building opens the information modal for that building.
- The modal displays the selected feature's area with a clear unit.
- The modal can be dismissed and does not prevent normal map navigation when no feature is selected.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Feature
When the user clicks a parcel (
parcela) or building (predio) on the map, show a modal with basic information about the selected feature.Required information
Acceptance criteria
Done