This project searches and displays all map features listed on the OpenStreetMap Map Features page in real-time for the user. You can search for dozens of features and keys, such as Amenity, Building, and Highway, and view them as locations on the map. Additionally, this project includes satellite and standard map views, as well as a dark mode feature.
https://oss-explorer-bice.vercel.app/
Clone the project
git clone https://github.com/iapheus/OSS-Explorer.gitGo to the project directory
cd OSS-ExplorerInstall dependencies
npm installStart the server
npm run devThis project uses;
- OpenStreetMap API for mapping functionalities. OpenStreetMap
- Map powered by Leaflet
- Data mining by Overpass API

