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

Attachment: pgp6GdEvuHkeC.pgp
Description: PGP signature

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

Reply via email to