We want to store data from shape files in PostGIS all in one table.
There will be two columns in the table:
- boundary - The polygon data (How do we store this?)
- mongo_id - Links to a mongo database
It seems if we use shp2postgis it creates a whole set of tables for that shape file. We want to use one table for all boundary data.
What is the best way to do this? (Do we need to use a specific srid?)