file name :tileurl.txt
line terminator :LF (ignore CR)
encoding :ASCII-8BIT base
tile size :256x256(px)
notice:case-sensitive
TileUrl is required. The others is optional
TileUrl=<url> :maptile URL template
NumberPeriod=<numeric> :period of rotation number ...default=1
NumberBase=<numeric> :rotation number base value ...default=0
TileOffsetX=<numeric> :tile coordinate offset(X) ...default=0
TileOffsetY=<numeric> :tile coordinate offset(Y) ...default=0
OffsetZ=<numeric> :zoom offset ...default=0
Mode=<number> :tile order type value ...default=0 (0=google, etc. ,1=yahoo_jp)
;(semicolon) :comment
TileUrl placeholders:
{x} :tile X
{y} :tile Y
{z} :zoom level (0:smaller ~ 15:larger)
{n} :rotation number(0~n-1) :must be power of 2.
{n2} :rotation number(0~1) same as {n} with NumberPeriod=2 and NumberBase=0
{n4} :rotation number(0~3) same as {n} with NumberPeriod=4 and NumberBase=0
By defining a section for each zoom level, you can override the settings.
[zoomN] :zoom level N
[zoomM-N] :zoom level M~N
[zoom-N] :zoom level 0~N
[zoomN-] :zoom level N~15
[zoomM,N] :zoom level M and N
For example, [zoom-5,7,9,11-12,19-] is valid.
Non-section lines specifies default settings.
TileUrl=http://mt{n4}.google.com/vt/lyrs=m@157000000&hl=ja&x={x}&s=&y={y}&z={z}
;google maps en
TileUrl=http://mt{n4}.google.com/vt/lyrs=m@157000000&hl=en&x={x}&y={y}&z={z}
;google mobile
TileUrl=http://mts{n4}.google.com/vt/lyrs=m&hl=ja&gl=JP&src=app&x={x}&y={y}&z={z}&style=2
;google satellite
TileUrl=http://mts{n}.google.com/vt/lyrs=y&hl=ja&gl=JP&src=apiv2&x={x}&y={y}&z={z}
NumberPeriod=4
NumberBase=0
;国土地理院
TileUrl=http://cyberjapandata.gsi.go.jp/xyz/pale/{z}/{x}/{y}.png
;OSM
TileUrl=https://c.tile.openstreetmap.org/{z}/{x}/{y}.png
;mapion
TileUrl=http://cm0{n}.mapion.co.jp/m2/tile/{z}/{x}/{y}.png?usr=atlas_org&v=1.1
NumberBase=1
NumberPeriod=1
;mapion-large
TileUrl=http://cm0{n}.mapion.co.jp/m2/tile/{z}/{x}/{y}.png?usr=mapihd_org&v=1.1
NumberBase=1
NumberPeriod=1
;yahoo_jp
TileUrl=http://m.map.c.yimg.jp/m?r=1&x={x}&y={y}&z={z}
Mode=1
OffsetZ=1
[zoom0]
;GoogleMaps only for zoom0
TileUrl=http://mts{n}.google.com/vt/lyrs=m&hl=ja&gl=JP&src=apiv2&x={x}&y={y}&z={z}
NumberPeriod=4
NumberBase=0