Opened 7 years ago
Closed 5 years ago
#1972 closed task (wontfix)
Remove "planet" prefix from OSM data in PostGIS
Reported by: | bufferclip | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Unplanned |
Component: | OSGeoLive | Keywords: | openstreetmap, osm, postgis, postgres |
Cc: |
Description
The tables of the OSM data in PostGIS are called like: "planet_osm_line", "planet_osm_point" ...
I find this very confusing, because the tables only contain the data for the feature city. (and obviously not of the planet)
I suggest to rename these tables. This can easily be done by using the "--prefix" flag from osm2pgsql . This is the corresponding text file in OSGeo-live.
I see two possibilities for renaming:
- a static prefix like "feature_city_line", "feature_city_point", ...
OR
- a dynamic prefix like "bonn_line", "bonn_point", ...
Change History (2)
comment:1 by , 7 years ago
Component: | Systems Admin → LiveDVD |
---|---|
Owner: | changed from | to
comment:2 by , 5 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
the OSM toolchain names things this way; agree it is awkward, but not for OSGeo to change IMO