If we have flags stored at Modules_v4/openstreetmap/places then they are not displayed on the Places Hierarchy page (assuming Maps are used). I think the solution is to change line 274 of PlaceHierarchyController from Webtrees::MODULES_DIR . 'openstreetmap/'; to Webtrees::MODULES_PATH. '/openstreetmap/';
However now that openstreetmaps is no longer a module wouldn't it make more sense to store the flags somewhere else (resources?)
If we have flags stored at
Modules_v4/openstreetmap/placesthen they are not displayed on the Places Hierarchy page (assuming Maps are used). I think the solution is to change line 274 of PlaceHierarchyController fromWebtrees::MODULES_DIR . 'openstreetmap/';toWebtrees::MODULES_PATH. '/openstreetmap/';However now that openstreetmaps is no longer a module wouldn't it make more sense to store the flags somewhere else (resources?)