An open API service indexing awesome lists of open source software.

https://github.com/robinl/interactive_maps_template

A generic template for creating interactive maps in d3 and leaflet
https://github.com/robinl/interactive_maps_template

Last synced: about 1 year ago
JSON representation

A generic template for creating interactive maps in d3 and leaflet

Awesome Lists containing this project

README

          

A generic template for creating interactive maps from a simple csv.

### Demo

You can access a demo, which uses a random dataset, [here](http://robinl.github.io/interactive_maps_template/):

### Instructions

To modify for your purposes, you need to change the following file:

https://github.com/RobinL/interactive_maps_template/blob/master/data/data_template_messy.csv

and change the config file so that it aligns with your column names

https://github.com/RobinL/interactive_maps_template/blob/master/js/custom_code/settings.txt

and it should work.

Some pics:

![Alt text](/pics/1.png?raw=true "1")
![Alt text](/pics/2.png?raw=true "2")
![Alt text](/pics/3.png?raw=true "3")