I thought of this while filing #2384...
I was thinking something like project_get_info($project_name, $property = NULL) that would auto-detect project type (from the .info file or the system table?). If $property is omitted, then an array of all the project info would be returned (keyed by property), else the specific property defined in $property. This would allow us to get a specific project property like this:
$human_readable_name = project_get_info('devel', 'name');
...instead of this:
$module_info = system_get_info('module', 'devel');
$human_readable_name = $module_info['name'];
...while still being able to do things like this:
$module_info = project_get_info('devel');
$human_readable_name = $module_info['name'];
Recent comments
Wow, many thanks for keeping on digging. You finally found it! Yes, now I can reproduce the problem, as soon as I switch to "Use map defined setting" in the view's zoom setting section...
Disappearing administration bar. Is this a Leaflet or a Backdrop bug?
Thank you for these clarifications. In a few days I'll tell you more...
Create a new theme - Starter theme
I did a bit more testing again using a new content type. It seems the problem with no sane default map zoom level is with all the maps from Leaflet More Maps (I did not try all of them, but...
Disappearing administration bar. Is this a Leaflet or a Backdrop bug?