(self, tile_type, z, x, y)
| 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 |
nothing calls this directly
no test coverage detected