INGV / qquake

A plugin for QGIS 3.x that relies on web services for loading seismological data
https://www.emidius.eu/qquake/
GNU General Public License v3.0
7 stars 3 forks source link

Fix the "Draw the circular area on the map" #10

Closed MarioLocati closed 3 years ago

MarioLocati commented 3 years ago

For FDSN-event and macroseismic services, when a user click the button labelled "Draw the circular area on the map", the user expect to draw a circle on the map. Instead, the button allow the user to set the coordinates of the center of the circle only.

There two solution to fix this, the easiest one is to change the label to reflect what the button actually does, so something like "Set the center on the map" or something like that.

Alternatively, it should be implemented properly, and once clicked it should allow the user to draw a circle on the map, either clicking first the center, then a second click for setting the radius, or draw the circle by drawing its bounding box (first click create a first corner of the box, then a second click for the opposite corner).

image

@nyalldawson another one for you