https://github.com/aminul-islam-niloy/geo-location-service
A web application to track friends' locations and find the shortest route to meet them using Leaflet and Leaflet Routing Machine.
https://github.com/aminul-islam-niloy/geo-location-service
asp-net-core leaflet-map location tracking
Last synced: 4 months ago
JSON representation
A web application to track friends' locations and find the shortest route to meet them using Leaflet and Leaflet Routing Machine.
- Host: GitHub
- URL: https://github.com/aminul-islam-niloy/geo-location-service
- Owner: aminul-islam-niloy
- Created: 2024-05-29T17:29:44.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-29T21:40:30.000Z (about 1 year ago)
- Last Synced: 2025-01-12T15:46:24.180Z (5 months ago)
- Topics: asp-net-core, leaflet-map, location, tracking
- Language: JavaScript
- Homepage:
- Size: 3.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### GEO Location Service
A web application to track friends' locations and find the shortest route to meet them using Leaflet and Leaflet Routing Machine.
## Features
- Display friends' locations on a map with custom icons.
- Calculate and display the shortest route to a friend on the map.
- Show distance to each friend.
- Full CRUD operations for managing friends' data.### Prerequisites
- .NET 6.0 SDK
- Visual Studio or Visual Studio Code### Installation
1. **Clone the repository**
```bash
git clone https://github.com/aminul-islam-niloy/GEO-Location-Service.git
```2. **Install .NET dependencies**
```bash
dotnet restore
```3. **Install leaflet**
4. **Run the application**
```bash
dotnet run
```5. **Open in a browser**
Navigate to `https://localhost:5001` or `http://localhost:5000`.
### CRUD Operations for Friends
### How to Use the Map
1. On page load, the map will center on a default location.
2. Friends' locations are marked with custom icons.
3. Click on a friend's icon to see the distance and get directions from your current location to the friend.### Adding Custom Icons
- Place your custom icons in the `wwwroot/icons` folder.
- Update the icon paths in the JavaScript code in `Views/Friends/Index.cshtml`.### Troubleshooting
- Ensure that the OSRM service URL is accessible and not blocked by any network restrictions.
- Check the browser console for any errors and ensure all required scripts are loaded properly.## Contributing
1. Fork the repository.
2. Create your feature branch (`git checkout -b feature/AmazingFeature`).
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`).
4. Push to the branch (`git push origin feature/AmazingFeature`).
5. Open a pull request.## License
Distributed under the MIT License. See `LICENSE` for more information.
### Adding CRUD Functionality
Ensure you have a `FriendsController` and corresponding views for CRUD operations:
By following these instructions and ensuring that your project is structured correctly, you should have a functional web application with CRUD operations for friends and mapping functionalities.### Snapshot
