Jason Beverage

Results 10 issues of Jason Beverage

We noticed large polygons at low zoom levels when rendering the osm-oceans layer, which you can reproduce with this ``` default { fill: #ffbf6f; } http://readymap.org/readymap/mbtiles/osm-oceans/{z}/{x}/{-y}.pbf 0 9 spherical-mercator pbf...

When a layer is defined with a text-max-width setting the text is supposed to do word wrapping. See the default OSM liberty example in Maputnik. United States of America is...

request

If a layer is defined with a style including a "line-dasharray" it is still rendered as a solid line. It sounds like this isn't working in blend2d yet anyway: https://github.com/blend2d/blend2d/issues/48

request

Recently I had to revert commit https://github.com/gwaldron/osgearth/commit/246ce0f14a71ea18b89d50e203cdd78b260b8e07 referenced in issue https://github.com/gwaldron/osgearth/issues/1779 to fix some issues caused by incorrect tessellation of large features. The original intent of the commit was to...

request

Using osg 3.7.0 and running osgearth_mrt gives me: void StateSet::setGlobalDefaults() ShaderPipeline disabled. void StateSet::setGlobalDefaults() ShaderPipeline disabled. Warning: detected OpenGL error 'invalid enumerant' at after stateset.compileGLObjects in GLObjectsVisitor::apply(osg::StateSet& stateset) RenderStage::runCameraSetUp(), FBO...

workaround

Customer can reproduce by running openstreetmap_full.earth example and going to an area that has text labels. ![text_crash](https://user-images.githubusercontent.com/326626/116099480-04b31c00-a67a-11eb-830d-3b7323527132.jpg)

defect

The pre-baked ElevationRanges::getElevationRange only works on real earth elevation and can cause culling issues if a user has fake or test data that isn't representative of the entire earth. Perhaps...

feature

When you load an earth file with an mbtiles layer with a non-osgearth layer you get a complaint like: ``` osgEarth]* JSON decoding error: * Line 1, Column 1 Syntax...

defect

There are a few places that kdtrees get built in osgEarth that can cause loading stalls. 1. In DrawInstanced::setMatrices 2. SimplePager::createPagedNode 3. TileDrawable::setElevationRaster Investigate alternatives to using the kdtrees being...

optimization

### What is the bug? My application uses the GDAL python bindings to generate map tiles. I've noticed that occasionally it was throwing a "Floating Point Exception" and crashing when...