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

https://webservices.ingv.it/fdsnws/event/1/application.wadl error in minlongitude #40

Closed nyalldawson closed 2 years ago

nyalldawson commented 2 years ago

@MarioLocati not related to the plugin, but the https://webservices.ingv.it/fdsnws/event/1/application.wadl response incorrectly lists "minlongitude" twice, when one of these should be "maxlongitude":

                <param name="minlongitude" style="query" type="xs:double" default="-180"/>
                <param name="minlongitude" style="query" type="xs:double" default="180"/>

Perhaps you have contacts you could approach to fix this?

MarioLocati commented 2 years ago

@vlauciani I think this one if for you

vlauciani commented 2 years ago

yes! I'll fix it this afternoon!

vlauciani commented 2 years ago

Hi all

The fix was very easy... In the version 1.1.52.6 the problem was solved!

Valentino.