On Fri, Apr 16, 2010 at 4:17 PM, Rodrigo <[email protected]> wrote: > Hi, > How to implement shapely in PyQt to see a map? Any suggestions? > > Thanks, > > > Rodrigo Haas
Hi Rodrigo, Shapely is designed to do just a few things: implement standard types of geometry objects and their methods, with an API that feels right for Python programming. It doesn't read data sources, or deal in cartographic styles, or show maps. It could be part of a system that does those things, but you're probably better off using QGIS to see maps with Qt. Usage examples are coming together at http://gispython.org/shapely-1.2/manual/manual.html. None are specific to Qt, but hopefully some of these will get you started. And do feel free to keep asking questions here. Cheers, -- Sean _______________________________________________ Community mailing list [email protected] http://lists.gispython.org/mailman/listinfo/community
