-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
taginfo.json
30 lines (30 loc) · 1 KB
/
taginfo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"data_format": 1,
"data_url": "https://raw.githubusercontent.com/osmcode/osmcoastline/master/taginfo.json",
"project": {
"name": "OSMCoastline",
"description": "Program that assembles continuous coastlines from OSM data and creates land and water polygons.",
"project_url": "https://wiki.osm.org/wiki/OSMCoastline",
"doc_url": "https://github.com/osmcode/osmcoastline",
"icon_url": "https://osmcode.org/img/logo-osmcoastline.svg",
"contact_name": "Jochen Topf",
"contact_email": "[email protected]",
"keywords": [
"export"
]
},
"tags": [
{
"key": "natural",
"value": "coastline",
"object_types": [ "way" ],
"description": "The coastline."
},
{
"key": "coastline",
"value": "bogus",
"object_types": [ "way" ],
"description": "Pseudo-coastline in Antarctica tagged for technical reasons."
}
]
}