1
0
Fork 0
forked from 0x2620/oxjs

formatted area output in place panel

This commit is contained in:
rolux 2011-05-31 10:42:22 +02:00
commit 61404dd776
2 changed files with 15 additions and 9 deletions

View file

@ -21,7 +21,7 @@ Ox.MapMarker = function(options) {
var that = this,
typeColor = {
country: [0, 255, 255],
country: [0, 128, 255],
region: [255, 0, 255],
city: [255, 0, 0],
borough: [255, 128, 0],