Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geomesa-users] Geoserver bounding box always (-180, -90) (180, 90)

Hi,

How does Geoserver calculate the bounding box of a Geomesa (HBase) layer?  After ingesting shapefiles and adding the store/layer everything seems to work well except for calculating the bounding box of the layer.


Even though geotools can return the real bounds:

scala> ftrSrc.getBounds
res0: org.geotools.geometry.jts.ReferencedEnvelope = ReferencedEnvelope[-122.43996559840414 : -122.24542051576557, 47.4972948937176 : 47.73414290003609]

Back to the top