Liking cljdoc? Tell your friends :D

tech.netcdf.maptiles

https://docs.microsoft.com/en-us/azure/azure-maps/zoom-levels-and-tile-grid?tabs=csharp
Transform from maptile space to lat-lng space.
raw docstring

clipclj

(clip n min-val max-val)
source

earth-radiusclj

(earth-radius)
source

ground-resolutionclj

(ground-resolution lat zoom tile-size)

Calculates the Ground resolution at a specific degree of latitude in meters per pixel.

Calculates the Ground resolution at a specific degree of latitude in
meters per pixel.
sourceraw docstring

lng-clipclj

(lng-clip lng)

Return longitude in the range of [-180 180]

Return longitude in the range of [-180 180]
sourceraw docstring

lng-lat->pixelclj

(lng-lat->pixel position zoom tile-size)

Convert lat/long->pixel location in map space at specific zoom level.

Convert lat/long->pixel location in map space at specific zoom level.
sourceraw docstring

map-sizeclj

(map-size zoom tile-size)
source

max-latitudeclj

(max-latitude)
source

max-longitudeclj

(max-longitude)
source

min-latitudeclj

(min-latitude)
source

min-longtiudeclj

(min-longtiude)
source

pixel->lng-latclj

(pixel->lng-lat pixel zoom tile-size)

Given a pixel position on the map, get the lat/long that applies to that pixel.

Given a pixel position on the map, get the lat/long that applies to that pixel.
sourceraw docstring

pixel->tile-indexclj

(pixel->tile-index pixel tile-size)
source

tile-index->lat-lng-bboxclj

(tile-index->lat-lng-bbox tile-index zoom tile-size)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close