Skip to content

Commit

Permalink
add Hamm to map
Browse files Browse the repository at this point in the history
  • Loading branch information
gluap committed Jun 15, 2024
1 parent faaa100 commit 0b34247
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion content/map/initiativen.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "Feature",
"properties": {
"name": "Aachen",
"description": "**Name**: ADFC Aachen/RWTH Aachen<br/>**Anzahl**: im Aufbau<br/>**Kontakt**: [openbikesensor@lists.adfc-ac.de](mailto:openbikesensor@lists.adfc-ac.de<br/>)<br/>URL: [aachen.adfc.de](https://aachen.adfc.de/)<br/><br/>"
"description": "**Name**: ADFC Aachen/RWTH Aachen<br/>**Anzahl**: im Aufbau<br/>**Kontakt**: [openbikesensor@lists.adfc-ac.de](mailto:openbikesensor@lists.adfc-ac.de)<br/>URL: [aachen.adfc.de](https://aachen.adfc.de/)<br/><br/>"
},
"geometry": {
"type": "Point",
Expand All @@ -16,6 +16,21 @@
},
"id": "g2OTE"
},
{
"type": "Feature",
"properties": {
"name": "Hamm",
"description": "**Name**: ADFC Kreisverband Hamm e.V.<br/>**Anzahl**: 10 Sensoren<br/>**Kontakt**: [kontakt@adfc-hamm.de](mailto:kontakt@adfc-hamm.de)<br/>**URL:** [hamm.adfc.de](http://www.hamm.adfc.de/)<br/>"
},
"geometry": {
"type": "Point",
"coordinates": [
7.815691,
51.679335
]
},
"id": "Hamm"
},
{
"type": "Feature",
"properties": {
Expand Down

0 comments on commit 0b34247

Please sign in to comment.