jackrsteiner

Results 11 comments of jackrsteiner

@safield I'm pretty sure I see where this is coming from. Name attribute in calls to QFileDialog are empty strings (caption='') in [qtpy/compat](https://github.com/git-cola/git-cola/blob/main/qtpy/compat.py#L78). So button labels must be showing defaults...

As this change I think has no impact on my system, whoever is seeking this change probably needs to test it first.

Same issue on Motorola One Power with Android 10: ![Screenshot_20210528-155433](https://user-images.githubusercontent.com/6356075/119987146-60e8c300-bfcd-11eb-8656-65d2d4ab09c1.png) ![Screenshot_20210528-155422](https://user-images.githubusercontent.com/6356075/119987149-61815980-bfcd-11eb-9910-3fdc2f42dafe.png) @ScreamingHawk I think labels for this bug should be updated.

Agree. This would be totally awesome. It would be very much like [SharpGIS's spatial query viewer](http://www.sharpgis.net/page/SqlSpatial-Query-Tool) or [Tatukgis's Viewer](https://www.tatukgis.com/Products/Editor-Viewer/Description.aspx) or [Manifold's Viewer](http://www.manifold.net/viewer.shtml), all of which do **not** work on multiple...

Sasha, I'd like to look more into trying this. Can you point me toward an analogous "converter" in javascript, for something other than postgis to geojson, so I can better...

@gijs I'm not sure that it makes sense to specify the geometry type after the map trigger. Geometry types are already specified in the GeoJSON object, and Leaflet parses these....

But then again, maybe you don't want to add that complexity.

[Leaflet-providers](https://github.com/leaflet-extras/leaflet-providers) might be valuable, if you want to make different providers available.

@sasha-alias I'm having trouble setting up the sqldoc development environment. I'm more or less following the steps you describe above, but I get this error inside sqltabs when I try...

I've made a [pull request](https://github.com/sasha-alias/sqldoc/pull/2) in sqldoc. There was one other example of a variable not scoped with var, so I just added the keyword. Now following the above steps...