Staffs LUG 14th January 2020
10. Using OSM data
- Embed maps on web page
- OSM API - download map data
- Slippy map format "zoom/x/y" zoom 1-19
- zoom 1 - world 4 tiles
- zoom 19 - world 274,000,000,000 tiles
- Photo Map application (python)
- sqlite datbase of 12,000 images (mostly rubbish)
- indexed by lat/long
- imagename, folder, address(reverse Nominatim from OSM)
- generate html for website, images, update database
---