Find nearest scooters on a map within a certain distance
.NET Core 3.1 - backend
JavaScript + OpenLayers - frontend
- Scooters are randomly generated (triangulation) in a city (2D/polygon)
- Nearest scooters are searched using great distance calculation (3D/sphere)
- Run
dotnet run
- Run
npm install - Run
npm start
- Provide
ICityMapServiceimplementation to change a city map - Change
_scooterNumbersToGenerateinScooterSeeder.csto generate a certain amount of scooters