multi_osm.py
- read_config
- read toml config file
- form_one_query_item
- form osm query for one item using 'one_item' template structure
- get_using_overpass
- query overpass.API using query passed in and bounding box
- make_bbox
- calculate (lame) bounding box
- get_all_osm_items
- (entry pt from cherrypy): read config, form bbox around point, query osm
- get_all_osm_items_bb
- (entry pt from cherrypy): read config, generate bounding box, query osm
- get_all_osm_items_bbox
- main query function; form & do find query for all objects in config file