1
2
3
4
5
6
7
8
9
10
11
12
 
 
[out:json][timeout:2500];
// fetch area “France” to search in
{{geocodeArea:France}}->.searchArea;
// gather results
(
  way["hgv:conditional"~"no @"]["hgv:conditional"~"AND weight>7.5"](changed:"2018-07-01T07:00:00Z","2019-01-01T00:00:00Z")(area.searchArea);
);
// print results
out body;
>;
out skel qt;
100 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet