-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
bugAn identified bugAn identified bug
Description
What is the bug?
Je tente de télécharger les données OSM à l'aid edu plugin. Que je choisisse le thème urbain, une requête avec un filtre type 'itinéraire cyclable', que je change la projection de mon projet ou non (2154, 3857,...), j'aboutis toujours au même message d'erreurs :
2022-03-24T11:14:47 CRITICAL Error on the layer : lines is not valid.
2022-03-24T11:15:09 CRITICAL Error on the layer : points is not valid.
2022-03-24T11:15:51 CRITICAL Error on the layer : points is not valid.
Voici la requête générée
[out:xml] [timeout:25];
(
node["type"="route"]( 48.58485,1.64429,48.71897,2.0284);
node["route"="bicycle"]( 48.58485,1.64429,48.71897,2.0284);
way["type"="route"]( 48.58485,1.64429,48.71897,2.0284);
way["route"="bicycle"]( 48.58485,1.64429,48.71897,2.0284);
relation["type"="route"]( 48.58485,1.64429,48.71897,2.0284);
relation["route"="bicycle"]( 48.58485,1.64429,48.71897,2.0284);
);
(._;>;);
out body;
Environment
- QuickOSM version: Version installée | 2.0.1 | Version disponible (stable) | 2.0.1 mise à jour le lun. févr. 7 10:50:52 2022
- QGIS version: 3.24.0-Tisler | Révision du code | 6b44a420 (testé aussi en LTR)
- OS: Win10
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugAn identified bugAn identified bug