petewarden / openheatmap

A web renderer for geographic heat maps, using OpenStreetMap compatible file formats
http://openheatmap.com/
103 stars 37 forks source link

OpenHeatMap not displaying data on maps and map looks like dark black. #20

Open hardikvaishnav opened 9 years ago

hardikvaishnav commented 9 years ago

Hi Pete,

I am having an issue with OpenHeatMap displaying data on maps. I get a dark map area without any data displayed.

heatmap

There are many png file not found error (attached error file).

error

This is issue is occurred in google chrome (40.0.2214.111 m), IE (11.0.9600.17498) and firefox(32.0.3) and .Net framework 4.0 with visual studio 2010. My operating system is Windows 8.1 (32 Bit).

I have attached code which i have used for displaying data on maps.

code

hello_data.csv

country_code,value AFG,10 AUS,20 CAN,30 USA,40

Thanks, Hardik