rename external methods to API names

This commit is contained in:
Tobias Kohr
2019-09-24 18:13:57 +02:00
parent 182ed012e2
commit 8c4937170b
8 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ raster.on('beforeoperations', function(event) {
const data = event.data;
data.delta = thresholdControl.value;
if (coordinate) {
data.pixel = map.getPixelFromCoordinateExternal(coordinate);
data.pixel = map.getPixelFromCoordinate(coordinate);
}
});