Skip to content
Discussion options

You must be logged in to vote

In the end I followed a slightly different approach. I just leave it here for future reference, maybe someone finds it useful.

First step is to have a tile, with the necessary information, that can be served instead of 204. One thing, that was not immediately obvious to me, is that the tile data does not really contains any location information. It is vectorised, and all lat-lon information is converted to x-y coordinates, in the tile coordinate system! That means, that I can use the same binary data in place of any missing tile. That's good news! Now I needed to create a tile. I chose to build the 0/0/0 tile, and create a geojson that contains 4 point geometries with a label attribute:

[…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@hodossy
Comment options

@HarelM
Comment options

@hodossy
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by hodossy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants