Log in

HCMC Journal

More updates to BreezeMap, and a release

to : Martin Holmes
Minutes: 260

Over the weekend, and on Monday, I integrated a new OL release, 9.2.4, got proper versioning working, fixed a bug caused by a change in the constructor for ol.geom.GeometryCollection, and updated all the links to building pages since the UVic site has changed substantially. Pushed new versions to the HCMC maps test site, and released version 1.2 on GitHub. I’ve temporarily left a lot of old stem files on the server because I would like to check why so many Japanese stem files are obsolete since February.

DA is in the process of doing a refactor of the codebase as an experiment using JS modules, and we’ve spent some time working on finding a minimal toolset that will do what we need. It turns out that the Closure compiler still has problems with modules, but the ESBuild compiler, which can be installed as a standalone executable, works well, so she’s using that.

On Thursday, more consultation with DA and a quick fix for a couple of documentation errors she found.