rename utilTile -> utilTiler

This commit is contained in:
Bryan Housel
2018-07-21 10:07:56 -04:00
parent e4d829ec06
commit d1fe81b905
7 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -2,13 +2,13 @@ import { select as d3_select } from 'd3-selection';
import { t } from '../util/locale';
import { geoScaleToZoom, geoVecLength } from '../geo';
import { utilPrefixCSSProperty, utilTile } from '../util';
import { utilPrefixCSSProperty, utilTiler } from '../util';
export function rendererTileLayer(context) {
var tileSize = 256;
var transformProp = utilPrefixCSSProperty('Transform');
var geotile = utilTile();
var geotile = utilTiler();
var _projection;
var _cache = {};