Questions tagged [heading]

227 questions
6
votes
1 answer

Skipping heading levels in reStructuredText

Is it possible in some way to skip heading levels in RestructuredText? For example, given #### PART #### ******* Chapter ******* Section ======= Subsection ---------- Subsubsection ^^^^^^^^^^^^ Paragraph """"""""" Another…
equaeghe
  • 1,644
  • 18
  • 37
6
votes
4 answers

How is heading calculated by GPS?

This is a simple question that I would have rather chatted with someone about but here it is: How is heading calculated? I can't figure it out visually. If the heading is calculated in regards to the Earth's Geographic North, does that mean a top…
5
votes
1 answer

how can i get the heading of the device with CMDeviceMotion in iOS 5

I'm developing an AR app using the gyro. I have use an apple code example pARk. It use the rotation matrix to calculate the position of the coordinate and it do really well, but now I'm trying to implement a "radar" and I need to rotate this in…
AdrianByv
  • 53
  • 1
  • 4
5
votes
1 answer

How to calculate Heading using Gyro and magnetometer

I have raw data of Gyroscope and magnetometer. on basis of this data, i have to calculate Heading information with an accuracy of 1Deg. I would like to know, is there any algorithm which can help me to get heading info using available information…
Pratik
  • 77
  • 1
  • 1
  • 11
5
votes
2 answers

Different behavior of heading tag with section

heading tag behavior (h1 and h2) If I am write h1 and h2 in section or aside it shows same font size and if I put this outside of section or aside tag it works normal. I already search a lot but don't get the answer. Anybody have…
Mukul Kant
  • 7,074
  • 5
  • 38
  • 53
4
votes
1 answer

moving CGPoint a certain distance along a certain heading...iphone

this seems like such a simple problem but I have been unable to find an answer (and im no good at math). I am trying to move a UIView to a new CGPoint X distance away along a certain heading. What is the formula for determining the new…
Brodie
  • 3,526
  • 8
  • 42
  • 61
4
votes
0 answers

iOS MKMapView set rotation to user course / direction

I want to rotate the Map of my MKMapView component to the direction the user is walking/driving. I don't want that the map is centered and zoomed automatically. Thats the reason why I don't use…
mario.van.zadel
  • 2,919
  • 14
  • 23
4
votes
1 answer

CLLocationManager heading with tilted device

I am working on an application that uses the iPhone's magnetometer and accelerometer together. I problem I have noted is that when the device is tilted back, it hits a critical point at which the heading values are reversed (iOS seems to think that…
eric.mitchell
  • 8,817
  • 12
  • 54
  • 92
3
votes
1 answer

How to show the Heading of a Sub-Report on each page?

What property do i need to set in the C1Report Designer to display the heading of my sub report on each new page. Repeat = true With that property set, the sub report does not show the heading on each new page. It does work fine for the Main Report…
Willem
  • 9,166
  • 17
  • 68
  • 92
3
votes
2 answers

iPhone - CLHeading: how can I transform the trueHeading to a vector

I know how to get the coordinates of the magnetic heading: heading.x, heading.y, heading.z The thing is that I'd need the (x, y, z)-vector of the trueHeading. How can I create this vector? Thank you!
mrgremlin
  • 321
  • 2
  • 15
3
votes
1 answer

How to find the compass heading in an iOS web app?

Does anyone know how to find the compass heading of an iOS device from within a web app? The new Device Orientation APIs supported in iOS 4.2 only seem to provide relative changes in rotation. Was anyone able to find a workaround to this? (I also…
Matt
  • 1,710
  • 3
  • 14
  • 15
3
votes
3 answers

Getting a THICK h1

I've been doing website design for a long time now but one thing which has me absolutely stumped is how people achieve that THICK bold h1 effect. Here is a nice example of what I mean - Even after applying the font weight of 700 it always seems to…
user3599852
  • 237
  • 2
  • 4
  • 11
3
votes
0 answers

ios 10 programmatically turn on compass calibration in Location Services?

I was trying to figure out why the CLLocationManager true heading always returned -1.0. I found that Settings->Privacy->Location Services->System Services->Compass Calibration switch needed to be enabled. Now Im trying to find how to automatically…
Tim
  • 647
  • 1
  • 10
  • 21
3
votes
2 answers

How to change

tag in the WooCommerce product page

How can I change the product title h1 tag in woocommerce? I already have a h1 tag on my page and want the product name to be h2. the current title comes from: do_action( 'woocommerce_single_product_summary_single_title' );
saycookie
  • 31
  • 1
  • 1
  • 3

3
votes
1 answer

Ionic header..how to remove 3 dots and make all header visible?

I have hader with text, on iPhone 4 and some others Android devices is part of the heading text trimmed and replaced by 3 dots (see screenshot below). How can i remove this limitation please? Text could be normally displayed if will be moved a…
redrom
  • 11,502
  • 31
  • 157
  • 264
1
2
3
15 16