Skip to content

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Nov 4, 2024
1 parent e0991fb commit 98fcd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ TileJSON and tile views share some data, as vactor layers definition. So we need
urlpatterns = [
...
views.CityAndStateTileView.get_url(), # serve tiles at /city-and-states/<int:z>/<int:x>/<int:y>
views.CityAndStateTileJSON.get_url(), # serve tilejson at /city-and-states/tiles.json
views.CityAndStateTileJSON.get_urls(tiles_urls=views.CityAndStateTileView.get_url()), # serve tilejson at /city-and-states/tiles.json
...
]
Expand Down

0 comments on commit 98fcd70

Please sign in to comment.