项目作者: aqoleg

项目描述 :
android app with maps and tracks
高级语言: Java
项目地址: git://github.com/aqoleg/cat.git
创建时间: 2017-12-04T16:52:36Z
项目社区:https://github.com/aqoleg/cat

开源协议:

下载


cat

All maps offline with a track writer.

download

add maps

mende

osm

otm

topo

gsat

gmap

yasat (ellipsoid)

arcsat

arctopo

external api

http(s)://cat.aqoleg.com/app?

add map

newMap=mapName&newUrl=urlToDownload&newProjection=projection&

where

  • newMap - the name of the map to add
  • newUrl - url to download tiles, with %1$d for x, %2$d for y an %3$d for z, for example https://tileserver.com/x=%1$d/y=%2$d/z=%3$d.png
  • newProjection - optional, use ‘ellipsoid’ for ellipsoid prjection

open map

map=mapName&

setZoom

z=zoom&

open point

longitude=lon&latitude=lat& or
lon=lon&lat=lat&

open track

track=track&

where track is decoded track “xLonyLatxNextLonyNextLat”, for example
track=x-34y-51x-34.5y-51.5x-34.1y-51.2

deprecated store