not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
944 B

  1. <div class="row expand">
  2. <button style="background:black;border-radius:2px;width:110px;" class="view" id="stereo">Stereo</button>
  3. <button style="background:black;border-radius:2px;width:110px;" class="view" id="lambert">Lambert</button>
  4. <button style="background:black;border-radius:2px;width:110px;" class="view" id="ortho">Ortho</button>
  5. <button style="background:black;border-radius:2px;width:110px;" class="view" id="equirectangular">Equirectangular</button>
  6. </div>
  7. <div class="row expand">
  8. <button style="background:black;border-radius:2px;width:110px;" class="view" id="mollweide">Mollweide</button>
  9. <button style="background:black;border-radius:2px;width:110px;" class="view" id="gnomic">Gnomic</button>
  10. <button style="background:black;border-radius:2px;width:110px;" class="view" id="fisheye">Fisheye</button>
  11. <button style="background:black;border-radius:2px;width:110px;" class="view" id="polar">Polar</button>
  12. </div>