Skip to content

Commit

Permalink
Periods as data
Browse files Browse the repository at this point in the history
  • Loading branch information
basgroot committed Feb 2, 2024
1 parent b0407d9 commit e6001ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion map.js
Original file line number Diff line number Diff line change
Expand Up @@ -1583,7 +1583,7 @@ function initMap() {

function init() {
getData("/bekendmakingen/periods.json", function (periodsJson) {
appState.periods = periodsJson;
appState.periods = periodsJson.periods;
getData("/bekendmakingen/municipalities.json", function (municipalitiesJson) {
// Source: https://organisaties.overheid.nl/Gemeenten/
appState.municipalities = municipalitiesJson;
Expand Down

0 comments on commit e6001ff

Please sign in to comment.