Skip to content

Commit

Permalink
Fix unitialized bing source
Browse files Browse the repository at this point in the history
  • Loading branch information
agyoungs committed Nov 15, 2023
1 parent 73f27e2 commit 02b8f5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tile_map/src/bing_source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ namespace tile_map
network_manager_(this)
{
name_ = name;
is_ready_ = false;
is_custom_ = false;
max_zoom_ = 19;
base_url_ = "https://dev.virtualearth.net/REST/v1/Imagery/Metadata/Aerial?uriScheme=https&include=ImageryProviders&key={api_key}";
Expand Down

0 comments on commit 02b8f5a

Please sign in to comment.