-
-
Notifications
You must be signed in to change notification settings - Fork 358
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #323 from matkoniecz/cinnabar-update
update cinnabar style to 7.0.1
- Loading branch information
Showing
2 changed files
with
45 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
import: | ||
- streetcomplete.yaml | ||
- cinnabar-style-7.0.0.yaml | ||
- cinnabar-style-7.0.1.yaml |
f4abb97
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tiles are not loading anymore on my device and in android simulator.
May be we send a wrong API key to mapzen ?
When I restore the previous url, tiles are loaded immediately.
/app/src/main/assets/cinnabar-style-7.0.1.yaml
Line 724
- url: https://tile.mapzen.com/mapzen/vector/v1/all/{z}/{x}/{y}.topojson
+ url: http://tile.mapzen.com/mapzen/vector/v1/all/{z}/{x}/{y}.mvt
I also tried to use HTTP instead of HTTPS. But it's not working with HTTP
f4abb97
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opps, @matkoniecz changed the type back to MVT but did not correct the URL to use mvt. Also, https is used. https has been causing problems for certain Android devices.
f4abb97
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. It is working again with :
type: TopoJSON #GeoJSON, MVT, TopoJSON
andurl: https://tile.mapzen.com/mapzen/vector/v1/all/{z}/{x}/{y}.topojson
f4abb97
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ops, sorry for missing this.
@Binnette Now also master should work as #328 is merged.