Merge pull request #21 from kratz00/hoods

Hoods
This commit is contained in:
Dominik Heidler 2016-07-13 22:54:04 +02:00 committed by GitHub
commit 38c6e4d4b6
1 changed files with 19 additions and 1 deletions

View File

@ -50,6 +50,12 @@ hoods = [
"net": "10.50.72.0/21",
"position": {"type": "Point", "coordinates": [9.93489, 49.79688]}
},
{
"keyxchange_id": 8,
"name": "bamberg",
"net": "10.50.124.0/22",
"position": {"type": "Point", "coordinates": [10.95, 49.89]}
},
{
"keyxchange_id": 9,
"name": "bgl",
@ -72,7 +78,7 @@ hoods = [
"keyxchange_id": 12,
"name": "hof",
"net": "10.50.104.0/21",
"position": {"type": "Point", "coordinates": [12.000519, 50.127736]}
"position": {"type": "Point", "coordinates": [11.9, 50.3]}
},
{
"keyxchange_id": 13,
@ -85,6 +91,18 @@ hoods = [
"name": "marktredwitz",
"net": "10.50.112.0/22",
"position": {"type": "Point", "coordinates": [12.000519, 50.027736]}
},
{
"keyxchange_id": 15,
"name": "forchheim",
"net": "10.50.116.0/22",
"position": {"type": "Point", "coordinates": [11.1, 49.68]}
},
{
"keyxchange_id": 16,
"name": "muenchberg",
"net": "10.50.120.0/22",
"position": {"type": "Point", "coordinates": [11.79, 50.19]}
}]
for hood in hoods: