mapnik-packaging icon indicating copy to clipboard operation
mapnik-packaging copied to clipboard

windows builds supporting mssql

Open springmeyer opened this issue 14 years ago • 1 comments

First we should try to get ogr/gdal support it. Then maybe look into adding native driver, if needed.

springmeyer avatar Nov 17 '11 18:11 springmeyer

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)

artemp avatar Nov 29 '11 14:11 artemp