Skip to content

Commit

Permalink
Release v0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed Sep 23, 2023
1 parent a15a046 commit 8d518fc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/openlayers-indoorequal.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function areaLayer(feature, resolution) {
color = '#fefee2';
}
let stroke;
if (['area', 'corridor', 'plaform'].includes(properties.class)) {
if (['area', 'corridor', 'platform'].includes(properties.class)) {
stroke = new style.Stroke({
color: '#bfbfbf',
width: 1
Expand Down
2 changes: 1 addition & 1 deletion dist/openlayers-indoorequal.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function areaLayer(feature, resolution) {
color = '#fefee2';
}
let stroke;
if (['area', 'corridor', 'plaform'].includes(properties.class)) {
if (['area', 'corridor', 'platform'].includes(properties.class)) {
stroke = new Stroke({
color: '#bfbfbf',
width: 1
Expand Down
2 changes: 1 addition & 1 deletion dist/openlayers-indoorequal.umd.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openlayers-indoorequal",
"version": "0.1.0",
"version": "0.1.1",
"description": "Integrate indoor= into your OpenLayers map.",
"repository": "https://github.com/indoorequal/openlayers-indoorequal",
"author": "François de Metz",
Expand Down

0 comments on commit 8d518fc

Please sign in to comment.