forked from AMDmi3/opening_hours.js
-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Labels
type: featureIntroduction of new functionality.Introduction of new functionality.
Description
I have an external set of opening hours that might or might not specify PH/SH. I do not have data for the country in question. I'd rather be able to still get general information form this library than the full stop error "no holiday definition".
Could we have something like:
new opening_hours(
openingHours,
{
lat: 41.328937,
lon: 19.818096,
address: {
country_code: "AL",
state: 'N/A'
},
{
skip_ph: true,
skip_sh: true
}
}
);
InsertUser, andrashann and KristjanESPERANTO
Metadata
Metadata
Assignees
Labels
type: featureIntroduction of new functionality.Introduction of new functionality.