mapnik-packaging
mapnik-packaging copied to clipboard
windows builds supporting mssql
First we should try to get ogr/gdal support it. Then maybe look into adding native driver, if needed.
Latest windows binaries (org.input) will include support for MS SQL (tested with SQL Server 2012 RC0). Example connection string:
mapnik.Ogr(string='MSSQL:server=VISTA\SQLEXPRESS;database=osm;trusted_connection=yes',layer='roads',encoding="latin1")
TODO: test performance with a real dataset (e.g OSM)