Tagged Questions
1
vote
1answer
39 views
Are database client files platform specific?
I'm just looking for some clarification on a question that came up with me this morning. Are the DLL client files (libeay32.dll, libiconv-2.dll, libintl-8.dll, libpq.dll, and ssleay32.dll) platform ...
2
votes
1answer
200 views
Quantum GIS ->ArcGIS Server configuration possible?
Is it possible to connect a Quantum GIS Desktop 1.8.0 to an ArcGIS Server 10.0 ? and of course publish services on it?.
The configuration would be like this Quantum GIS-> ArcGIS Server 10.0 on ...
3
votes
1answer
130 views
Parse error while inserting values into polygon feature
I created a polygon as follows
create table boundary (id int, name text);
table created;
select AddGeometryColumn ('',boundary', 'latlon' 4326,'POLYGON', 2);
geometry column added;
then i'm ...
2
votes
2answers
151 views
Opensource Tools for Optimizing Server Performance
I use a server with a basic Microsoft OS primarily for data storage and as a central repository for edited vector data. These data are not intended to be used as mapping or GIS products available ...
2
votes
3answers
345 views
Which open source software to create desktop interface for Geo-processing tools?
I want to create an desktop interface to create geo-processing tool and that to using Open source GIS software. I will be using Postgresql and postgis too to save and retrieve data for operations. I ...
7
votes
2answers
469 views
What are the Pros and Cons of hstore data type in postgis?
PostgreSQL has a module named hstore that implement the use of key/value pairs (it's something like the OpenStreetMap model, but in a single table).
What are the Pros and Cons of hstore regarding GIS ...