update place type taxonomy
This commit is contained in:
parent
94f34a8d0e
commit
9e540c6eca
1 changed files with 9 additions and 10 deletions
|
@ -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')) {
|
||||
|
|
Loading…
Reference in a new issue