In the previous section, you learned how to create a tile-backed app using OpenLayers. In this section, we'll take a deeper dive into using the tile cache. We'll start by viewing the app we created in the last section in the browser. Next, we'll send a request for a tile generated by the app, but this time with the command-line utility curl. Finally, you'll learn about seeding and rendering the tile cache.
Here is the OpenLayers app that we created in the previous section:
![](https://static.packt-cdn.com/products/9781789538601/graphics/assets/e932d0a8-9f48-4e4a-9178-9c9be54b2717.png)
We'll use Developer tools from the browser again to see a URL for a particular tile, and then see what that looks like in curl. You can see we have tile requests here to OpenStreetMap, and also to our GeoServer instance:
![](https://static.packt-cdn.com/products/9781789538601/graphics/assets/2ee2d6b7-5448-4c53-9580-ec2bb5fae27a.png)
I'll just grab one of these link addresses, URLs, and then, moving over into the command line, if we already have curl installed, we can...