Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors which report symlink paths are confusing #833

Open
springmeyer opened this issue Oct 24, 2011 · 0 comments
Open

Errors which report symlink paths are confusing #833

springmeyer opened this issue Oct 24, 2011 · 0 comments
Labels

Comments

@springmeyer
Copy link
Member

Many mapnik datasource errors, that make sense to trickle up to the user in TileMill, report the file path as part of the error.

Because TileMill/Millstone use symlinking internally for passing paths to Mapnik, and because Mapnik does not attempt to resolve these symlinks into their real paths (as it does not need to to pull the data), error reporting can be confusing.

This is a very minor issue, but I figure is an avoidable annoyance for understanding datasource problems. Potential solutions include tilemill resolving the symlinks in the layer UI so that mapnik.Datasources created in memory report the correct paths for errors.

Or Mapnik itself could resolve symlinks during datasource loading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 participant