Mini OpenLayers Web Portal is a web application developed using plain JavaScript to display a map and interact with it. It allows users to add locations, view their coordinates, and perform various operations on the map.
- Interactive Map: The application utilizes OpenLayers library to display a map and provides functionality for adding locations by clicking on the map.
- Location Management: Users can add locations by clicking on the map, view the coordinates of the added locations, and perform operations such as deletion or updating.
- API Integration: The application integrates with an API hosted at
http://localhost:5000/api/location
to handle CRUD operations for the locations.
- Web browser with JavaScript support.
- Clone the repository or download the project files.
git clone https://github.com/selinvuslat/mini-openlayers-web.git
- Open the
index.html
file in a web browser.
- Launch the Mini OpenLayers Application in your web browser.
- The application will display a map with a default view.
- Click on the map to add a new location. The application will capture the clicked coordinates and display them.
- Use the provided buttons or controls to perform various operations on the added locations, such as deleting or updating them.
- The application integrates with the API located at
http://localhost:5000/api/location
for handling server-side operations. - Customize the application as needed to add additional features or integrate with different APIs.
This project is licensed under the MIT License. For more information, see the LICENSE file.
Please use the New Issue button to submit issues, feature requests or support issues directly to me. You can also send an e-mail to selinvuslat@gmail.com.