Thanks, Adam! Was able to add the code on base-layers.js with the following and it worked like a charm:
baseLayers.push({
id: 'heremaps',
name: 'HERE Maps (Satellite View)',
icon: arches.urls.media + 'img/here.jpeg',
layer: new ol.layer.Tile({
visible: false,
})
})
});
I read the FAQs for licensing of HERE Maps on this URL:
https://developer.here.com/faqs#licensing-terms and it looks like we are definitely allowed to use the Consumer Mapping Basic Plan for the Philippine Heritage Map. I would recommend the rest to add this one as their basemap as well.
Thanks again!
Regards,
Joel