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:36] – 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 24: | Line 33: | ||
| - | <code/ | + | <code> |
| - | SELECT a.pos,b.name FROM knn AS a JOIN roads AS b ON (b.id = a.fid) | + | # MakePoint(longitude, |
| - | WHERE f_table_name = ' | + | SELECT a.distance,b.name FROM knn AS a JOIN roads AS b ON (b.id = a.fid) |
| + | WHERE f_table_name = ' | ||
| </ | </ | ||
| Line 33: | Line 43: | ||
| sqlite3 / | sqlite3 / | ||
| SELECT load_extension(' | SELECT load_extension(' | ||
| - | //SELECT load_extension('/ | ||
| - | SELECT ImportGeoJSON(' | + | |
| </ | </ | ||