From 0bc5c13b88376ffb13cfc5e2b942fe3faa36c142 Mon Sep 17 00:00:00 2001 From: Chad Rockey Date: Tue, 5 Feb 2019 09:14:07 -0800 Subject: [PATCH] Cleanup according to comments --- data/presets/presets/golf/cartpath.json | 4 ++-- data/presets/presets/golf/hole.json | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/data/presets/presets/golf/cartpath.json b/data/presets/presets/golf/cartpath.json index edcc8220a..2c76efff3 100644 --- a/data/presets/presets/golf/cartpath.json +++ b/data/presets/presets/golf/cartpath.json @@ -13,8 +13,8 @@ ], "tags": { "golf": "cartpath", - "highway:": "path", - "golf_cart:": "designated" + "highway": "path", + "golf_cart": "designated" }, "reference": { "key": "golf", diff --git a/data/presets/presets/golf/hole.json b/data/presets/presets/golf/hole.json index af19c8c99..8a5fcd06f 100644 --- a/data/presets/presets/golf/hole.json +++ b/data/presets/presets/golf/hole.json @@ -12,9 +12,5 @@ "tags": { "golf": "hole" }, - "reference": { - "key": "golf", - "value": "hole" - }, "name": "Golf Hole" }