Skip to content

Releases: indoorequal/maplibre-gl-indoorequal

Update style and sprite

25 Jun 12:38
v0.2.13
fef6472
Compare
Choose a tag to compare

The default sprite has been updated for the upcoming release of indoorequal. Second rank POIs has also been updated.

Add remove method

17 Feb 17:34
v0.2.12
b565155
Compare
Choose a tag to compare

Add a remove method to cleanup any layers, source, control or listeners created by the plugin

Add geojson option

09 Dec 20:16
47339d4
Compare
Choose a tag to compare

Add the geojson option to render local geojson data with indoor= style and level selection.

Allow to disable the heatmap

25 Nov 10:52
7e17f1a
Compare
Choose a tag to compare

The heatmap can be disabled when initializing the plugin by putting the heatmap parameter as false:

const indoorEqual = new IndoorEqual(map, { apiKey: 'mykey', heatmap: false });

Add heatmap support

19 Nov 16:29
9272581
Compare
Choose a tag to compare

New Features

This release includes the new heatmap layer.

Bugfix

The level control is always displayed when there is some indoor data.

Bugfix release

28 Sep 06:21
4ff0743
Compare
Choose a tag to compare

This release include a single fix to ignore indoor=levels features when computing the list of available levels.

Updated style

02 Aug 17:36
c2bc516
Compare
Choose a tag to compare
  • the style has been updated to use the subclass property of the POI layer to use more icons
  • a new icon car_rental has been added

New icons and updated style

31 Jul 09:51
8f75e2e
Compare
Choose a tag to compare
  • a lot of new icons #9
  • indoor=corridor are always rendered as #fdfcfa
  • indoor=room is rendered as #fefee2

New icons

29 Jul 14:03
4d27768
Compare
Choose a tag to compare

New icons have been added in the sprite (#6 and #8)

New style

27 Jul 15:50
b20b419
Compare
Choose a tag to compare

This release includes a new style (see #4 and #5) and a sprite to be loaded from the sprite folder manually.

A warning is now emitted when calling the deprecated method updateLevel.