Author: Felipe Limeira da Silva
The idea of this repository is to be a reference for architectural examples
This project is a geospatial mapping application developed using the Model-View-Controller (MVC) design pattern. It allows users to visualize geographic data on a map and filter the data based on area size. The application is structured into three main components: the Model (GeoData), the View (MapGUI), and the Controller (MapController).
Load geographic data from a specified file. Visualize geographic data on a map. Filter geographic features based on minimum and maximum area.