-
Notifications
You must be signed in to change notification settings - Fork 13
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
Secure URLs forced to use port 80. #10
Comments
What is the tile On Sat, Jan 23, 2016 at 3:21 AM Taylor Mansfield notifications@github.com
|
The exact URI I pass to vtgeojson is: "tilejson+https://api.mapbox.com/v4/" + {map_name} + ".json?access_token=" + {access_key}. |
I should mention that the tilejson gets the tile uri |
The usage in Readme.md mentioned
but it is failed to connect. The URI for tilejson may be changed like
|
Again, with browserify: When using a secure URL, at some point along the line the URL is injected with ":80" at the end of the domain, causing an SSL error.
The text was updated successfully, but these errors were encountered: