Skip to content

Commit

Permalink
Update taginfo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Feb 15, 2024
1 parent 2566834 commit b381980
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Binary file removed taginfo-node-icon.png
Binary file not shown.
14 changes: 7 additions & 7 deletions taginfo.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"data_format": 1,
"data_url": "https://github.com/openstreetmap-polska/openaedmap-frontend/raw/main/taginfo.json",
"data_url": "https://raw.githubusercontent.com/openstreetmap-polska/openaedmap-frontend/dev/taginfo.json",
"project": {
"name": "Open AED Map",
"description": "Map of defibrillators that allows adding them using OSM account",
"name": "OpenAEDMap",
"description": "Map of AEDs (Automatic External Defibrillators) based on OpenStreetMap data.",
"project_url": "https://openaedmap.org",
"doc_url": "https://github.com/openstreetmap-polska/openaedmap-frontend/",
"icon_url": "https://github.com/openstreetmap-polska/openaedmap-frontend/raw/main/taginfo-node-icon.png",
"icon_url": "https://raw.githubusercontent.com/openstreetmap-polska/openaedmap-frontend/dev/public/img/favicon.png",
"contact_name": "Włodzimierz Bartczak",
"contact_email": "[email protected]"
},
"tags": [
{
"key": "emergency",
"value": "defibrillator",
"object_types": ["node"],
"icon_url": "https://github.com/openstreetmap-polska/openaedmap-frontend/raw/main/taginfo-node-icon.png",
"description": "Map of defibrillators that allows adding them using OSM account"
"object_types": [
"node"
]
}
]
}

0 comments on commit b381980

Please sign in to comment.