Tagged Questions

Manifold System is a geographic information system (GIS) software package with support for vector and raster data, spatial SQL, a built-in Internet Map Server (IMS), and general programming. It is built for use exclusively on Windows. Further information on Manifold can be found on the website www.manifold.net.

learn more… | top users | synonyms

0
votes
2answers
233 views

Manifold/PostGIS data manipulation and export

I'm currently working on a GIS database project using Manifold Ultimate. I am able to import data from PostGIS via the database console, and edit the data as a table object within Manifold. How do i ...
0
votes
3answers
293 views

Manifold Developer user guide

Is there a developer guide for Manifold System? In their site i didn't find a beginners guide ,only a user guide and some samples. I'm mostly interested in google map development through manifold. ...
0
votes
1answer
345 views

SQL Server Spatial Datatypes

I have exported an ESRI shapefile to SQL Server 2008 using Manifold, which gives me a column "Shape" of type Geometry. The Manifold .prj file looks like this ...
0
votes
2answers
272 views

Reading a text file and exporting its contents to sql

I'm trying to have files(.shp and image file types) that are listed(the location) in a text file exported to a database, by importing it into the manifold program and then exporting them from there ...