Get reference to the underlying source
Feature request to expose a getter for the underlying geojsonsource.
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions.
@tobrun , would this just be adding
public GeoJsonSource getGeoJsonSource() {
return geoJsonSource;
}
to AnnotationManager.java?
Then FillManager,LineManager, etc. would have access to .getGeoJsonSource()