-
Notifications
You must be signed in to change notification settings - Fork 600
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
tilelive-tmsource : Cannot set property 'id' of undefined. #227
Comments
have you tried this : QUICKSTART.md#using-your-own-osm-data ? |
|
did a "make clean-docker", then arranged
If I look at the geojson for the same extracted map, it has a total of about 10000 features at most. I'm setting it up with a narrow zoom range 15 to 18. https://www.openstreetmap.org/#map=15/49.6869/-123.1488&layers=C That same map, converted from GeoJSON with tippecanoe, yields an mbtiles file that is about 1MB in size for these zoom levels.
Then, I run
Then, after a while, it aborts with: Sure enough, that file doesn't exist. Reading the script, it does look like docker-compose-config.yml is only created if a map is downloaded ( so I did
Looks like the zoom levels carry over from .env at least. Ran
so it tried to download the squamish area from geofabrik, which doesn't exist. I'm looking into what it is exactly that deleted stuff in my data folder -- everything except that geofabrik.yml file. |
|
ugh.
then, That's not very resistant to typos. |
|
The current BYOD documantation is not perfect ( 😞 ) My suggestion for generating Squamish, British Columbia data : 0. Start from a clean state and with the default settings1. Load bigger data from geofabrik , and generate zoom 0-7
2. modify
|
Zoom level = 14 contains "everything" ,
|
I downloaded a single city's worth of data from Mapzen from which to generate a vector tile map. The data is the "raw pbf" data export option file, and mapzen extracts data from OSM.
( https://mapzen.com/data/metro-extracts/ )
I assumed I'd be able to substitute that file in ./data directory instead of downloading the albania default. I'm doing the manual steps, except I'm skipping the import-natural-earth, import-water, and import-osmborder. It's not really explained anywhere, as far as I can tell, why those steps are necessary -- what if I was making a non-earth map?
Anyways, at the point where it's generating the files, i'm getting what looks to be a missing 'id' field error, or a missing configuration where an id is supposed to be. Is this due to an unexpected input format of the files, or is it more bad yaml configuration?
The text was updated successfully, but these errors were encountered: