We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce6e124 commit 3c403b5Copy full SHA for 3c403b5
3 files changed
data/fields/contact/instagram.json
@@ -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
@@ -3,6 +3,7 @@
"{@templates/contact}",
"address",
"contact/facebook",
+ "contact/instagram",
7
"gnis/feature_id-US",
8
"level",
9
"not/name",
data/presets/leisure/horse_riding.json
@@ -9,6 +9,7 @@
"moreFields": [
10
11
12
13
14
"opening_hours",
15
"payment_multi"
0 commit comments