javascript - Mapping the latitude longitude co-ordinates on Map -


i have list of 1000 locations in city. location information available in form of csv file in form:(name, latitude, longitude). need plot same on map of city.

i have started learning d3 past 2 days using this excellent guide.i'm not sure if d3 right tool create visualization. started using because later create few dynamic visualization using location -like when user clicks on location , highlight other locations within distance of 'x' miles, draw line between 2 different locations, etc.. d3, right tool achieve ? , recommendation on what(new tools, library etc...) should ramp same. so!

i have been using d3 while, doing simple graphics (linecharts, barcharts).

in order use information, recommend use json format store csv data in object.

i have found example on web, creator of d3: http://bost.ocks.org/mike/map/

hope little, nice if put fiddle when work done


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -