MCPcopy Index your code
hub / github.com/WebODM/WebODM / get_tile_path

Method get_tile_path

app/models/task.py:1137–1138  ·  view source on GitHub ↗
(self, tile_type, z, x, y)

Source from the content-addressed store, hash-verified

1135 return f
1136
1137 def get_tile_path(self, tile_type, z, x, y):
1138 return self.assets_path("{}_tiles".format(tile_type), z, x, "{}.png".format(y))
1139
1140 def get_tile_base_url(self, tile_type):
1141 # plant is just a special case of orthophoto

Callers

nothing calls this directly

Calls 2

assets_pathMethod · 0.95
formatMethod · 0.45

Tested by

no test coverage detected