From e1ad807b4579d295ef4394fa4e96c54eab57a325 Mon Sep 17 00:00:00 2001 From: Jean-Etienne Castagnede Date: Mon, 30 Sep 2024 10:11:26 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f0c5f9..d93c3ed 100644 --- a/README.md +++ b/README.md @@ -136,5 +136,6 @@ urlpatterns = [ ``` Now, any tile requested at http://you_url/tiles/{z}/{x}/{y} that intersects a city will return a vector tile with two layers, `cities` with border geometries and `city_code` property, and `city_centroïds` with center geometry and `city_name` property. +![image](https://github.com/user-attachments/assets/d472639a-db4c-40aa-984a-c68a8e841283) -Read full documentation for examples, as multiple layers, cache policy, mapblibre integration, etc. +[Read full documentation](https://django-vectortiles.readthedocs.io/) for examples, as multiple layers, cache policy, mapblibre integration, etc.