PostGIS SQL is a text SQL script that creates a table with a geometry column and fills it with data, ready to load into any PostgreSQL database with the PostGIS extension. It is a convenient way to hand an OSM selection to a team already on the PostgreSQL stack: apply the script and you immediately have a geometry table for queries through ST_* functions. Our exporter generates a self-contained .sql: CREATE TABLE with a geom column and attributes, then one INSERT per feature where geometry is given via ST_GeomFromText(WKT, SRID) (SRID 4326 by default). Multiple layers become separate tables, and values are escaped (SQL-injection safe). Honestly: this is a simple human-readable dump via ST_GeomFromText, not a binary pg_dump archive and not the full osm2pgsql schema with planet_osm tables and spatial indexes.
Βασικά χαρακτηριστικά
Ποιο πρόγραμμα ανοίγει αρχεία PostGIS SQL
Τα ακόλουθα προγράμματα και εφαρμογές μπορούν να ανοίξουν, να επεξεργαστούν και να εργαστούν με αρχεία PostGIS SQL Dump (.sql) που έχουν εξαχθεί από το OSM2CDR:
Format specifications
- Open standard
- 2D only
- Lossless (no quality loss)
- Stores feature attributes
- Output: 1 file
- A self-contained .sql script (CREATE TABLE + INSERT via ST_GeomFromText, SRID 4326) with escaped values; a human-readable dump, not a binary pg_dump or osm2pgsql schema.
Ποιοι χρησιμοποιούν χάρτες PostGIS SQL
Πώς να εξαγάγετε PostGIS SQL
Δημοφιλείς χάρτες σε PostGIS SQL
Αποκτήστε εξαγωγές χαρτών PostGIS SQL Dump
Κατεβάστε επαγγελματικούς χάρτες PostGIS SQL από το OpenStreetMap. Άμεση δημιουργία, για οποιαδήποτε περιοχή.