File tree 7 files changed +8
-6
lines changed
7 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,5 @@ npm-debug.log
7
7
.component
8
8
package-lock.json
9
9
yarn.lock
10
+ coverage
11
+ .idea
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ Install and use by directly including the [browser files](dist):
107
107
``` html
108
108
<head >
109
109
<title >My A-Frame Scene</title >
110
- <script src =" https://aframe.io/releases/0.7.1 /aframe.min.js" ></script >
110
+ <script src =" https://aframe.io/releases/0.8.2 /aframe.min.js" ></script >
111
111
<script src =" https://unpkg.com/aframe-geo-projection-component/dist/aframe-geo-projection-component.min.js" ></script >
112
112
</head >
113
113
Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 ">
5
5
< title > A-Frame Geo Projection Component - Extruded Map</ title >
6
6
< meta name ="description " content ="Example of rendering map of flat shapes using Geo Projection component. "> </ meta >
7
- < script src ="https://aframe.io/releases/0.7.1 /aframe.min.js "> </ script >
7
+ < script src ="https://aframe.io/releases/0.8.2 /aframe.min.js "> </ script >
8
8
< script src ="../../dist/aframe-geo-projection-component.min.js "> </ script >
9
9
</ head >
10
10
< body >
Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 ">
5
5
< title > A-Frame Geo Projection Component - Basic</ title >
6
6
< meta name ="description " content ="Basic example for Geo Projection component. "> </ meta >
7
- < script src ="https://aframe.io/releases/0.7.1 /aframe.min.js "> </ script >
7
+ < script src ="https://aframe.io/releases/0.8.2 /aframe.min.js "> </ script >
8
8
< script src ="../../dist/aframe-geo-projection-component.min.js "> </ script >
9
9
</ head >
10
10
< body >
Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 ">
5
5
< title > A-Frame Geo Projection Component - Flat Shape</ title >
6
6
< meta name ="description " content ="Example of rendering map of flat shapes using Geo Projection component. "> </ meta >
7
- < script src ="https://aframe.io/releases/0.7.1 /aframe.min.js "> </ script >
7
+ < script src ="https://aframe.io/releases/0.8.2 /aframe.min.js "> </ script >
8
8
< script src ="../../dist/aframe-geo-projection-component.min.js "> </ script >
9
9
</ head >
10
10
< body >
Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 ">
5
5
< title > A-Frame Geo Projection Component - Rendering TopoJson</ title >
6
6
< meta name ="description " content ="Example of rendering map from TopoJSON using Geo Projection component. "> </ meta >
7
- < script src ="https://aframe.io/releases/0.7.1 /aframe.min.js "> </ script >
7
+ < script src ="https://aframe.io/releases/0.8.2 /aframe.min.js "> </ script >
8
8
< script src ="../../dist/aframe-geo-projection-component.min.js "> </ script >
9
9
</ head >
10
10
< body >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aframe-geo-projection-component" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"description" : " An A-Frame component for creating maps in VR using d3-geo projections" ,
5
5
"main" : " index.js" ,
6
6
"unpkg" : " dist/aframe-geo-projection-component.min.js" ,
You can’t perform that action at this time.
0 commit comments