Server endpoints - LB31/HikingForNerds GitHub Wiki
All tiles are currently located under
/data/v3/<z:float>/<x:float>/<y:float>.pbf
/styles/<stylename:str>/style.json
/elevation/api/v1/lookup?locations=<lat:float>,<long:float>
To get more than one elevation data per request see open-elevation api docs.
/offline/<float:north>/<float:west>/<float:south>/<float:east>/<int:min_zoom>/<int:max_zoom>/
or optional with default min_zoom=0
and max_zoom=14
/offline/<float:north>/<float:west>/<float:south>/<float:east>/
{
"east": float,
"file_size": str,
"id": str, //uuid
"max_zoom": int,
"min_zoom": int,
"north": float,
"south": float,
"west": float
}
Requests the file via content-type: application/octet-stream.
/download/<str:id>/