merging changes

This commit is contained in:
rolux 2011-05-31 09:40:06 +02:00
parent 69317c3673
commit 64f493676b

View file

@ -21,13 +21,13 @@ Ox.MapMarker = function(options) {
var that = this,
typeColor = {
country: [64, 64, 255],
region: [128, 0, 255],
country: [0, 255, 255],
region: [255, 0, 255],
city: [255, 0, 0],
borough: [255, 128, 0],
street: [255, 255, 0],
premise: [128, 255, 0],
feature: [0, 192, 0],
premise: [0, 192, 0],
feature: [64, 64, 255],
other: [128, 128, 128]
},
areaSize = {