From 9e540c6eca3a23e9080082f79b11557f0a02a860 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 1 Jun 2011 12:50:43 +0200 Subject: [PATCH] update place type taxonomy --- source/Ox.UI/js/Map/Ox.MapMarker.js | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/source/Ox.UI/js/Map/Ox.MapMarker.js b/source/Ox.UI/js/Map/Ox.MapMarker.js index f933b406..8c43e59d 100644 --- a/source/Ox.UI/js/Map/Ox.MapMarker.js +++ b/source/Ox.UI/js/Map/Ox.MapMarker.js @@ -26,18 +26,17 @@ Ox.MapMarker = function(options) { city: [255, 0, 0], borough: [255, 128, 0], street: [255, 255, 0], - premise: [128, 255, 0], - feature: [0, 192, 0], - other: [128, 128, 128] + building: [128, 255, 0], + feature: [0, 255, 128], }, areaSize = { - 100: 10, - 10000: 12, // 100 m - 1000000: 14, // 1 km - 100000000: 16, // 10 km - 10000000000: 18, // 100 km - 1000000000000: 20, // 1,000 km - 100000000000000: 22, // 10,000 km + 100: 10, // 10 x 10 m + 10000: 12, // 100 x 100 m + 1000000: 14, // 1 x 1 km + 100000000: 16, // 10 x 10 km + 10000000000: 18, // 100 x 100 km + 1000000000000: 20, // 1,000 x 1,000 km + 100000000000000: 22, // 10,000 x 10,000 km }; if (options.map.options('showTypes')) {