Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Z coordinate in point #91

Closed
ro0NL opened this issue May 26, 2014 · 1 comment
Closed

Missing Z coordinate in point #91

ro0NL opened this issue May 26, 2014 · 1 comment

Comments

@ro0NL
Copy link

ro0NL commented May 26, 2014

Hi,

I have a KML file with the following line string coordinates;

<coordinates>5.032150000,52.03049000,0.0000000
5.030590000,52.02989000,1.0000000</coordinates>

Is there a reason the altitude data is completely ignored?

For example in the KML adapter;

  protected function parsePoint($xml) {
          $coordinates = $this->_extractCoordinates($xml);
          return new Point($coordinates[0][0],$coordinates[0][1]);
  }

The 3rd constructor argument of the Point class is never set :( however, the component data is available in $coordinates.

@mprins
Copy link
Contributor

mprins commented May 27, 2014

3D support is not complete
see #53 and #54

@ro0NL ro0NL closed this as completed Feb 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants