


I have read every google article mentioning this error and usually it’s a CORS issue but I am using HTTPS. This error is so broad and I am not sure what to do next. I also made my own cert so i am using HTTPS so CORS should not be an issue (I saw CORS can affect users using HTTP ) The example I have below can request the server and get a clear response but unfortunately I get "An error occurred in “UrlTemplateImageryProvider”: Failed to obtain image tile X: 1 Y: 1 Level 1.
MAPTILER RENDER FAILED DOWNLOAD
I can even download a pbf image through the URL.Cesium just can’t display it. I have tried to use WebMapTileServiceImageryProvider and TileMapServiceImageryProvider and UrlTemplateImageryProvider. I have tried to serve from both the mbtiles folder alone and from the actual pbfs in unzippedTiles. In F:mbtiles/_planet_z0_z14.mbtiles I have the mbtiles file. So in F:unzippedTiles is a list of PBF formatted images. I have both an mbtiles file and also ran mbutil ( GitHub - mapbox/mbutil: Importer and Exporter of MBTiles) to unpack the tiles. The format is PBF so I am serving the images in that format. I am using maptiles data from OpenStreetMap vector tiles of Planet OpenStreetMap Tiles, GeoData and OpenData Maps | MapTiler Data I am using GitHub - DenisCarriere/mbtiles-server: Provides a compatible WMTS Tile Server from MBTiles. I am trying to provide maptiles from a local map server on that same network. I have ceisumJS running on a completely closed network.
