Would another free app or program be better and easier to do this than mapbox.com ?
I simply want to layer census 2010 data by shading areas onto a map like on theatlanticcities.com/posts/map/ & developmentseed.org.
|
Would another free app or program be better and easier to do this than mapbox.com ? I simply want to layer census 2010 data by shading areas onto a map like on theatlanticcities.com/posts/map/ & developmentseed.org. |
|||||
|
|
Excel can hold the attribute values, but doesn't manage the boundaries (the shapes of the census districts). I haven't used MapBox before, but a quick look suggests it's only applicable for points (rather than polygon boundaries). To store and server census information onto a web map, you'll probably want some kind of spatial server. Free options include GeoServer and Google Fusion Tables, which can store and serve KML files. You'll need a viewer with the ability to display the polygons and their attributes. Free options include OpenLayers and Leaflet, and of course the Google Maps API. An alternative to using a spatial server is to store the census boundaries in GeoJSON. There's a nice example on the Leaflet site here. There's a good introduction to some popular free GIS programs available on the OpenGeo site. |
|||||||||||||||
|