Georadar

The georadar module allows to create geographical position on a world map as a group of interest.

The module is built around two sections:

  • World map on the right side

  • A list of existing point on the left side

Each geographical point created is defined by four elements:

  • Label: Name of the geographical point

  • Longitude

  • Latitude

  • Radius: area around the point

Create a geographical point

Interface

A geographical point can be created either via the “New” button or via right click on the position on the map and selecting “Set a position”.

A form will be displayed above the list of geographical points. All fields are mandatory.

When all the position details are set, a green pin will display on the map the position set.

If all the required fields are filled appropriately, the save button is available and the point is added to the point list. Note, the point is not saved at this stage, as indicated by the green bullet next to the label of the point.

The green bullet indicates the geographical point is new and unsaved. A counter above the list display how many new unsaved geographical points are in the list.

A click on the Save button at the bottom of the page will effectively save the new geographical points.

 

File import

It is possible to import geographical points by file by selecting the import button:

The file should be a CSV format with a header included and semicolon separators. the header must be the following:

label;latitude;longitude;radius

Once a file is successfully imported, the Geographical points will be displayed on the map and the Save button must be pressed for the the points to be effectively saved.

Update points

It is possible to edit or delete existing geographical point by selecting the pen or the bin on the right side of geographical point in the list.

The edit will open the same form as for the geographical point creation while the delete action will set the geographical point as deleted. The color of the pins on the mapas well as the counter at the top of the list will change accordingly with the actions taken.

Changes will only be effective once the Save button is pressed at the bottom of the list.