mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
initialize proj_transform::is_source_equal_dest_
This commit is contained in:
parent
e88748c57e
commit
46a41f3ae1
@ -46,7 +46,8 @@ proj_transform::proj_transform(projection const& source,
|
||||
is_source_longlat_(false),
|
||||
is_dest_longlat_(false),
|
||||
wgs84_to_merc_(false),
|
||||
merc_to_wgs84_(false)
|
||||
merc_to_wgs84_(false),
|
||||
is_source_equal_dest_(false)
|
||||
{
|
||||
is_source_equal_dest_ = (source_ == dest_);
|
||||
if (!is_source_equal_dest_)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user