metaox
if ( location.protocol == 'file:' ) {
alert( 'This demo does not work with the file protocol due to browser security restrictions.' );
}
var myearth, mypin;
var spain, nyc, california, hawaii, japan, thailand, kenya;
var nycLocation = { lat: 40.689, lng: -74.046 };
var nearDistance = 22;
var activeMarker = false;
window.addEventListener( "load", function() {
myearth = new Earth( document.getElementById('myearth'), {
location: { lat: 12, lng: -3 },
zoom: 0.925,
draggable: false,
lightAmbience: 0.65,
light: 'sun',
sunDirection: { x: -0.2, y: 0.3 },
lightIntensity: 0.55,
shininess: 0.12,
mapSeaColor : '#dfd9d4',
mapLandColor : '#765f4f',
mapBorderColor : '#d2aa8a',
mapBorderWidth : 0.6,
} );
myearth.addEventListener( "drawtexture", function() {
// draw cork pattern
myearth.mapContext.globalCompositeOperation = 'multiply';
var cells = 5;
var size = myearth.mapCanvas.height/cells;
for ( var row = 0; row < cells; row++ ) {
for ( var col = 0; col 0 ) document.body.classList.add('scrolled');
var lng = getScrollProgress() * -320 - 4;
myearth.location = { lat: 12, lng: lng };
var places = [ spain, nyc, california, hawaii, japan, thailand, kenya ];
var newActiveMarker = false;
for ( var i in places ) {
if ( isNear( lng, places[i] ) ) {
newActiveMarker = places[i];
break;
}
}
if ( newActiveMarker ) {
if (newActiveMarker != activeMarker) {
if ( activeMarker ) {
activeMarker.deactivate();
}
newActiveMarker.activate();
}
} else if ( activeMarker ) {
activeMarker.deactivate();
}
activeMarker = newActiveMarker;
}
function isNear( lng, marker ) {
if ( ! marker ) return false;
if ( Math.abs( lng - marker.location.lng ) > 180 ) {
lng = ( lng marker.location.lng - nearDistance && lng < marker.location.lng + nearDistance );
}
function showTip() {
this.tip.visible = true;
}
function hideTip() {
this.tip.visible = false;
}
Algeria
Successfully set in the well Job Report enclosed Mechanical Set Non Rotating Liner Hanger with Integrated Packer along with Mechanical Release Running Too.
USA
Successfully Supplied and Successfully Performed Top Drive Cementing Head
Russia
Successfully Supplied Hydraulic Set Rotating Liner Hanger along with Hydraulic Release Running Tool
Vietnam
Successfully Supplied # 13-3/8 Floating Equipment
oman
Successfully Supplied 7” & 9-5/8” Mechanical Set Retrievable Production Packers
iraq
Successfully set in the well Job Report
Received # 7” (26-29) x 5" 18 L80, BTC Hydraulic Set Double Cone NonRotating Liner Hanger
#back-link {
position: fixed;
top: 0;
left: 0;
background: #0d130e;
padding: 0.5em;
font-size: 26px;
z-index: 0;
border-right: 1px RGBA(255,255,255,0.5) solid;
border-bottom: 1px RGBA(255,255,255,0.5) solid;
}
#back-link img {
display: block;
width: 4em;
height: auto;
}
@media (max-width: 1199px) {
#back-link {
font-size: 20px;
}
}
@media (max-width: 511px) {
#back-link {
font-size: 16px;
}
}
#legal-footer-wrap {
position: relative;
height: 0;
z-index: 0;
font-family: Arial, sans-serif;
}
#legal-footer {
position: absolute;
bottom: 0.5em;
right: 0.5em;
}
#legal-footer a {
text-decoration: none;
color: inherit;
padding: 0 0.5em;
font-size: 10px;
}