Releases: indoorequal/maplibre-gl-indoorequal
Releases · indoorequal/maplibre-gl-indoorequal
Update style for text
Update the area_name
layer style to use the fields name:latin
and name:nonlatin
.
Update style and sprite
The default sprite has been updated for the upcoming release of indoorequal. Second rank POIs has also been updated.
Add remove method
Add a remove
method to cleanup any layers, source, control or listeners created by the plugin
Add geojson option
Add the geojson
option to render local geojson data with indoor= style and level selection.
Allow to disable the heatmap
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
New Features
This release includes the new heatmap layer.
Bugfix
The level control is always displayed when there is some indoor data.
Bugfix release
This release include a single fix to ignore indoor=levels
features when computing the list of available levels.
Updated style
- 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
- a lot of new icons #9
indoor=corridor
are always rendered as#fdfcfa
indoor=room
is rendered as#fefee2