Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Release version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Nov 24, 2022
1 parent ea165f9 commit 1476c54
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ Changelog rules:
-->

## Unreleased

## [0.5.1] - 2022-11-24
### Changed
- Default `center` coordinates to point to the new offices.
- Update dependencies
- Update dependencies.

## [0.5.0] - 2020-11-03
### Changed
Expand Down
2 changes: 1 addition & 1 deletion dist/lmc-maps.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ var LmcMaps = /** @class */ (function () {
this.map = new mapboxgl.Map({
container: this.container,
style: this.publicUrl + "/styles/" + this.style + "/style.json",
center: this.center || [14.4563172, 50.1028914],
center: this.center || [14.4655, 50.1045],
zoom: this.zoom || 12,
renderWorldCopies: false,
pitchWithRotate: false,
Expand Down
2 changes: 1 addition & 1 deletion dist/lmc-maps.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lmc-maps.iife.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ var LmcMaps = (function (mapboxgl) {
this.map = new mapboxgl.Map({
container: this.container,
style: this.publicUrl + "/styles/" + this.style + "/style.json",
center: this.center || [14.4563172, 50.1028914],
center: this.center || [14.4655, 50.1045],
zoom: this.zoom || 12,
renderWorldCopies: false,
pitchWithRotate: false,
Expand Down
2 changes: 1 addition & 1 deletion dist/lmc-maps.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ var LmcMaps = /** @class */ (function () {
this.map = new mapboxgl.Map({
container: this.container,
style: this.publicUrl + "/styles/" + this.style + "/style.json",
center: this.center || [14.4563172, 50.1028914],
center: this.center || [14.4655, 50.1045],
zoom: this.zoom || 12,
renderWorldCopies: false,
pitchWithRotate: false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lmc-eu/lmc-maps",
"version": "0.5.0",
"version": "0.5.1",
"description": "Library for LMC Maps service",
"main": "dist/lmc-maps.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 1476c54

Please sign in to comment.