update type colors
This commit is contained in:
parent
63d34b5854
commit
7b32cbd33b
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ Ox.MapMarker = function(options) {
|
||||||
city: [255, 0, 0],
|
city: [255, 0, 0],
|
||||||
borough: [255, 128, 0],
|
borough: [255, 128, 0],
|
||||||
street: [255, 255, 0],
|
street: [255, 255, 0],
|
||||||
building: [96, 192, 0],
|
building: [255, 128, 128],
|
||||||
feature: [0, 128, 0],
|
feature: [0, 192, 0],
|
||||||
},
|
},
|
||||||
areaSize = {
|
areaSize = {
|
||||||
100: 10, // 10 x 10 m
|
100: 10, // 10 x 10 m
|
||||||
|
|
Loading…
Reference in a new issue