To view imagery or elevation data in a LuciadRIA hardware-accelerated map, you must allow the application client to access server data. This is a restriction of WebGL.

You can:

  • Enable Cross-Origin Resource Sharing (CORS) on the server of the service. You can configure the domains from which applications can access your data.

    For example, Bing Maps allows the use of its tiles in applications hosted by any server.

  • Serve the tiles on the server that also serves the application. You can deploy them on the same application server, for example.