From b517dcaa41ffbd403f823ef486847c466fba64d6 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 19 Mar 2013 19:53:15 -0700 Subject: [PATCH] Add ref field to highways --- data/presets/presets.json | 15 ++++++++++----- data/presets/presets/highway/motorway.json | 3 ++- data/presets/presets/highway/primary.json | 3 ++- data/presets/presets/highway/secondary.json | 3 ++- data/presets/presets/highway/tertiary.json | 3 ++- data/presets/presets/highway/trunk.json | 3 ++- 6 files changed, 20 insertions(+), 10 deletions(-) diff --git a/data/presets/presets.json b/data/presets/presets.json index fed256cf0..fa7c41333 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -971,7 +971,8 @@ "structure", "access", "maxspeed", - "surface" + "surface", + "ref" ], "geometry": [ "line" @@ -1007,7 +1008,8 @@ "structure", "access", "maxspeed", - "surface" + "surface", + "ref" ], "geometry": [ "line" @@ -1043,7 +1045,8 @@ "structure", "access", "maxspeed", - "surface" + "surface", + "ref" ], "geometry": [ "line" @@ -1097,7 +1100,8 @@ "structure", "access", "maxspeed", - "surface" + "surface", + "ref" ], "geometry": [ "line" @@ -1147,7 +1151,8 @@ "structure", "access", "maxspeed", - "surface" + "surface", + "ref" ], "geometry": [ "line" diff --git a/data/presets/presets/highway/motorway.json b/data/presets/presets/highway/motorway.json index 66db9b33d..0e857cd50 100644 --- a/data/presets/presets/highway/motorway.json +++ b/data/presets/presets/highway/motorway.json @@ -5,7 +5,8 @@ "structure", "access", "maxspeed", - "surface" + "surface", + "ref" ], "geometry": [ "line" diff --git a/data/presets/presets/highway/primary.json b/data/presets/presets/highway/primary.json index 09bb751c1..4f11e28e0 100644 --- a/data/presets/presets/highway/primary.json +++ b/data/presets/presets/highway/primary.json @@ -5,7 +5,8 @@ "structure", "access", "maxspeed", - "surface" + "surface", + "ref" ], "geometry": [ "line" diff --git a/data/presets/presets/highway/secondary.json b/data/presets/presets/highway/secondary.json index 44d3de1a3..5c53066ab 100644 --- a/data/presets/presets/highway/secondary.json +++ b/data/presets/presets/highway/secondary.json @@ -5,7 +5,8 @@ "structure", "access", "maxspeed", - "surface" + "surface", + "ref" ], "geometry": [ "line" diff --git a/data/presets/presets/highway/tertiary.json b/data/presets/presets/highway/tertiary.json index 832d295d7..e4046b844 100644 --- a/data/presets/presets/highway/tertiary.json +++ b/data/presets/presets/highway/tertiary.json @@ -5,7 +5,8 @@ "structure", "access", "maxspeed", - "surface" + "surface", + "ref" ], "geometry": [ "line" diff --git a/data/presets/presets/highway/trunk.json b/data/presets/presets/highway/trunk.json index 62aa1f0f3..88237fe81 100644 --- a/data/presets/presets/highway/trunk.json +++ b/data/presets/presets/highway/trunk.json @@ -5,7 +5,8 @@ "structure", "access", "maxspeed", - "surface" + "surface", + "ref" ], "geometry": [ "line"