Blog
Using Overpass API Mirrors, CORS Errors and adding a loading message
January 19, 2022
Investigating using different Overpass API servers, fixing the CORS error and adding a loading message...
Read this post ...
Importing OSM Overpass API Data To MYSQL
January 4, 2022
A php script to import Overpass API data from Openstreetmap into MYSQL using JSON.
Read this post ...
Planning to do the Hashicorp Terraform Associate Certification
December 27, 2021
Having spent the past month focusing on devops with AWS, I have decided to do the Terraform Associate Certification. It is coming to the new year, new month, so i get a new allocation of 750 hours on...
Read this post ...
What am I trying to achieve?
December 24, 2021
I was asked this question on twitter, so I wrote a blog post answering it
Read this post ...
Extracting More Data From The Overpass API (Part 3)
December 24, 2021
Extracting the Address details and the type of thing it actually is.
Read this post ...
Extracting The Data From The Overpass API (Part 2)
December 23, 2021
Taking the last blog further, importing into the database and running Spatial queries.
Read this post ...
Extracting Data From The Overpass API
December 23, 2021
I wrote a simple php script to extract data from the Overpass API xml file
Read this post ...
Improving the maps on Londinium.com
December 22, 2021
Adding mapping features to londinium.com, the original site for London using leaflet JS and Openstreetmap
Read this post ...
AWS terraform destroy & terraform apply (Part 8)
December 20, 2021
Fixing the Terraform file to make the storage file smaller to fit in the free tier limits
Read this post ...
AWS EC2 Instance and Container setup with Ansible (Part 7)
December 6, 2021
I started with this tutorial https://www.agix.com.au/build-an-ec2-using-ansible-step-by-step/ The ansible code is in Part 7 of the repo github.com/allotmentandy/aws, this code creates a NEW instance...
Read this post ...