Hi everyone,

In the interests of keeping email down to a moderate flood, let's move discussion into https://github.com/swcarpentry/site/issues/802.

Thanks,
Greg

On 2015-02-12 10:50 AM, Raniere Silva wrote:
Hi Timothée,

On the other hand, why not leaflet.js? It's free (in the FOSS sense), and
has some nice plugins to aggregate pins and all that.

I can /try/ to PR something if you tell me where I should look.
The map is build with
https://github.com/swcarpentry/site/blob/master/js/maps.js.
This Javascript file is processed by Jekyll,
see the first two lines and the loop started at
https://github.com/swcarpentry/site/blob/master/js/maps.js#L61.

The begin of the file has some auxiliar functions
and the real job is done at one function for each of our maps:

- future workshops:
   https://github.com/swcarpentry/site/blob/master/js/maps.js#L51
- past workshops:
   https://github.com/swcarpentry/site/blob/master/js/maps.js#L79
- instructors location:
   https://github.com/swcarpentry/site/blob/master/js/maps.js#L126

Let us know if you need more information.

Raniere


_______________________________________________
Discuss mailing list
[email protected]
http://lists.software-carpentry.org/mailman/listinfo/discuss_lists.software-carpentry.org

--
Dr. Greg Wilson    | [email protected]
Software Carpentry | http://software-carpentry.org

_______________________________________________
Discuss mailing list
[email protected]
http://lists.software-carpentry.org/mailman/listinfo/discuss_lists.software-carpentry.org

Reply via email to