B4J Question "Sorry, we have no imagery here"?

Beja

Expert
Licensed User
Longtime User
Hi,
Today I run an old b4j app that displayed a Google map correctly before, using the Google maps API key Alza*******, the map space was rendered correctly and the fance was drown correctly but no map was shown, I say the fance was drawn correctly because only the terrain that was not drawn, but when switched to Satellite the image was drawn.
This was the message:
"Sorry we have no imagery here"

Any meaning appreciated!

1719208181859.png
1719208220788.png
 

Attachments

  • 1719208117923.png
    1719208117923.png
    3 KB · Views: 44
Last edited:

Beja

Expert
Licensed User
Longtime User
Have a look HERE.
Download the latest version HERE.
Be aware that this version needs Java 19.
Thank you Klaus..
I did all that.. jdk 19.0.2.. The Satellite is ok.. but the problem still with the map.
1719256050131.png
1719256106662.png
 
Last edited:
Upvote 0

RichardN

Well-Known Member
Licensed User
Longtime User
There is no satellite image data once you go a little distance offshore and you will get this message.... Double check your coordinates.
 
Upvote 0

TILogistic

Expert
Licensed User
Longtime User
Verify that the Jar and the xml do not exist in the internal libraries, if they exist, eliminate them.
and copy the jar and xml of version 2.0.1 to the additional library directory.
And refresh the library list in the IDE and compile again.
1720322953958.png


see:
1720323163198.png

1720323078287.png
 
Last edited:
Upvote 0
Top