Little interactive map application
A couple of years ago I wrote a little script displaying empty trucks on a map to have an overview of the location and direction of possible suppliers. Course this is pretty old, basic and not that maintainable, we want to rewrite it.
It basically gets a list (data format could be changed) with the following information:
current lat/long, next airport (approximated to make it groupable), current country, operating company id, name etc., some metadata like estimated time of arrival and how long it’s on this location waiting for new assignments. Optionally it also has a destination (if the operator knows where it should go to).
We need an interface pretty much like the existing, just rewritten with another “map provider”, I would prefer HEREmaps or AmChartsMaps (for license reasons). The objects on the map need to be groupable, maybe in three steps (per country, region and city/airport) – maybe without the “region”. It should be visible if a truck has a concrete destination or is just empty without a destination, every truck or group of trucks need to be displayable in an overlay/detail view. We would also like to have the option to search for city/country names.
Old version: https://www.aircargobook.com/capacities, here’s an few month old “rewrite” http://test.aircargobook.de/capacities/map with AmCharts.
We just need help with the frontend, the backend is existing and can be provided. I would prefer to have one or more ES6 modules, can be also done with react if it’s helpful.
For more questions, just ask =)