Hello,
i am also using umap library to load Google as well as Bing in my
current project. i am not getting images for satellite view in
"Google" at zoom >13.
in my requirement i need to enable "Birds eye view".
MapPointProxy.initialize("
http://www.umapper.com/demo/dmitry/
msproxy.php");
BingEnvironment.type = BingEnvironment.STAGING;
var proxy:MapPointProxy = MapPointProxy.getInstance();
bingControl = new BingControl();
bingControl.traffic = true;
map.addControl(bingControl);
i requested the umap team to use own msproxy.php. they provided the
script file. but my backend developers are not getting any idea to
send required parameters in the file.
i.e., "data","name","endpointurl".
birds eye view is working fine in "Staging" mode. my client wants to
remove that staging. so we need to set the BingEnvironment.type =
BingEnvironment.PRODUCTION,
please tell me how to send the parameters in msproxy.php
please provide any solutions.