Skip to content

Commit

Permalink
opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
Davy-jones-Giant-squid committed Sep 27, 2013
1 parent 2d9a2d4 commit 4aa2c87
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions chicagocrime/static/script.js
Expand Up @@ -66,8 +66,7 @@ function mapNeigh(){
}
};

google.maps.event.addDomListener(window, 'load', createNeighborhood(neighborhood_obj[searchterm], areaCrimeList));

google.maps.event.addDomListener(window, 'load', createNeighborhood(neighborhood_obj[searchterm], areaCrimeList));
}


Expand Down Expand Up @@ -176,7 +175,7 @@ function createNeighborhood(neighborhood, crimeList){
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#FF0000',
fillOpacity: 0.35
fillOpacity: 0.15
});

boundariesPolygon.setMap(map);
Expand Down

0 comments on commit 4aa2c87

Please sign in to comment.