Skip to content

Commit

Permalink
add india
Browse files Browse the repository at this point in the history
  • Loading branch information
jperelli committed Oct 18, 2024
1 parent d3682e5 commit 466ba92
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/catastro/management/commands/update_osm.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,14 @@
'country_code': 'qa',
'lang': 'ar_QA',
},
'india': {
'name': 'india',
'url': 'https://download.geofabrik.de/asia/india-latest.osm.pbf',
'id': 304716,
'paradas_completas': False,
'country_code': 'in',
'lang': 'en_IN', # hi_IN
}
}


Expand Down

0 comments on commit 466ba92

Please sign in to comment.