<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
$options = new RJsonwalksFeedoptions("ES10");
$feed=new RJsonwalksFeed($options);// edited 20240122 as instructed for new feed
RLicense::GoogleMapKey("AIzaSyDnAYECK5MrzgrzzdOYDMLskuEu76q3rfI");
$display= new RJsonwalksLeafletMapmarker();
$feed->Display($display);
?>
