Skip to content

Commit

Permalink
OL 2.12 requires more css.
Browse files Browse the repository at this point in the history
and put of coherence in the name of var for longitude.
  • Loading branch information
jorix committed Mar 30, 2013
1 parent e69a5bb commit 258e1dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/example-heatmap-openlayers.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
padding-top: 60px;
padding-bottom: 40px;
}
#heatmapArea img {
max-width: none;
}
</style>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
Expand Down Expand Up @@ -130,7 +133,7 @@ <h1>

while(datalen--){
nudata.push({
lonlat: new OpenLayers.LonLat(data[datalen].lon, data[datalen].lat),
lonlat: new OpenLayers.LonLat(data[datalen].lng, data[datalen].lat),
count: data[datalen].count
});
}
Expand Down

0 comments on commit 258e1dd

Please sign in to comment.