This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tips:overpass [2020/11/17 15:51] – scipio | tips:overpass [2020/11/17 16:36] (current) – scipio | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| ); | ); | ||
| + | out body; | ||
| + | >; | ||
| + | out skel qt; | ||
| + | </ | ||
| + | |||
| + | selezionare direttamente l'area parcheggi di fes | ||
| + | < | ||
| + | [out: | ||
| + | (way[" | ||
| out body; | out body; | ||
| >; | >; | ||
| Line 25: | Line 34: | ||
| < | < | ||
| - | SELECT a.pos,b.name FROM knn AS a JOIN roads AS b ON (b.id = a.fid) | + | # MakePoint(longitude, |
| + | SELECT a.distance,b.name FROM knn AS a JOIN roads AS b ON (b.id = a.fid) | ||
| WHERE f_table_name = ' | WHERE f_table_name = ' | ||
| </ | </ | ||
| Line 33: | Line 43: | ||
| sqlite3 / | sqlite3 / | ||
| SELECT load_extension(' | SELECT load_extension(' | ||
| - | //SELECT load_extension('/ | ||
| - | SELECT ImportGeoJSON(' | + | |
| </ | </ | ||