Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos authored Sep 30, 2024
1 parent b3af754 commit e1ad807
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit e1ad807

Please sign in to comment.