Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
www committed Oct 8, 2015
2 parents cbb4beb + 01be81a commit 00413aa
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/angular-openlayers-directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -1538,7 +1538,7 @@ angular.module('openlayers-directive').factory('olHelpers', ["$q", "$log", "$htt
projection: projection,
attributions: createAttribution(source),
format: source.format,
tileGrid: new ol.tilegrid.XYZ({
tileGrid: new ol.tilegrid.createXYZ({
maxZoom: source.maxZoom || 19
})
});
Expand Down
4 changes: 2 additions & 2 deletions dist/angular-openlayers-directive.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/angular-openlayers-directive.min.no-header.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/angular-openlayers-directive.pre.js
Original file line number Diff line number Diff line change
Expand Up @@ -1538,7 +1538,7 @@ angular.module('openlayers-directive').factory('olHelpers', function($q, $log, $
projection: projection,
attributions: createAttribution(source),
format: source.format,
tileGrid: new ol.tilegrid.XYZ({
tileGrid: new ol.tilegrid.createXYZ({
maxZoom: source.maxZoom || 19
})
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"main": "dist/angular-openlayers-directive",
"version": "1.2.1"
"version": "1.2.2"
}
2 changes: 1 addition & 1 deletion src/services/olHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ angular.module('openlayers-directive').factory('olHelpers', function($q, $log, $
projection: projection,
attributions: createAttribution(source),
format: source.format,
tileGrid: new ol.tilegrid.XYZ({
tileGrid: new ol.tilegrid.createXYZ({
maxZoom: source.maxZoom || 19
})
});
Expand Down

0 comments on commit 00413aa

Please sign in to comment.