petewarden / openheatmap

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

rendering map from csv file #7

Open cybage opened 13 years ago

cybage commented 13 years ago

I am using the hello_world example to implement openheatmap on an asp.net page. When i upload hello_data.csv the map is created with all the data highlighted. But, if i upload some other file eg: ind_state the map does not render the data and plot the locations. Kindly help.

petewarden commented 13 years ago

Sorry about that! The problem is that the OpenHeatMap website converts human-readable CSV data into codes that match up with the renderable maps. So in the Indian states example, you would use http://www.openheatmap.com/locationhelp.php#ind_district_code as a code if you wanted to render them directly.

On Tue, Sep 27, 2011 at 12:29 AM, cybage < reply@reply.github.com>wrote:

I am using the hello_world example to implement openheatmap on an asp.netpage. When i upload hello_data.csv the map is created with all the data highlighted. But, if i upload some other file eg: ind_state the map does not render the data and plot the locations. Kindly help.

Reply to this email directly or view it on GitHub: https://github.com/petewarden/openheatmap/issues/7