-
Notifications
You must be signed in to change notification settings - Fork 70
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
"Unimplemented type: 3" #9
Comments
@bean-fidhleir Where did you download the USA.mbtiles file? |
I'm fairly sure I got it from https://openmaptiles.org, though for some unknown reason I can't now find the file again. |
Disappointingly, the only tiles I've been able successfully to serve locally have been those from the "countries" demo. All my other efforts have so far failed. |
You can try this one: Anyway, this is issue doesn't seem to be related to this repository, so I am closing. If you think this USA mbtiles is corrupted, you can open an issue at https://github.com/openmaptiles/openmaptiles or (better in this case) write us an email to info@klokantech.com. If you think this issue is related to the server you are using for serving pbfs, you can open an issue at the server's repository. |
do you have the hash for the united-states-of-america.mbtiles file? That was its original name, or maybe it used underscores rather than dashes--I renamed it because I couldn't see the point of repeatedly typing that long string. The file was listed as being freely downloadable because the bits were a year old (I did the download just a month or two ago), but I can't now find it on the site. It took an entire day to download because my link is barely better than dialup, so you'll understand why I don't want to download it again if there's nothing wrong with the copy I already have. |
@bean-fidhleir Please, could you paste here the metadata from your MBTiles?
|
MD5 for the USA file of version 3.3: |
Thanks for the hash, Martin. It checks out. The metadata is: |
If I'm doing something unusual that's preventing me from serving the tiles, then someone else would have to point it out to me because I'm not seeing it. The server is my own development server-of-all-work, running FreeBSD 10.3R, the mamaboard a Supermicro A1SRM-2558F with 16G and a 3-way ZFS mirror for data. It does serve the simple "countries" example just fine, so there's no reason I can think of that would prevent it serving the "real" tiles in one of the other examples, e.g. the "offline" one. But it doesn't, so evidently there's a problem with the "real" tiles, with the styling, with the js code, or with something I'm doing that I don't realise. |
@bean-fidhleir Martin tried to download Anyway, this issue is not related to this repository, as I wrote few comments earlier. |
I appreciate the confirmation that the bits are indeed servable, Jirik. That narrows it down greatly. |
My tiles are all from the USA.mbtiles subset. The current problem I'm seeing is the apparently old (complained-about in 2015) "Unimplemented type: 3" It can find .pbfs at zoom 2 that it can't find at, e.g., zoom 14. At z2, my GETs appear to succeed: It fetches
No map fragments appear, even though it only complains about some of the .pbfs.
The text was updated successfully, but these errors were encountered: