Skip to content

v3.3.0 Update (06/23/2020)

Compare
Choose a tag to compare
@RobAndrewHurst RobAndrewHurst released this 23 Jun 08:26

Release Update v3.3.0 - June 23rd 2020

Enhancement 🚀

Templates

  • Templates loaded from src will override any literal definition as the template value 280

Viewport

  • Replace ST_DWithin with ST_Intersects in viewport constructions

InfoJ

  • Initial support for infoj entry queries 272

Bundles ♻️

  • Remove Openlayers from XYZ bundle. 292

µhtml

  • Add µhtml support. 281
import {render, html, svg} from 'uhtml';

render(document.body, html`<h1>Hello 👋 µhtml</h1>`);

Gazetteer 📌

  • Support for "space_wildcard": true and "minLength" for searched dataset.
  • Results returned in promises array.

Images

  • Images arranged in a flex box.

Bug Fixes 🐛

  • Fix for intersection checks on geometry drawing
  • Fix for draw interaction methods not being referenced correctly
  • Fix 'x-forward-for' address in email notifications. 293