Strabon
changeset 1182:57d8b51cd8d1
made geometries of KML red when rendered using geoXML3
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Thu May 23 17:30:52 2013 +0300 (2013-05-23) |
parents | 5cd0d16b81b0 |
children | a92a8a80aae8 27ac0e47c761 |
files | endpoint/WebContent/js/geoxml3-kmz.js |
line diff
1.1 --- a/endpoint/WebContent/js/geoxml3-kmz.js Wed May 22 00:43:56 2013 +0300 1.2 +++ b/endpoint/WebContent/js/geoxml3-kmz.js Thu May 23 17:30:52 2013 +0300 1.3 @@ -210,12 +210,12 @@ 1.4 } 1.5 }, 1.6 line: { 1.7 - color: 'ffffffff', // white (KML default) 1.8 + color: '770000ff', // red (KML default) 1.9 colorMode: 'normal', 1.10 width: 1.0 1.11 }, 1.12 poly: { 1.13 - color: 'ffffffff', // white (KML default) 1.14 + color: '770000ff', // red (KML default) 1.15 colorMode: 'normal', 1.16 fill: true, 1.17 outline: true