Skip to content

Commit

Permalink
New version 1.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Sep 20, 2023
1 parent 249aa3c commit de25351
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function makeEntity(map, feature) {
showBounds(feature.properties.minMax);
}
setTimeout(() => {
map.setLocation({bounds: feature.properties.minMaxx, duration: 400});
map.setLocation({bounds: feature.properties.minMax, duration: 400});
}, 300);
}
}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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": "mappable-test-server",
"version": "1.0.29",
"version": "1.0.30",
"private": "true",
"description": "Test server for demonstrating work with the tile and bbox data loading API for the Mappable API",
"scripts": {
Expand Down

0 comments on commit de25351

Please sign in to comment.