From 17d9a37bc49417c4c081488b5f9db0aa709d38d5 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 19 Mar 2013 19:50:38 -0700 Subject: [PATCH] Optimize road category for 3 column layout --- data/presets/categories.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/data/presets/categories.json b/data/presets/categories.json index bd10ddad6..8638106b2 100644 --- a/data/presets/categories.json +++ b/data/presets/categories.json @@ -3,15 +3,14 @@ "icon": "highway", "id": "Road", "members": [ + "highway/residential", "highway/motorway", "highway/trunk", "highway/primary", "highway/secondary", "highway/tertiary", "highway/unclassified", - "highway/residential", "highway/service", - "highway/track", - "highway" + "highway/track" ] }]