We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using vectorGrid.protobuf with .pbf tiles served from tileserver-gl.
vectorGrid.protobuf
While tiles are shown ok, and I also have access to feature properties using mouse events, I cannot get the geometry of the feature.
I have also tried e.layer.toGeoJSON() (e is a click event) but while method exists, it will produce an error (missing _latlngs property).
e.layer.toGeoJSON()
e
_latlngs
Any ideas?
P.S.1 Is there any way to use this package with .geojson (instead of .pbf) responses that tileserver-gl can also send?
P.S.2 Can I somehow handle all rendered features, e.g. as a GeoJSON? This way I could have access to their geometries using their IDs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am using
vectorGrid.protobuf
with .pbf tiles served from tileserver-gl.While tiles are shown ok, and I also have access to feature properties using mouse events, I cannot get the geometry of the feature.
I have also tried
e.layer.toGeoJSON()
(e
is a click event) but while method exists, it will produce an error (missing_latlngs
property).Any ideas?
P.S.1 Is there any way to use this package with .geojson (instead of .pbf) responses that tileserver-gl can also send?
P.S.2 Can I somehow handle all rendered features, e.g. as a GeoJSON? This way I could have access to their geometries using their IDs.
The text was updated successfully, but these errors were encountered: