Skip to content
Snippets Groups Projects
Commit 00a73f97 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

BUG: dummy GetWkt for instantiation in the OrthoRectificationFilter

parent 2428435e
Branches
Tags
No related merge requests found
......@@ -110,6 +110,12 @@ public :
virtual void PrintMap() const;
/** FIXME with a Mercator projection definition*/
virtual std::string GetWkt() const
{
return "";
}
protected:
TileMapTransform();
virtual ~TileMapTransform();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment