Add warning about data volume

This commit is contained in:
Thomas Kolb 2023-11-16 22:51:34 +01:00
parent 40f004c81a
commit 500255a612
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
<p>Here you can generate a map in <a href="https://en.wikipedia.org/wiki/Azimuthal_equidistant_projection">azimuthal-equidistant projection</a> for any point on Earth. You get a map where the specified coordinate is in the center, and all other locations are projected such that locations with the same physical distance from the given coordinate are also the same distance from the center on the map.</p>
<p>You can optionally upload an ADIF file. All QSOs that have a QTH locator attached are then marked on the map.</p>
<p>The generated output is a Scalable Vector Graphics (SVG) image that can be edited as needed. I recommend <a href="https://inkscape.org">Inkscape</a> as an SVG editor.</p>
<p><strong>Data volume warning:</strong> Each generated map will be about 25 MiB (11-15 MiB with automatic gzip compression). Take that into account if you have limited data volume.</p>
<p><strong>Please note:</strong> It may take a few seconds to generate the map. Please give it some time. The map will appear below the form along with a download link. If you have JavaScript disabled, the map will replace this page.</p>
<div class="form">
<form id="mapinfo" action="/render/map.svg" onsubmit="update_map(event);">