-
Notifications
You must be signed in to change notification settings - Fork 225
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
ENOENT, readdir '.../shp/land-polygons-split-3857' #93
Comments
I had this problem too previously. Try to edit the configure.py and correct the For me, the paths were by default You can also instantly change the path if you go to the |
Yeah that configure.py just sets the path in the layer. So you have to rerun step 2 or manually modify the layer path |
For me config["ne_places"] was pointing to an empty directory so I followed the step to download 10m-populated-places-simple.zip and replace all the '-' with '_' Places shapefile required for the osm2pgsql style config["ne_places"] = path.join(getcwd(),"shp/10m_populated_places_simple/10m_populated_places_simple.shp") Dont know if the following had any contribution but I made the following changes too: I removed all the numbers in the paths: Rename the name folder to: |
Following pages needs to be updated: |
I am follow this tutorial https://www.mapbox.com/tilemill/docs/guides/osm-bright-mac-quickstart/
I am block on final step 3.
the content of folder is
and the permissions are ...
The version of tile Mill is https://github.com/mapbox/tilemill#installation there is problem with tile mill in Yosemite.
can someone help?
The text was updated successfully, but these errors were encountered: