hackergarten.github.io icon indicating copy to clipboard operation
hackergarten.github.io copied to clipboard

Automatically generate list of locations from events.json

Open christophmuth opened this issue 2 years ago • 2 comments

The events.json file contains all the information needed for the map popup. It needs to be enriched by the geocoordinates using the address data.

Instead of having to manually create the locations array (locations.js) file, we could retrieve the lat/long coordinates from a geocode api like geoapify.

christophmuth avatar Jul 04 '23 18:07 christophmuth

One nice way would be to add this functionality in the gulpfile.js. Parse the events.json and create something like locations.json. Take a look at generating the feed.xml in the same file. It parses the events.json and creates a XML file.

McPringle avatar Feb 01 '24 21:02 McPringle

We started implementing this feature on yesterday's Hackergarten in Stuttgart. Hopefully, we can finish this issue in one of the next Hackergarten events. See #435

BeniRupp avatar Aug 07 '24 06:08 BeniRupp