diff --git a/data/presets/categories.json b/data/presets/categories.json index 658594ba9..cfead76e5 100644 --- a/data/presets/categories.json +++ b/data/presets/categories.json @@ -51,6 +51,7 @@ "members": [ "golf/hole", "golf/cartpath", + "golf/cartpath_multipurpose", "golf/path" ] }, diff --git a/data/presets/categories/golf-line.json b/data/presets/categories/golf-line.json index 47c6774ce..dc7623c84 100644 --- a/data/presets/categories/golf-line.json +++ b/data/presets/categories/golf-line.json @@ -5,6 +5,7 @@ "members": [ "golf/hole", "golf/cartpath", + "golf/cartpath_multipurpose", "golf/path" ] } diff --git a/data/presets/presets/golf/cartpath_multipurpose.json b/data/presets/presets/golf/cartpath_multipurpose.json new file mode 100644 index 000000000..204c06a57 --- /dev/null +++ b/data/presets/presets/golf/cartpath_multipurpose.json @@ -0,0 +1,24 @@ +{ + "icon": "maki-golf", + "fields": [ + "name", + "surface", + "width", + "structure", + "access", + "incline" + ], + "geometry": [ + "line" + ], + "tags": { + "highway": "track", + "golf": "cartpath", + "golf_cart": "designated" + }, + "reference": { + "key": "golf", + "value": "cartpath" + }, + "name": "Golf Cartpath Multipurpose" +}