-
Notifications
You must be signed in to change notification settings - Fork 144
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
Adding gpx file with lines and points create vector.pdf 404's? #238
Comments
Can you provide the full URL for one or more of the tiles that are 404s? |
There are allot of them this is just a snippet, even if you open studio (removed) |
Ok, that's a custom tileset ( |
started from street just added a gpx file, you wil see same thing if you use a vanilla street in studio |
or uploading the street v8 json from this repositorie https://github.com/mapbox/mapbox-gl-styles/blob/master/styles/satellite-v8.json |
aaa maybe this helps, uploading this gpx in a data set in studio and then adding the data set in studio breaks the map in allot of 404? |
This is expected behavior -- uploads can create tilesets without worldwide coverage, and a 404 merely indicates "no data at this location", not a bug. |
The data content -- lines and points -- is not a factor here. The example you show without 404s is loading the data in GeoJSON form. You can use GeoJSON in mapbox-gl-js too. But when loading vector tiles, some tile requests may 404. This is not a bug: it has no effect on the rendering, and you can safely ignore the 404s in the developer console. Since this is not a report of an issue in the default Mapbox styles (what this repository is for), please use https://www.mapbox.com/contact/ for any further questions. Thanks! |
Is streets-v8.json broken?
The text was updated successfully, but these errors were encountered: