Skip to content

Commit 3c403b5

Browse files
authored
Add contact:instagram field for POIs (#1019)
1 parent ce6e124 commit 3c403b5

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

data/fields/contact/instagram.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"key": "contact:instagram",
3+
"type": "url",
4+
"label": "Instagram account name or URL",
5+
"placeholder": "https://www.instagram.com/openstreetmap/"
6+
}

data/presets/@templates/poi.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"{@templates/contact}",
44
"address",
55
"contact/facebook",
6+
"contact/instagram",
67
"gnis/feature_id-US",
78
"level",
89
"not/name",

data/presets/leisure/horse_riding.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"moreFields": [
1010
"{@templates/contact}",
1111
"contact/facebook",
12+
"contact/instagram",
1213
"gnis/feature_id-US",
1314
"opening_hours",
1415
"payment_multi"

0 commit comments

Comments
 (0)