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

Adding gpx file with lines and points create vector.pdf 404's? #238

Closed
gertcuykens opened this issue Jan 23, 2016 · 12 comments
Closed

Adding gpx file with lines and points create vector.pdf 404's? #238

gertcuykens opened this issue Jan 23, 2016 · 12 comments

Comments

@gertcuykens
Copy link

Is streets-v8.json broken?
image

@jfirebaugh
Copy link
Contributor

Can you provide the full URL for one or more of the tiles that are 404s?

@gertcuykens
Copy link
Author

There are allot of them this is just a snippet, even if you open studio

(removed)

@jfirebaugh
Copy link
Contributor

Ok, that's a custom tileset (robertl.5e7b4adu), not mapbox-streets. Is this a tileset you uploaded? If it doesn't have worldwide coverage, 404s are expected in non-covered areas.

@gertcuykens
Copy link
Author

started from street just added a gpx file, you wil see same thing if you use a vanilla street in studio

@gertcuykens
Copy link
Author

or uploading the street v8 json from this repositorie https://github.com/mapbox/mapbox-gl-styles/blob/master/styles/satellite-v8.json

@gertcuykens
Copy link
Author

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?

@gertcuykens
Copy link
Author

As you can see it consist of the default streets map and the gpx coordinates with lines and points. Can you reproduce it?

image
...
image

@jfirebaugh
Copy link
Contributor

This is expected behavior -- uploads can create tilesets without worldwide coverage, and a 404 merely indicates "no data at this location", not a bug.

@gertcuykens
Copy link
Author

hmm but i don't want tilesets just adding gpx lines and gpx points like in the old studio?

image

@gertcuykens
Copy link
Author

See in the old studio no errors at all when uploading gpx lines and points? I agree maybe not a bug but I can't be the only one who thinks it's a step backwards if you can't add gpx lines and points in studio without creating 404's?

image

@gertcuykens gertcuykens changed the title streets-v8.json vector.pdf 404's? Adding gpx file with lines and points create vector.pdf 404's? Jan 23, 2016
@jfirebaugh
Copy link
Contributor

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!

@lucaswoj
Copy link

ref mapbox/mapbox-gl-js#1800

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants