javascript - Bing map container padding -


i've started usage of bing maps recently, , noticed each , every sample has ugly white rectangles @ top , bottom of map (see bellow).

does microsoft , use bing maps considering normal? because haven't found solution issue after brief googling. might use self-created patch want ask community first.

thanks in advance!enter image description here

what set background color of map #acc7f2. matches color of ocean on closer zoom levels.

usage example:

var map = new microsoft.maps.map(mapdiv, {     ...     backgroundcolor: microsoft.maps.color.fromhex('#acc7f2'),     ... }); 

Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -