update place type taxonomy

This commit is contained in:
rolux 2011-06-01 12:50:43 +02:00
parent 94f34a8d0e
commit 9e540c6eca

View file

@ -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')) {