| bio | website | ohloh.net/accounts/jef |
|---|---|---|
| location | Norden, Germany | |
| age | ||
| visits | member for | 1 year, 1 month |
| seen | 2 days ago | |
| stats | profile views | 67 |
Software engineer. FOSS enthusiast. Quantum GIS core developer.
|
May 18 |
comment |
spatialite.dll with Python and QGIS - the specified module could not be found your standalone environment is broken - execure shouldn't work there either ;) Do you get any error messages? are all dependant DLLs in the directory of the script or do you rely on any entries in PATH that might different from within QGIS. Does your standalone use the python from OSGeo4W/QGIS or a different one? If it doesn't, does it work when using the OSGeo4W/QGIS python outside of QGIS? |
|
May 5 |
comment |
Is the QGIS cache directory automatically created? Why care, when it's created? It's created when it's needed.And it's on the network page, the other settings are not named "network something" either. |
|
May 4 |
answered | Is the QGIS cache directory automatically created? |
|
Apr 28 |
comment |
Is the QGIS cache directory automatically created? The cache is mainly used for WMS-C/WMTS. Are you using any of those? |
|
Apr 28 |
answered | What is cache size measured in? |
|
Apr 20 |
awarded | Caucus |
|
Apr 5 |
awarded | Yearling |
|
Mar 21 |
revised |
Problem when compiling QGIS (with customizations) for Windows add pre tags |
|
Mar 21 |
answered | Problem when compiling QGIS (with customizations) for Windows |
|
Mar 21 |
suggested | suggested edit on Problem when compiling QGIS (with customizations) for Windows |
|
Feb 28 |
comment |
QGIS field calculator and Postgres permissions Can't reproduce the issue with master. If the layer doesn't have the "add attributes" capability, "create new field" is disabled and update fields is the only option (no need to select it in this case) and the "OK" button becomes enabled as soon as you create a valid expression. |
|
Feb 28 |
answered | QGIS field calculator and Postgres permissions |
|
Sep 28 |
comment |
Setting up an application in QT Creator that uses QGIS API Either use MSVC 9/2008 with the stuff from osgeo4w (Qt, Python...; See qgis.org/api/INSTALL.html#toc14). That works even without building QGIS yourself.But anything else is mostly unknown territory, that you need to explore yourself. |
|
Aug 1 |
comment |
Table Ids in Postgis and QGis are not the same I meant the column, that you think shows the "qgis id". I assumed, that you are simply mistaking the row header for an id. As QGIS doesn't fetch the features in an particular order, the rows in the attribute table are just in the - rather arbitrary - order the database returned them. |
|
Aug 1 |
comment |
Table Ids in Postgis and QGis are not the same are you just saying that the rows are just not ordered by id in the attribute table? Which column seems to show a different id? |
|
Jul 28 |
revised |
Problem with spatial reference system / shapefile projection edited tags |
|
Jul 25 |
revised |
how to introduce LDAP after installing esri geoportal(windows) edited tags |
|
Jul 25 |
revised |
accessing postgis raster data using Query layer in ArcGIS edited tags |
|
Jul 22 |
comment |
Setting up an application in QT Creator that uses QGIS API re C++ ABI eg. different implementations of name mangling, handling of virtual methods, exception handling etc. |
|
Jul 22 |
comment |
Setting up an application in QT Creator that uses QGIS API No, .a and .lib follow the same concept. That isn't a problem unless you want to use the libraries built with one compiler with the other. IIRC for VC/MinGW it's just a matter of renaming the libraries file. MinGW like any gcc and probably most other unix toolchains expects libfoo.a while VC uses foo.lib. The C ABI are compatible. But the issue here is the C++ ABI - and that might also be an issue between different versions of VC++. |