Allow multipoint geometries
Created by: Rikuoja
Describe the bug Currently, only point geometry layers (not multipoints) are supported
To Reproduce Steps to reproduce the behavior:
- Add e.g. the Formal Sector School Location Lower Myanmar layer from https://geonode.themimu.info/geoserver/wfs
- Select the layer in plugin and try to run
- Get python error
TypeError: MultiPoint geometry cannot be converted to a point. Only Point types are permitted.
Expected behavior The plugin should calculate the isochrone for each point in a multipoint geometry.