1
2
3
4
5
6
7
8
9
10
11
 
[out:json][timeout:25];
// fetch area “Crema” to search in
{{geocodeArea:Crema}}->.searchArea;
// gather results
(
  nwr["delivery:description:it"~".*COVID-19.*"](area.searchArea);
);
// print results
out body;
>;
out skel qt;
30 m
Leaflet © OpenStreetMap contributors
1