Skip to content

Commit

Permalink
Merge pull request #40 from openstreetmap-polska/Zaczero-patch-1
Browse files Browse the repository at this point in the history
Don't return country_names in country tiles
  • Loading branch information
Zaczero authored Jan 3, 2024
2 parents 97760ef + 45e204f commit 67dbf5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/v1/tile.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ async def _get_tile_country(z: int, bbox: BBox, country_state: CountryState, aed
'geometry': country.label.position.shapely,
'properties': {
'country_name': country.name,
'country_names': country.names,
'country_code': country.code,
'point_count': country_count_map[country.name][0],
'point_count_abbreviated': country_count_map[country.name][1],
Expand Down

0 comments on commit 67dbf5f

Please sign in to comment.