geopackage-js icon indicating copy to clipboard operation
geopackage-js copied to clipboard

queryForGeoJSONFeaturesInTable should not assume the bounding box is 4326

Open danielbarela opened this issue 4 years ago • 0 comments

The queryForGeoJSONFeaturesInTable should not assume that the projection is in 4326 especially if the FeatureDao projection is different. The projection should be optionally passed in. The projection could also potentially be included in the BoundingBox class which is returned from the FeatureDao.

danielbarela avatar Jan 16 '20 00:01 danielbarela