Skip to content

Commit a61d925

Browse files
committed
v1.14.1
2 parents 77d4294 + 25bc174 commit a61d925

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

dist/angular-openlayers-directive.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-openlayers-directive.min.no-header.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/055-layers-geojon-dynamic-load-example.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
type: 'GeoJSON',
1818
geojson: {
1919
object: italy,
20-
projection: 'EPSG:3857'
20+
projection: 'EPSG:4326'
2121
}
2222
},
2323
style: {
@@ -35,7 +35,7 @@
3535
var sourceTemplate = {
3636
type: 'GeoJSON',
3737
geojson: {
38-
projection: 'EPSG:3857',
38+
projection: 'EPSG:4326',
3939
object: {}
4040
}
4141
};

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,13 @@
5858
"semantic-release": "^4.3.5"
5959
},
6060
"scripts": {
61+
"postinstall": "bower install",
6162
"test": "grunt build && grunt karma:unit",
6263
"build": "grunt build",
6364
"prepublish": "npm run build",
6465
"postpublish": "publish-latest",
6566
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
6667
},
6768
"main": "dist/angular-openlayers-directive",
68-
"version": "1.14.0"
69+
"version": "1.14.1"
6970
}

0 commit comments

Comments
 (0)