/mini-openlayers-web

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.

Primary LanguageJavaScriptMIT LicenseMIT

Mini OpenLayers Web Portal

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.

Features

  • 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.

Requirements

  • Web browser with JavaScript support.

Installation

  1. Clone the repository or download the project files.
git clone https://github.com/selinvuslat/mini-openlayers-web.git
  1. Open the index.html file in a web browser.

Usage

  1. Launch the Mini OpenLayers Application in your web browser.
  2. The application will display a map with a default view.
  3. Click on the map to add a new location. The application will capture the clicked coordinates and display them.
  4. Use the provided buttons or controls to perform various operations on the added locations, such as deleting or updating them.
  5. The application integrates with the API located at http://localhost:5000/api/location for handling server-side operations.
  6. Customize the application as needed to add additional features or integrate with different APIs.

License

This project is licensed under the MIT License. For more information, see the LICENSE file.

Issues, Feature Requests or Support

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.