Creating context at initialisation

Getting started with Earth

Introduction

This tutorial is a short explanation on how to map images from Earth on Mizar. The images are provided by a WMS server.

Code in Mizar

The first step is to select a coordinate reference system for the globe. The choice of a coordinate reference system implies :
  • a specific display for the coordinates,
  • a specific radius for the planet, which is part of the distance calculation between two points

The second step is to configure the access to a wms server through the method addLayer from Mizar.

Look at the code and change it to test it.