geopackage-js
geopackage-js copied to clipboard
queryForGeoJSONFeaturesInTable should not assume the bounding box is 4326
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.