-
Notifications
You must be signed in to change notification settings - Fork 146
OSM Import Cannot find SRID (4326) in spatial_ref_sys #5
Copy link
Copy link
Open
Description
When importing an OSM file (Minnesota) I am receiving the following error after the "Relation" step and most other steps complete:
St13runtime_error
pthread_join() returned exception: Throw location unknown (consider using BOOST_THROW_EXCEPTION)
Dynamic exception type: boost::exception_detail::clone_impl<boost::exception_detail::current_exception_std_exception_wrapper<std::runtime_error> >
std::exception::what: CREATE TABLE planet_osm_polygon_tmp AS SELECT * FROM planet_osm_polygon ORDER BY CASE WHEN ST_IsEmpty(way) THEN NULL ELSE ST_GeoHash(ST_Transform(ST_Envelope(way),4326),10) END failed: ERROR: GetProj4StringSPI: Cannot find SRID (4326) in spatial_ref_sys
Is there a way to populate that spatial_ref_sys table? Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels