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

FeatureInfoPanel renders "Unknown" featuretype label #54

Closed
GoogleCodeExporter opened this issue May 10, 2015 · 4 comments
Closed

FeatureInfoPanel renders "Unknown" featuretype label #54

GoogleCodeExporter opened this issue May 10, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

It is not always possible to determine featureType from a getfeatureinfo 
request. For instance, I use DINO services from TNO to get featureinfo.

On line 112 of FeatureInfoPanel.js, heron-mc tries to determine the featuretype 
from a fid attribute in the returned dataset.

var featureType = /[^\.]*/.exec(rec.fid);

It should be possible to overrule this somehow and tell the featureinfopanel, 
based on information stored in the layer object, how to render the label.

Original issue reported on code.google.com by milovand...@gmail.com on 24 Jun 2011 at 12:40

@GoogleCodeExporter
Copy link
Author

Original comment by milovand...@gmail.com on 24 Jun 2011 at 12:40

  • Added labels: Milestone-Release0.7

@GoogleCodeExporter
Copy link
Author

Original comment by milovand...@gmail.com on 24 Jun 2011 at 12:42

  • Added labels: Project-grondroerder

@GoogleCodeExporter
Copy link
Author

Original comment by milovand...@gmail.com on 1 Jul 2011 at 10:58

  • Added labels: Milestone-Release0.64

@GoogleCodeExporter
Copy link
Author

Currently this issue will only be fixed for the TNO dino service, since it is 
the only service in use having this issue at the moment.

Original comment by milovand...@gmail.com on 8 Jul 2011 at 9:22

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant