* Update layers.js
Pretty sure this - while only an ID and not used anywhere - should be ukawacs and not uka2awacs. Looks like a copy/paste that wasn't properly edited
* Update layers.js
Adding line (with credit comment) to pull in the German AWACS orbit areas
* Add files via upload
Adding German AWACS orbits from https://github.com/olithissen/AwacsOrbitsDE
* Update layers.js
Add line to pull in Dutch AWACS orbits geojson data
* Update layers.js
Added comment for NL AWACS zone data source
* Add files via upload
Geojson data for NL AWACS Orbit areas
* Add files via upload
Add Polish AWACS Orbit area data
* Update layers.js
Add line to pull in Polish AWACS geojson data file
* Update early.js
I am hugely OCD.
* Update NL_Mil_AWACS_Orbits.geojson
Added missing coordinate to json file, thanks to the Dutch Ministry of Defense pointing out that I am an idiot via email
Co-authored-by: wiedehopf <wiedehopf@users.noreply.github.com>
* Update layers.js
Pretty sure this - while only an ID and not used anywhere - should be ukawacs and not uka2awacs. Looks like a copy/paste that wasn't properly edited
* Update layers.js
Adding line (with credit comment) to pull in the German AWACS orbit areas
* Add files via upload
Adding German AWACS orbits from https://github.com/olithissen/AwacsOrbitsDE
Prior calculation of the top-left corner location of the infoBox could
result in negative values, placing the element (partially) out of view.
Also, positioning was inconsistent, depending on whether left/right or
above/below the plane marker.
With this change, the size of the infoBox is taken info account when
calculating the relative position, and it ensured that the values would
not be less than zero.