From d4f1d67fdb6be5aa0582f9acf2f0c2e3937630ec Mon Sep 17 00:00:00 2001 From: junqiulei <50026313+junqiulei@users.noreply.github.com> Date: Mon, 8 Aug 2022 17:51:05 -0700 Subject: [PATCH] Update README.md --- tiles-generation/cdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiles-generation/cdk/README.md b/tiles-generation/cdk/README.md index 3176642..2407425 100644 --- a/tiles-generation/cdk/README.md +++ b/tiles-generation/cdk/README.md @@ -1,5 +1,5 @@ # Tiles generation pipeline with CDK - +test4 This project helps to build raster tiles and vector tiles generation pipeline on [Amazon ECS](https://aws.amazon.com/ecs/) using [AWS CDK](https://aws.amazon.com/cdk/). The raster tiles generation docker base image comes from the [openstreetmap-tile-server](https://github.com/Overv/openstreetmap-tile-server) project. The vector tiles generation leverage [Planetiler](https://github.com/onthegomap/planetiler) to generate tiles into MBTiles(sqlite) and then leverage [MBUtil](https://github.com/mapbox/mbutil) to extract it to PBF(Google Protobufs) files. ## Diagram