It is very stormy outside, so me and the cat are going to chill on the sofa and write code.
First up, getting my little Geospatial tool thing onto a subdomain, like geo.harrywinser.com
It is very stormy outside, so me and the cat are going to chill on the sofa and write code.
First up, getting my little Geospatial tool thing onto a subdomain, like geo.harrywinser.com
Ok, one problem at a time. Let's get the subdomain working first.
Ha! I left for 5 minutes and it started working. Winner!
https://geo.harrywinser.com/
Now onto getting the map to work...
Ok, turns out it wasn't loading the component. But now it is!!
Very start of the project, but here:
https://geo.harrywinser.com/
Back at it, and honestly really surprised and impressed with how much stuff is just _in_ HTML. Without the need for something like Material UI and so on.
For example, I'm playing around with <dialog> (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog) and <code> (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/code)