Skip to content

Commit

Permalink
feat: add birtamod city data (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: Nishant Sapkota <60746512+thenishantsapkota@users.noreply.github.com>
  • Loading branch information
drishyakarki and thenishantsapkota authored Oct 2, 2023
1 parent fab374e commit 12de116
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion data/borderlines.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
{
"cities": [
{
"name": "Birtamod",
"latitude": 26.6293,
"longitude": 87.9825,
"timezone": "Asia/Kathmandu",
"officialLanguage": "Nepali",
"currency": {
"name": "Nepalese Rupee",
"code": "NPR"
},
"landArea": {
"value": 78.24,
"unit": "km²"
},
"elevation": {
"value": 300,
"unit": "meters"
},
"landmarks": [
{
"name": "Heaven Water Park",
"latitude": 26.63947,
"longitude": 87.9306854
},
{
"name": "Bhatbhateni Birtamode",
"latitude": 26.6365878,
"longitude": 87.9709011
},
{
"name": "Birtamode City Center",
"latitude": 26.6346416,
"longitude": 87.9885769
},
{
"name": "Hanuman Central",
"latitude": 26.642373,
"longitude": 87.9916113
}
]
},
{
"name": "Damak",
"latitude": 26.617,
Expand All @@ -15,7 +56,6 @@
"unit": "km²"
},
"elevation": {
"value": 130,
"unit": "meters"
},
"landmarks": [
Expand Down

0 comments on commit 12de116

Please sign in to comment.