Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix required version and map example
  • Loading branch information
submarcos authored Sep 30, 2024
1 parent e3e3e84 commit b3af754
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
![Tests](https://github.com/submarcos/django-vectortiles/workflows/Python%20/%20Django%20matrix%20test/badge.svg)
![Tests](https://github.com/submarcos/django-vectortiles/workflows/Unit%20tests/badge.svg)
[![Coverage](https://codecov.io/gh/submarcos/django-vectortiles/branch/master/graph/badge.svg)](https://codecov.io/gh/submarcos/django-vectortiles)

![Python Version](https://img.shields.io/badge/python-%3E%3D%203.7-blue.svg)
![Django Version](https://img.shields.io/badge/django-%3E%3D%203.2-blue.svg)
![Python Version](https://img.shields.io/badge/python-%3E%3D%203.8-blue.svg)
![Django Version](https://img.shields.io/badge/django-%3E%3D%204.2-blue.svg)

# Generate MapBox VectorTiles from GeoDjango models
![image](https://github.com/user-attachments/assets/46d5b475-c5c1-48b2-959d-9689968fdfef)

## Directly with PostgreSQL/PostGIS 2.4+ or python native mapbox_vector_tile

Expand Down Expand Up @@ -137,4 +137,4 @@ 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.

Read full documentation for examples, as multiple layers, cache policy, mapblibre integration, etc.
Read full documentation for examples, as multiple layers, cache policy, mapblibre integration, etc.

0 comments on commit b3af754

Please sign in to comment.