Created map with ability to:
- draw routes between markers
- cluster feature for adaptive grouping on zoom out & zoom in
Angular & OpenLayers
!This codebase is just for referencing the base methods and their usage for components.
This code is not running on local.
Some Fun Facts:
- Stored base methods like initMap, drawRoute, updateMarkers etc inside baseMap class. Custom pages extend from it.
- With current methods as POC, by referencing them, all methods can be created.
- Ability to draw route option
- Ability for clustered view with reactive to zoom
- Clear boilerplate.
Code is Distributed under the MIT License. See LICENSE.txt
for more information.