Skip to content

Commit

Permalink
Update doc/3-SQL-basics.md
Browse files Browse the repository at this point in the history
Co-authored-by: Famlam <[email protected]>
  • Loading branch information
frodrigo and Famlam authored Jul 6, 2024
1 parent f01267a commit 56f357c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/3-SQL-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ The available common tables are (see full definition in [Analyser_Osmosis.py](ht
* `highway_ends`: the start and ends of all highways ways.
* `buildings`: from ways (and not from multipolygon relations), with tags normalization and re-projected in local country _projection_ as _polygons_.
* `multipolygons`: multipolygon relations with relation id, relation tags, geometry and projected geometry, and whether the multipolygon is valid.
* `polygons`: polygon from relations and ways with osm object type, id, tags, geometry and projected geometry, and whether the multipolygon is valid.
* `polygons`: valid polygons from relations and ways with osm object type, id, tags, geometry and projected geometry

The dependencie on this common tables should be declared in the analyzer class:
```python
Expand Down

0 comments on commit 56f357c

Please sign in to comment.