Creates a DemApplier.
Updates the DemApplier with a new longitude/latitude reading.
Calls update() on the DemTiler and JsonTiler to get new tiles, and then applies each DEM tile to the corresponding JSON tile.
the longitude/latitude to update the tiles at.
promise resolving with an array of updated JSON tiles with elevation added as a third member of the coordinates of each point. As for Tiler, only the newly-downloaded tiles are returned.
Class to apply DEM tiles to GeoJSON tiles. The elevation in metres will be added as the third member of each geometry coordinate in the GeoJSON.