update type colors
This commit is contained in:
parent
7cfe46ffa1
commit
84cfc65d79
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ 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: [255, 0, 128],
|
building: [255, 64, 128],
|
||||||
feature: [0, 192, 0],
|
feature: [0, 192, 0],
|
||||||
},
|
},
|
||||||
areaSize = {
|
areaSize = {
|
||||||
|
|
Loading…
Reference in a new issue