Skip to content

Commit

Permalink
add new required geoCode section
Browse files Browse the repository at this point in the history
  • Loading branch information
Grotax committed Oct 2, 2023
1 parent 0cea2b1 commit 225b2a6
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
6 changes: 4 additions & 2 deletions badoldesloe.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
"location": {
"city": "Bad Oldesloe",
"country": "DE",
"lat": 53.81,
"lon": 10.37
"geoCode": {
"lat": 53.81,
"lon": 10.37
}
},
"contact": {
"email": "[email protected]",
Expand Down
6 changes: 4 additions & 2 deletions lauenburg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
"location": {
"city": "Lauenburg",
"country": "DE",
"lat": 53.37,
"lon": 10.54
"geoCode": {
"lat": 53.37,
"lon": 10.54
}
},
"contact": {
"email": "[email protected]",
Expand Down
6 changes: 4 additions & 2 deletions ratzeburg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
"location": {
"city": "Ratzeburg",
"country": "DE",
"lat": 53.69,
"lon": 10.77
"geoCode": {
"lat": 53.69,
"lon": 10.77
}
},
"contact": {
"email": "[email protected]",
Expand Down
6 changes: 4 additions & 2 deletions reinbek.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
"location": {
"city": "Reinbek",
"country": "DE",
"lat": 53.51,
"lon": 10.24
"geoCode": {
"lat": 53.51,
"lon": 10.24
}
},
"contact": {
"email": "[email protected]",
Expand Down
6 changes: 4 additions & 2 deletions suedholstein.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
"location": {
"city": "Bad Oldesloe",
"country": "DE",
"lat": 53.81,
"lon": 10.37
"geoCode": {
"lat": 53.81,
"lon": 10.37
}
},
"contact": {
"email": "[email protected]",
Expand Down

0 comments on commit 225b2a6

Please sign in to comment.