You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now when specifying a geojson file for geojson_intersects_feature it needs to be specified as an absolute path or relative to the imposm binary. This makes it difficult to distribute a mapping.yaml file with associated geojson in a way that doesn't depend on deployment-specific paths.
Expected Behavior
A relative path in a mapping file is relative to the mapping file.
Context
Right now when specifying a geojson file for
geojson_intersects_feature
it needs to be specified as an absolute path or relative to the imposm binary. This makes it difficult to distribute a mapping.yaml file with associated geojson in a way that doesn't depend on deployment-specific paths.Expected Behavior
A relative path in a mapping file is relative to the mapping file.
Possible Fix
Change the current working directory before
imposm3/mapping/columns_intersection.go
Line 41 in 3b6e6b3
The text was updated successfully, but these errors were encountered: